[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. 6562 1726776557.57759: 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 6562 1726776557.58039: Added group all to inventory 6562 1726776557.58041: Added group ungrouped to inventory 6562 1726776557.58044: Group all now contains ungrouped 6562 1726776557.58046: Examining possible inventory source: /tmp/kernel_settings-glV/inventory.yml 6562 1726776557.66508: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 6562 1726776557.66547: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 6562 1726776557.66566: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 6562 1726776557.66605: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 6562 1726776557.66651: Loaded config def from plugin (inventory/script) 6562 1726776557.66652: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 6562 1726776557.66680: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 6562 1726776557.66736: Loaded config def from plugin (inventory/yaml) 6562 1726776557.66738: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 6562 1726776557.66795: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 6562 1726776557.67061: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 6562 1726776557.67063: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 6562 1726776557.67066: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 6562 1726776557.67070: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 6562 1726776557.67073: Loading data from /tmp/kernel_settings-glV/inventory.yml 6562 1726776557.67117: /tmp/kernel_settings-glV/inventory.yml was not parsable by auto 6562 1726776557.67157: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 6562 1726776557.67184: Loading data from /tmp/kernel_settings-glV/inventory.yml 6562 1726776557.67239: group all already in inventory 6562 1726776557.67244: set inventory_file for managed_node1 6562 1726776557.67247: set inventory_dir for managed_node1 6562 1726776557.67247: Added host managed_node1 to inventory 6562 1726776557.67249: Added host managed_node1 to group all 6562 1726776557.67250: set ansible_host for managed_node1 6562 1726776557.67250: set ansible_ssh_extra_args for managed_node1 6562 1726776557.67252: set inventory_file for managed_node2 6562 1726776557.67254: set inventory_dir for managed_node2 6562 1726776557.67254: Added host managed_node2 to inventory 6562 1726776557.67255: Added host managed_node2 to group all 6562 1726776557.67255: set ansible_host for managed_node2 6562 1726776557.67256: set ansible_ssh_extra_args for managed_node2 6562 1726776557.67258: set inventory_file for managed_node3 6562 1726776557.67259: set inventory_dir for managed_node3 6562 1726776557.67259: Added host managed_node3 to inventory 6562 1726776557.67260: Added host managed_node3 to group all 6562 1726776557.67261: set ansible_host for managed_node3 6562 1726776557.67261: set ansible_ssh_extra_args for managed_node3 6562 1726776557.67262: Reconcile groups and hosts in inventory. 6562 1726776557.67265: Group ungrouped now contains managed_node1 6562 1726776557.67266: Group ungrouped now contains managed_node2 6562 1726776557.67267: Group ungrouped now contains managed_node3 6562 1726776557.67319: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 6562 1726776557.67397: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 6562 1726776557.67427: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 6562 1726776557.67445: Loaded config def from plugin (vars/host_group_vars) 6562 1726776557.67446: 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) 6562 1726776557.67451: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 6562 1726776557.67456: 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) 6562 1726776557.67483: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 6562 1726776557.67713: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776557.67779: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 6562 1726776557.67804: Loaded config def from plugin (connection/local) 6562 1726776557.67806: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 6562 1726776557.68175: Loaded config def from plugin (connection/paramiko_ssh) 6562 1726776557.68178: 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) 6562 1726776557.68723: 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) 6562 1726776557.68747: Loaded config def from plugin (connection/psrp) 6562 1726776557.68749: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 6562 1726776557.69146: 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) 6562 1726776557.69170: Loaded config def from plugin (connection/ssh) 6562 1726776557.69172: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 6562 1726776557.70389: 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) 6562 1726776557.70413: Loaded config def from plugin (connection/winrm) 6562 1726776557.70415: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 6562 1726776557.70435: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 6562 1726776557.70477: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 6562 1726776557.70518: Loaded config def from plugin (shell/cmd) 6562 1726776557.70519: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 6562 1726776557.70535: 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) 6562 1726776557.70571: Loaded config def from plugin (shell/powershell) 6562 1726776557.70573: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 6562 1726776557.70611: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 6562 1726776557.70712: Loaded config def from plugin (shell/sh) 6562 1726776557.70714: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 6562 1726776557.70735: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 6562 1726776557.70806: Loaded config def from plugin (become/runas) 6562 1726776557.70807: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 6562 1726776557.70915: Loaded config def from plugin (become/su) 6562 1726776557.70916: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 6562 1726776557.71008: Loaded config def from plugin (become/sudo) 6562 1726776557.71010: 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 6562 1726776557.71031: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml 6562 1726776557.71674: trying /usr/local/lib/python3.12/site-packages/ansible/modules 6562 1726776557.73503: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 6562 1726776557.73532: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 6562 1726776557.75102: in VariableManager get_vars() 6562 1726776557.75117: done with get_vars() 6562 1726776557.75148: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 6562 1726776557.75157: 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 6562 1726776557.75313: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 6562 1726776557.75405: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 6562 1726776557.75407: 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__) 6562 1726776557.75428: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 6562 1726776557.75444: 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) 6562 1726776557.75541: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 6562 1726776557.75577: Loaded config def from plugin (callback/default) 6562 1726776557.75579: 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) 6562 1726776557.76356: Loaded config def from plugin (callback/junit) 6562 1726776557.76358: 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) 6562 1726776557.76388: 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) 6562 1726776557.76426: Loaded config def from plugin (callback/minimal) 6562 1726776557.76428: 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) 6562 1726776557.76453: 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) 6562 1726776557.76490: Loaded config def from plugin (callback/tree) 6562 1726776557.76492: 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 6562 1726776557.77632: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 6562 1726776557.77634: 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_change_settings.yml ******************************************** 1 plays in /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml 6562 1726776557.77651: in VariableManager get_vars() 6562 1726776557.77661: done with get_vars() 6562 1726776557.77664: in VariableManager get_vars() 6562 1726776557.77669: done with get_vars() 6562 1726776557.77672: variable 'omit' from source: magic vars 6562 1726776557.77695: in VariableManager get_vars() 6562 1726776557.77703: done with get_vars() 6562 1726776557.77717: variable 'omit' from source: magic vars PLAY [Test changing settings] ************************************************** 6562 1726776557.78179: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 6562 1726776557.78229: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 6562 1726776557.78255: getting the remaining hosts for this loop 6562 1726776557.78256: done getting the remaining hosts for this loop 6562 1726776557.78258: getting the next task for host managed_node2 6562 1726776557.78260: done getting next task for host managed_node2 6562 1726776557.78261: ^ task is: TASK: Gathering Facts 6562 1726776557.78262: ^ 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 6562 1726776557.78268: getting variables 6562 1726776557.78269: in VariableManager get_vars() 6562 1726776557.78275: Calling all_inventory to load vars for managed_node2 6562 1726776557.78277: Calling groups_inventory to load vars for managed_node2 6562 1726776557.78279: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776557.78289: Calling all_plugins_play to load vars for managed_node2 6562 1726776557.78296: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776557.78298: Calling groups_plugins_play to load vars for managed_node2 6562 1726776557.78319: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776557.78361: done with get_vars() 6562 1726776557.78365: done getting variables 6562 1726776557.78410: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /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 [Gathering Facts] ********************************************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:2 Thursday 19 September 2024 16:09:17 -0400 (0:00:00.019) 0:00:00.019 **** 6562 1726776557.78424: entering _queue_task() for managed_node2/gather_facts 6562 1726776557.78425: Creating lock for gather_facts 6562 1726776557.78643: worker is 1 (out of 1 available) 6562 1726776557.78654: exiting _queue_task() for managed_node2/gather_facts 6562 1726776557.78665: done queuing things up, now waiting for results queue to drain 6562 1726776557.78667: waiting for pending results... 6562 1726776557.78807: running TaskExecutor() for managed_node2/TASK: Gathering Facts 6562 1726776557.78846: in run() - task 12343ab9-b159-238d-eb1a-00000000002f 6562 1726776557.78858: variable 'ansible_search_path' from source: unknown 6562 1726776557.78884: calling self._execute() 6562 1726776557.78927: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776557.78933: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776557.78942: variable 'omit' from source: magic vars 6562 1726776557.79006: variable 'omit' from source: magic vars 6562 1726776557.79030: variable 'omit' from source: magic vars 6562 1726776557.79052: variable 'omit' from source: magic vars 6562 1726776557.79088: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776557.79117: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776557.79134: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776557.79148: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776557.79157: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776557.79178: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776557.79181: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776557.79183: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776557.79253: Set connection var ansible_timeout to 10 6562 1726776557.79259: Set connection var ansible_pipelining to False 6562 1726776557.79264: Set connection var ansible_shell_executable to /bin/sh 6562 1726776557.79271: Set connection var ansible_shell_type to sh 6562 1726776557.79275: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776557.79278: Set connection var ansible_connection to ssh 6562 1726776557.79295: variable 'ansible_shell_executable' from source: unknown 6562 1726776557.79298: variable 'ansible_connection' from source: unknown 6562 1726776557.79300: variable 'ansible_module_compression' from source: unknown 6562 1726776557.79303: variable 'ansible_shell_type' from source: unknown 6562 1726776557.79305: variable 'ansible_shell_executable' from source: unknown 6562 1726776557.79307: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776557.79313: variable 'ansible_pipelining' from source: unknown 6562 1726776557.79316: variable 'ansible_timeout' from source: unknown 6562 1726776557.79320: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776557.79448: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/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) 6562 1726776557.79456: variable 'omit' from source: magic vars 6562 1726776557.79461: starting attempt loop 6562 1726776557.79466: running the handler 6562 1726776557.79476: variable 'ansible_facts' from source: unknown 6562 1726776557.79492: _low_level_execute_command(): starting 6562 1726776557.79499: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776557.79997: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776557.80001: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776557.80005: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776557.80007: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776557.80050: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776557.80054: stderr chunk (state=3): >>>debug1: Control socket "/root/.ansible/cp/ca34c390ad" does not exist debug1: Connecting to 10.31.11.25 [10.31.11.25] port 22. debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776557.80168: stderr chunk (state=3): >>>debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. <<< 6562 1726776557.80173: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 <<< 6562 1726776557.80175: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 <<< 6562 1726776557.80177: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 <<< 6562 1726776557.80178: stderr chunk (state=3): >>>debug1: Local version string SSH-2.0-OpenSSH_9.8 <<< 6562 1726776557.80847: stderr chunk (state=3): >>>debug1: Remote protocol version 2.0, remote software version OpenSSH_9.8 debug1: compat_banner: match: OpenSSH_9.8 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.11.25:22 as 'root' <<< 6562 1726776557.80850: stderr chunk (state=3): >>>debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory <<< 6562 1726776557.80852: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT sent <<< 6562 1726776557.81062: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr <<< 6562 1726776557.81071: stderr chunk (state=3): >>>debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 <<< 6562 1726776557.81234: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_KEX_ECDH_REPLY <<< 6562 1726776557.81637: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:i9kxoYQjVGbDXn6d0MA8J/huWrY4xmYFAKDO5iyhRDI <<< 6562 1726776557.81640: stderr chunk (state=3): >>>debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory Warning: Permanently added '10.31.11.25' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys <<< 6562 1726776557.81977: stderr chunk (state=3): >>>debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO <<< 6562 1726776557.81980: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0> debug1: kex_ext_info_check_ver: ping@openssh.com=<0> <<< 6562 1726776557.86077: stderr chunk (state=3): >>>debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received <<< 6562 1726776557.86173: stderr chunk (state=3): >>>debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic <<< 6562 1726776557.86307: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 6562 1726776557.86354: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk <<< 6562 1726776557.86357: stderr chunk (state=3): >>>debug1: Will attempt key: /root/.ssh/id_xmss debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa <<< 6562 1726776557.86795: stderr chunk (state=3): >>>debug2: we sent a publickey packet, wait for reply <<< 6562 1726776557.87612: stderr chunk (state=3): >>>debug1: Enabling compression at level 6. <<< 6562 1726776557.87629: stderr chunk (state=3): >>>Authenticated to 10.31.11.25 ([10.31.11.25]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket <<< 6562 1726776557.87638: stderr chunk (state=3): >>>debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/ca34c390ad] (inactive timeout: 0) <<< 6562 1726776557.87653: stderr chunk (state=3): >>>debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process <<< 6562 1726776557.87679: stderr chunk (state=3): >>>debug2: control_persist_detach: background process is 6569 debug2: fd 4 setting O_NONBLOCK <<< 6562 1726776557.87717: stderr chunk (state=3): >>>debug1: forking to background <<< 6562 1726776557.87765: stderr chunk (state=3): >>>debug1: Entering interactive session. debug1: pledge: id debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 5 setting O_NONBLOCK debug1: channel 1: new mux-control [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 <<< 6562 1726776557.87800: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776557.87803: stderr chunk (state=3): >>>debug2: mux_master_process_alive_check: channel 1: alive check <<< 6562 1726776557.87809: stderr chunk (state=3): >>>debug2: mux_master_process_new_session: channel 1: request tty 0, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'echo ~ && sleep 0'", env 0 <<< 6562 1726776557.87812: stderr chunk (state=3): >>>debug2: fd 7 setting O_NONBLOCK debug2: fd 8 setting O_NONBLOCK debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open <<< 6562 1726776557.89323: stderr chunk (state=3): >>>debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding <<< 6562 1726776557.93348: stderr chunk (state=3): >>>debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug1: Sending command: /bin/sh -c 'echo ~ && sleep 0' debug2: channel 2: request exec confirm 1 <<< 6562 1726776557.93351: stderr chunk (state=3): >>>debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776557.93508: stderr chunk (state=3): >>>debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 <<< 6562 1726776557.95017: stdout chunk (state=3): >>>/root <<< 6562 1726776557.95252: stderr chunk (state=3): >>>debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed <<< 6562 1726776557.95256: stderr chunk (state=3): >>>debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) <<< 6562 1726776557.95258: stderr chunk (state=3): >>>debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 <<< 6562 1726776557.95260: stderr chunk (state=3): >>>debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug2: Received exit status from master 0 <<< 6562 1726776557.95308: stdout chunk (state=3): >>><<< 6562 1726776558.95430: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug1: Control socket "/root/.ansible/cp/ca34c390ad" does not exist debug1: Connecting to 10.31.11.25 [10.31.11.25] port 22. debug2: fd 3 setting O_NONBLOCK debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.8 debug1: Remote protocol version 2.0, remote software version OpenSSH_9.8 debug1: compat_banner: match: OpenSSH_9.8 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.11.25:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:i9kxoYQjVGbDXn6d0MA8J/huWrY4xmYFAKDO5iyhRDI debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory Warning: Permanently added '10.31.11.25' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0> debug1: kex_ext_info_check_ver: ping@openssh.com=<0> debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk debug1: Will attempt key: /root/.ssh/id_xmss debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa debug2: we sent a publickey packet, wait for reply debug1: Enabling compression at level 6. Authenticated to 10.31.11.25 ([10.31.11.25]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/ca34c390ad] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 6569 debug2: fd 4 setting O_NONBLOCK debug1: forking to background debug1: Entering interactive session. debug1: pledge: id debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 5 setting O_NONBLOCK debug1: channel 1: new mux-control [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 debug2: mux_client_hello_exchange: master version 4 debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 0, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'echo ~ && sleep 0'", env 0 debug2: fd 7 setting O_NONBLOCK debug2: fd 8 setting O_NONBLOCK debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug1: Sending command: /bin/sh -c 'echo ~ && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug2: Received exit status from master 0 6562 1726776558.95449: _low_level_execute_command(): starting 6562 1726776558.95454: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776558.9543235-6567-110561267838199 `" && echo ansible-tmp-1726776558.9543235-6567-110561267838199="` echo /root/.ansible/tmp/ansible-tmp-1726776558.9543235-6567-110561267838199 `" ) && sleep 0' 6562 1726776558.95892: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776558.95896: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776558.95898: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776558.95900: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776558.95902: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776558.95952: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776558.95956: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776558.95961: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776558.96020: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776558.98071: stdout chunk (state=3): >>>ansible-tmp-1726776558.9543235-6567-110561267838199=/root/.ansible/tmp/ansible-tmp-1726776558.9543235-6567-110561267838199 <<< 6562 1726776558.98173: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776558.98201: stderr chunk (state=3): >>><<< 6562 1726776558.98204: stdout chunk (state=3): >>><<< 6562 1726776558.98221: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776558.9543235-6567-110561267838199=/root/.ansible/tmp/ansible-tmp-1726776558.9543235-6567-110561267838199 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776558.98245: variable 'ansible_module_compression' from source: unknown 6562 1726776558.98284: ANSIBALLZ: Using generic lock for ansible.legacy.setup 6562 1726776558.98289: ANSIBALLZ: Acquiring lock 6562 1726776558.98291: ANSIBALLZ: Lock acquired: 140440278424304 6562 1726776558.98294: ANSIBALLZ: Creating module 6562 1726776559.17258: ANSIBALLZ: Writing module into payload 6562 1726776559.17352: ANSIBALLZ: Writing module 6562 1726776559.17368: ANSIBALLZ: Renaming module 6562 1726776559.17372: ANSIBALLZ: Done creating module 6562 1726776559.17392: variable 'ansible_facts' from source: unknown 6562 1726776559.17397: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776559.17407: _low_level_execute_command(): starting 6562 1726776559.17415: _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' 6562 1726776559.17861: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776559.17864: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776559.17867: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776559.17869: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776559.17923: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776559.17926: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776559.17932: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776559.17989: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776559.19634: stdout chunk (state=3): >>>PLATFORM <<< 6562 1726776559.19705: stdout chunk (state=3): >>>Linux <<< 6562 1726776559.19726: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 <<< 6562 1726776559.19745: stdout chunk (state=3): >>>/usr/bin/python3 <<< 6562 1726776559.19748: stdout chunk (state=3): >>>/usr/bin/python3 ENDFOUND <<< 6562 1726776559.19874: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776559.19904: stderr chunk (state=3): >>><<< 6562 1726776559.19908: stdout chunk (state=3): >>><<< 6562 1726776559.19923: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776559.19933 [managed_node2]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 6562 1726776559.19969: _low_level_execute_command(): starting 6562 1726776559.19972: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 6562 1726776559.20054: Sending initial data 6562 1726776559.20057: Sent initial data (1181 bytes) 6562 1726776559.20404: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776559.20407: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776559.20412: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776559.20414: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776559.20416: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776559.20467: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776559.20473: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776559.20475: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776559.20520: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776559.23915: 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"} <<< 6562 1726776559.24491: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776559.24495: stdout chunk (state=3): >>><<< 6562 1726776559.24497: stderr chunk (state=3): >>><<< 6562 1726776559.24500: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776559.24504: variable 'ansible_facts' from source: unknown 6562 1726776559.24506: variable 'ansible_facts' from source: unknown 6562 1726776559.24508: variable 'ansible_module_compression' from source: unknown 6562 1726776559.24510: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6562 1726776559.24530: variable 'ansible_facts' from source: unknown 6562 1726776559.24687: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776558.9543235-6567-110561267838199/AnsiballZ_setup.py 6562 1726776559.24810: Sending initial data 6562 1726776559.24817: Sent initial data (152 bytes) 6562 1726776559.25366: 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 <<< 6562 1726776559.25372: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776559.25402: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776559.25405: 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.11.25 is address <<< 6562 1726776559.25407: 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 <<< 6562 1726776559.25409: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776559.25464: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776559.25468: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776559.25524: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776559.27365: 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 <<< 6562 1726776559.27395: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776559.27630: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpgwy1b1gm /root/.ansible/tmp/ansible-tmp-1726776558.9543235-6567-110561267838199/AnsiballZ_setup.py <<< 6562 1726776559.27637: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776558.9543235-6567-110561267838199/AnsiballZ_setup.py" <<< 6562 1726776559.27673: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpgwy1b1gm" to remote "/root/.ansible/tmp/ansible-tmp-1726776558.9543235-6567-110561267838199/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776558.9543235-6567-110561267838199/AnsiballZ_setup.py" <<< 6562 1726776559.29160: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776559.29216: stderr chunk (state=3): >>><<< 6562 1726776559.29226: stdout chunk (state=3): >>><<< 6562 1726776559.29251: done transferring module to remote 6562 1726776559.29266: _low_level_execute_command(): starting 6562 1726776559.29276: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776558.9543235-6567-110561267838199/ /root/.ansible/tmp/ansible-tmp-1726776558.9543235-6567-110561267838199/AnsiballZ_setup.py && sleep 0' 6562 1726776559.29882: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776559.29905: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776559.30001: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776559.30026: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776559.30046: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776559.30060: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776559.30137: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776559.31968: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776559.31998: stdout chunk (state=3): >>><<< 6562 1726776559.32013: stderr chunk (state=3): >>><<< 6562 1726776559.32033: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776559.32048: _low_level_execute_command(): starting 6562 1726776559.32057: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776558.9543235-6567-110561267838199/AnsiballZ_setup.py && sleep 0' 6562 1726776559.32706: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776559.32724: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776559.32751: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776559.32768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776559.32789: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776559.32861: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776559.32907: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776559.32926: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776559.32952: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776559.33048: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776561.14734: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDJAeM4oGlcNBnXHC+/lvY+F1F1JYMnIW4KAr3LSLmYYeoV+eOvxG1lBtCi1N7n02pGd+NHxpCZ75S8BPEe9scYcsl4zFEPEIR90u50aI22CGjSr99mR4lol5tDvhNWyzuYSHvdB6naos2PHaIAcSTXVZWiZY1DycAKsmijfw6tMG9IDyogCwdh1Tu6RIf7Tkk5kY7Qt54SAQaKY7Stq6DeBAVPcd4Ci3q+HZE+SenLloIgsIntYPTg4v52fHTPIdIrWUQ2lVHs9yoNgdnHw+3Fkh5v8bRFMC+BFjRwIwnLgh3ast/+9q6WYBL6AtPuIqpSlKnSqRK0Fpg6PNZm/SE4O0S4uZ3URu9lWTmubJfo5f6uAiF2rPe9ctiv0CIkCjXHIJdG719CIHW97VpBFBh0pMlZvvUGFamtIRccFbY3qUV2dB+7I4Qr0s1Oouru8Ea/yVWEL0A15E/OhK3cAqvWzav8cwaegGtVXvZ329BlReHRTs4WJWnGeye8qyen27s=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGE1eo1gdAXn9OyVfuGZ6QYU9pCOXbCEvuUUWIm1GtjQQlCS9uNhhXvcwxBDuViISeDklmaT9FnEQIXnIGfeJrk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIOPjBiOhC5ubx71kzYo/APY3fn0LkdzNUoU5tpKU0/za", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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-11-25.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-11-25", "ansible_nodename": "ip-10-31-11-25.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": "ec29ce20f2cfb18d7523cf8fd802f44e", "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_lsb": {}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_interfaces": ["eth0", "lo"], "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:51:c8:96:48:d3", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.25", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::1051:c8ff:fe96:48d3", "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<<< 6562 1726776561.14838: stdout chunk (state=3): >>>", "address": "10.31.11.25", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:51:c8:96:48:d3", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.25"], "ansible_all_ipv6_addresses": ["fe80::1051:c8ff:fe96:48d3"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.11.25", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::1051:c8ff:fe96:48d3"]}, "ansible_is_chroot": false, "ansible_fibre_channel_wwn": [], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "16", "minute": "09", "second": "20", "epoch": "1726776560", "epoch_int": "1726776560", "date": "2024-09-19", "time": "16:09:20", "iso8601_micro": "2024-09-19T20:09:20.633953Z", "iso8601": "2024-09-19T20:09:20Z", "iso8601_basic": "20240919T160920633953", "iso8601_basic_short": "20240919T160920", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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": 3072, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 459, "free": 3072}, "nocache": {"free": 3345, "used": 186}, "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": "ec29ce20-f2cf-b18d-7523-cf8fd802f44e", "ansible_product_uuid": "ec29ce20-f2cf-b18d-7523-cf8fd802f44e", "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": 157, "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": 261811326976, "block_size": 4096, "block_total": 65519099, "block_available": 63918781, "block_used": 1600318, "inode_total": 131070960, "inode_available": 131029235, "inode_used": 41725, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"<<< 6562 1726776561.14842: stdout chunk (state=3): >>>], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_iscsi_iqn": "", "ansible_service_mgr": "systemd", "ansible_local": {}, "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_pkg_mgr": "dnf", "ansible_fips": false, "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 54028 10.31.11.25 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 54028 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_apparmor": {"status": "disabled"}, "ansible_loadavg": {"1m": 0.3701171875, "5m": 0.27685546875, "15m": 0.11083984375}, "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 6562 1726776561.16713: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776561.16745: stderr chunk (state=3): >>><<< 6562 1726776561.16748: stdout chunk (state=3): >>><<< 6562 1726776561.16779: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDJAeM4oGlcNBnXHC+/lvY+F1F1JYMnIW4KAr3LSLmYYeoV+eOvxG1lBtCi1N7n02pGd+NHxpCZ75S8BPEe9scYcsl4zFEPEIR90u50aI22CGjSr99mR4lol5tDvhNWyzuYSHvdB6naos2PHaIAcSTXVZWiZY1DycAKsmijfw6tMG9IDyogCwdh1Tu6RIf7Tkk5kY7Qt54SAQaKY7Stq6DeBAVPcd4Ci3q+HZE+SenLloIgsIntYPTg4v52fHTPIdIrWUQ2lVHs9yoNgdnHw+3Fkh5v8bRFMC+BFjRwIwnLgh3ast/+9q6WYBL6AtPuIqpSlKnSqRK0Fpg6PNZm/SE4O0S4uZ3URu9lWTmubJfo5f6uAiF2rPe9ctiv0CIkCjXHIJdG719CIHW97VpBFBh0pMlZvvUGFamtIRccFbY3qUV2dB+7I4Qr0s1Oouru8Ea/yVWEL0A15E/OhK3cAqvWzav8cwaegGtVXvZ329BlReHRTs4WJWnGeye8qyen27s=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGE1eo1gdAXn9OyVfuGZ6QYU9pCOXbCEvuUUWIm1GtjQQlCS9uNhhXvcwxBDuViISeDklmaT9FnEQIXnIGfeJrk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIOPjBiOhC5ubx71kzYo/APY3fn0LkdzNUoU5tpKU0/za", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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-11-25.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-11-25", "ansible_nodename": "ip-10-31-11-25.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": "ec29ce20f2cfb18d7523cf8fd802f44e", "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_lsb": {}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_interfaces": ["eth0", "lo"], "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:51:c8:96:48:d3", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.25", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::1051:c8ff:fe96:48d3", "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.11.25", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:51:c8:96:48:d3", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.25"], "ansible_all_ipv6_addresses": ["fe80::1051:c8ff:fe96:48d3"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.11.25", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::1051:c8ff:fe96:48d3"]}, "ansible_is_chroot": false, "ansible_fibre_channel_wwn": [], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "16", "minute": "09", "second": "20", "epoch": "1726776560", "epoch_int": "1726776560", "date": "2024-09-19", "time": "16:09:20", "iso8601_micro": "2024-09-19T20:09:20.633953Z", "iso8601": "2024-09-19T20:09:20Z", "iso8601_basic": "20240919T160920633953", "iso8601_basic_short": "20240919T160920", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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": 3072, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 459, "free": 3072}, "nocache": {"free": 3345, "used": 186}, "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": "ec29ce20-f2cf-b18d-7523-cf8fd802f44e", "ansible_product_uuid": "ec29ce20-f2cf-b18d-7523-cf8fd802f44e", "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": 157, "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": 261811326976, "block_size": 4096, "block_total": 65519099, "block_available": 63918781, "block_used": 1600318, "inode_total": 131070960, "inode_available": 131029235, "inode_used": 41725, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_iscsi_iqn": "", "ansible_service_mgr": "systemd", "ansible_local": {}, "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_pkg_mgr": "dnf", "ansible_fips": false, "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 54028 10.31.11.25 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 54028 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_apparmor": {"status": "disabled"}, "ansible_loadavg": {"1m": 0.3701171875, "5m": 0.27685546875, "15m": 0.11083984375}, "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. [WARNING]: Platform linux on host managed_node2 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. 6562 1726776561.16996: 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-1726776558.9543235-6567-110561267838199/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776561.17004: _low_level_execute_command(): starting 6562 1726776561.17011: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776558.9543235-6567-110561267838199/ > /dev/null 2>&1 && sleep 0' 6562 1726776561.17445: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776561.17452: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776561.17478: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.17480: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776561.17483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776561.17485: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.17535: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776561.17546: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776561.17597: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776561.19473: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776561.19476: stdout chunk (state=3): >>><<< 6562 1726776561.19478: stderr chunk (state=3): >>><<< 6562 1726776561.19692: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776561.19695: handler run complete 6562 1726776561.19698: variable 'ansible_facts' from source: unknown 6562 1726776561.19743: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776561.20034: variable 'ansible_facts' from source: unknown 6562 1726776561.20080: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776561.20161: attempt loop complete, returning result 6562 1726776561.20166: _execute() done 6562 1726776561.20168: dumping result to json 6562 1726776561.20188: done dumping result, returning 6562 1726776561.20194: done running TaskExecutor() for managed_node2/TASK: Gathering Facts [12343ab9-b159-238d-eb1a-00000000002f] 6562 1726776561.20197: sending task result for task 12343ab9-b159-238d-eb1a-00000000002f 6562 1726776561.20442: done sending task result for task 12343ab9-b159-238d-eb1a-00000000002f 6562 1726776561.20444: WORKER PROCESS EXITING ok: [managed_node2] 6562 1726776561.20680: no more pending results, returning what we have 6562 1726776561.20683: results queue empty 6562 1726776561.20683: checking for any_errors_fatal 6562 1726776561.20684: done checking for any_errors_fatal 6562 1726776561.20684: checking for max_fail_percentage 6562 1726776561.20688: done checking for max_fail_percentage 6562 1726776561.20688: checking to see if all hosts have failed and the running result is not ok 6562 1726776561.20689: done checking to see if all hosts have failed 6562 1726776561.20690: getting the remaining hosts for this loop 6562 1726776561.20691: done getting the remaining hosts for this loop 6562 1726776561.20693: getting the next task for host managed_node2 6562 1726776561.20698: done getting next task for host managed_node2 6562 1726776561.20699: ^ task is: TASK: meta (flush_handlers) 6562 1726776561.20701: ^ 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 6562 1726776561.20703: getting variables 6562 1726776561.20704: in VariableManager get_vars() 6562 1726776561.20723: Calling all_inventory to load vars for managed_node2 6562 1726776561.20726: Calling groups_inventory to load vars for managed_node2 6562 1726776561.20728: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776561.20734: Calling all_plugins_play to load vars for managed_node2 6562 1726776561.20736: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776561.20738: Calling groups_plugins_play to load vars for managed_node2 6562 1726776561.20848: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776561.20955: done with get_vars() 6562 1726776561.20963: done getting variables 6562 1726776561.21012: in VariableManager get_vars() 6562 1726776561.21018: Calling all_inventory to load vars for managed_node2 6562 1726776561.21019: Calling groups_inventory to load vars for managed_node2 6562 1726776561.21020: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776561.21023: Calling all_plugins_play to load vars for managed_node2 6562 1726776561.21025: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776561.21026: Calling groups_plugins_play to load vars for managed_node2 6562 1726776561.21105: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776561.21221: done with get_vars() 6562 1726776561.21230: done queuing things up, now waiting for results queue to drain 6562 1726776561.21231: results queue empty 6562 1726776561.21232: checking for any_errors_fatal 6562 1726776561.21233: done checking for any_errors_fatal 6562 1726776561.21233: checking for max_fail_percentage 6562 1726776561.21237: done checking for max_fail_percentage 6562 1726776561.21238: checking to see if all hosts have failed and the running result is not ok 6562 1726776561.21238: done checking to see if all hosts have failed 6562 1726776561.21239: getting the remaining hosts for this loop 6562 1726776561.21239: done getting the remaining hosts for this loop 6562 1726776561.21241: getting the next task for host managed_node2 6562 1726776561.21245: done getting next task for host managed_node2 6562 1726776561.21246: ^ task is: TASK: Check if system is ostree 6562 1726776561.21247: ^ 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? (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 6562 1726776561.21249: getting variables 6562 1726776561.21249: in VariableManager get_vars() 6562 1726776561.21256: Calling all_inventory to load vars for managed_node2 6562 1726776561.21257: Calling groups_inventory to load vars for managed_node2 6562 1726776561.21259: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776561.21262: Calling all_plugins_play to load vars for managed_node2 6562 1726776561.21263: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776561.21265: Calling groups_plugins_play to load vars for managed_node2 6562 1726776561.21341: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776561.21445: done with get_vars() 6562 1726776561.21450: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:12 Thursday 19 September 2024 16:09:21 -0400 (0:00:03.430) 0:00:03.449 **** 6562 1726776561.21504: entering _queue_task() for managed_node2/stat 6562 1726776561.21692: worker is 1 (out of 1 available) 6562 1726776561.21704: exiting _queue_task() for managed_node2/stat 6562 1726776561.21718: done queuing things up, now waiting for results queue to drain 6562 1726776561.21719: waiting for pending results... 6562 1726776561.21846: running TaskExecutor() for managed_node2/TASK: Check if system is ostree 6562 1726776561.21902: in run() - task 12343ab9-b159-238d-eb1a-000000000007 6562 1726776561.21970: variable 'ansible_search_path' from source: unknown 6562 1726776561.21973: calling self._execute() 6562 1726776561.21986: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776561.21993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776561.22002: variable 'omit' from source: magic vars 6562 1726776561.22492: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776561.22688: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776561.22738: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776561.22774: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776561.22815: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776561.22903: 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) 6562 1726776561.22935: 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) 6562 1726776561.22967: 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) 6562 1726776561.23002: 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) 6562 1726776561.23119: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 6562 1726776561.23130: variable 'omit' from source: magic vars 6562 1726776561.23171: variable 'omit' from source: magic vars 6562 1726776561.23215: variable 'omit' from source: magic vars 6562 1726776561.23245: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776561.23276: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776561.23490: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776561.23493: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776561.23496: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776561.23498: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776561.23500: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776561.23502: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776561.23504: Set connection var ansible_timeout to 10 6562 1726776561.23506: Set connection var ansible_pipelining to False 6562 1726776561.23508: Set connection var ansible_shell_executable to /bin/sh 6562 1726776561.23510: Set connection var ansible_shell_type to sh 6562 1726776561.23512: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776561.23514: Set connection var ansible_connection to ssh 6562 1726776561.23532: variable 'ansible_shell_executable' from source: unknown 6562 1726776561.23541: variable 'ansible_connection' from source: unknown 6562 1726776561.23547: variable 'ansible_module_compression' from source: unknown 6562 1726776561.23553: variable 'ansible_shell_type' from source: unknown 6562 1726776561.23559: variable 'ansible_shell_executable' from source: unknown 6562 1726776561.23565: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776561.23572: variable 'ansible_pipelining' from source: unknown 6562 1726776561.23579: variable 'ansible_timeout' from source: unknown 6562 1726776561.23588: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776561.23730: 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__) 6562 1726776561.23745: variable 'omit' from source: magic vars 6562 1726776561.23754: starting attempt loop 6562 1726776561.23762: running the handler 6562 1726776561.23779: _low_level_execute_command(): starting 6562 1726776561.23793: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776561.24471: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776561.24485: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776561.24504: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776561.24522: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776561.24538: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776561.24550: stderr chunk (state=3): >>>debug2: match not found <<< 6562 1726776561.24565: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.24585: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776561.24602: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776561.24613: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6562 1726776561.24700: 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.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776561.24715: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776561.24799: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776561.26467: stdout chunk (state=3): >>>/root <<< 6562 1726776561.26599: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776561.26655: stderr chunk (state=3): >>><<< 6562 1726776561.26665: stdout chunk (state=3): >>><<< 6562 1726776561.26696: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776561.26725: _low_level_execute_command(): starting 6562 1726776561.26736: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776561.267109-6645-206471228340664 `" && echo ansible-tmp-1726776561.267109-6645-206471228340664="` echo /root/.ansible/tmp/ansible-tmp-1726776561.267109-6645-206471228340664 `" ) && sleep 0' 6562 1726776561.27391: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776561.27404: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776561.27422: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776561.27531: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776561.27555: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776561.27584: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776561.27671: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776561.29654: stdout chunk (state=3): >>>ansible-tmp-1726776561.267109-6645-206471228340664=/root/.ansible/tmp/ansible-tmp-1726776561.267109-6645-206471228340664 <<< 6562 1726776561.29810: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776561.29813: stdout chunk (state=3): >>><<< 6562 1726776561.29815: stderr chunk (state=3): >>><<< 6562 1726776561.29994: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776561.267109-6645-206471228340664=/root/.ansible/tmp/ansible-tmp-1726776561.267109-6645-206471228340664 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776561.29997: variable 'ansible_module_compression' from source: unknown 6562 1726776561.29999: ANSIBALLZ: Using lock for stat 6562 1726776561.30002: ANSIBALLZ: Acquiring lock 6562 1726776561.30003: ANSIBALLZ: Lock acquired: 140440278424976 6562 1726776561.30005: ANSIBALLZ: Creating module 6562 1726776561.44059: ANSIBALLZ: Writing module into payload 6562 1726776561.44168: ANSIBALLZ: Writing module 6562 1726776561.44198: ANSIBALLZ: Renaming module 6562 1726776561.44210: ANSIBALLZ: Done creating module 6562 1726776561.44232: variable 'ansible_facts' from source: unknown 6562 1726776561.44323: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776561.267109-6645-206471228340664/AnsiballZ_stat.py 6562 1726776561.44505: Sending initial data 6562 1726776561.44508: Sent initial data (150 bytes) 6562 1726776561.45261: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776561.45275: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.45345: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776561.45374: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776561.45401: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776561.45491: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776561.47136: 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 <<< 6562 1726776561.47194: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776561.47248: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpsqsaef9i /root/.ansible/tmp/ansible-tmp-1726776561.267109-6645-206471228340664/AnsiballZ_stat.py <<< 6562 1726776561.47252: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776561.267109-6645-206471228340664/AnsiballZ_stat.py" <<< 6562 1726776561.47306: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpsqsaef9i" to remote "/root/.ansible/tmp/ansible-tmp-1726776561.267109-6645-206471228340664/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776561.267109-6645-206471228340664/AnsiballZ_stat.py" <<< 6562 1726776561.48068: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776561.48088: stderr chunk (state=3): >>><<< 6562 1726776561.48215: stdout chunk (state=3): >>><<< 6562 1726776561.48218: done transferring module to remote 6562 1726776561.48220: _low_level_execute_command(): starting 6562 1726776561.48223: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776561.267109-6645-206471228340664/ /root/.ansible/tmp/ansible-tmp-1726776561.267109-6645-206471228340664/AnsiballZ_stat.py && sleep 0' 6562 1726776561.48766: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776561.48779: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776561.48793: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776561.48810: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776561.48839: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776561.48851: stderr chunk (state=3): >>>debug2: match not found <<< 6562 1726776561.48940: 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.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.48959: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776561.48974: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776561.48996: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776561.49081: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776561.50827: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776561.50849: stderr chunk (state=3): >>><<< 6562 1726776561.50856: stdout chunk (state=3): >>><<< 6562 1726776561.50878: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776561.50891: _low_level_execute_command(): starting 6562 1726776561.50894: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776561.267109-6645-206471228340664/AnsiballZ_stat.py && sleep 0' 6562 1726776561.51281: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776561.51318: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776561.51321: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776561.51323: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.51325: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776561.51327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.51376: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776561.51379: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776561.51383: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776561.51442: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776561.67215: 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"}}} <<< 6562 1726776561.68585: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776561.68620: stderr chunk (state=3): >>><<< 6562 1726776561.68623: stdout chunk (state=3): >>><<< 6562 1726776561.68638: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776561.68670: 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-1726776561.267109-6645-206471228340664/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776561.68678: _low_level_execute_command(): starting 6562 1726776561.68682: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776561.267109-6645-206471228340664/ > /dev/null 2>&1 && sleep 0' 6562 1726776561.69139: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776561.69142: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.69147: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776561.69149: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776561.69151: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.69203: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776561.69207: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776561.69212: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776561.69258: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776561.71135: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776561.71163: stderr chunk (state=3): >>><<< 6562 1726776561.71166: stdout chunk (state=3): >>><<< 6562 1726776561.71179: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776561.71185: handler run complete 6562 1726776561.71205: attempt loop complete, returning result 6562 1726776561.71208: _execute() done 6562 1726776561.71210: dumping result to json 6562 1726776561.71216: done dumping result, returning 6562 1726776561.71223: done running TaskExecutor() for managed_node2/TASK: Check if system is ostree [12343ab9-b159-238d-eb1a-000000000007] 6562 1726776561.71228: sending task result for task 12343ab9-b159-238d-eb1a-000000000007 6562 1726776561.71318: done sending task result for task 12343ab9-b159-238d-eb1a-000000000007 6562 1726776561.71321: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } 6562 1726776561.71377: no more pending results, returning what we have 6562 1726776561.71379: results queue empty 6562 1726776561.71380: checking for any_errors_fatal 6562 1726776561.71382: done checking for any_errors_fatal 6562 1726776561.71382: checking for max_fail_percentage 6562 1726776561.71384: done checking for max_fail_percentage 6562 1726776561.71384: checking to see if all hosts have failed and the running result is not ok 6562 1726776561.71385: done checking to see if all hosts have failed 6562 1726776561.71387: getting the remaining hosts for this loop 6562 1726776561.71389: done getting the remaining hosts for this loop 6562 1726776561.71393: getting the next task for host managed_node2 6562 1726776561.71399: done getting next task for host managed_node2 6562 1726776561.71401: ^ task is: TASK: Set flag to indicate system is ostree 6562 1726776561.71403: ^ 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? (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 6562 1726776561.71407: getting variables 6562 1726776561.71408: in VariableManager get_vars() 6562 1726776561.71436: Calling all_inventory to load vars for managed_node2 6562 1726776561.71439: Calling groups_inventory to load vars for managed_node2 6562 1726776561.71442: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776561.71452: Calling all_plugins_play to load vars for managed_node2 6562 1726776561.71454: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776561.71457: Calling groups_plugins_play to load vars for managed_node2 6562 1726776561.71628: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776561.71737: done with get_vars() 6562 1726776561.71744: done getting variables 6562 1726776561.71812: 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 [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:17 Thursday 19 September 2024 16:09:21 -0400 (0:00:00.503) 0:00:03.953 **** 6562 1726776561.71834: entering _queue_task() for managed_node2/set_fact 6562 1726776561.71835: Creating lock for set_fact 6562 1726776561.72022: worker is 1 (out of 1 available) 6562 1726776561.72033: exiting _queue_task() for managed_node2/set_fact 6562 1726776561.72043: done queuing things up, now waiting for results queue to drain 6562 1726776561.72044: waiting for pending results... 6562 1726776561.72178: running TaskExecutor() for managed_node2/TASK: Set flag to indicate system is ostree 6562 1726776561.72233: in run() - task 12343ab9-b159-238d-eb1a-000000000008 6562 1726776561.72246: variable 'ansible_search_path' from source: unknown 6562 1726776561.72274: calling self._execute() 6562 1726776561.72326: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776561.72331: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776561.72339: variable 'omit' from source: magic vars 6562 1726776561.72661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776561.72828: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776561.72858: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776561.72883: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776561.72931: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776561.72992: 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) 6562 1726776561.73010: 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) 6562 1726776561.73030: 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) 6562 1726776561.73052: 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) 6562 1726776561.73136: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 6562 1726776561.73141: variable 'omit' from source: magic vars 6562 1726776561.73168: variable 'omit' from source: magic vars 6562 1726776561.73246: variable '__ostree_booted_stat' from source: set_fact 6562 1726776561.73282: variable 'omit' from source: magic vars 6562 1726776561.73302: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776561.73325: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776561.73340: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776561.73353: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776561.73362: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776561.73387: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776561.73391: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776561.73394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776561.73456: Set connection var ansible_timeout to 10 6562 1726776561.73462: Set connection var ansible_pipelining to False 6562 1726776561.73467: Set connection var ansible_shell_executable to /bin/sh 6562 1726776561.73475: Set connection var ansible_shell_type to sh 6562 1726776561.73478: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776561.73480: Set connection var ansible_connection to ssh 6562 1726776561.73500: variable 'ansible_shell_executable' from source: unknown 6562 1726776561.73503: variable 'ansible_connection' from source: unknown 6562 1726776561.73506: variable 'ansible_module_compression' from source: unknown 6562 1726776561.73509: variable 'ansible_shell_type' from source: unknown 6562 1726776561.73511: variable 'ansible_shell_executable' from source: unknown 6562 1726776561.73514: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776561.73518: variable 'ansible_pipelining' from source: unknown 6562 1726776561.73520: variable 'ansible_timeout' from source: unknown 6562 1726776561.73525: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776561.73590: 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) 6562 1726776561.73602: variable 'omit' from source: magic vars 6562 1726776561.73605: starting attempt loop 6562 1726776561.73608: running the handler 6562 1726776561.73618: handler run complete 6562 1726776561.73626: attempt loop complete, returning result 6562 1726776561.73629: _execute() done 6562 1726776561.73631: dumping result to json 6562 1726776561.73633: done dumping result, returning 6562 1726776561.73640: done running TaskExecutor() for managed_node2/TASK: Set flag to indicate system is ostree [12343ab9-b159-238d-eb1a-000000000008] 6562 1726776561.73644: sending task result for task 12343ab9-b159-238d-eb1a-000000000008 6562 1726776561.73715: done sending task result for task 12343ab9-b159-238d-eb1a-000000000008 6562 1726776561.73719: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_is_ostree": false }, "changed": false } 6562 1726776561.73772: no more pending results, returning what we have 6562 1726776561.73774: results queue empty 6562 1726776561.73775: checking for any_errors_fatal 6562 1726776561.73781: done checking for any_errors_fatal 6562 1726776561.73782: checking for max_fail_percentage 6562 1726776561.73783: done checking for max_fail_percentage 6562 1726776561.73784: checking to see if all hosts have failed and the running result is not ok 6562 1726776561.73784: done checking to see if all hosts have failed 6562 1726776561.73787: getting the remaining hosts for this loop 6562 1726776561.73789: done getting the remaining hosts for this loop 6562 1726776561.73792: getting the next task for host managed_node2 6562 1726776561.73798: done getting next task for host managed_node2 6562 1726776561.73800: ^ task is: TASK: Ensure required packages are installed 6562 1726776561.73802: ^ 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 6562 1726776561.73804: getting variables 6562 1726776561.73806: in VariableManager get_vars() 6562 1726776561.73829: Calling all_inventory to load vars for managed_node2 6562 1726776561.73831: Calling groups_inventory to load vars for managed_node2 6562 1726776561.73834: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776561.73842: Calling all_plugins_play to load vars for managed_node2 6562 1726776561.73845: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776561.73847: Calling groups_plugins_play to load vars for managed_node2 6562 1726776561.73953: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776561.74062: done with get_vars() 6562 1726776561.74068: done getting variables 6562 1726776561.74137: 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 [Ensure required packages are installed] ********************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:22 Thursday 19 September 2024 16:09:21 -0400 (0:00:00.023) 0:00:03.976 **** 6562 1726776561.74159: entering _queue_task() for managed_node2/package 6562 1726776561.74161: Creating lock for package 6562 1726776561.74335: worker is 1 (out of 1 available) 6562 1726776561.74345: exiting _queue_task() for managed_node2/package 6562 1726776561.74355: done queuing things up, now waiting for results queue to drain 6562 1726776561.74357: waiting for pending results... 6562 1726776561.74490: running TaskExecutor() for managed_node2/TASK: Ensure required packages are installed 6562 1726776561.74533: in run() - task 12343ab9-b159-238d-eb1a-000000000009 6562 1726776561.74543: variable 'ansible_search_path' from source: unknown 6562 1726776561.74569: calling self._execute() 6562 1726776561.74622: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776561.74628: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776561.74635: variable 'omit' from source: magic vars 6562 1726776561.74704: variable 'omit' from source: magic vars 6562 1726776561.74729: variable 'omit' from source: magic vars 6562 1726776561.75041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776561.76359: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776561.76522: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776561.76550: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776561.76575: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776561.76595: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776561.76667: 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) 6562 1726776561.76687: 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) 6562 1726776561.76705: 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) 6562 1726776561.76733: 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) 6562 1726776561.76744: 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) 6562 1726776561.76825: variable '__kernel_settings_is_ostree' from source: set_fact 6562 1726776561.76831: variable 'omit' from source: magic vars 6562 1726776561.76857: variable 'omit' from source: magic vars 6562 1726776561.76879: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776561.76900: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776561.76917: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776561.76930: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776561.76937: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776561.76958: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776561.76962: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776561.76964: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776561.77033: Set connection var ansible_timeout to 10 6562 1726776561.77040: Set connection var ansible_pipelining to False 6562 1726776561.77045: Set connection var ansible_shell_executable to /bin/sh 6562 1726776561.77051: Set connection var ansible_shell_type to sh 6562 1726776561.77056: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776561.77058: Set connection var ansible_connection to ssh 6562 1726776561.77074: variable 'ansible_shell_executable' from source: unknown 6562 1726776561.77079: variable 'ansible_connection' from source: unknown 6562 1726776561.77081: variable 'ansible_module_compression' from source: unknown 6562 1726776561.77084: variable 'ansible_shell_type' from source: unknown 6562 1726776561.77087: variable 'ansible_shell_executable' from source: unknown 6562 1726776561.77089: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776561.77092: variable 'ansible_pipelining' from source: unknown 6562 1726776561.77094: variable 'ansible_timeout' from source: unknown 6562 1726776561.77103: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776561.77164: 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) 6562 1726776561.77171: variable 'omit' from source: magic vars 6562 1726776561.77176: starting attempt loop 6562 1726776561.77179: running the handler 6562 1726776561.77187: variable 'ansible_facts' from source: unknown 6562 1726776561.77190: variable 'ansible_facts' from source: unknown 6562 1726776561.77231: _low_level_execute_command(): starting 6562 1726776561.77238: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776561.77739: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776561.77743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776561.77745: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776561.77749: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776561.77752: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.77810: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776561.77813: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776561.77816: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776561.77871: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776561.79533: stdout chunk (state=3): >>>/root <<< 6562 1726776561.79659: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776561.79688: stderr chunk (state=3): >>><<< 6562 1726776561.79692: stdout chunk (state=3): >>><<< 6562 1726776561.79715: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776561.79726: _low_level_execute_command(): starting 6562 1726776561.79729: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776561.7971275-6667-80474180407439 `" && echo ansible-tmp-1726776561.7971275-6667-80474180407439="` echo /root/.ansible/tmp/ansible-tmp-1726776561.7971275-6667-80474180407439 `" ) && sleep 0' 6562 1726776561.80147: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776561.80154: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776561.80181: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.80184: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776561.80189: 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 <<< 6562 1726776561.80192: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.80246: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776561.80252: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776561.80255: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776561.80297: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776561.82172: stdout chunk (state=3): >>>ansible-tmp-1726776561.7971275-6667-80474180407439=/root/.ansible/tmp/ansible-tmp-1726776561.7971275-6667-80474180407439 <<< 6562 1726776561.82273: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776561.82302: stderr chunk (state=3): >>><<< 6562 1726776561.82305: stdout chunk (state=3): >>><<< 6562 1726776561.82322: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776561.7971275-6667-80474180407439=/root/.ansible/tmp/ansible-tmp-1726776561.7971275-6667-80474180407439 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776561.82346: variable 'ansible_module_compression' from source: unknown 6562 1726776561.82390: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 6562 1726776561.82393: ANSIBALLZ: Acquiring lock 6562 1726776561.82396: ANSIBALLZ: Lock acquired: 140440278424304 6562 1726776561.82398: ANSIBALLZ: Creating module 6562 1726776561.92096: ANSIBALLZ: Writing module into payload 6562 1726776561.92157: ANSIBALLZ: Writing module 6562 1726776561.92176: ANSIBALLZ: Renaming module 6562 1726776561.92179: ANSIBALLZ: Done creating module 6562 1726776561.92198: variable 'ansible_facts' from source: unknown 6562 1726776561.92260: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776561.7971275-6667-80474180407439/AnsiballZ_dnf.py 6562 1726776561.92363: Sending initial data 6562 1726776561.92366: Sent initial data (149 bytes) 6562 1726776561.92813: 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 <<< 6562 1726776561.92816: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776561.92818: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.92820: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776561.92822: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.92872: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776561.92882: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776561.92938: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776561.94611: 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 <<< 6562 1726776561.94618: 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 <<< 6562 1726776561.94657: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776561.94706: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp6bbr26_r /root/.ansible/tmp/ansible-tmp-1726776561.7971275-6667-80474180407439/AnsiballZ_dnf.py <<< 6562 1726776561.94713: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776561.7971275-6667-80474180407439/AnsiballZ_dnf.py" <<< 6562 1726776561.94756: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp6bbr26_r" to remote "/root/.ansible/tmp/ansible-tmp-1726776561.7971275-6667-80474180407439/AnsiballZ_dnf.py" <<< 6562 1726776561.94759: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776561.7971275-6667-80474180407439/AnsiballZ_dnf.py" <<< 6562 1726776561.95428: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776561.95468: stderr chunk (state=3): >>><<< 6562 1726776561.95471: stdout chunk (state=3): >>><<< 6562 1726776561.95497: done transferring module to remote 6562 1726776561.95506: _low_level_execute_command(): starting 6562 1726776561.95512: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776561.7971275-6667-80474180407439/ /root/.ansible/tmp/ansible-tmp-1726776561.7971275-6667-80474180407439/AnsiballZ_dnf.py && sleep 0' 6562 1726776561.95942: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776561.95945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776561.95947: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.95949: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776561.95951: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776561.95953: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.95991: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776561.96014: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776561.96053: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776561.97813: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776561.97841: stderr chunk (state=3): >>><<< 6562 1726776561.97845: stdout chunk (state=3): >>><<< 6562 1726776561.97853: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776561.97855: _low_level_execute_command(): starting 6562 1726776561.97860: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776561.7971275-6667-80474180407439/AnsiballZ_dnf.py && sleep 0' 6562 1726776561.98252: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776561.98289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776561.98293: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776561.98295: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.98297: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776561.98299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776561.98340: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776561.98343: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776561.98404: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776575.75953: stdout chunk (state=3): >>> {"msg": "", "changed": true, "results": ["Installed: python3-pyudev-0.24.1-9.el10.noarch", "Installed: tuned-2.24.0-1.el10.noarch", "Installed: libbabeltrace-1.5.11-8.el10.x86_64", "Installed: virt-what-1.26-3.el10.x86_64", "Installed: hdparm-9.65-5.el10.x86_64", "Installed: dmidecode-1:3.6-2.el10.x86_64", "Installed: python3-linux-procfs-0.7.3-6.el10.noarch", "Installed: libtraceevent-1.8.2-5.el10.x86_64", "Installed: python3-perf-6.11.0-25.el10.x86_64"], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "procps-ng"], "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}}} <<< 6562 1726776576.01374: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776576.01379: stdout chunk (state=3): >>><<< 6562 1726776576.01381: stderr chunk (state=3): >>><<< 6562 1726776576.01534: _low_level_execute_command() done: rc=0, stdout= {"msg": "", "changed": true, "results": ["Installed: python3-pyudev-0.24.1-9.el10.noarch", "Installed: tuned-2.24.0-1.el10.noarch", "Installed: libbabeltrace-1.5.11-8.el10.x86_64", "Installed: virt-what-1.26-3.el10.x86_64", "Installed: hdparm-9.65-5.el10.x86_64", "Installed: dmidecode-1:3.6-2.el10.x86_64", "Installed: python3-linux-procfs-0.7.3-6.el10.noarch", "Installed: libtraceevent-1.8.2-5.el10.x86_64", "Installed: python3-perf-6.11.0-25.el10.x86_64"], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "procps-ng"], "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776576.01543: done with _execute_module (ansible.legacy.dnf, {'name': ['tuned', 'procps-ng'], '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-1726776561.7971275-6667-80474180407439/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776576.01547: _low_level_execute_command(): starting 6562 1726776576.01549: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776561.7971275-6667-80474180407439/ > /dev/null 2>&1 && sleep 0' 6562 1726776576.02680: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776576.02832: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776576.03004: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776576.03047: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776576.05258: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776576.05274: stdout chunk (state=3): >>><<< 6562 1726776576.05290: stderr chunk (state=3): >>><<< 6562 1726776576.05489: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776576.05492: handler run complete 6562 1726776576.05495: attempt loop complete, returning result 6562 1726776576.05497: _execute() done 6562 1726776576.05499: dumping result to json 6562 1726776576.05501: done dumping result, returning 6562 1726776576.05502: done running TaskExecutor() for managed_node2/TASK: Ensure required packages are installed [12343ab9-b159-238d-eb1a-000000000009] 6562 1726776576.05504: sending task result for task 12343ab9-b159-238d-eb1a-000000000009 6562 1726776576.05762: done sending task result for task 12343ab9-b159-238d-eb1a-000000000009 6562 1726776576.05766: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pyudev-0.24.1-9.el10.noarch", "Installed: tuned-2.24.0-1.el10.noarch", "Installed: libbabeltrace-1.5.11-8.el10.x86_64", "Installed: virt-what-1.26-3.el10.x86_64", "Installed: hdparm-9.65-5.el10.x86_64", "Installed: dmidecode-1:3.6-2.el10.x86_64", "Installed: python3-linux-procfs-0.7.3-6.el10.noarch", "Installed: libtraceevent-1.8.2-5.el10.x86_64", "Installed: python3-perf-6.11.0-25.el10.x86_64" ] } 6562 1726776576.05845: no more pending results, returning what we have 6562 1726776576.05848: results queue empty 6562 1726776576.05849: checking for any_errors_fatal 6562 1726776576.05852: done checking for any_errors_fatal 6562 1726776576.05853: checking for max_fail_percentage 6562 1726776576.05854: done checking for max_fail_percentage 6562 1726776576.05855: checking to see if all hosts have failed and the running result is not ok 6562 1726776576.05856: done checking to see if all hosts have failed 6562 1726776576.05856: getting the remaining hosts for this loop 6562 1726776576.05858: done getting the remaining hosts for this loop 6562 1726776576.05862: getting the next task for host managed_node2 6562 1726776576.05867: done getting next task for host managed_node2 6562 1726776576.05870: ^ task is: TASK: See if tuned has a profile subdir 6562 1726776576.05871: ^ 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 6562 1726776576.05874: getting variables 6562 1726776576.05876: in VariableManager get_vars() 6562 1726776576.06107: Calling all_inventory to load vars for managed_node2 6562 1726776576.06110: Calling groups_inventory to load vars for managed_node2 6562 1726776576.06114: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776576.06126: Calling all_plugins_play to load vars for managed_node2 6562 1726776576.06128: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776576.06131: Calling groups_plugins_play to load vars for managed_node2 6562 1726776576.06645: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776576.07002: done with get_vars() 6562 1726776576.07013: done getting variables TASK [See if tuned has a profile subdir] *************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:28 Thursday 19 September 2024 16:09:36 -0400 (0:00:14.330) 0:00:18.306 **** 6562 1726776576.07216: entering _queue_task() for managed_node2/stat 6562 1726776576.07757: worker is 1 (out of 1 available) 6562 1726776576.07768: exiting _queue_task() for managed_node2/stat 6562 1726776576.07779: done queuing things up, now waiting for results queue to drain 6562 1726776576.07781: waiting for pending results... 6562 1726776576.08105: running TaskExecutor() for managed_node2/TASK: See if tuned has a profile subdir 6562 1726776576.08270: in run() - task 12343ab9-b159-238d-eb1a-00000000000a 6562 1726776576.08284: variable 'ansible_search_path' from source: unknown 6562 1726776576.08321: calling self._execute() 6562 1726776576.08382: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776576.08387: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776576.08603: variable 'omit' from source: magic vars 6562 1726776576.08703: variable 'omit' from source: magic vars 6562 1726776576.08737: variable 'omit' from source: magic vars 6562 1726776576.08774: variable 'omit' from source: magic vars 6562 1726776576.09018: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776576.09054: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776576.09075: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776576.09099: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776576.09105: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776576.09139: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776576.09142: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776576.09145: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776576.09453: Set connection var ansible_timeout to 10 6562 1726776576.09461: Set connection var ansible_pipelining to False 6562 1726776576.09466: Set connection var ansible_shell_executable to /bin/sh 6562 1726776576.09474: Set connection var ansible_shell_type to sh 6562 1726776576.09479: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776576.09482: Set connection var ansible_connection to ssh 6562 1726776576.09506: variable 'ansible_shell_executable' from source: unknown 6562 1726776576.09512: variable 'ansible_connection' from source: unknown 6562 1726776576.09514: variable 'ansible_module_compression' from source: unknown 6562 1726776576.09517: variable 'ansible_shell_type' from source: unknown 6562 1726776576.09519: variable 'ansible_shell_executable' from source: unknown 6562 1726776576.09522: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776576.09526: variable 'ansible_pipelining' from source: unknown 6562 1726776576.09533: variable 'ansible_timeout' from source: unknown 6562 1726776576.09539: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776576.09929: 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__) 6562 1726776576.09938: variable 'omit' from source: magic vars 6562 1726776576.09943: starting attempt loop 6562 1726776576.09946: running the handler 6562 1726776576.09973: _low_level_execute_command(): starting 6562 1726776576.09976: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776576.11421: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776576.11424: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776576.11427: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776576.11430: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776576.11444: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776576.11450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776576.11464: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776576.11589: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776576.11657: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776576.11660: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776576.11736: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776576.13418: stdout chunk (state=3): >>>/root <<< 6562 1726776576.13515: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776576.13622: stderr chunk (state=3): >>><<< 6562 1726776576.13625: stdout chunk (state=3): >>><<< 6562 1726776576.13651: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776576.13665: _low_level_execute_command(): starting 6562 1726776576.13672: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776576.1365075-7028-245222674219062 `" && echo ansible-tmp-1726776576.1365075-7028-245222674219062="` echo /root/.ansible/tmp/ansible-tmp-1726776576.1365075-7028-245222674219062 `" ) && sleep 0' 6562 1726776576.14942: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776576.14946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776576.14949: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776576.14951: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776576.14963: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776576.15055: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776576.15119: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776576.15196: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776576.17368: stdout chunk (state=3): >>>ansible-tmp-1726776576.1365075-7028-245222674219062=/root/.ansible/tmp/ansible-tmp-1726776576.1365075-7028-245222674219062 <<< 6562 1726776576.17506: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776576.17550: stderr chunk (state=3): >>><<< 6562 1726776576.17554: stdout chunk (state=3): >>><<< 6562 1726776576.17570: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776576.1365075-7028-245222674219062=/root/.ansible/tmp/ansible-tmp-1726776576.1365075-7028-245222674219062 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776576.17691: variable 'ansible_module_compression' from source: unknown 6562 1726776576.17694: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776576.17817: variable 'ansible_facts' from source: unknown 6562 1726776576.17917: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776576.1365075-7028-245222674219062/AnsiballZ_stat.py 6562 1726776576.18515: Sending initial data 6562 1726776576.18518: Sent initial data (151 bytes) 6562 1726776576.19296: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776576.19300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776576.19318: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776576.19328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776576.19490: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776576.19506: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776576.21057: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6562 1726776576.21136: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 6562 1726776576.21139: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 6562 1726776576.21142: stderr chunk (state=3): >>>debug2: Server supports extension "fstatvfs@openssh.com" revision 2 <<< 6562 1726776576.21144: stderr chunk (state=3): >>>debug2: Server supports extension "hardlink@openssh.com" revision 1 <<< 6562 1726776576.21146: stderr chunk (state=3): >>>debug2: Server supports extension "fsync@openssh.com" revision 1 <<< 6562 1726776576.21148: stderr chunk (state=3): >>>debug2: Server supports extension "lsetstat@openssh.com" revision 1 <<< 6562 1726776576.21150: stderr chunk (state=3): >>>debug2: Server supports extension "limits@openssh.com" revision 1 <<< 6562 1726776576.21152: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6562 1726776576.21154: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 <<< 6562 1726776576.21156: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" <<< 6562 1726776576.21158: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776576.21225: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776576.21296: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp2kf1na8y /root/.ansible/tmp/ansible-tmp-1726776576.1365075-7028-245222674219062/AnsiballZ_stat.py <<< 6562 1726776576.21327: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776576.1365075-7028-245222674219062/AnsiballZ_stat.py" <<< 6562 1726776576.21388: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp2kf1na8y" to remote "/root/.ansible/tmp/ansible-tmp-1726776576.1365075-7028-245222674219062/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776576.1365075-7028-245222674219062/AnsiballZ_stat.py" <<< 6562 1726776576.22471: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776576.22507: stderr chunk (state=3): >>><<< 6562 1726776576.22517: stdout chunk (state=3): >>><<< 6562 1726776576.22547: done transferring module to remote 6562 1726776576.22694: _low_level_execute_command(): starting 6562 1726776576.22697: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776576.1365075-7028-245222674219062/ /root/.ansible/tmp/ansible-tmp-1726776576.1365075-7028-245222674219062/AnsiballZ_stat.py && sleep 0' 6562 1726776576.23435: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776576.23453: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776576.23466: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776576.23484: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776576.23520: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776576.23534: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776576.23559: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776576.23610: 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.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776576.23790: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776576.23794: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776576.23864: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776576.25744: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776576.25765: stderr chunk (state=3): >>><<< 6562 1726776576.25774: stdout chunk (state=3): >>><<< 6562 1726776576.25800: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776576.25813: _low_level_execute_command(): starting 6562 1726776576.25894: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776576.1365075-7028-245222674219062/AnsiballZ_stat.py && sleep 0' 6562 1726776576.26710: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776576.26739: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776576.26756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776576.26775: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776576.26797: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776576.26819: stderr chunk (state=3): >>>debug2: match not found <<< 6562 1726776576.26834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776576.26852: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776576.26926: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776576.26957: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776576.26974: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776576.27000: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776576.27139: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776576.51015: 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": 341835968, "dev": 51714, "nlink": 2, "atime": 1722988800.0, "mtime": 1722988800.0, "ctime": 1726776569.5782528, "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": "1946630135", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6562 1726776576.52732: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776576.52892: stderr chunk (state=3): >>><<< 6562 1726776576.52896: stdout chunk (state=3): >>><<< 6562 1726776576.52899: _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": 341835968, "dev": 51714, "nlink": 2, "atime": 1722988800.0, "mtime": 1722988800.0, "ctime": 1726776569.5782528, "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": "1946630135", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776576.52903: done with _execute_module (stat, {'path': '/etc/tuned/profiles', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776576.1365075-7028-245222674219062/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776576.52911: _low_level_execute_command(): starting 6562 1726776576.52913: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776576.1365075-7028-245222674219062/ > /dev/null 2>&1 && sleep 0' 6562 1726776576.53484: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776576.53501: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776576.53517: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776576.53535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776576.53552: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776576.53564: stderr chunk (state=3): >>>debug2: match not found <<< 6562 1726776576.53577: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776576.53600: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776576.53682: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776576.53712: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776576.53789: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776576.55692: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776576.55708: stdout chunk (state=3): >>><<< 6562 1726776576.55722: stderr chunk (state=3): >>><<< 6562 1726776576.55742: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776576.55892: handler run complete 6562 1726776576.55895: attempt loop complete, returning result 6562 1726776576.55898: _execute() done 6562 1726776576.55900: dumping result to json 6562 1726776576.55902: done dumping result, returning 6562 1726776576.55906: done running TaskExecutor() for managed_node2/TASK: See if tuned has a profile subdir [12343ab9-b159-238d-eb1a-00000000000a] 6562 1726776576.55908: sending task result for task 12343ab9-b159-238d-eb1a-00000000000a 6562 1726776576.55988: done sending task result for task 12343ab9-b159-238d-eb1a-00000000000a 6562 1726776576.55991: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1722988800.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776569.5782528, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 341835968, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1722988800.0, "nlink": 2, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 6, "uid": 0, "version": "1946630135", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6562 1726776576.56096: no more pending results, returning what we have 6562 1726776576.56100: results queue empty 6562 1726776576.56100: checking for any_errors_fatal 6562 1726776576.56110: done checking for any_errors_fatal 6562 1726776576.56110: checking for max_fail_percentage 6562 1726776576.56112: done checking for max_fail_percentage 6562 1726776576.56113: checking to see if all hosts have failed and the running result is not ok 6562 1726776576.56113: done checking to see if all hosts have failed 6562 1726776576.56114: getting the remaining hosts for this loop 6562 1726776576.56116: done getting the remaining hosts for this loop 6562 1726776576.56120: getting the next task for host managed_node2 6562 1726776576.56127: done getting next task for host managed_node2 6562 1726776576.56130: ^ task is: TASK: Set profile dir 6562 1726776576.56131: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6562 1726776576.56135: getting variables 6562 1726776576.56136: in VariableManager get_vars() 6562 1726776576.56167: Calling all_inventory to load vars for managed_node2 6562 1726776576.56169: Calling groups_inventory to load vars for managed_node2 6562 1726776576.56173: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776576.56183: Calling all_plugins_play to load vars for managed_node2 6562 1726776576.56301: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776576.56309: Calling groups_plugins_play to load vars for managed_node2 6562 1726776576.56616: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776576.57056: done with get_vars() 6562 1726776576.57073: done getting variables 6562 1726776576.57155: 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 profile dir] ********************************************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:33 Thursday 19 September 2024 16:09:36 -0400 (0:00:00.499) 0:00:18.806 **** 6562 1726776576.57196: entering _queue_task() for managed_node2/set_fact 6562 1726776576.57444: worker is 1 (out of 1 available) 6562 1726776576.57455: exiting _queue_task() for managed_node2/set_fact 6562 1726776576.57465: done queuing things up, now waiting for results queue to drain 6562 1726776576.57467: waiting for pending results... 6562 1726776576.58197: running TaskExecutor() for managed_node2/TASK: Set profile dir 6562 1726776576.58202: in run() - task 12343ab9-b159-238d-eb1a-00000000000b 6562 1726776576.58205: variable 'ansible_search_path' from source: unknown 6562 1726776576.58209: calling self._execute() 6562 1726776576.58211: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776576.58295: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776576.58349: variable 'omit' from source: magic vars 6562 1726776576.58535: variable 'omit' from source: magic vars 6562 1726776576.58691: variable 'omit' from source: magic vars 6562 1726776576.58901: variable '__dir' from source: task vars 6562 1726776576.59025: variable '__tuned_profiles' from source: set_fact 6562 1726776576.59081: variable 'omit' from source: magic vars 6562 1726776576.59130: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776576.59167: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776576.59194: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776576.59217: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776576.59233: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776576.59272: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776576.59279: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776576.59289: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776576.59389: Set connection var ansible_timeout to 10 6562 1726776576.59404: Set connection var ansible_pipelining to False 6562 1726776576.59415: Set connection var ansible_shell_executable to /bin/sh 6562 1726776576.59426: Set connection var ansible_shell_type to sh 6562 1726776576.59435: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776576.59441: Set connection var ansible_connection to ssh 6562 1726776576.59464: variable 'ansible_shell_executable' from source: unknown 6562 1726776576.59473: variable 'ansible_connection' from source: unknown 6562 1726776576.59480: variable 'ansible_module_compression' from source: unknown 6562 1726776576.59488: variable 'ansible_shell_type' from source: unknown 6562 1726776576.59496: variable 'ansible_shell_executable' from source: unknown 6562 1726776576.59502: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776576.59690: variable 'ansible_pipelining' from source: unknown 6562 1726776576.59693: variable 'ansible_timeout' from source: unknown 6562 1726776576.59695: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776576.59697: 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) 6562 1726776576.59700: variable 'omit' from source: magic vars 6562 1726776576.59702: starting attempt loop 6562 1726776576.59704: running the handler 6562 1726776576.59706: handler run complete 6562 1726776576.59708: attempt loop complete, returning result 6562 1726776576.59709: _execute() done 6562 1726776576.59711: dumping result to json 6562 1726776576.59713: done dumping result, returning 6562 1726776576.59715: done running TaskExecutor() for managed_node2/TASK: Set profile dir [12343ab9-b159-238d-eb1a-00000000000b] 6562 1726776576.59717: sending task result for task 12343ab9-b159-238d-eb1a-00000000000b ok: [managed_node2] => { "ansible_facts": { "__profile_dir": "/etc/tuned/profiles/kernel_settings" }, "changed": false } 6562 1726776576.59857: no more pending results, returning what we have 6562 1726776576.59859: results queue empty 6562 1726776576.59860: checking for any_errors_fatal 6562 1726776576.59865: done checking for any_errors_fatal 6562 1726776576.59866: checking for max_fail_percentage 6562 1726776576.59867: done checking for max_fail_percentage 6562 1726776576.59868: checking to see if all hosts have failed and the running result is not ok 6562 1726776576.59869: done checking to see if all hosts have failed 6562 1726776576.59870: getting the remaining hosts for this loop 6562 1726776576.59872: done getting the remaining hosts for this loop 6562 1726776576.59875: getting the next task for host managed_node2 6562 1726776576.59882: done getting next task for host managed_node2 6562 1726776576.59884: ^ task is: TASK: Ensure kernel settings profile directory exists 6562 1726776576.59889: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6562 1726776576.59892: getting variables 6562 1726776576.59894: in VariableManager get_vars() 6562 1726776576.60015: Calling all_inventory to load vars for managed_node2 6562 1726776576.60018: Calling groups_inventory to load vars for managed_node2 6562 1726776576.60021: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776576.60027: done sending task result for task 12343ab9-b159-238d-eb1a-00000000000b 6562 1726776576.60029: WORKER PROCESS EXITING 6562 1726776576.60037: Calling all_plugins_play to load vars for managed_node2 6562 1726776576.60039: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776576.60042: Calling groups_plugins_play to load vars for managed_node2 6562 1726776576.60310: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776576.60747: done with get_vars() 6562 1726776576.60756: done getting variables TASK [Ensure kernel settings profile directory exists] ************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:39 Thursday 19 September 2024 16:09:36 -0400 (0:00:00.037) 0:00:18.844 **** 6562 1726776576.60969: entering _queue_task() for managed_node2/file 6562 1726776576.61381: worker is 1 (out of 1 available) 6562 1726776576.61462: exiting _queue_task() for managed_node2/file 6562 1726776576.61473: done queuing things up, now waiting for results queue to drain 6562 1726776576.61475: waiting for pending results... 6562 1726776576.62001: running TaskExecutor() for managed_node2/TASK: Ensure kernel settings profile directory exists 6562 1726776576.62006: in run() - task 12343ab9-b159-238d-eb1a-00000000000c 6562 1726776576.62011: variable 'ansible_search_path' from source: unknown 6562 1726776576.62014: calling self._execute() 6562 1726776576.62018: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776576.62197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776576.62213: variable 'omit' from source: magic vars 6562 1726776576.62322: variable 'omit' from source: magic vars 6562 1726776576.62363: variable 'omit' from source: magic vars 6562 1726776576.62403: variable '__profile_dir' from source: set_fact 6562 1726776576.62694: variable '__profile_dir' from source: set_fact 6562 1726776576.62734: variable 'omit' from source: magic vars 6562 1726776576.62779: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776576.62823: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776576.62850: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776576.62872: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776576.62890: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776576.62925: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776576.62990: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776576.62993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776576.63043: Set connection var ansible_timeout to 10 6562 1726776576.63056: Set connection var ansible_pipelining to False 6562 1726776576.63066: Set connection var ansible_shell_executable to /bin/sh 6562 1726776576.63076: Set connection var ansible_shell_type to sh 6562 1726776576.63084: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776576.63093: Set connection var ansible_connection to ssh 6562 1726776576.63121: variable 'ansible_shell_executable' from source: unknown 6562 1726776576.63129: variable 'ansible_connection' from source: unknown 6562 1726776576.63135: variable 'ansible_module_compression' from source: unknown 6562 1726776576.63141: variable 'ansible_shell_type' from source: unknown 6562 1726776576.63147: variable 'ansible_shell_executable' from source: unknown 6562 1726776576.63153: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776576.63160: variable 'ansible_pipelining' from source: unknown 6562 1726776576.63220: variable 'ansible_timeout' from source: unknown 6562 1726776576.63223: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776576.63372: 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__) 6562 1726776576.63389: variable 'omit' from source: magic vars 6562 1726776576.63399: starting attempt loop 6562 1726776576.63406: running the handler 6562 1726776576.63422: _low_level_execute_command(): starting 6562 1726776576.63437: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776576.64355: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776576.64527: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776576.64704: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776576.64815: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776576.66474: stdout chunk (state=3): >>>/root <<< 6562 1726776576.66621: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776576.66625: stdout chunk (state=3): >>><<< 6562 1726776576.66627: stderr chunk (state=3): >>><<< 6562 1726776576.66646: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776576.66669: _low_level_execute_command(): starting 6562 1726776576.66682: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776576.6665637-7051-260996143638270 `" && echo ansible-tmp-1726776576.6665637-7051-260996143638270="` echo /root/.ansible/tmp/ansible-tmp-1726776576.6665637-7051-260996143638270 `" ) && sleep 0' 6562 1726776576.67246: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776576.67259: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776576.67271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776576.67290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776576.67306: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776576.67321: stderr chunk (state=3): >>>debug2: match not found <<< 6562 1726776576.67333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776576.67350: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776576.67402: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776576.67451: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776576.67466: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776576.67494: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776576.67566: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776576.69472: stdout chunk (state=3): >>>ansible-tmp-1726776576.6665637-7051-260996143638270=/root/.ansible/tmp/ansible-tmp-1726776576.6665637-7051-260996143638270 <<< 6562 1726776576.69609: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776576.69620: stdout chunk (state=3): >>><<< 6562 1726776576.69638: stderr chunk (state=3): >>><<< 6562 1726776576.69659: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776576.6665637-7051-260996143638270=/root/.ansible/tmp/ansible-tmp-1726776576.6665637-7051-260996143638270 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776576.69713: variable 'ansible_module_compression' from source: unknown 6562 1726776576.69796: ANSIBALLZ: Using lock for file 6562 1726776576.69799: ANSIBALLZ: Acquiring lock 6562 1726776576.69802: ANSIBALLZ: Lock acquired: 140440278424880 6562 1726776576.69803: ANSIBALLZ: Creating module 6562 1726776576.83554: ANSIBALLZ: Writing module into payload 6562 1726776576.83732: ANSIBALLZ: Writing module 6562 1726776576.83759: ANSIBALLZ: Renaming module 6562 1726776576.83777: ANSIBALLZ: Done creating module 6562 1726776576.83800: variable 'ansible_facts' from source: unknown 6562 1726776576.83890: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776576.6665637-7051-260996143638270/AnsiballZ_file.py 6562 1726776576.84060: Sending initial data 6562 1726776576.84063: Sent initial data (151 bytes) 6562 1726776576.85134: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776576.85301: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776576.85312: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776576.85452: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776576.87017: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6562 1726776576.87031: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 6562 1726776576.87042: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 6562 1726776576.87052: stderr chunk (state=3): >>>debug2: Server supports extension "fstatvfs@openssh.com" revision 2 <<< 6562 1726776576.87062: stderr chunk (state=3): >>>debug2: Server supports extension "hardlink@openssh.com" revision 1 <<< 6562 1726776576.87071: stderr chunk (state=3): >>>debug2: Server supports extension "fsync@openssh.com" revision 1 <<< 6562 1726776576.87090: 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 <<< 6562 1726776576.87153: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776576.87229: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpciq_21uf /root/.ansible/tmp/ansible-tmp-1726776576.6665637-7051-260996143638270/AnsiballZ_file.py <<< 6562 1726776576.87245: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776576.6665637-7051-260996143638270/AnsiballZ_file.py" <<< 6562 1726776576.87267: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpciq_21uf" to remote "/root/.ansible/tmp/ansible-tmp-1726776576.6665637-7051-260996143638270/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776576.6665637-7051-260996143638270/AnsiballZ_file.py" <<< 6562 1726776576.88099: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776576.88127: stderr chunk (state=3): >>><<< 6562 1726776576.88250: stdout chunk (state=3): >>><<< 6562 1726776576.88254: done transferring module to remote 6562 1726776576.88256: _low_level_execute_command(): starting 6562 1726776576.88258: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776576.6665637-7051-260996143638270/ /root/.ansible/tmp/ansible-tmp-1726776576.6665637-7051-260996143638270/AnsiballZ_file.py && sleep 0' 6562 1726776576.88843: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776576.88857: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776576.88874: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776576.88901: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776576.88925: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776576.89028: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776576.89049: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776576.89072: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776576.89085: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776576.89166: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776576.90988: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776576.90993: stderr chunk (state=3): >>><<< 6562 1726776576.90996: stdout chunk (state=3): >>><<< 6562 1726776576.91011: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776576.91014: _low_level_execute_command(): starting 6562 1726776576.91019: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776576.6665637-7051-260996143638270/AnsiballZ_file.py && sleep 0' 6562 1726776576.91549: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776576.91553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776576.91556: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776576.91559: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776576.91569: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776576.91584: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776576.91610: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776576.91698: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776577.09205: 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}}} <<< 6562 1726776577.10712: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776577.10716: stdout chunk (state=3): >>><<< 6562 1726776577.10719: stderr chunk (state=3): >>><<< 6562 1726776577.10746: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776577.10813: 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-1726776576.6665637-7051-260996143638270/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776577.10891: _low_level_execute_command(): starting 6562 1726776577.10894: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776576.6665637-7051-260996143638270/ > /dev/null 2>&1 && sleep 0' 6562 1726776577.11511: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776577.11592: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776577.11624: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776577.11640: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776577.11729: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776577.13677: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776577.13700: stdout chunk (state=3): >>><<< 6562 1726776577.13716: stderr chunk (state=3): >>><<< 6562 1726776577.13737: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776577.13749: handler run complete 6562 1726776577.13892: attempt loop complete, returning result 6562 1726776577.13895: _execute() done 6562 1726776577.13897: dumping result to json 6562 1726776577.13899: done dumping result, returning 6562 1726776577.13901: done running TaskExecutor() for managed_node2/TASK: Ensure kernel settings profile directory exists [12343ab9-b159-238d-eb1a-00000000000c] 6562 1726776577.13906: sending task result for task 12343ab9-b159-238d-eb1a-00000000000c 6562 1726776577.13976: done sending task result for task 12343ab9-b159-238d-eb1a-00000000000c 6562 1726776577.13979: WORKER PROCESS EXITING changed: [managed_node2] => { "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 } 6562 1726776577.14059: no more pending results, returning what we have 6562 1726776577.14062: results queue empty 6562 1726776577.14063: checking for any_errors_fatal 6562 1726776577.14068: done checking for any_errors_fatal 6562 1726776577.14069: checking for max_fail_percentage 6562 1726776577.14071: done checking for max_fail_percentage 6562 1726776577.14071: checking to see if all hosts have failed and the running result is not ok 6562 1726776577.14072: done checking to see if all hosts have failed 6562 1726776577.14073: getting the remaining hosts for this loop 6562 1726776577.14075: done getting the remaining hosts for this loop 6562 1726776577.14079: getting the next task for host managed_node2 6562 1726776577.14092: done getting next task for host managed_node2 6562 1726776577.14095: ^ task is: TASK: Generate a configuration for kernel settings 6562 1726776577.14097: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6562 1726776577.14100: getting variables 6562 1726776577.14103: in VariableManager get_vars() 6562 1726776577.14135: Calling all_inventory to load vars for managed_node2 6562 1726776577.14138: Calling groups_inventory to load vars for managed_node2 6562 1726776577.14142: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776577.14153: Calling all_plugins_play to load vars for managed_node2 6562 1726776577.14157: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776577.14161: Calling groups_plugins_play to load vars for managed_node2 6562 1726776577.14447: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776577.14911: done with get_vars() 6562 1726776577.14928: done getting variables 6562 1726776577.15057: 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 [Generate a configuration for kernel settings] **************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:45 Thursday 19 September 2024 16:09:37 -0400 (0:00:00.541) 0:00:19.385 **** 6562 1726776577.15083: entering _queue_task() for managed_node2/copy 6562 1726776577.15333: worker is 1 (out of 1 available) 6562 1726776577.15345: exiting _queue_task() for managed_node2/copy 6562 1726776577.15473: done queuing things up, now waiting for results queue to drain 6562 1726776577.15475: waiting for pending results... 6562 1726776577.15810: running TaskExecutor() for managed_node2/TASK: Generate a configuration for kernel settings 6562 1726776577.15814: in run() - task 12343ab9-b159-238d-eb1a-00000000000d 6562 1726776577.15817: variable 'ansible_search_path' from source: unknown 6562 1726776577.15820: calling self._execute() 6562 1726776577.15832: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776577.15844: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776577.15858: variable 'omit' from source: magic vars 6562 1726776577.15970: variable 'omit' from source: magic vars 6562 1726776577.16016: variable 'omit' from source: magic vars 6562 1726776577.16329: variable '__profile_dir' from source: set_fact 6562 1726776577.16382: variable 'omit' from source: magic vars 6562 1726776577.16427: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776577.16474: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776577.16498: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776577.16521: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776577.16558: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776577.16573: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776577.16579: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776577.16588: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776577.16775: Set connection var ansible_timeout to 10 6562 1726776577.16778: Set connection var ansible_pipelining to False 6562 1726776577.16780: Set connection var ansible_shell_executable to /bin/sh 6562 1726776577.16782: Set connection var ansible_shell_type to sh 6562 1726776577.16783: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776577.16786: Set connection var ansible_connection to ssh 6562 1726776577.16788: variable 'ansible_shell_executable' from source: unknown 6562 1726776577.16790: variable 'ansible_connection' from source: unknown 6562 1726776577.16792: variable 'ansible_module_compression' from source: unknown 6562 1726776577.16794: variable 'ansible_shell_type' from source: unknown 6562 1726776577.16796: variable 'ansible_shell_executable' from source: unknown 6562 1726776577.16798: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776577.16799: variable 'ansible_pipelining' from source: unknown 6562 1726776577.16801: variable 'ansible_timeout' from source: unknown 6562 1726776577.16803: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776577.16929: 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) 6562 1726776577.16944: variable 'omit' from source: magic vars 6562 1726776577.16952: starting attempt loop 6562 1726776577.16959: running the handler 6562 1726776577.16973: _low_level_execute_command(): starting 6562 1726776577.16994: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776577.17748: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776577.17801: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776577.17820: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776577.17879: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776577.17928: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776577.17945: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776577.18002: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776577.18060: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776577.19721: stdout chunk (state=3): >>>/root <<< 6562 1726776577.19879: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776577.19882: stdout chunk (state=3): >>><<< 6562 1726776577.19885: stderr chunk (state=3): >>><<< 6562 1726776577.19908: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776577.20002: _low_level_execute_command(): starting 6562 1726776577.20009: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926 `" && echo ansible-tmp-1726776577.1991482-7095-116483103551926="` echo /root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926 `" ) && sleep 0' 6562 1726776577.20577: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776577.20593: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776577.20610: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776577.20639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776577.20702: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776577.20767: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776577.20791: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776577.20819: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776577.20895: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776577.22787: stdout chunk (state=3): >>>ansible-tmp-1726776577.1991482-7095-116483103551926=/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926 <<< 6562 1726776577.22952: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776577.22957: stdout chunk (state=3): >>><<< 6562 1726776577.22959: stderr chunk (state=3): >>><<< 6562 1726776577.22976: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776577.1991482-7095-116483103551926=/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776577.23092: evaluation_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings 6562 1726776577.23096: search_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/tuned/etc/tuned/change_settings/tuned.conf /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tuned/etc/tuned/change_settings/tuned.conf /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/tuned/etc/tuned/change_settings/tuned.conf /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tuned/etc/tuned/change_settings/tuned.conf 6562 1726776577.23099: variable 'ansible_module_compression' from source: unknown 6562 1726776577.23155: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776577.23197: variable 'ansible_facts' from source: unknown 6562 1726776577.23300: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/AnsiballZ_stat.py 6562 1726776577.23450: Sending initial data 6562 1726776577.23565: Sent initial data (151 bytes) 6562 1726776577.24103: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776577.24110: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776577.24119: stderr chunk (state=3): >>>debug2: match found <<< 6562 1726776577.24191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776577.24210: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776577.24223: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776577.24303: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776577.25821: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6562 1726776577.25841: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 6562 1726776577.25875: 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 <<< 6562 1726776577.25914: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776577.25977: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpezelmnkd /root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/AnsiballZ_stat.py <<< 6562 1726776577.25982: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/AnsiballZ_stat.py" <<< 6562 1726776577.26023: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpezelmnkd" to remote "/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/AnsiballZ_stat.py" <<< 6562 1726776577.26860: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776577.26863: stderr chunk (state=3): >>><<< 6562 1726776577.26866: stdout chunk (state=3): >>><<< 6562 1726776577.26875: done transferring module to remote 6562 1726776577.26893: _low_level_execute_command(): starting 6562 1726776577.26902: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/ /root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/AnsiballZ_stat.py && sleep 0' 6562 1726776577.27896: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776577.27913: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776577.27929: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776577.28006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776577.28069: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776577.28085: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776577.28114: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776577.28298: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776577.30063: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776577.30123: stderr chunk (state=3): >>><<< 6562 1726776577.30136: stdout chunk (state=3): >>><<< 6562 1726776577.30167: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776577.30184: _low_level_execute_command(): starting 6562 1726776577.30198: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/AnsiballZ_stat.py && sleep 0' 6562 1726776577.30840: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776577.30904: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776577.30971: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776577.30993: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776577.31016: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776577.31105: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776577.46919: 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}}} <<< 6562 1726776577.48255: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776577.48276: stderr chunk (state=3): >>><<< 6562 1726776577.48279: stdout chunk (state=3): >>><<< 6562 1726776577.48296: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776577.48320: 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-1726776577.1991482-7095-116483103551926/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776577.48407: Sending initial data 6562 1726776577.48410: Sent initial data (220 bytes) 6562 1726776577.48838: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776577.48842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776577.48844: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776577.48846: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776577.48848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776577.48893: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776577.48932: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776577.48966: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776577.50744: 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 <<< 6562 1726776577.50788: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776577.50851: stdout chunk (state=3): >>>sftp> put /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tuned/etc/tuned/change_settings/tuned.conf /root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/.source.conf <<< 6562 1726776577.50854: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/.source.conf" <<< 6562 1726776577.50901: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tuned/etc/tuned/change_settings/tuned.conf" to remote "/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/.source.conf" <<< 6562 1726776577.50912: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/.source.conf" <<< 6562 1726776577.51117: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776577.51154: stderr chunk (state=3): >>><<< 6562 1726776577.51157: stdout chunk (state=3): >>><<< 6562 1726776577.51171: _low_level_execute_command(): starting 6562 1726776577.51174: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/ /root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/.source.conf && sleep 0' 6562 1726776577.51579: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776577.51611: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776577.51614: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776577.51617: 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.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776577.51619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776577.51667: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776577.51671: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776577.51725: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776577.53978: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776577.54006: stderr chunk (state=3): >>><<< 6562 1726776577.54010: stdout chunk (state=3): >>><<< 6562 1726776577.54025: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776577.54045: variable 'ansible_module_compression' from source: unknown 6562 1726776577.54083: ANSIBALLZ: Using generic lock for ansible.legacy.copy 6562 1726776577.54088: ANSIBALLZ: Acquiring lock 6562 1726776577.54091: ANSIBALLZ: Lock acquired: 140440278424304 6562 1726776577.54093: ANSIBALLZ: Creating module 6562 1726776577.62831: ANSIBALLZ: Writing module into payload 6562 1726776577.62919: ANSIBALLZ: Writing module 6562 1726776577.62940: ANSIBALLZ: Renaming module 6562 1726776577.62943: ANSIBALLZ: Done creating module 6562 1726776577.62957: variable 'ansible_facts' from source: unknown 6562 1726776577.63001: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/AnsiballZ_copy.py 6562 1726776577.63091: Sending initial data 6562 1726776577.63094: Sent initial data (151 bytes) 6562 1726776577.63731: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776577.63734: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776577.63737: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776577.63740: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776577.63742: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776577.63744: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776577.63780: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776577.63840: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776577.65581: 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 <<< 6562 1726776577.65590: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776577.65630: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776577.65676: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpa642esqj /root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/AnsiballZ_copy.py <<< 6562 1726776577.65680: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/AnsiballZ_copy.py" <<< 6562 1726776577.65723: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpa642esqj" to remote "/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/AnsiballZ_copy.py" <<< 6562 1726776577.65726: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/AnsiballZ_copy.py" <<< 6562 1726776577.66285: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776577.66327: stderr chunk (state=3): >>><<< 6562 1726776577.66330: stdout chunk (state=3): >>><<< 6562 1726776577.66347: done transferring module to remote 6562 1726776577.66354: _low_level_execute_command(): starting 6562 1726776577.66359: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/ /root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/AnsiballZ_copy.py && sleep 0' 6562 1726776577.66765: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776577.66804: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776577.66807: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776577.66809: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776577.66811: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776577.66814: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776577.66856: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776577.66860: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776577.66918: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776577.68694: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776577.68717: stderr chunk (state=3): >>><<< 6562 1726776577.68720: stdout chunk (state=3): >>><<< 6562 1726776577.68737: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776577.68740: _low_level_execute_command(): starting 6562 1726776577.68744: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/AnsiballZ_copy.py && sleep 0' 6562 1726776577.69145: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776577.69152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776577.69182: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776577.69185: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776577.69190: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776577.69235: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776577.69239: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776577.69308: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776577.86293: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/.source.conf", "md5sum": "d5df32baf1a63528844555117ead6672", "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 381, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "_original_basename": "tuned.conf", "follow": false, "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "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}}} <<< 6562 1726776577.87511: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776577.87555: stderr chunk (state=3): >>><<< 6562 1726776577.87558: stdout chunk (state=3): >>><<< 6562 1726776577.87577: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/.source.conf", "md5sum": "d5df32baf1a63528844555117ead6672", "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 381, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "_original_basename": "tuned.conf", "follow": false, "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776577.87617: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/.source.conf', 'dest': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'mode': '0644', '_original_basename': 'tuned.conf', 'follow': False, 'checksum': '13fdc203370e2b8e7e42c13d94b671b1ac621563', '_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-1726776577.1991482-7095-116483103551926/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776577.87708: _low_level_execute_command(): starting 6562 1726776577.87711: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/ > /dev/null 2>&1 && sleep 0' 6562 1726776577.88933: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776577.88983: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776577.88995: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776577.89009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776577.89028: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776577.89035: stderr chunk (state=3): >>>debug2: match not found <<< 6562 1726776577.89044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776577.89059: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776577.89096: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776577.89100: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6562 1726776577.89191: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776577.89195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776577.89197: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776577.89243: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776577.89317: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776577.89325: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776577.89411: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776577.91281: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776577.91408: stderr chunk (state=3): >>><<< 6562 1726776577.91518: stdout chunk (state=3): >>><<< 6562 1726776577.91521: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776577.91524: handler run complete 6562 1726776577.91551: attempt loop complete, returning result 6562 1726776577.91590: _execute() done 6562 1726776577.91598: dumping result to json 6562 1726776577.91609: done dumping result, returning 6562 1726776577.91637: done running TaskExecutor() for managed_node2/TASK: Generate a configuration for kernel settings [12343ab9-b159-238d-eb1a-00000000000d] 6562 1726776577.91736: sending task result for task 12343ab9-b159-238d-eb1a-00000000000d changed: [managed_node2] => { "changed": true, "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "d5df32baf1a63528844555117ead6672", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 381, "src": "/root/.ansible/tmp/ansible-tmp-1726776577.1991482-7095-116483103551926/.source.conf", "state": "file", "uid": 0 } 6562 1726776577.92093: no more pending results, returning what we have 6562 1726776577.92096: results queue empty 6562 1726776577.92097: checking for any_errors_fatal 6562 1726776577.92104: done checking for any_errors_fatal 6562 1726776577.92105: checking for max_fail_percentage 6562 1726776577.92106: done checking for max_fail_percentage 6562 1726776577.92107: checking to see if all hosts have failed and the running result is not ok 6562 1726776577.92108: done checking to see if all hosts have failed 6562 1726776577.92108: getting the remaining hosts for this loop 6562 1726776577.92110: done getting the remaining hosts for this loop 6562 1726776577.92114: getting the next task for host managed_node2 6562 1726776577.92121: done getting next task for host managed_node2 6562 1726776577.92124: ^ task is: TASK: Ensure required services are enabled and started 6562 1726776577.92126: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6562 1726776577.92130: getting variables 6562 1726776577.92131: in VariableManager get_vars() 6562 1726776577.92161: Calling all_inventory to load vars for managed_node2 6562 1726776577.92165: Calling groups_inventory to load vars for managed_node2 6562 1726776577.92168: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776577.92180: Calling all_plugins_play to load vars for managed_node2 6562 1726776577.92183: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776577.92596: Calling groups_plugins_play to load vars for managed_node2 6562 1726776577.92911: done sending task result for task 12343ab9-b159-238d-eb1a-00000000000d 6562 1726776577.92915: WORKER PROCESS EXITING 6562 1726776577.92939: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776577.93688: done with get_vars() 6562 1726776577.93700: done getting variables 6562 1726776577.93851: 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 [Ensure required services are enabled and started] ************************ task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:51 Thursday 19 September 2024 16:09:37 -0400 (0:00:00.787) 0:00:20.173 **** 6562 1726776577.94001: entering _queue_task() for managed_node2/service 6562 1726776577.94003: Creating lock for service 6562 1726776577.94496: worker is 1 (out of 1 available) 6562 1726776577.94507: exiting _queue_task() for managed_node2/service 6562 1726776577.94518: done queuing things up, now waiting for results queue to drain 6562 1726776577.94520: waiting for pending results... 6562 1726776577.95606: running TaskExecutor() for managed_node2/TASK: Ensure required services are enabled and started 6562 1726776577.95611: in run() - task 12343ab9-b159-238d-eb1a-00000000000e 6562 1726776577.95614: variable 'ansible_search_path' from source: unknown 6562 1726776577.95617: calling self._execute() 6562 1726776577.96192: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776577.96196: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776577.96199: variable 'omit' from source: magic vars 6562 1726776577.96202: variable 'omit' from source: magic vars 6562 1726776577.96207: variable 'omit' from source: magic vars 6562 1726776577.96691: variable 'omit' from source: magic vars 6562 1726776577.96694: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776577.96697: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776577.96699: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776577.96700: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776577.96705: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776577.96707: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776577.96709: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776577.96711: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776577.96954: Set connection var ansible_timeout to 10 6562 1726776577.97006: Set connection var ansible_pipelining to False 6562 1726776577.97019: Set connection var ansible_shell_executable to /bin/sh 6562 1726776577.97105: Set connection var ansible_shell_type to sh 6562 1726776577.97117: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776577.97125: Set connection var ansible_connection to ssh 6562 1726776577.97152: variable 'ansible_shell_executable' from source: unknown 6562 1726776577.97164: variable 'ansible_connection' from source: unknown 6562 1726776577.97171: variable 'ansible_module_compression' from source: unknown 6562 1726776577.97178: variable 'ansible_shell_type' from source: unknown 6562 1726776577.97188: variable 'ansible_shell_executable' from source: unknown 6562 1726776577.97196: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776577.97207: variable 'ansible_pipelining' from source: unknown 6562 1726776577.97274: variable 'ansible_timeout' from source: unknown 6562 1726776577.97283: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776577.98108: 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) 6562 1726776577.98209: variable 'omit' from source: magic vars 6562 1726776577.98220: starting attempt loop 6562 1726776577.98227: running the handler 6562 1726776577.98838: variable 'ansible_facts' from source: unknown 6562 1726776577.99181: _low_level_execute_command(): starting 6562 1726776577.99198: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776578.00568: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776578.00582: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776578.00769: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776578.00824: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776578.00873: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776578.00900: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776578.01095: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776578.02818: stdout chunk (state=3): >>>/root <<< 6562 1726776578.02969: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776578.02972: stdout chunk (state=3): >>><<< 6562 1726776578.02974: stderr chunk (state=3): >>><<< 6562 1726776578.02996: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776578.03019: _low_level_execute_command(): starting 6562 1726776578.03054: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776578.0300555-7162-79831371658271 `" && echo ansible-tmp-1726776578.0300555-7162-79831371658271="` echo /root/.ansible/tmp/ansible-tmp-1726776578.0300555-7162-79831371658271 `" ) && sleep 0' 6562 1726776578.04308: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776578.04322: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776578.04345: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776578.04474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776578.04518: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776578.04532: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776578.04701: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776578.06708: stdout chunk (state=3): >>>ansible-tmp-1726776578.0300555-7162-79831371658271=/root/.ansible/tmp/ansible-tmp-1726776578.0300555-7162-79831371658271 <<< 6562 1726776578.06810: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776578.06867: stderr chunk (state=3): >>><<< 6562 1726776578.06879: stdout chunk (state=3): >>><<< 6562 1726776578.06914: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776578.0300555-7162-79831371658271=/root/.ansible/tmp/ansible-tmp-1726776578.0300555-7162-79831371658271 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776578.07058: variable 'ansible_module_compression' from source: unknown 6562 1726776578.07063: ANSIBALLZ: Using generic lock for ansible.legacy.systemd 6562 1726776578.07066: ANSIBALLZ: Acquiring lock 6562 1726776578.07068: ANSIBALLZ: Lock acquired: 140440278424304 6562 1726776578.07069: ANSIBALLZ: Creating module 6562 1726776578.51361: ANSIBALLZ: Writing module into payload 6562 1726776578.51539: ANSIBALLZ: Writing module 6562 1726776578.51610: ANSIBALLZ: Renaming module 6562 1726776578.51613: ANSIBALLZ: Done creating module 6562 1726776578.51658: variable 'ansible_facts' from source: unknown 6562 1726776578.51879: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776578.0300555-7162-79831371658271/AnsiballZ_systemd.py 6562 1726776578.52112: Sending initial data 6562 1726776578.52115: Sent initial data (153 bytes) 6562 1726776578.52693: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776578.52697: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776578.52699: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776578.52702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776578.52705: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776578.52709: stderr chunk (state=3): >>>debug2: match not found <<< 6562 1726776578.52721: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776578.52735: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776578.52860: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776578.52864: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776578.52923: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776578.54561: 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 <<< 6562 1726776578.54635: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776578.54681: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpfm5elaz1 /root/.ansible/tmp/ansible-tmp-1726776578.0300555-7162-79831371658271/AnsiballZ_systemd.py <<< 6562 1726776578.54688: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776578.0300555-7162-79831371658271/AnsiballZ_systemd.py" <<< 6562 1726776578.54761: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpfm5elaz1" to remote "/root/.ansible/tmp/ansible-tmp-1726776578.0300555-7162-79831371658271/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776578.0300555-7162-79831371658271/AnsiballZ_systemd.py" <<< 6562 1726776578.56391: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776578.56396: stderr chunk (state=3): >>><<< 6562 1726776578.56399: stdout chunk (state=3): >>><<< 6562 1726776578.56456: done transferring module to remote 6562 1726776578.56546: _low_level_execute_command(): starting 6562 1726776578.56553: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776578.0300555-7162-79831371658271/ /root/.ansible/tmp/ansible-tmp-1726776578.0300555-7162-79831371658271/AnsiballZ_systemd.py && sleep 0' 6562 1726776578.57205: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776578.57244: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776578.57261: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776578.57289: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776578.57366: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776578.59210: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776578.59239: stderr chunk (state=3): >>><<< 6562 1726776578.59292: stdout chunk (state=3): >>><<< 6562 1726776578.59295: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776578.59298: _low_level_execute_command(): starting 6562 1726776578.59301: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776578.0300555-7162-79831371658271/AnsiballZ_systemd.py && sleep 0' 6562 1726776578.59879: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776578.59903: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776578.59915: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776578.59970: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776578.60019: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776578.60080: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776579.27793: stdout chunk (state=3): >>> {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3303469056", "EffectiveMemoryMax": "3702865920", "EffectiveMemoryHigh": "3702865920", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets<<< 6562 1726776579.27901: stdout chunk (state=3): >>>": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755<<< 6562 1726776579.27931: stdout chunk (state=3): >>>", "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 dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus.socket network.target dbus-broker.service systemd-journald.socket basic.target sysinit.target systemd-sysctl.service system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "restarted", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 6562 1726776579.30932: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776579.30936: stdout chunk (state=3): >>><<< 6562 1726776579.30939: stderr chunk (state=3): >>><<< 6562 1726776579.30942: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3303469056", "EffectiveMemoryMax": "3702865920", "EffectiveMemoryHigh": "3702865920", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus.socket network.target dbus-broker.service systemd-journald.socket basic.target sysinit.target systemd-sysctl.service system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776579.31393: 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-1726776578.0300555-7162-79831371658271/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776579.31397: _low_level_execute_command(): starting 6562 1726776579.31399: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776578.0300555-7162-79831371658271/ > /dev/null 2>&1 && sleep 0' 6562 1726776579.31861: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776579.31979: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776579.31987: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776579.32012: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776579.32026: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776579.32045: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776579.32125: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776579.34360: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776579.34364: stdout chunk (state=3): >>><<< 6562 1726776579.34370: stderr chunk (state=3): >>><<< 6562 1726776579.34390: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776579.34462: handler run complete 6562 1726776579.34531: attempt loop complete, returning result 6562 1726776579.34534: _execute() done 6562 1726776579.34537: dumping result to json 6562 1726776579.34557: done dumping result, returning 6562 1726776579.34567: done running TaskExecutor() for managed_node2/TASK: Ensure required services are enabled and started [12343ab9-b159-238d-eb1a-00000000000e] 6562 1726776579.34570: sending task result for task 12343ab9-b159-238d-eb1a-00000000000e changed: [managed_node2] => { "changed": true, "enabled": true, "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "polkit.service dbus.socket network.target dbus-broker.service systemd-journald.socket basic.target sysinit.target systemd-sysctl.service system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "cpupower.service auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3702865920", "EffectiveMemoryMax": "3702865920", "EffectiveTasksMax": "22362", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3303469056", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice dbus-broker.service sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22362", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } 6562 1726776579.35492: no more pending results, returning what we have 6562 1726776579.35495: results queue empty 6562 1726776579.35496: checking for any_errors_fatal 6562 1726776579.35499: done checking for any_errors_fatal 6562 1726776579.35499: checking for max_fail_percentage 6562 1726776579.35501: done checking for max_fail_percentage 6562 1726776579.35501: checking to see if all hosts have failed and the running result is not ok 6562 1726776579.35505: done checking to see if all hosts have failed 6562 1726776579.35506: getting the remaining hosts for this loop 6562 1726776579.35507: done getting the remaining hosts for this loop 6562 1726776579.35510: getting the next task for host managed_node2 6562 1726776579.35515: done getting next task for host managed_node2 6562 1726776579.35517: ^ task is: TASK: Apply kernel_settings 6562 1726776579.35518: ^ 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 6562 1726776579.35521: getting variables 6562 1726776579.35523: in VariableManager get_vars() 6562 1726776579.35541: Calling all_inventory to load vars for managed_node2 6562 1726776579.35543: Calling groups_inventory to load vars for managed_node2 6562 1726776579.35546: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776579.35553: done sending task result for task 12343ab9-b159-238d-eb1a-00000000000e 6562 1726776579.35555: WORKER PROCESS EXITING 6562 1726776579.35570: Calling all_plugins_play to load vars for managed_node2 6562 1726776579.35573: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776579.35576: Calling groups_plugins_play to load vars for managed_node2 6562 1726776579.35748: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776579.35973: done with get_vars() 6562 1726776579.35982: done getting variables TASK [Apply kernel_settings] *************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:57 Thursday 19 September 2024 16:09:39 -0400 (0:00:01.421) 0:00:21.595 **** 6562 1726776579.36079: entering _queue_task() for managed_node2/include_role 6562 1726776579.36081: Creating lock for include_role 6562 1726776579.36413: worker is 1 (out of 1 available) 6562 1726776579.36426: exiting _queue_task() for managed_node2/include_role 6562 1726776579.36469: done queuing things up, now waiting for results queue to drain 6562 1726776579.36471: waiting for pending results... 6562 1726776579.36641: running TaskExecutor() for managed_node2/TASK: Apply kernel_settings 6562 1726776579.36730: in run() - task 12343ab9-b159-238d-eb1a-00000000000f 6562 1726776579.36750: variable 'ansible_search_path' from source: unknown 6562 1726776579.36789: calling self._execute() 6562 1726776579.36855: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776579.36868: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776579.36884: variable 'omit' from source: magic vars 6562 1726776579.37191: _execute() done 6562 1726776579.37195: dumping result to json 6562 1726776579.37198: done dumping result, returning 6562 1726776579.37200: done running TaskExecutor() for managed_node2/TASK: Apply kernel_settings [12343ab9-b159-238d-eb1a-00000000000f] 6562 1726776579.37203: sending task result for task 12343ab9-b159-238d-eb1a-00000000000f 6562 1726776579.37278: done sending task result for task 12343ab9-b159-238d-eb1a-00000000000f 6562 1726776579.37281: WORKER PROCESS EXITING 6562 1726776579.37330: no more pending results, returning what we have 6562 1726776579.37334: in VariableManager get_vars() 6562 1726776579.37360: Calling all_inventory to load vars for managed_node2 6562 1726776579.37363: Calling groups_inventory to load vars for managed_node2 6562 1726776579.37366: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776579.37375: Calling all_plugins_play to load vars for managed_node2 6562 1726776579.37378: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776579.37381: Calling groups_plugins_play to load vars for managed_node2 6562 1726776579.37558: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776579.37787: done with get_vars() 6562 1726776579.37795: variable 'ansible_search_path' from source: unknown 6562 1726776579.39021: variable 'omit' from source: magic vars 6562 1726776579.39045: variable 'omit' from source: magic vars 6562 1726776579.39060: variable 'omit' from source: magic vars 6562 1726776579.39064: we have included files to process 6562 1726776579.39065: generating all_blocks data 6562 1726776579.39067: done generating all_blocks data 6562 1726776579.39068: processing included file: fedora.linux_system_roles.kernel_settings 6562 1726776579.39092: in VariableManager get_vars() 6562 1726776579.39106: done with get_vars() 6562 1726776579.39176: in VariableManager get_vars() 6562 1726776579.39191: done with get_vars() 6562 1726776579.39329: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6562 1726776579.39646: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6562 1726776579.39768: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6562 1726776579.40299: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6562 1726776579.41701: in VariableManager get_vars() 6562 1726776579.41724: done with get_vars() 6562 1726776579.43217: in VariableManager get_vars() 6562 1726776579.43237: done with get_vars() 6562 1726776579.43470: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6562 1726776579.44344: iterating over new_blocks loaded from include file 6562 1726776579.44346: in VariableManager get_vars() 6562 1726776579.44362: done with get_vars() 6562 1726776579.44364: filtering new block on tags 6562 1726776579.44426: done filtering new block on tags 6562 1726776579.44430: in VariableManager get_vars() 6562 1726776579.44445: done with get_vars() 6562 1726776579.44446: filtering new block on tags 6562 1726776579.44490: done filtering new block on tags 6562 1726776579.44493: in VariableManager get_vars() 6562 1726776579.44515: done with get_vars() 6562 1726776579.44517: filtering new block on tags 6562 1726776579.44772: done filtering new block on tags 6562 1726776579.44775: in VariableManager get_vars() 6562 1726776579.44813: done with get_vars() 6562 1726776579.44815: filtering new block on tags 6562 1726776579.44901: done filtering new block on tags 6562 1726776579.44906: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node2 6562 1726776579.44912: extending task lists for all hosts with included blocks 6562 1726776579.46296: done extending task lists 6562 1726776579.46298: done processing included files 6562 1726776579.46298: results queue empty 6562 1726776579.46299: checking for any_errors_fatal 6562 1726776579.46312: done checking for any_errors_fatal 6562 1726776579.46314: checking for max_fail_percentage 6562 1726776579.46315: done checking for max_fail_percentage 6562 1726776579.46316: checking to see if all hosts have failed and the running result is not ok 6562 1726776579.46316: done checking to see if all hosts have failed 6562 1726776579.46317: getting the remaining hosts for this loop 6562 1726776579.46319: done getting the remaining hosts for this loop 6562 1726776579.46321: getting the next task for host managed_node2 6562 1726776579.46326: done getting next task for host managed_node2 6562 1726776579.46329: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6562 1726776579.46331: ^ 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 6562 1726776579.46345: getting variables 6562 1726776579.46346: in VariableManager get_vars() 6562 1726776579.46361: Calling all_inventory to load vars for managed_node2 6562 1726776579.46364: Calling groups_inventory to load vars for managed_node2 6562 1726776579.46366: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776579.46371: Calling all_plugins_play to load vars for managed_node2 6562 1726776579.46379: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776579.46383: Calling groups_plugins_play to load vars for managed_node2 6562 1726776579.46544: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776579.46758: done with get_vars() 6562 1726776579.46769: done getting variables 6562 1726776579.46856: 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:39 -0400 (0:00:00.108) 0:00:21.703 **** 6562 1726776579.46890: entering _queue_task() for managed_node2/fail 6562 1726776579.46892: Creating lock for fail 6562 1726776579.47247: worker is 1 (out of 1 available) 6562 1726776579.47258: exiting _queue_task() for managed_node2/fail 6562 1726776579.47270: done queuing things up, now waiting for results queue to drain 6562 1726776579.47271: waiting for pending results... 6562 1726776579.47504: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6562 1726776579.47613: in run() - task 12343ab9-b159-238d-eb1a-0000000000ad 6562 1726776579.47625: variable 'ansible_search_path' from source: unknown 6562 1726776579.47629: variable 'ansible_search_path' from source: unknown 6562 1726776579.47668: calling self._execute() 6562 1726776579.47741: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776579.47745: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776579.47757: variable 'omit' from source: magic vars 6562 1726776579.48587: variable 'kernel_settings_sysctl' from source: include params 6562 1726776579.48614: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776579.48622: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 6562 1726776579.49276: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776579.51906: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776579.52209: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776579.52213: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776579.52236: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776579.52262: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776579.52351: 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) 6562 1726776579.52592: 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) 6562 1726776579.52595: 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) 6562 1726776579.52598: 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) 6562 1726776579.52600: 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) 6562 1726776579.52602: 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) 6562 1726776579.52606: 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) 6562 1726776579.52609: 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) 6562 1726776579.52661: 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) 6562 1726776579.52680: 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) 6562 1726776579.52734: 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) 6562 1726776579.52771: 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) 6562 1726776579.52806: 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) 6562 1726776579.52857: 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) 6562 1726776579.52879: 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) 6562 1726776579.53218: variable 'kernel_settings_sysctl' from source: include params 6562 1726776579.53299: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776579.53480: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776579.53533: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776579.53567: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776579.53608: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776579.53662: 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) 6562 1726776579.53688: 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) 6562 1726776579.53729: 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) 6562 1726776579.53761: 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) 6562 1726776579.53812: 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) 6562 1726776579.53846: 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) 6562 1726776579.53874: 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) 6562 1726776579.53947: 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) 6562 1726776579.53950: 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 6562 1726776579.53961: when evaluation is False, skipping this task 6562 1726776579.53966: _execute() done 6562 1726776579.53973: dumping result to json 6562 1726776579.53981: done dumping result, returning 6562 1726776579.53994: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [12343ab9-b159-238d-eb1a-0000000000ad] 6562 1726776579.54006: sending task result for task 12343ab9-b159-238d-eb1a-0000000000ad 6562 1726776579.54130: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000ad 6562 1726776579.54134: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 6562 1726776579.54228: no more pending results, returning what we have 6562 1726776579.54232: results queue empty 6562 1726776579.54233: checking for any_errors_fatal 6562 1726776579.54235: done checking for any_errors_fatal 6562 1726776579.54236: checking for max_fail_percentage 6562 1726776579.54237: done checking for max_fail_percentage 6562 1726776579.54238: checking to see if all hosts have failed and the running result is not ok 6562 1726776579.54239: done checking to see if all hosts have failed 6562 1726776579.54240: getting the remaining hosts for this loop 6562 1726776579.54242: done getting the remaining hosts for this loop 6562 1726776579.54245: getting the next task for host managed_node2 6562 1726776579.54253: done getting next task for host managed_node2 6562 1726776579.54257: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6562 1726776579.54260: ^ 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 6562 1726776579.54392: getting variables 6562 1726776579.54394: in VariableManager get_vars() 6562 1726776579.54431: Calling all_inventory to load vars for managed_node2 6562 1726776579.54434: Calling groups_inventory to load vars for managed_node2 6562 1726776579.54436: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776579.54446: Calling all_plugins_play to load vars for managed_node2 6562 1726776579.54449: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776579.54452: Calling groups_plugins_play to load vars for managed_node2 6562 1726776579.54842: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776579.55064: done with get_vars() 6562 1726776579.55075: 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:39 -0400 (0:00:00.082) 0:00:21.786 **** 6562 1726776579.55176: entering _queue_task() for managed_node2/include_tasks 6562 1726776579.55178: Creating lock for include_tasks 6562 1726776579.55449: worker is 1 (out of 1 available) 6562 1726776579.55462: exiting _queue_task() for managed_node2/include_tasks 6562 1726776579.55592: done queuing things up, now waiting for results queue to drain 6562 1726776579.55594: waiting for pending results... 6562 1726776579.55831: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6562 1726776579.55896: in run() - task 12343ab9-b159-238d-eb1a-0000000000ae 6562 1726776579.55900: variable 'ansible_search_path' from source: unknown 6562 1726776579.55925: variable 'ansible_search_path' from source: unknown 6562 1726776579.56023: calling self._execute() 6562 1726776579.56035: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776579.56048: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776579.56062: variable 'omit' from source: magic vars 6562 1726776579.56180: _execute() done 6562 1726776579.56190: dumping result to json 6562 1726776579.56198: done dumping result, returning 6562 1726776579.56214: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [12343ab9-b159-238d-eb1a-0000000000ae] 6562 1726776579.56223: sending task result for task 12343ab9-b159-238d-eb1a-0000000000ae 6562 1726776579.56428: no more pending results, returning what we have 6562 1726776579.56433: in VariableManager get_vars() 6562 1726776579.56643: Calling all_inventory to load vars for managed_node2 6562 1726776579.56646: Calling groups_inventory to load vars for managed_node2 6562 1726776579.56649: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776579.56655: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000ae 6562 1726776579.56658: WORKER PROCESS EXITING 6562 1726776579.56666: Calling all_plugins_play to load vars for managed_node2 6562 1726776579.56669: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776579.56672: Calling groups_plugins_play to load vars for managed_node2 6562 1726776579.56857: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776579.57074: done with get_vars() 6562 1726776579.57084: variable 'ansible_search_path' from source: unknown 6562 1726776579.57085: variable 'ansible_search_path' from source: unknown 6562 1726776579.57127: we have included files to process 6562 1726776579.57129: generating all_blocks data 6562 1726776579.57131: done generating all_blocks data 6562 1726776579.57137: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6562 1726776579.57138: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6562 1726776579.57141: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6562 1726776579.58052: done processing included file 6562 1726776579.58055: iterating over new_blocks loaded from include file 6562 1726776579.58057: in VariableManager get_vars() 6562 1726776579.58079: done with get_vars() 6562 1726776579.58081: filtering new block on tags 6562 1726776579.58110: done filtering new block on tags 6562 1726776579.58113: in VariableManager get_vars() 6562 1726776579.58134: done with get_vars() 6562 1726776579.58135: filtering new block on tags 6562 1726776579.58178: done filtering new block on tags 6562 1726776579.58181: in VariableManager get_vars() 6562 1726776579.58205: done with get_vars() 6562 1726776579.58207: filtering new block on tags 6562 1726776579.58241: done filtering new block on tags 6562 1726776579.58243: in VariableManager get_vars() 6562 1726776579.58270: done with get_vars() 6562 1726776579.58271: filtering new block on tags 6562 1726776579.58294: done filtering new block on tags 6562 1726776579.58296: 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_node2 6562 1726776579.58305: extending task lists for all hosts with included blocks 6562 1726776579.58492: done extending task lists 6562 1726776579.58494: done processing included files 6562 1726776579.58495: results queue empty 6562 1726776579.58495: checking for any_errors_fatal 6562 1726776579.58498: done checking for any_errors_fatal 6562 1726776579.58499: checking for max_fail_percentage 6562 1726776579.58500: done checking for max_fail_percentage 6562 1726776579.58501: checking to see if all hosts have failed and the running result is not ok 6562 1726776579.58502: done checking to see if all hosts have failed 6562 1726776579.58505: getting the remaining hosts for this loop 6562 1726776579.58506: done getting the remaining hosts for this loop 6562 1726776579.58509: getting the next task for host managed_node2 6562 1726776579.58513: done getting next task for host managed_node2 6562 1726776579.58515: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6562 1726776579.58518: ^ 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? (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 6562 1726776579.58527: getting variables 6562 1726776579.58528: in VariableManager get_vars() 6562 1726776579.58539: Calling all_inventory to load vars for managed_node2 6562 1726776579.58541: Calling groups_inventory to load vars for managed_node2 6562 1726776579.58543: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776579.58548: Calling all_plugins_play to load vars for managed_node2 6562 1726776579.58550: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776579.58553: Calling groups_plugins_play to load vars for managed_node2 6562 1726776579.58711: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776579.58923: done with get_vars() 6562 1726776579.58932: 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:39 -0400 (0:00:00.038) 0:00:21.824 **** 6562 1726776579.59005: entering _queue_task() for managed_node2/setup 6562 1726776579.59282: worker is 1 (out of 1 available) 6562 1726776579.59397: exiting _queue_task() for managed_node2/setup 6562 1726776579.59409: done queuing things up, now waiting for results queue to drain 6562 1726776579.59411: waiting for pending results... 6562 1726776579.59590: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6562 1726776579.59861: in run() - task 12343ab9-b159-238d-eb1a-000000000159 6562 1726776579.59865: variable 'ansible_search_path' from source: unknown 6562 1726776579.59867: variable 'ansible_search_path' from source: unknown 6562 1726776579.59869: calling self._execute() 6562 1726776579.59872: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776579.59880: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776579.59898: variable 'omit' from source: magic vars 6562 1726776579.60443: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776579.62878: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776579.62964: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776579.63012: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776579.63092: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776579.63096: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776579.63179: 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) 6562 1726776579.63221: 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) 6562 1726776579.63262: 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) 6562 1726776579.63351: 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) 6562 1726776579.63356: 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) 6562 1726776579.63396: 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) 6562 1726776579.63428: 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) 6562 1726776579.63467: 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) 6562 1726776579.63516: 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) 6562 1726776579.63569: 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) 6562 1726776579.63725: variable '__kernel_settings_required_facts' from source: role '' all vars 6562 1726776579.63740: variable 'ansible_facts' from source: unknown 6562 1726776579.63860: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 6562 1726776579.63868: when evaluation is False, skipping this task 6562 1726776579.63876: _execute() done 6562 1726776579.63896: dumping result to json 6562 1726776579.63899: done dumping result, returning 6562 1726776579.64098: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [12343ab9-b159-238d-eb1a-000000000159] 6562 1726776579.64101: sending task result for task 12343ab9-b159-238d-eb1a-000000000159 6562 1726776579.64172: done sending task result for task 12343ab9-b159-238d-eb1a-000000000159 6562 1726776579.64175: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 6562 1726776579.64230: no more pending results, returning what we have 6562 1726776579.64234: results queue empty 6562 1726776579.64235: checking for any_errors_fatal 6562 1726776579.64237: done checking for any_errors_fatal 6562 1726776579.64238: checking for max_fail_percentage 6562 1726776579.64239: done checking for max_fail_percentage 6562 1726776579.64240: checking to see if all hosts have failed and the running result is not ok 6562 1726776579.64241: done checking to see if all hosts have failed 6562 1726776579.64242: getting the remaining hosts for this loop 6562 1726776579.64244: done getting the remaining hosts for this loop 6562 1726776579.64247: getting the next task for host managed_node2 6562 1726776579.64256: done getting next task for host managed_node2 6562 1726776579.64260: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6562 1726776579.64264: ^ 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? (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 6562 1726776579.64277: getting variables 6562 1726776579.64279: in VariableManager get_vars() 6562 1726776579.64321: Calling all_inventory to load vars for managed_node2 6562 1726776579.64324: Calling groups_inventory to load vars for managed_node2 6562 1726776579.64327: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776579.64337: Calling all_plugins_play to load vars for managed_node2 6562 1726776579.64340: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776579.64343: Calling groups_plugins_play to load vars for managed_node2 6562 1726776579.64839: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776579.65029: done with get_vars() 6562 1726776579.65038: 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:39 -0400 (0:00:00.061) 0:00:21.886 **** 6562 1726776579.65140: entering _queue_task() for managed_node2/stat 6562 1726776579.65508: worker is 1 (out of 1 available) 6562 1726776579.65518: exiting _queue_task() for managed_node2/stat 6562 1726776579.65528: done queuing things up, now waiting for results queue to drain 6562 1726776579.65529: waiting for pending results... 6562 1726776579.65766: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6562 1726776579.65925: in run() - task 12343ab9-b159-238d-eb1a-00000000015b 6562 1726776579.65929: variable 'ansible_search_path' from source: unknown 6562 1726776579.65931: variable 'ansible_search_path' from source: unknown 6562 1726776579.65944: calling self._execute() 6562 1726776579.66031: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776579.66044: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776579.66057: variable 'omit' from source: magic vars 6562 1726776579.66726: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776579.67051: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776579.67123: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776579.67201: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776579.67207: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776579.67450: 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) 6562 1726776579.67454: 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) 6562 1726776579.67519: 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) 6562 1726776579.67559: 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) 6562 1726776579.67700: variable '__kernel_settings_is_ostree' from source: set_fact 6562 1726776579.67718: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6562 1726776579.67726: when evaluation is False, skipping this task 6562 1726776579.67733: _execute() done 6562 1726776579.67740: dumping result to json 6562 1726776579.67747: done dumping result, returning 6562 1726776579.67783: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [12343ab9-b159-238d-eb1a-00000000015b] 6562 1726776579.67798: sending task result for task 12343ab9-b159-238d-eb1a-00000000015b 6562 1726776579.68020: done sending task result for task 12343ab9-b159-238d-eb1a-00000000015b 6562 1726776579.68023: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6562 1726776579.68080: no more pending results, returning what we have 6562 1726776579.68084: results queue empty 6562 1726776579.68085: checking for any_errors_fatal 6562 1726776579.68106: done checking for any_errors_fatal 6562 1726776579.68107: checking for max_fail_percentage 6562 1726776579.68109: done checking for max_fail_percentage 6562 1726776579.68110: checking to see if all hosts have failed and the running result is not ok 6562 1726776579.68110: done checking to see if all hosts have failed 6562 1726776579.68111: getting the remaining hosts for this loop 6562 1726776579.68113: done getting the remaining hosts for this loop 6562 1726776579.68118: getting the next task for host managed_node2 6562 1726776579.68125: done getting next task for host managed_node2 6562 1726776579.68129: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6562 1726776579.68137: ^ 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? (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 6562 1726776579.68151: getting variables 6562 1726776579.68153: in VariableManager get_vars() 6562 1726776579.68191: Calling all_inventory to load vars for managed_node2 6562 1726776579.68194: Calling groups_inventory to load vars for managed_node2 6562 1726776579.68197: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776579.68325: Calling all_plugins_play to load vars for managed_node2 6562 1726776579.68329: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776579.68333: Calling groups_plugins_play to load vars for managed_node2 6562 1726776579.68654: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776579.69069: done with get_vars() 6562 1726776579.69079: done getting variables 6562 1726776579.69238: 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:39 -0400 (0:00:00.041) 0:00:21.927 **** 6562 1726776579.69270: entering _queue_task() for managed_node2/set_fact 6562 1726776579.69800: worker is 1 (out of 1 available) 6562 1726776579.69866: exiting _queue_task() for managed_node2/set_fact 6562 1726776579.69878: done queuing things up, now waiting for results queue to drain 6562 1726776579.69880: waiting for pending results... 6562 1726776579.70313: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6562 1726776579.70412: in run() - task 12343ab9-b159-238d-eb1a-00000000015c 6562 1726776579.70416: variable 'ansible_search_path' from source: unknown 6562 1726776579.70419: variable 'ansible_search_path' from source: unknown 6562 1726776579.70499: calling self._execute() 6562 1726776579.70569: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776579.70574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776579.70587: variable 'omit' from source: magic vars 6562 1726776579.71505: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776579.72074: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776579.72117: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776579.72153: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776579.72180: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776579.72375: 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) 6562 1726776579.72401: 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) 6562 1726776579.72482: 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) 6562 1726776579.72488: 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) 6562 1726776579.72701: variable '__kernel_settings_is_ostree' from source: set_fact 6562 1726776579.72711: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6562 1726776579.72714: when evaluation is False, skipping this task 6562 1726776579.72717: _execute() done 6562 1726776579.72719: dumping result to json 6562 1726776579.72721: done dumping result, returning 6562 1726776579.72724: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [12343ab9-b159-238d-eb1a-00000000015c] 6562 1726776579.72726: sending task result for task 12343ab9-b159-238d-eb1a-00000000015c 6562 1726776579.72793: done sending task result for task 12343ab9-b159-238d-eb1a-00000000015c 6562 1726776579.72797: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6562 1726776579.72874: no more pending results, returning what we have 6562 1726776579.72877: results queue empty 6562 1726776579.72878: checking for any_errors_fatal 6562 1726776579.72883: done checking for any_errors_fatal 6562 1726776579.72884: checking for max_fail_percentage 6562 1726776579.72889: done checking for max_fail_percentage 6562 1726776579.72889: checking to see if all hosts have failed and the running result is not ok 6562 1726776579.72890: done checking to see if all hosts have failed 6562 1726776579.72891: getting the remaining hosts for this loop 6562 1726776579.72893: done getting the remaining hosts for this loop 6562 1726776579.72897: getting the next task for host managed_node2 6562 1726776579.72909: done getting next task for host managed_node2 6562 1726776579.72914: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6562 1726776579.72917: ^ 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? (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 6562 1726776579.72931: getting variables 6562 1726776579.72933: in VariableManager get_vars() 6562 1726776579.72968: Calling all_inventory to load vars for managed_node2 6562 1726776579.72970: Calling groups_inventory to load vars for managed_node2 6562 1726776579.72972: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776579.72982: Calling all_plugins_play to load vars for managed_node2 6562 1726776579.72984: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776579.73122: Calling groups_plugins_play to load vars for managed_node2 6562 1726776579.73546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776579.74048: done with get_vars() 6562 1726776579.74059: 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:39 -0400 (0:00:00.050) 0:00:21.977 **** 6562 1726776579.74289: entering _queue_task() for managed_node2/stat 6562 1726776579.74938: worker is 1 (out of 1 available) 6562 1726776579.74949: exiting _queue_task() for managed_node2/stat 6562 1726776579.74960: done queuing things up, now waiting for results queue to drain 6562 1726776579.74962: waiting for pending results... 6562 1726776579.75407: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6562 1726776579.75412: in run() - task 12343ab9-b159-238d-eb1a-00000000015e 6562 1726776579.75416: variable 'ansible_search_path' from source: unknown 6562 1726776579.75419: variable 'ansible_search_path' from source: unknown 6562 1726776579.75616: calling self._execute() 6562 1726776579.75721: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776579.75725: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776579.75728: variable 'omit' from source: magic vars 6562 1726776579.76566: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776579.77166: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776579.77246: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776579.77250: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776579.77273: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776579.77624: 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) 6562 1726776579.77645: 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) 6562 1726776579.77680: 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) 6562 1726776579.77708: 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) 6562 1726776579.77935: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 6562 1726776579.77947: variable 'omit' from source: magic vars 6562 1726776579.78011: variable 'omit' from source: magic vars 6562 1726776579.78045: variable 'omit' from source: magic vars 6562 1726776579.78165: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776579.78299: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776579.78319: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776579.78336: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776579.78345: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776579.78380: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776579.78385: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776579.78399: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776579.78682: Set connection var ansible_timeout to 10 6562 1726776579.78693: Set connection var ansible_pipelining to False 6562 1726776579.78699: Set connection var ansible_shell_executable to /bin/sh 6562 1726776579.78709: Set connection var ansible_shell_type to sh 6562 1726776579.78716: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776579.78718: Set connection var ansible_connection to ssh 6562 1726776579.78832: variable 'ansible_shell_executable' from source: unknown 6562 1726776579.78835: variable 'ansible_connection' from source: unknown 6562 1726776579.78838: variable 'ansible_module_compression' from source: unknown 6562 1726776579.78840: variable 'ansible_shell_type' from source: unknown 6562 1726776579.78842: variable 'ansible_shell_executable' from source: unknown 6562 1726776579.78844: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776579.78846: variable 'ansible_pipelining' from source: unknown 6562 1726776579.78848: variable 'ansible_timeout' from source: unknown 6562 1726776579.78850: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776579.78940: 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__) 6562 1726776579.78950: variable 'omit' from source: magic vars 6562 1726776579.78957: starting attempt loop 6562 1726776579.78964: running the handler 6562 1726776579.78973: _low_level_execute_command(): starting 6562 1726776579.79001: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776579.79731: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776579.79765: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776579.79802: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776579.79806: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776579.79868: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776579.81984: stdout chunk (state=3): >>>/root <<< 6562 1726776579.81989: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776579.81993: stdout chunk (state=3): >>><<< 6562 1726776579.81995: stderr chunk (state=3): >>><<< 6562 1726776579.81997: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776579.82007: _low_level_execute_command(): starting 6562 1726776579.82010: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776579.8190098-7260-180709704562255 `" && echo ansible-tmp-1726776579.8190098-7260-180709704562255="` echo /root/.ansible/tmp/ansible-tmp-1726776579.8190098-7260-180709704562255 `" ) && sleep 0' 6562 1726776579.83162: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776579.83166: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776579.83168: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776579.83170: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776579.83172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776579.83362: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776579.83397: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776579.83458: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776579.85608: stdout chunk (state=3): >>>ansible-tmp-1726776579.8190098-7260-180709704562255=/root/.ansible/tmp/ansible-tmp-1726776579.8190098-7260-180709704562255 <<< 6562 1726776579.85692: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776579.85711: stdout chunk (state=3): >>><<< 6562 1726776579.85729: stderr chunk (state=3): >>><<< 6562 1726776579.85893: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776579.8190098-7260-180709704562255=/root/.ansible/tmp/ansible-tmp-1726776579.8190098-7260-180709704562255 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776579.85896: variable 'ansible_module_compression' from source: unknown 6562 1726776579.85898: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776579.85927: variable 'ansible_facts' from source: unknown 6562 1726776579.86039: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776579.8190098-7260-180709704562255/AnsiballZ_stat.py 6562 1726776579.86208: Sending initial data 6562 1726776579.86218: Sent initial data (151 bytes) 6562 1726776579.86856: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776579.86917: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776579.87010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776579.87066: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776579.87083: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776579.87125: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776579.87197: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776579.88810: 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 <<< 6562 1726776579.88883: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776579.88938: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpmp6u59qt /root/.ansible/tmp/ansible-tmp-1726776579.8190098-7260-180709704562255/AnsiballZ_stat.py <<< 6562 1726776579.88942: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776579.8190098-7260-180709704562255/AnsiballZ_stat.py" <<< 6562 1726776579.88992: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpmp6u59qt" to remote "/root/.ansible/tmp/ansible-tmp-1726776579.8190098-7260-180709704562255/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776579.8190098-7260-180709704562255/AnsiballZ_stat.py" <<< 6562 1726776579.89846: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776579.89849: stdout chunk (state=3): >>><<< 6562 1726776579.89851: stderr chunk (state=3): >>><<< 6562 1726776579.89905: done transferring module to remote 6562 1726776579.89921: _low_level_execute_command(): starting 6562 1726776579.89930: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776579.8190098-7260-180709704562255/ /root/.ansible/tmp/ansible-tmp-1726776579.8190098-7260-180709704562255/AnsiballZ_stat.py && sleep 0' 6562 1726776579.90591: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776579.90701: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776579.90730: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776579.90753: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776579.90767: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776579.90851: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776579.92899: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776579.92914: stdout chunk (state=3): >>><<< 6562 1726776579.92932: stderr chunk (state=3): >>><<< 6562 1726776579.92964: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776579.92973: _low_level_execute_command(): starting 6562 1726776579.92983: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776579.8190098-7260-180709704562255/AnsiballZ_stat.py && sleep 0' 6562 1726776579.93648: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776579.93663: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776579.93680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776579.93700: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776579.93769: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776579.93823: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776579.93839: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776579.93872: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776579.93959: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776580.10233: 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"}}} <<< 6562 1726776580.11398: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776580.11402: stdout chunk (state=3): >>><<< 6562 1726776580.11405: stderr chunk (state=3): >>><<< 6562 1726776580.11407: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776580.11616: 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-1726776579.8190098-7260-180709704562255/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776580.11620: _low_level_execute_command(): starting 6562 1726776580.11622: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776579.8190098-7260-180709704562255/ > /dev/null 2>&1 && sleep 0' 6562 1726776580.13157: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776580.13227: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776580.13636: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776580.13649: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776580.13809: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776580.13991: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776580.15900: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776580.15904: stdout chunk (state=3): >>><<< 6562 1726776580.15914: stderr chunk (state=3): >>><<< 6562 1726776580.15932: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776580.15937: handler run complete 6562 1726776580.15975: attempt loop complete, returning result 6562 1726776580.15978: _execute() done 6562 1726776580.15980: dumping result to json 6562 1726776580.15982: done dumping result, returning 6562 1726776580.15984: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [12343ab9-b159-238d-eb1a-00000000015e] 6562 1726776580.15989: sending task result for task 12343ab9-b159-238d-eb1a-00000000015e 6562 1726776580.16077: done sending task result for task 12343ab9-b159-238d-eb1a-00000000015e 6562 1726776580.16080: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } 6562 1726776580.16216: no more pending results, returning what we have 6562 1726776580.16219: results queue empty 6562 1726776580.16220: checking for any_errors_fatal 6562 1726776580.16226: done checking for any_errors_fatal 6562 1726776580.16227: checking for max_fail_percentage 6562 1726776580.16228: done checking for max_fail_percentage 6562 1726776580.16229: checking to see if all hosts have failed and the running result is not ok 6562 1726776580.16230: done checking to see if all hosts have failed 6562 1726776580.16231: getting the remaining hosts for this loop 6562 1726776580.16233: done getting the remaining hosts for this loop 6562 1726776580.16237: getting the next task for host managed_node2 6562 1726776580.16244: done getting next task for host managed_node2 6562 1726776580.16248: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6562 1726776580.16251: ^ 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? (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 6562 1726776580.16261: getting variables 6562 1726776580.16263: in VariableManager get_vars() 6562 1726776580.16304: Calling all_inventory to load vars for managed_node2 6562 1726776580.16307: Calling groups_inventory to load vars for managed_node2 6562 1726776580.16310: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776580.16320: Calling all_plugins_play to load vars for managed_node2 6562 1726776580.16323: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776580.16325: Calling groups_plugins_play to load vars for managed_node2 6562 1726776580.16502: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776580.16708: done with get_vars() 6562 1726776580.16727: done getting variables 6562 1726776580.16783: 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:40 -0400 (0:00:00.425) 0:00:22.402 **** 6562 1726776580.16818: entering _queue_task() for managed_node2/set_fact 6562 1726776580.17071: worker is 1 (out of 1 available) 6562 1726776580.17082: exiting _queue_task() for managed_node2/set_fact 6562 1726776580.17098: done queuing things up, now waiting for results queue to drain 6562 1726776580.17157: waiting for pending results... 6562 1726776580.17609: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6562 1726776580.17815: in run() - task 12343ab9-b159-238d-eb1a-00000000015f 6562 1726776580.17826: variable 'ansible_search_path' from source: unknown 6562 1726776580.17829: variable 'ansible_search_path' from source: unknown 6562 1726776580.17862: calling self._execute() 6562 1726776580.18036: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776580.18043: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776580.18052: variable 'omit' from source: magic vars 6562 1726776580.18668: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776580.19030: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776580.19076: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776580.19122: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776580.19158: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776580.19255: 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) 6562 1726776580.19288: 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) 6562 1726776580.19318: 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) 6562 1726776580.19358: 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) 6562 1726776580.19480: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 6562 1726776580.19493: variable 'omit' from source: magic vars 6562 1726776580.19564: variable 'omit' from source: magic vars 6562 1726776580.19691: variable '__transactional_update_stat' from source: set_fact 6562 1726776580.19742: variable 'omit' from source: magic vars 6562 1726776580.19784: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776580.19818: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776580.19844: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776580.19888: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776580.19891: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776580.19922: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776580.19997: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776580.20000: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776580.20054: Set connection var ansible_timeout to 10 6562 1726776580.20069: Set connection var ansible_pipelining to False 6562 1726776580.20079: Set connection var ansible_shell_executable to /bin/sh 6562 1726776580.20092: Set connection var ansible_shell_type to sh 6562 1726776580.20125: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776580.20158: Set connection var ansible_connection to ssh 6562 1726776580.20183: variable 'ansible_shell_executable' from source: unknown 6562 1726776580.20289: variable 'ansible_connection' from source: unknown 6562 1726776580.20294: variable 'ansible_module_compression' from source: unknown 6562 1726776580.20296: variable 'ansible_shell_type' from source: unknown 6562 1726776580.20298: variable 'ansible_shell_executable' from source: unknown 6562 1726776580.20299: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776580.20301: variable 'ansible_pipelining' from source: unknown 6562 1726776580.20303: variable 'ansible_timeout' from source: unknown 6562 1726776580.20304: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776580.20792: 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) 6562 1726776580.20795: variable 'omit' from source: magic vars 6562 1726776580.20799: starting attempt loop 6562 1726776580.20801: running the handler 6562 1726776580.20804: handler run complete 6562 1726776580.20806: attempt loop complete, returning result 6562 1726776580.20808: _execute() done 6562 1726776580.20809: dumping result to json 6562 1726776580.20811: done dumping result, returning 6562 1726776580.20814: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [12343ab9-b159-238d-eb1a-00000000015f] 6562 1726776580.20816: sending task result for task 12343ab9-b159-238d-eb1a-00000000015f 6562 1726776580.20880: done sending task result for task 12343ab9-b159-238d-eb1a-00000000015f 6562 1726776580.20883: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_is_transactional": false }, "changed": false } 6562 1726776580.20941: no more pending results, returning what we have 6562 1726776580.20944: results queue empty 6562 1726776580.20945: checking for any_errors_fatal 6562 1726776580.20951: done checking for any_errors_fatal 6562 1726776580.20951: checking for max_fail_percentage 6562 1726776580.20953: done checking for max_fail_percentage 6562 1726776580.20953: checking to see if all hosts have failed and the running result is not ok 6562 1726776580.20955: done checking to see if all hosts have failed 6562 1726776580.20956: getting the remaining hosts for this loop 6562 1726776580.20958: done getting the remaining hosts for this loop 6562 1726776580.20961: getting the next task for host managed_node2 6562 1726776580.20970: done getting next task for host managed_node2 6562 1726776580.20973: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6562 1726776580.20976: ^ 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? (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 6562 1726776580.20989: getting variables 6562 1726776580.20996: in VariableManager get_vars() 6562 1726776580.21029: Calling all_inventory to load vars for managed_node2 6562 1726776580.21031: Calling groups_inventory to load vars for managed_node2 6562 1726776580.21034: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776580.21043: Calling all_plugins_play to load vars for managed_node2 6562 1726776580.21045: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776580.21047: Calling groups_plugins_play to load vars for managed_node2 6562 1726776580.21409: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776580.22110: done with get_vars() 6562 1726776580.22122: done getting variables 6562 1726776580.22428: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 16:09:40 -0400 (0:00:00.056) 0:00:22.459 **** 6562 1726776580.22464: entering _queue_task() for managed_node2/include_vars 6562 1726776580.22466: Creating lock for include_vars 6562 1726776580.23564: worker is 1 (out of 1 available) 6562 1726776580.23570: exiting _queue_task() for managed_node2/include_vars 6562 1726776580.23580: done queuing things up, now waiting for results queue to drain 6562 1726776580.23582: waiting for pending results... 6562 1726776580.23902: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6562 1726776580.23907: in run() - task 12343ab9-b159-238d-eb1a-000000000161 6562 1726776580.23912: variable 'ansible_search_path' from source: unknown 6562 1726776580.23919: variable 'ansible_search_path' from source: unknown 6562 1726776580.24600: calling self._execute() 6562 1726776580.24675: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776580.24680: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776580.24688: variable 'omit' from source: magic vars 6562 1726776580.24788: variable 'omit' from source: magic vars 6562 1726776580.25349: variable 'omit' from source: magic vars 6562 1726776580.25993: variable 'ffparams' from source: task vars 6562 1726776580.26202: variable 'ansible_facts' from source: unknown 6562 1726776580.26427: variable 'ansible_facts' from source: unknown 6562 1726776580.26581: variable 'ansible_facts' from source: unknown 6562 1726776580.26726: variable 'ansible_facts' from source: unknown 6562 1726776580.26854: variable 'role_path' from source: magic vars 6562 1726776580.27035: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6562 1726776580.27277: Loaded config def from plugin (lookup/first_found) 6562 1726776580.27290: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 6562 1726776580.27341: variable 'ansible_search_path' from source: unknown 6562 1726776580.27700: variable 'ansible_search_path' from source: unknown 6562 1726776580.27705: variable 'ansible_search_path' from source: unknown 6562 1726776580.27707: variable 'ansible_search_path' from source: unknown 6562 1726776580.27709: variable 'ansible_search_path' from source: unknown 6562 1726776580.27711: variable 'omit' from source: magic vars 6562 1726776580.27712: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776580.27714: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776580.27780: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776580.27806: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776580.27991: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776580.27994: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776580.27997: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776580.27999: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776580.28191: Set connection var ansible_timeout to 10 6562 1726776580.28194: Set connection var ansible_pipelining to False 6562 1726776580.28196: Set connection var ansible_shell_executable to /bin/sh 6562 1726776580.28199: Set connection var ansible_shell_type to sh 6562 1726776580.28201: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776580.28206: Set connection var ansible_connection to ssh 6562 1726776580.28390: variable 'ansible_shell_executable' from source: unknown 6562 1726776580.28394: variable 'ansible_connection' from source: unknown 6562 1726776580.28396: variable 'ansible_module_compression' from source: unknown 6562 1726776580.28398: variable 'ansible_shell_type' from source: unknown 6562 1726776580.28400: variable 'ansible_shell_executable' from source: unknown 6562 1726776580.28402: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776580.28406: variable 'ansible_pipelining' from source: unknown 6562 1726776580.28408: variable 'ansible_timeout' from source: unknown 6562 1726776580.28410: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776580.28522: 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) 6562 1726776580.28792: variable 'omit' from source: magic vars 6562 1726776580.28795: starting attempt loop 6562 1726776580.28798: running the handler 6562 1726776580.28800: handler run complete 6562 1726776580.28805: attempt loop complete, returning result 6562 1726776580.28808: _execute() done 6562 1726776580.28810: dumping result to json 6562 1726776580.28812: done dumping result, returning 6562 1726776580.28901: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [12343ab9-b159-238d-eb1a-000000000161] 6562 1726776580.29011: sending task result for task 12343ab9-b159-238d-eb1a-000000000161 6562 1726776580.29090: done sending task result for task 12343ab9-b159-238d-eb1a-000000000161 6562 1726776580.29094: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6562 1726776580.29184: no more pending results, returning what we have 6562 1726776580.29189: results queue empty 6562 1726776580.29190: checking for any_errors_fatal 6562 1726776580.29194: done checking for any_errors_fatal 6562 1726776580.29195: checking for max_fail_percentage 6562 1726776580.29197: done checking for max_fail_percentage 6562 1726776580.29198: checking to see if all hosts have failed and the running result is not ok 6562 1726776580.29198: done checking to see if all hosts have failed 6562 1726776580.29199: getting the remaining hosts for this loop 6562 1726776580.29201: done getting the remaining hosts for this loop 6562 1726776580.29208: getting the next task for host managed_node2 6562 1726776580.29218: done getting next task for host managed_node2 6562 1726776580.29221: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6562 1726776580.29224: ^ 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 6562 1726776580.29235: getting variables 6562 1726776580.29237: in VariableManager get_vars() 6562 1726776580.29273: Calling all_inventory to load vars for managed_node2 6562 1726776580.29276: Calling groups_inventory to load vars for managed_node2 6562 1726776580.29279: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776580.29594: Calling all_plugins_play to load vars for managed_node2 6562 1726776580.29598: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776580.29604: Calling groups_plugins_play to load vars for managed_node2 6562 1726776580.29768: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776580.30277: done with get_vars() 6562 1726776580.30492: done getting variables 6562 1726776580.30552: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 16:09:40 -0400 (0:00:00.081) 0:00:22.540 **** 6562 1726776580.30585: entering _queue_task() for managed_node2/package 6562 1726776580.31037: worker is 1 (out of 1 available) 6562 1726776580.31048: exiting _queue_task() for managed_node2/package 6562 1726776580.31060: done queuing things up, now waiting for results queue to drain 6562 1726776580.31062: waiting for pending results... 6562 1726776580.31518: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6562 1726776580.31745: in run() - task 12343ab9-b159-238d-eb1a-0000000000af 6562 1726776580.31750: variable 'ansible_search_path' from source: unknown 6562 1726776580.31753: variable 'ansible_search_path' from source: unknown 6562 1726776580.31853: calling self._execute() 6562 1726776580.31936: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776580.31942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776580.31953: variable 'omit' from source: magic vars 6562 1726776580.32169: variable 'omit' from source: magic vars 6562 1726776580.32318: variable 'omit' from source: magic vars 6562 1726776580.32354: variable '__kernel_settings_packages' from source: include_vars 6562 1726776580.33124: variable '__kernel_settings_packages' from source: include_vars 6562 1726776580.33494: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776580.37536: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776580.37721: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776580.37757: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776580.37790: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776580.37894: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776580.38084: 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) 6562 1726776580.38115: 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) 6562 1726776580.38138: 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) 6562 1726776580.38229: 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) 6562 1726776580.38243: 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) 6562 1726776580.38455: variable '__kernel_settings_is_ostree' from source: set_fact 6562 1726776580.38546: variable 'omit' from source: magic vars 6562 1726776580.38607: variable 'omit' from source: magic vars 6562 1726776580.38630: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776580.38657: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776580.38674: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776580.38799: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776580.38807: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776580.38834: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776580.38837: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776580.38839: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776580.39056: Set connection var ansible_timeout to 10 6562 1726776580.39064: Set connection var ansible_pipelining to False 6562 1726776580.39069: Set connection var ansible_shell_executable to /bin/sh 6562 1726776580.39077: Set connection var ansible_shell_type to sh 6562 1726776580.39089: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776580.39091: Set connection var ansible_connection to ssh 6562 1726776580.39111: variable 'ansible_shell_executable' from source: unknown 6562 1726776580.39307: variable 'ansible_connection' from source: unknown 6562 1726776580.39310: variable 'ansible_module_compression' from source: unknown 6562 1726776580.39312: variable 'ansible_shell_type' from source: unknown 6562 1726776580.39314: variable 'ansible_shell_executable' from source: unknown 6562 1726776580.39316: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776580.39318: variable 'ansible_pipelining' from source: unknown 6562 1726776580.39320: variable 'ansible_timeout' from source: unknown 6562 1726776580.39322: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776580.39525: 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) 6562 1726776580.39529: variable 'omit' from source: magic vars 6562 1726776580.39531: starting attempt loop 6562 1726776580.39533: running the handler 6562 1726776580.39539: variable 'ansible_facts' from source: unknown 6562 1726776580.39541: variable 'ansible_facts' from source: unknown 6562 1726776580.39634: _low_level_execute_command(): starting 6562 1726776580.39668: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776580.40780: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776580.40800: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776580.40817: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776580.40863: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776580.40882: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776580.40932: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776580.41094: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776580.41126: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776580.41288: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776580.43052: stdout chunk (state=3): >>>/root <<< 6562 1726776580.43130: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776580.43179: stderr chunk (state=3): >>><<< 6562 1726776580.43182: stdout chunk (state=3): >>><<< 6562 1726776580.43216: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776580.43238: _low_level_execute_command(): starting 6562 1726776580.43241: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776580.4321623-7294-224224949208843 `" && echo ansible-tmp-1726776580.4321623-7294-224224949208843="` echo /root/.ansible/tmp/ansible-tmp-1726776580.4321623-7294-224224949208843 `" ) && sleep 0' 6562 1726776580.44209: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776580.44212: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776580.44214: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776580.44217: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776580.44264: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776580.44299: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776580.44400: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776580.46301: stdout chunk (state=3): >>>ansible-tmp-1726776580.4321623-7294-224224949208843=/root/.ansible/tmp/ansible-tmp-1726776580.4321623-7294-224224949208843 <<< 6562 1726776580.46453: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776580.46469: stdout chunk (state=3): >>><<< 6562 1726776580.46484: stderr chunk (state=3): >>><<< 6562 1726776580.46517: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776580.4321623-7294-224224949208843=/root/.ansible/tmp/ansible-tmp-1726776580.4321623-7294-224224949208843 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776580.46557: variable 'ansible_module_compression' from source: unknown 6562 1726776580.46697: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 6562 1726776580.46700: variable 'ansible_facts' from source: unknown 6562 1726776580.46815: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776580.4321623-7294-224224949208843/AnsiballZ_dnf.py 6562 1726776580.47010: Sending initial data 6562 1726776580.47136: Sent initial data (150 bytes) 6562 1726776580.48012: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776580.48047: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776580.48061: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776580.48097: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776580.48158: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776580.48172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776580.48195: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776580.48279: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776580.49919: 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 <<< 6562 1726776580.49973: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776580.50096: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp6bgbk202 /root/.ansible/tmp/ansible-tmp-1726776580.4321623-7294-224224949208843/AnsiballZ_dnf.py <<< 6562 1726776580.50099: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776580.4321623-7294-224224949208843/AnsiballZ_dnf.py" <<< 6562 1726776580.50159: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp6bgbk202" to remote "/root/.ansible/tmp/ansible-tmp-1726776580.4321623-7294-224224949208843/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776580.4321623-7294-224224949208843/AnsiballZ_dnf.py" <<< 6562 1726776580.51283: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776580.51289: stdout chunk (state=3): >>><<< 6562 1726776580.51294: stderr chunk (state=3): >>><<< 6562 1726776580.51413: done transferring module to remote 6562 1726776580.51417: _low_level_execute_command(): starting 6562 1726776580.51419: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776580.4321623-7294-224224949208843/ /root/.ansible/tmp/ansible-tmp-1726776580.4321623-7294-224224949208843/AnsiballZ_dnf.py && sleep 0' 6562 1726776580.51981: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776580.52028: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776580.52041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776580.52057: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776580.52149: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776580.52171: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776580.52261: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776580.54390: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776580.54423: stderr chunk (state=3): >>><<< 6562 1726776580.54427: stdout chunk (state=3): >>><<< 6562 1726776580.54441: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776580.54444: _low_level_execute_command(): starting 6562 1726776580.54449: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776580.4321623-7294-224224949208843/AnsiballZ_dnf.py && sleep 0' 6562 1726776580.55079: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776580.55120: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776580.99803: 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}}} <<< 6562 1726776581.05154: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776581.05175: stderr chunk (state=3): >>><<< 6562 1726776581.05178: stdout chunk (state=3): >>><<< 6562 1726776581.05195: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776581.05235: 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-1726776580.4321623-7294-224224949208843/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776581.05241: _low_level_execute_command(): starting 6562 1726776581.05246: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776580.4321623-7294-224224949208843/ > /dev/null 2>&1 && sleep 0' 6562 1726776581.05668: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776581.05706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776581.05710: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776581.05712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776581.05714: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776581.05716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776581.05766: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776581.05773: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776581.05774: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776581.05826: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776581.08021: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776581.08044: stderr chunk (state=3): >>><<< 6562 1726776581.08047: stdout chunk (state=3): >>><<< 6562 1726776581.08061: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776581.08068: handler run complete 6562 1726776581.08097: attempt loop complete, returning result 6562 1726776581.08100: _execute() done 6562 1726776581.08102: dumping result to json 6562 1726776581.08109: done dumping result, returning 6562 1726776581.08118: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [12343ab9-b159-238d-eb1a-0000000000af] 6562 1726776581.08120: sending task result for task 12343ab9-b159-238d-eb1a-0000000000af 6562 1726776581.08217: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000af 6562 1726776581.08220: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 6562 1726776581.08309: no more pending results, returning what we have 6562 1726776581.08312: results queue empty 6562 1726776581.08313: checking for any_errors_fatal 6562 1726776581.08317: done checking for any_errors_fatal 6562 1726776581.08318: checking for max_fail_percentage 6562 1726776581.08319: done checking for max_fail_percentage 6562 1726776581.08320: checking to see if all hosts have failed and the running result is not ok 6562 1726776581.08321: done checking to see if all hosts have failed 6562 1726776581.08321: getting the remaining hosts for this loop 6562 1726776581.08323: done getting the remaining hosts for this loop 6562 1726776581.08326: getting the next task for host managed_node2 6562 1726776581.08334: done getting next task for host managed_node2 6562 1726776581.08338: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6562 1726776581.08340: ^ 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? (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 6562 1726776581.08349: getting variables 6562 1726776581.08350: in VariableManager get_vars() 6562 1726776581.08379: Calling all_inventory to load vars for managed_node2 6562 1726776581.08381: Calling groups_inventory to load vars for managed_node2 6562 1726776581.08383: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776581.08398: Calling all_plugins_play to load vars for managed_node2 6562 1726776581.08401: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776581.08403: Calling groups_plugins_play to load vars for managed_node2 6562 1726776581.08555: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776581.08673: done with get_vars() 6562 1726776581.08681: done getting variables 6562 1726776581.08753: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 16:09:41 -0400 (0:00:00.781) 0:00:23.322 **** 6562 1726776581.08774: entering _queue_task() for managed_node2/debug 6562 1726776581.08776: Creating lock for debug 6562 1726776581.08969: worker is 1 (out of 1 available) 6562 1726776581.08983: exiting _queue_task() for managed_node2/debug 6562 1726776581.08997: done queuing things up, now waiting for results queue to drain 6562 1726776581.08998: waiting for pending results... 6562 1726776581.09149: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6562 1726776581.09215: in run() - task 12343ab9-b159-238d-eb1a-0000000000b1 6562 1726776581.09230: variable 'ansible_search_path' from source: unknown 6562 1726776581.09235: variable 'ansible_search_path' from source: unknown 6562 1726776581.09260: calling self._execute() 6562 1726776581.09316: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776581.09321: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776581.09336: variable 'omit' from source: magic vars 6562 1726776581.09658: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776581.11031: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776581.11073: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776581.11102: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776581.11128: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776581.11148: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776581.11209: 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) 6562 1726776581.11230: 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) 6562 1726776581.11247: 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) 6562 1726776581.11272: 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) 6562 1726776581.11283: 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) 6562 1726776581.11360: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776581.11374: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6562 1726776581.11377: when evaluation is False, skipping this task 6562 1726776581.11380: _execute() done 6562 1726776581.11382: dumping result to json 6562 1726776581.11385: done dumping result, returning 6562 1726776581.11393: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [12343ab9-b159-238d-eb1a-0000000000b1] 6562 1726776581.11398: sending task result for task 12343ab9-b159-238d-eb1a-0000000000b1 6562 1726776581.11476: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000b1 6562 1726776581.11479: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 6562 1726776581.11559: no more pending results, returning what we have 6562 1726776581.11562: results queue empty 6562 1726776581.11562: checking for any_errors_fatal 6562 1726776581.11568: done checking for any_errors_fatal 6562 1726776581.11569: checking for max_fail_percentage 6562 1726776581.11570: done checking for max_fail_percentage 6562 1726776581.11570: checking to see if all hosts have failed and the running result is not ok 6562 1726776581.11571: done checking to see if all hosts have failed 6562 1726776581.11572: getting the remaining hosts for this loop 6562 1726776581.11574: done getting the remaining hosts for this loop 6562 1726776581.11577: getting the next task for host managed_node2 6562 1726776581.11582: done getting next task for host managed_node2 6562 1726776581.11585: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6562 1726776581.11593: ^ 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? (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 6562 1726776581.11605: getting variables 6562 1726776581.11606: in VariableManager get_vars() 6562 1726776581.11636: Calling all_inventory to load vars for managed_node2 6562 1726776581.11639: Calling groups_inventory to load vars for managed_node2 6562 1726776581.11641: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776581.11648: Calling all_plugins_play to load vars for managed_node2 6562 1726776581.11651: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776581.11652: Calling groups_plugins_play to load vars for managed_node2 6562 1726776581.11758: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776581.11877: done with get_vars() 6562 1726776581.11884: done getting variables 6562 1726776581.11977: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 16:09:41 -0400 (0:00:00.032) 0:00:23.354 **** 6562 1726776581.12000: entering _queue_task() for managed_node2/reboot 6562 1726776581.12002: Creating lock for reboot 6562 1726776581.12229: worker is 1 (out of 1 available) 6562 1726776581.12243: exiting _queue_task() for managed_node2/reboot 6562 1726776581.12256: done queuing things up, now waiting for results queue to drain 6562 1726776581.12257: waiting for pending results... 6562 1726776581.12420: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6562 1726776581.12481: in run() - task 12343ab9-b159-238d-eb1a-0000000000b2 6562 1726776581.12504: variable 'ansible_search_path' from source: unknown 6562 1726776581.12508: variable 'ansible_search_path' from source: unknown 6562 1726776581.12533: calling self._execute() 6562 1726776581.12587: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776581.12594: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776581.12607: variable 'omit' from source: magic vars 6562 1726776581.12934: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776581.14268: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776581.14319: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776581.14347: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776581.14372: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776581.14392: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776581.14449: 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) 6562 1726776581.14471: 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) 6562 1726776581.14490: 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) 6562 1726776581.14517: 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) 6562 1726776581.14528: 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) 6562 1726776581.14606: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776581.14618: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6562 1726776581.14621: when evaluation is False, skipping this task 6562 1726776581.14624: _execute() done 6562 1726776581.14626: dumping result to json 6562 1726776581.14628: done dumping result, returning 6562 1726776581.14636: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [12343ab9-b159-238d-eb1a-0000000000b2] 6562 1726776581.14638: sending task result for task 12343ab9-b159-238d-eb1a-0000000000b2 6562 1726776581.14723: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000b2 6562 1726776581.14726: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6562 1726776581.14769: no more pending results, returning what we have 6562 1726776581.14772: results queue empty 6562 1726776581.14773: checking for any_errors_fatal 6562 1726776581.14779: done checking for any_errors_fatal 6562 1726776581.14780: checking for max_fail_percentage 6562 1726776581.14781: done checking for max_fail_percentage 6562 1726776581.14782: checking to see if all hosts have failed and the running result is not ok 6562 1726776581.14782: done checking to see if all hosts have failed 6562 1726776581.14783: getting the remaining hosts for this loop 6562 1726776581.14785: done getting the remaining hosts for this loop 6562 1726776581.14790: getting the next task for host managed_node2 6562 1726776581.14796: done getting next task for host managed_node2 6562 1726776581.14799: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6562 1726776581.14804: ^ 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? (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 6562 1726776581.14816: getting variables 6562 1726776581.14817: in VariableManager get_vars() 6562 1726776581.14845: Calling all_inventory to load vars for managed_node2 6562 1726776581.14847: Calling groups_inventory to load vars for managed_node2 6562 1726776581.14849: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776581.14857: Calling all_plugins_play to load vars for managed_node2 6562 1726776581.14859: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776581.14861: Calling groups_plugins_play to load vars for managed_node2 6562 1726776581.14982: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776581.15113: done with get_vars() 6562 1726776581.15121: done getting variables 6562 1726776581.15160: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 16:09:41 -0400 (0:00:00.031) 0:00:23.386 **** 6562 1726776581.15181: entering _queue_task() for managed_node2/fail 6562 1726776581.15367: worker is 1 (out of 1 available) 6562 1726776581.15382: exiting _queue_task() for managed_node2/fail 6562 1726776581.15393: done queuing things up, now waiting for results queue to drain 6562 1726776581.15395: waiting for pending results... 6562 1726776581.15547: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6562 1726776581.15610: in run() - task 12343ab9-b159-238d-eb1a-0000000000b3 6562 1726776581.15622: variable 'ansible_search_path' from source: unknown 6562 1726776581.15626: variable 'ansible_search_path' from source: unknown 6562 1726776581.15653: calling self._execute() 6562 1726776581.15708: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776581.15714: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776581.15723: variable 'omit' from source: magic vars 6562 1726776581.16050: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776581.18599: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776581.18692: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776581.18706: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776581.18739: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776581.18771: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776581.19027: 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) 6562 1726776581.19069: 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) 6562 1726776581.19222: 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) 6562 1726776581.19263: 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) 6562 1726776581.19279: 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) 6562 1726776581.19466: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776581.19488: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6562 1726776581.19491: when evaluation is False, skipping this task 6562 1726776581.19494: _execute() done 6562 1726776581.19497: dumping result to json 6562 1726776581.19499: done dumping result, returning 6562 1726776581.19509: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [12343ab9-b159-238d-eb1a-0000000000b3] 6562 1726776581.19514: sending task result for task 12343ab9-b159-238d-eb1a-0000000000b3 6562 1726776581.19803: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000b3 6562 1726776581.19809: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6562 1726776581.19899: no more pending results, returning what we have 6562 1726776581.19904: results queue empty 6562 1726776581.19905: checking for any_errors_fatal 6562 1726776581.19909: done checking for any_errors_fatal 6562 1726776581.19910: checking for max_fail_percentage 6562 1726776581.19912: done checking for max_fail_percentage 6562 1726776581.19912: checking to see if all hosts have failed and the running result is not ok 6562 1726776581.19914: done checking to see if all hosts have failed 6562 1726776581.19914: getting the remaining hosts for this loop 6562 1726776581.19916: done getting the remaining hosts for this loop 6562 1726776581.19920: getting the next task for host managed_node2 6562 1726776581.19928: done getting next task for host managed_node2 6562 1726776581.19932: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6562 1726776581.19935: ^ 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 6562 1726776581.19948: getting variables 6562 1726776581.19950: in VariableManager get_vars() 6562 1726776581.20110: Calling all_inventory to load vars for managed_node2 6562 1726776581.20114: Calling groups_inventory to load vars for managed_node2 6562 1726776581.20117: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776581.20126: Calling all_plugins_play to load vars for managed_node2 6562 1726776581.20129: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776581.20132: Calling groups_plugins_play to load vars for managed_node2 6562 1726776581.20357: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776581.20584: done with get_vars() 6562 1726776581.20597: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 16:09:41 -0400 (0:00:00.055) 0:00:23.441 **** 6562 1726776581.20696: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776581.20698: Creating lock for fedora.linux_system_roles.kernel_settings_get_config 6562 1726776581.21057: worker is 1 (out of 1 available) 6562 1726776581.21067: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776581.21078: done queuing things up, now waiting for results queue to drain 6562 1726776581.21080: waiting for pending results... 6562 1726776581.21184: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6562 1726776581.21491: in run() - task 12343ab9-b159-238d-eb1a-0000000000b5 6562 1726776581.21495: variable 'ansible_search_path' from source: unknown 6562 1726776581.21498: variable 'ansible_search_path' from source: unknown 6562 1726776581.21501: calling self._execute() 6562 1726776581.21506: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776581.21509: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776581.21512: variable 'omit' from source: magic vars 6562 1726776581.21558: variable 'omit' from source: magic vars 6562 1726776581.21608: variable 'omit' from source: magic vars 6562 1726776581.21642: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6562 1726776581.21924: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6562 1726776581.22001: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776581.22048: variable 'omit' from source: magic vars 6562 1726776581.22093: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776581.22133: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776581.22159: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776581.22178: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776581.22195: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776581.22233: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776581.22241: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776581.22248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776581.22348: Set connection var ansible_timeout to 10 6562 1726776581.22361: Set connection var ansible_pipelining to False 6562 1726776581.22370: Set connection var ansible_shell_executable to /bin/sh 6562 1726776581.22380: Set connection var ansible_shell_type to sh 6562 1726776581.22392: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776581.22399: Set connection var ansible_connection to ssh 6562 1726776581.22425: variable 'ansible_shell_executable' from source: unknown 6562 1726776581.22432: variable 'ansible_connection' from source: unknown 6562 1726776581.22439: variable 'ansible_module_compression' from source: unknown 6562 1726776581.22445: variable 'ansible_shell_type' from source: unknown 6562 1726776581.22451: variable 'ansible_shell_executable' from source: unknown 6562 1726776581.22457: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776581.22464: variable 'ansible_pipelining' from source: unknown 6562 1726776581.22470: variable 'ansible_timeout' from source: unknown 6562 1726776581.22477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776581.22661: 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__) 6562 1726776581.22678: variable 'omit' from source: magic vars 6562 1726776581.22691: starting attempt loop 6562 1726776581.22698: running the handler 6562 1726776581.22719: _low_level_execute_command(): starting 6562 1726776581.22733: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776581.23507: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776581.23532: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776581.23550: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776581.23637: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776581.25336: stdout chunk (state=3): >>>/root <<< 6562 1726776581.25472: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776581.25484: stdout chunk (state=3): >>><<< 6562 1726776581.25501: stderr chunk (state=3): >>><<< 6562 1726776581.25617: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776581.25621: _low_level_execute_command(): starting 6562 1726776581.25624: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776581.2552836-7344-7801571375788 `" && echo ansible-tmp-1726776581.2552836-7344-7801571375788="` echo /root/.ansible/tmp/ansible-tmp-1726776581.2552836-7344-7801571375788 `" ) && sleep 0' 6562 1726776581.26169: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776581.26203: 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.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776581.26229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776581.26322: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776581.26351: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776581.26437: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776581.28380: stdout chunk (state=3): >>>ansible-tmp-1726776581.2552836-7344-7801571375788=/root/.ansible/tmp/ansible-tmp-1726776581.2552836-7344-7801571375788 <<< 6562 1726776581.28550: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776581.28577: stdout chunk (state=3): >>><<< 6562 1726776581.28581: stderr chunk (state=3): >>><<< 6562 1726776581.28791: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776581.2552836-7344-7801571375788=/root/.ansible/tmp/ansible-tmp-1726776581.2552836-7344-7801571375788 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776581.28795: variable 'ansible_module_compression' from source: unknown 6562 1726776581.28797: ANSIBALLZ: Using lock for fedora.linux_system_roles.kernel_settings_get_config 6562 1726776581.28800: ANSIBALLZ: Acquiring lock 6562 1726776581.28805: ANSIBALLZ: Lock acquired: 140440275545232 6562 1726776581.28807: ANSIBALLZ: Creating module 6562 1726776581.44343: ANSIBALLZ: Writing module into payload 6562 1726776581.44430: ANSIBALLZ: Writing module 6562 1726776581.44457: ANSIBALLZ: Renaming module 6562 1726776581.44469: ANSIBALLZ: Done creating module 6562 1726776581.44497: variable 'ansible_facts' from source: unknown 6562 1726776581.44579: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776581.2552836-7344-7801571375788/AnsiballZ_kernel_settings_get_config.py 6562 1726776581.44707: Sending initial data 6562 1726776581.44764: Sent initial data (171 bytes) 6562 1726776581.45422: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776581.45465: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776581.45490: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776581.45506: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776581.45616: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776581.47397: 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 <<< 6562 1726776581.47441: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776581.47515: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpcuijyvje /root/.ansible/tmp/ansible-tmp-1726776581.2552836-7344-7801571375788/AnsiballZ_kernel_settings_get_config.py <<< 6562 1726776581.47525: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776581.2552836-7344-7801571375788/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776581.47584: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpcuijyvje" to remote "/root/.ansible/tmp/ansible-tmp-1726776581.2552836-7344-7801571375788/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776581.2552836-7344-7801571375788/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776581.49056: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776581.49300: stdout chunk (state=3): >>><<< 6562 1726776581.49306: stderr chunk (state=3): >>><<< 6562 1726776581.49308: done transferring module to remote 6562 1726776581.49311: _low_level_execute_command(): starting 6562 1726776581.49313: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776581.2552836-7344-7801571375788/ /root/.ansible/tmp/ansible-tmp-1726776581.2552836-7344-7801571375788/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776581.50313: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776581.50327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776581.50405: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776581.50569: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776581.50644: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776581.52455: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776581.52477: stderr chunk (state=3): >>><<< 6562 1726776581.52485: stdout chunk (state=3): >>><<< 6562 1726776581.52664: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776581.52669: _low_level_execute_command(): starting 6562 1726776581.52672: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776581.2552836-7344-7801571375788/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776581.53282: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776581.53285: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776581.53289: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776581.53292: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776581.53294: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776581.53296: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776581.53298: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776581.53352: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776581.53372: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776581.53463: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776581.69362: 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"}}} <<< 6562 1726776581.71097: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776581.71125: stderr chunk (state=3): >>><<< 6562 1726776581.71129: stdout chunk (state=3): >>><<< 6562 1726776581.71142: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776581.71169: 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-1726776581.2552836-7344-7801571375788/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776581.71176: _low_level_execute_command(): starting 6562 1726776581.71181: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776581.2552836-7344-7801571375788/ > /dev/null 2>&1 && sleep 0' 6562 1726776581.71628: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776581.71633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776581.71636: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776581.71643: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776581.71695: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776581.71698: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776581.71709: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776581.71762: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776581.74027: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776581.74050: stderr chunk (state=3): >>><<< 6562 1726776581.74053: stdout chunk (state=3): >>><<< 6562 1726776581.74068: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776581.74073: handler run complete 6562 1726776581.74089: attempt loop complete, returning result 6562 1726776581.74092: _execute() done 6562 1726776581.74094: dumping result to json 6562 1726776581.74097: done dumping result, returning 6562 1726776581.74109: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [12343ab9-b159-238d-eb1a-0000000000b5] 6562 1726776581.74112: sending task result for task 12343ab9-b159-238d-eb1a-0000000000b5 6562 1726776581.74209: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000b5 6562 1726776581.74212: WORKER PROCESS EXITING ok: [managed_node2] => { "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" } } 6562 1726776581.74308: no more pending results, returning what we have 6562 1726776581.74312: results queue empty 6562 1726776581.74312: checking for any_errors_fatal 6562 1726776581.74317: done checking for any_errors_fatal 6562 1726776581.74318: checking for max_fail_percentage 6562 1726776581.74319: done checking for max_fail_percentage 6562 1726776581.74320: checking to see if all hosts have failed and the running result is not ok 6562 1726776581.74320: done checking to see if all hosts have failed 6562 1726776581.74321: getting the remaining hosts for this loop 6562 1726776581.74323: done getting the remaining hosts for this loop 6562 1726776581.74326: getting the next task for host managed_node2 6562 1726776581.74333: done getting next task for host managed_node2 6562 1726776581.74336: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6562 1726776581.74339: ^ 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 6562 1726776581.74349: getting variables 6562 1726776581.74351: in VariableManager get_vars() 6562 1726776581.74380: Calling all_inventory to load vars for managed_node2 6562 1726776581.74382: Calling groups_inventory to load vars for managed_node2 6562 1726776581.74384: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776581.74395: Calling all_plugins_play to load vars for managed_node2 6562 1726776581.74397: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776581.74399: Calling groups_plugins_play to load vars for managed_node2 6562 1726776581.74528: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776581.74651: done with get_vars() 6562 1726776581.74659: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 16:09:41 -0400 (0:00:00.540) 0:00:23.982 **** 6562 1726776581.74729: entering _queue_task() for managed_node2/stat 6562 1726776581.74916: worker is 1 (out of 1 available) 6562 1726776581.74933: exiting _queue_task() for managed_node2/stat 6562 1726776581.74945: done queuing things up, now waiting for results queue to drain 6562 1726776581.74947: waiting for pending results... 6562 1726776581.75103: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6562 1726776581.75168: in run() - task 12343ab9-b159-238d-eb1a-0000000000b6 6562 1726776581.75181: variable 'ansible_search_path' from source: unknown 6562 1726776581.75185: variable 'ansible_search_path' from source: unknown 6562 1726776581.75225: variable '__prof_from_conf' from source: task vars 6562 1726776581.75444: variable '__prof_from_conf' from source: task vars 6562 1726776581.75570: variable '__data' from source: task vars 6562 1726776581.75627: variable '__kernel_settings_register_tuned_main' from source: set_fact 6562 1726776581.75815: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776581.75821: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776581.75866: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776581.75880: variable 'omit' from source: magic vars 6562 1726776581.75952: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776581.75959: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776581.75968: variable 'omit' from source: magic vars 6562 1726776581.76134: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776581.77519: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776581.77572: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776581.77596: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776581.77622: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776581.77642: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776581.77700: 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) 6562 1726776581.77723: 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) 6562 1726776581.77741: 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) 6562 1726776581.77767: 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) 6562 1726776581.77778: 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) 6562 1726776581.77848: variable 'item' from source: unknown 6562 1726776581.77858: Evaluated conditional (item | length > 0): False 6562 1726776581.77861: when evaluation is False, skipping this task 6562 1726776581.77882: variable 'item' from source: unknown 6562 1726776581.77933: variable 'item' from source: unknown skipping: [managed_node2] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 6562 1726776581.78068: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776581.78071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776581.78073: variable 'omit' from source: magic vars 6562 1726776581.78143: 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) 6562 1726776581.78160: 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) 6562 1726776581.78177: 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) 6562 1726776581.78210: 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) 6562 1726776581.78221: 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) 6562 1726776581.78274: variable 'item' from source: unknown 6562 1726776581.78280: Evaluated conditional (item | length > 0): True 6562 1726776581.78285: variable 'omit' from source: magic vars 6562 1726776581.78320: variable 'omit' from source: magic vars 6562 1726776581.78348: variable 'item' from source: unknown 6562 1726776581.78426: variable 'item' from source: unknown 6562 1726776581.78429: variable 'omit' from source: magic vars 6562 1726776581.78445: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776581.78465: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776581.78480: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776581.78494: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776581.78502: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776581.78531: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776581.78534: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776581.78536: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776581.78596: Set connection var ansible_timeout to 10 6562 1726776581.78603: Set connection var ansible_pipelining to False 6562 1726776581.78610: Set connection var ansible_shell_executable to /bin/sh 6562 1726776581.78616: Set connection var ansible_shell_type to sh 6562 1726776581.78621: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776581.78624: Set connection var ansible_connection to ssh 6562 1726776581.78640: variable 'ansible_shell_executable' from source: unknown 6562 1726776581.78643: variable 'ansible_connection' from source: unknown 6562 1726776581.78646: variable 'ansible_module_compression' from source: unknown 6562 1726776581.78648: variable 'ansible_shell_type' from source: unknown 6562 1726776581.78650: variable 'ansible_shell_executable' from source: unknown 6562 1726776581.78652: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776581.78656: variable 'ansible_pipelining' from source: unknown 6562 1726776581.78659: variable 'ansible_timeout' from source: unknown 6562 1726776581.78663: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776581.78760: 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__) 6562 1726776581.78770: variable 'omit' from source: magic vars 6562 1726776581.78773: starting attempt loop 6562 1726776581.78775: running the handler 6562 1726776581.78788: _low_level_execute_command(): starting 6562 1726776581.78793: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776581.79290: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776581.79293: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776581.79296: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776581.79298: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776581.79351: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776581.79355: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776581.79357: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776581.79421: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776581.81092: stdout chunk (state=3): >>>/root <<< 6562 1726776581.81194: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776581.81227: stderr chunk (state=3): >>><<< 6562 1726776581.81229: stdout chunk (state=3): >>><<< 6562 1726776581.81241: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776581.81252: _low_level_execute_command(): starting 6562 1726776581.81272: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776581.8124468-7369-144415402467893 `" && echo ansible-tmp-1726776581.8124468-7369-144415402467893="` echo /root/.ansible/tmp/ansible-tmp-1726776581.8124468-7369-144415402467893 `" ) && sleep 0' 6562 1726776581.81683: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776581.81688: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776581.81690: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776581.81692: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776581.81696: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776581.81744: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776581.81747: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776581.81809: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776581.83739: stdout chunk (state=3): >>>ansible-tmp-1726776581.8124468-7369-144415402467893=/root/.ansible/tmp/ansible-tmp-1726776581.8124468-7369-144415402467893 <<< 6562 1726776581.83980: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776581.83984: stdout chunk (state=3): >>><<< 6562 1726776581.83988: stderr chunk (state=3): >>><<< 6562 1726776581.83991: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776581.8124468-7369-144415402467893=/root/.ansible/tmp/ansible-tmp-1726776581.8124468-7369-144415402467893 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776581.83994: variable 'ansible_module_compression' from source: unknown 6562 1726776581.84040: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776581.84079: variable 'ansible_facts' from source: unknown 6562 1726776581.84185: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776581.8124468-7369-144415402467893/AnsiballZ_stat.py 6562 1726776581.84353: Sending initial data 6562 1726776581.84356: Sent initial data (151 bytes) 6562 1726776581.85118: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776581.85159: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776581.85179: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776581.85212: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776581.85318: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776581.86916: 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" <<< 6562 1726776581.86935: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776581.86962: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776581.87019: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmptj4u9b9k /root/.ansible/tmp/ansible-tmp-1726776581.8124468-7369-144415402467893/AnsiballZ_stat.py <<< 6562 1726776581.87023: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776581.8124468-7369-144415402467893/AnsiballZ_stat.py" <<< 6562 1726776581.87066: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmptj4u9b9k" to remote "/root/.ansible/tmp/ansible-tmp-1726776581.8124468-7369-144415402467893/AnsiballZ_stat.py" <<< 6562 1726776581.87077: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776581.8124468-7369-144415402467893/AnsiballZ_stat.py" <<< 6562 1726776581.87828: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776581.87923: stderr chunk (state=3): >>><<< 6562 1726776581.87932: stdout chunk (state=3): >>><<< 6562 1726776581.87944: done transferring module to remote 6562 1726776581.87958: _low_level_execute_command(): starting 6562 1726776581.87981: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776581.8124468-7369-144415402467893/ /root/.ansible/tmp/ansible-tmp-1726776581.8124468-7369-144415402467893/AnsiballZ_stat.py && sleep 0' 6562 1726776581.88694: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776581.88706: stderr chunk (state=3): >>>debug2: match not found <<< 6562 1726776581.88722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776581.88737: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776581.88752: 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.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776581.88762: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776581.88825: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776581.88835: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776581.88838: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776581.88917: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776581.90752: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776581.90775: stderr chunk (state=3): >>><<< 6562 1726776581.90783: stdout chunk (state=3): >>><<< 6562 1726776581.90816: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776581.90819: _low_level_execute_command(): starting 6562 1726776581.90822: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776581.8124468-7369-144415402467893/AnsiballZ_stat.py && sleep 0' 6562 1726776581.91473: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776581.91477: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776581.91479: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776581.91512: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776581.91542: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776581.91545: stderr chunk (state=3): >>>debug2: match not found <<< 6562 1726776581.91548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776581.91595: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776581.91611: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776581.91623: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6562 1726776581.91637: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776581.91663: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776581.91680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776581.91807: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776581.91849: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776581.91942: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776582.08652: 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": 341835968, "dev": 51714, "nlink": 3, "atime": 1726776579.2222946, "mtime": 1726776577.0892854, "ctime": 1726776577.0892854, "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": "1946630135", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6562 1726776582.10291: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776582.10321: stderr chunk (state=3): >>><<< 6562 1726776582.10329: stdout chunk (state=3): >>><<< 6562 1726776582.10345: _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": 341835968, "dev": 51714, "nlink": 3, "atime": 1726776579.2222946, "mtime": 1726776577.0892854, "ctime": 1726776577.0892854, "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": "1946630135", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776582.10380: 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-1726776581.8124468-7369-144415402467893/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776582.10389: _low_level_execute_command(): starting 6562 1726776582.10394: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776581.8124468-7369-144415402467893/ > /dev/null 2>&1 && sleep 0' 6562 1726776582.10852: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776582.10858: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.10860: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776582.10862: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776582.10866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.10915: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776582.10918: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776582.10973: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776582.12993: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776582.12997: stdout chunk (state=3): >>><<< 6562 1726776582.12999: stderr chunk (state=3): >>><<< 6562 1726776582.13002: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776582.13004: handler run complete 6562 1726776582.13006: attempt loop complete, returning result 6562 1726776582.13025: variable 'item' from source: unknown 6562 1726776582.13305: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1726776579.2222946, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776577.0892854, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 341835968, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776577.0892854, "nlink": 3, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 29, "uid": 0, "version": "1946630135", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6562 1726776582.13434: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776582.13438: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776582.13440: variable 'omit' from source: magic vars 6562 1726776582.13443: 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) 6562 1726776582.13462: 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) 6562 1726776582.13489: 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) 6562 1726776582.13533: 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) 6562 1726776582.13555: 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) 6562 1726776582.13643: variable 'item' from source: unknown 6562 1726776582.13657: Evaluated conditional (item | length > 0): True 6562 1726776582.13662: variable 'omit' from source: magic vars 6562 1726776582.13677: variable 'omit' from source: magic vars 6562 1726776582.13726: variable 'item' from source: unknown 6562 1726776582.13848: variable 'item' from source: unknown 6562 1726776582.13901: variable 'omit' from source: magic vars 6562 1726776582.13924: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776582.13933: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776582.13940: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776582.13954: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776582.13957: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776582.13973: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776582.14065: Set connection var ansible_timeout to 10 6562 1726776582.14078: Set connection var ansible_pipelining to False 6562 1726776582.14081: Set connection var ansible_shell_executable to /bin/sh 6562 1726776582.14091: Set connection var ansible_shell_type to sh 6562 1726776582.14094: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776582.14096: Set connection var ansible_connection to ssh 6562 1726776582.14113: variable 'ansible_shell_executable' from source: unknown 6562 1726776582.14116: variable 'ansible_connection' from source: unknown 6562 1726776582.14118: variable 'ansible_module_compression' from source: unknown 6562 1726776582.14121: variable 'ansible_shell_type' from source: unknown 6562 1726776582.14123: variable 'ansible_shell_executable' from source: unknown 6562 1726776582.14125: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776582.14127: variable 'ansible_pipelining' from source: unknown 6562 1726776582.14131: variable 'ansible_timeout' from source: unknown 6562 1726776582.14135: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776582.14231: 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) 6562 1726776582.14239: variable 'omit' from source: magic vars 6562 1726776582.14242: starting attempt loop 6562 1726776582.14244: running the handler 6562 1726776582.14252: _low_level_execute_command(): starting 6562 1726776582.14254: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776582.14678: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776582.14708: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776582.14711: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776582.14714: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.14716: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776582.14719: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.14769: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776582.14772: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776582.14829: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776582.16792: stdout chunk (state=3): >>>/root <<< 6562 1726776582.16796: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776582.16799: stdout chunk (state=3): >>><<< 6562 1726776582.16801: stderr chunk (state=3): >>><<< 6562 1726776582.16803: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776582.16806: _low_level_execute_command(): starting 6562 1726776582.16808: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776582.1663086-7369-182905175873725 `" && echo ansible-tmp-1726776582.1663086-7369-182905175873725="` echo /root/.ansible/tmp/ansible-tmp-1726776582.1663086-7369-182905175873725 `" ) && sleep 0' 6562 1726776582.17233: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776582.17241: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776582.17253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776582.17267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776582.17279: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776582.17288: stderr chunk (state=3): >>>debug2: match not found <<< 6562 1726776582.17393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.17395: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776582.17398: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776582.17400: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6562 1726776582.17401: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776582.17403: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776582.17405: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776582.17407: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776582.17409: stderr chunk (state=3): >>>debug2: match found <<< 6562 1726776582.17411: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.17444: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776582.17468: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776582.17471: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776582.17577: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776582.19502: stdout chunk (state=3): >>>ansible-tmp-1726776582.1663086-7369-182905175873725=/root/.ansible/tmp/ansible-tmp-1726776582.1663086-7369-182905175873725 <<< 6562 1726776582.19645: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776582.19654: stdout chunk (state=3): >>><<< 6562 1726776582.19667: stderr chunk (state=3): >>><<< 6562 1726776582.19692: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776582.1663086-7369-182905175873725=/root/.ansible/tmp/ansible-tmp-1726776582.1663086-7369-182905175873725 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776582.19828: variable 'ansible_module_compression' from source: unknown 6562 1726776582.19831: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776582.19834: variable 'ansible_facts' from source: unknown 6562 1726776582.20040: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776582.1663086-7369-182905175873725/AnsiballZ_stat.py 6562 1726776582.20305: Sending initial data 6562 1726776582.20311: Sent initial data (151 bytes) 6562 1726776582.21006: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776582.21016: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776582.21028: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776582.21042: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776582.21382: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776582.21512: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776582.21595: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776582.23254: 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 <<< 6562 1726776582.23299: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776582.23343: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp96b7beve /root/.ansible/tmp/ansible-tmp-1726776582.1663086-7369-182905175873725/AnsiballZ_stat.py <<< 6562 1726776582.23346: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776582.1663086-7369-182905175873725/AnsiballZ_stat.py" <<< 6562 1726776582.23430: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp96b7beve" to remote "/root/.ansible/tmp/ansible-tmp-1726776582.1663086-7369-182905175873725/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776582.1663086-7369-182905175873725/AnsiballZ_stat.py" <<< 6562 1726776582.25331: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776582.25350: stdout chunk (state=3): >>><<< 6562 1726776582.25496: stderr chunk (state=3): >>><<< 6562 1726776582.25500: done transferring module to remote 6562 1726776582.25502: _low_level_execute_command(): starting 6562 1726776582.25716: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776582.1663086-7369-182905175873725/ /root/.ansible/tmp/ansible-tmp-1726776582.1663086-7369-182905175873725/AnsiballZ_stat.py && sleep 0' 6562 1726776582.26775: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776582.26779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.26782: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776582.26785: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.26937: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776582.27002: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776582.29112: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776582.29127: stdout chunk (state=3): >>><<< 6562 1726776582.29131: stderr chunk (state=3): >>><<< 6562 1726776582.29167: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776582.29171: _low_level_execute_command(): starting 6562 1726776582.29173: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776582.1663086-7369-182905175873725/AnsiballZ_stat.py && sleep 0' 6562 1726776582.30063: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776582.30067: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776582.30070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776582.30072: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776582.30074: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776582.30076: stderr chunk (state=3): >>>debug2: match not found <<< 6562 1726776582.30078: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.30080: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776582.30083: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776582.30085: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776582.47899: 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": 339738816, "dev": 51714, "nlink": 4, "atime": 1726776569.9272544, "mtime": 1726776569.9222543, "ctime": 1726776569.9222543, "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": "2716892619", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6562 1726776582.49515: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776582.49519: stdout chunk (state=3): >>><<< 6562 1726776582.49521: stderr chunk (state=3): >>><<< 6562 1726776582.49534: _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": 339738816, "dev": 51714, "nlink": 4, "atime": 1726776569.9272544, "mtime": 1726776569.9222543, "ctime": 1726776569.9222543, "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": "2716892619", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776582.49593: 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-1726776582.1663086-7369-182905175873725/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776582.49597: _low_level_execute_command(): starting 6562 1726776582.49599: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776582.1663086-7369-182905175873725/ > /dev/null 2>&1 && sleep 0' 6562 1726776582.50032: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776582.50036: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776582.50038: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.50042: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776582.50044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776582.50047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.50092: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776582.50095: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776582.50151: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776582.51965: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776582.52011: stderr chunk (state=3): >>><<< 6562 1726776582.52015: stdout chunk (state=3): >>><<< 6562 1726776582.52053: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776582.52062: handler run complete 6562 1726776582.52085: attempt loop complete, returning result 6562 1726776582.52110: variable 'item' from source: unknown 6562 1726776582.52168: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726776569.9272544, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776569.9222543, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 339738816, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776569.9222543, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "version": "2716892619", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6562 1726776582.52578: dumping result to json 6562 1726776582.52582: done dumping result, returning 6562 1726776582.52585: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [12343ab9-b159-238d-eb1a-0000000000b6] 6562 1726776582.52784: sending task result for task 12343ab9-b159-238d-eb1a-0000000000b6 6562 1726776582.52838: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000b6 6562 1726776582.52841: WORKER PROCESS EXITING 6562 1726776582.52991: no more pending results, returning what we have 6562 1726776582.52994: results queue empty 6562 1726776582.52995: checking for any_errors_fatal 6562 1726776582.53003: done checking for any_errors_fatal 6562 1726776582.53015: checking for max_fail_percentage 6562 1726776582.53017: done checking for max_fail_percentage 6562 1726776582.53018: checking to see if all hosts have failed and the running result is not ok 6562 1726776582.53019: done checking to see if all hosts have failed 6562 1726776582.53019: getting the remaining hosts for this loop 6562 1726776582.53020: done getting the remaining hosts for this loop 6562 1726776582.53023: getting the next task for host managed_node2 6562 1726776582.53026: done getting next task for host managed_node2 6562 1726776582.53029: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6562 1726776582.53031: ^ 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=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 6562 1726776582.53037: getting variables 6562 1726776582.53038: in VariableManager get_vars() 6562 1726776582.53073: Calling all_inventory to load vars for managed_node2 6562 1726776582.53076: Calling groups_inventory to load vars for managed_node2 6562 1726776582.53078: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776582.53091: Calling all_plugins_play to load vars for managed_node2 6562 1726776582.53094: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776582.53098: Calling groups_plugins_play to load vars for managed_node2 6562 1726776582.53207: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776582.53332: done with get_vars() 6562 1726776582.53340: done getting variables 6562 1726776582.53385: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 16:09:42 -0400 (0:00:00.786) 0:00:24.768 **** 6562 1726776582.53414: entering _queue_task() for managed_node2/set_fact 6562 1726776582.53689: worker is 1 (out of 1 available) 6562 1726776582.53705: exiting _queue_task() for managed_node2/set_fact 6562 1726776582.53717: done queuing things up, now waiting for results queue to drain 6562 1726776582.53719: waiting for pending results... 6562 1726776582.54016: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6562 1726776582.54038: in run() - task 12343ab9-b159-238d-eb1a-0000000000b7 6562 1726776582.54055: variable 'ansible_search_path' from source: unknown 6562 1726776582.54061: variable 'ansible_search_path' from source: unknown 6562 1726776582.54101: calling self._execute() 6562 1726776582.54182: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776582.54197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776582.54220: variable 'omit' from source: magic vars 6562 1726776582.54331: variable 'omit' from source: magic vars 6562 1726776582.54381: variable 'omit' from source: magic vars 6562 1726776582.54779: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776582.56622: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776582.56792: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776582.56904: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776582.56944: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776582.56976: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776582.57058: 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) 6562 1726776582.57094: 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) 6562 1726776582.57129: 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) 6562 1726776582.57173: 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) 6562 1726776582.57195: 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) 6562 1726776582.57249: 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) 6562 1726776582.57276: 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) 6562 1726776582.57309: 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) 6562 1726776582.57349: 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) 6562 1726776582.57366: 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) 6562 1726776582.57492: 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) 6562 1726776582.57496: 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) 6562 1726776582.57520: 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) 6562 1726776582.57573: 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) 6562 1726776582.57601: 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) 6562 1726776582.57866: variable '__kernel_settings_find_profile_dirs' from source: set_fact 6562 1726776582.57973: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776582.58147: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776582.58197: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776582.58232: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776582.58301: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776582.58319: 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) 6562 1726776582.58347: 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) 6562 1726776582.58377: 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) 6562 1726776582.58417: 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) 6562 1726776582.58475: variable 'omit' from source: magic vars 6562 1726776582.58518: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776582.58627: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776582.58631: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776582.58633: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776582.58635: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776582.58637: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776582.58642: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776582.58651: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776582.58760: Set connection var ansible_timeout to 10 6562 1726776582.58775: Set connection var ansible_pipelining to False 6562 1726776582.58785: Set connection var ansible_shell_executable to /bin/sh 6562 1726776582.58799: Set connection var ansible_shell_type to sh 6562 1726776582.58819: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776582.58826: Set connection var ansible_connection to ssh 6562 1726776582.58860: variable 'ansible_shell_executable' from source: unknown 6562 1726776582.58868: variable 'ansible_connection' from source: unknown 6562 1726776582.58875: variable 'ansible_module_compression' from source: unknown 6562 1726776582.58882: variable 'ansible_shell_type' from source: unknown 6562 1726776582.58891: variable 'ansible_shell_executable' from source: unknown 6562 1726776582.58955: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776582.58958: variable 'ansible_pipelining' from source: unknown 6562 1726776582.58960: variable 'ansible_timeout' from source: unknown 6562 1726776582.58963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776582.59027: 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) 6562 1726776582.59042: variable 'omit' from source: magic vars 6562 1726776582.59052: starting attempt loop 6562 1726776582.59067: running the handler 6562 1726776582.59082: handler run complete 6562 1726776582.59099: attempt loop complete, returning result 6562 1726776582.59106: _execute() done 6562 1726776582.59113: dumping result to json 6562 1726776582.59172: done dumping result, returning 6562 1726776582.59175: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [12343ab9-b159-238d-eb1a-0000000000b7] 6562 1726776582.59178: sending task result for task 12343ab9-b159-238d-eb1a-0000000000b7 6562 1726776582.59247: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000b7 6562 1726776582.59251: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 6562 1726776582.59339: no more pending results, returning what we have 6562 1726776582.59342: results queue empty 6562 1726776582.59343: checking for any_errors_fatal 6562 1726776582.59353: done checking for any_errors_fatal 6562 1726776582.59355: checking for max_fail_percentage 6562 1726776582.59357: done checking for max_fail_percentage 6562 1726776582.59358: checking to see if all hosts have failed and the running result is not ok 6562 1726776582.59358: done checking to see if all hosts have failed 6562 1726776582.59359: getting the remaining hosts for this loop 6562 1726776582.59361: done getting the remaining hosts for this loop 6562 1726776582.59367: getting the next task for host managed_node2 6562 1726776582.59375: done getting next task for host managed_node2 6562 1726776582.59379: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6562 1726776582.59388: ^ 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=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 6562 1726776582.59399: getting variables 6562 1726776582.59401: in VariableManager get_vars() 6562 1726776582.59438: Calling all_inventory to load vars for managed_node2 6562 1726776582.59441: Calling groups_inventory to load vars for managed_node2 6562 1726776582.59443: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776582.59454: Calling all_plugins_play to load vars for managed_node2 6562 1726776582.59457: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776582.59459: Calling groups_plugins_play to load vars for managed_node2 6562 1726776582.59774: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776582.60133: done with get_vars() 6562 1726776582.60144: done getting variables 6562 1726776582.60201: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 16:09:42 -0400 (0:00:00.068) 0:00:24.837 **** 6562 1726776582.60238: entering _queue_task() for managed_node2/service 6562 1726776582.60461: worker is 1 (out of 1 available) 6562 1726776582.60475: exiting _queue_task() for managed_node2/service 6562 1726776582.60488: done queuing things up, now waiting for results queue to drain 6562 1726776582.60489: waiting for pending results... 6562 1726776582.60658: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6562 1726776582.60723: in run() - task 12343ab9-b159-238d-eb1a-0000000000b8 6562 1726776582.60735: variable 'ansible_search_path' from source: unknown 6562 1726776582.60738: variable 'ansible_search_path' from source: unknown 6562 1726776582.60772: variable '__kernel_settings_services' from source: include_vars 6562 1726776582.61001: variable '__kernel_settings_services' from source: include_vars 6562 1726776582.61058: variable 'omit' from source: magic vars 6562 1726776582.61145: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776582.61154: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776582.61161: variable 'omit' from source: magic vars 6562 1726776582.61216: variable 'omit' from source: magic vars 6562 1726776582.61245: variable 'omit' from source: magic vars 6562 1726776582.61276: variable 'item' from source: unknown 6562 1726776582.61333: variable 'item' from source: unknown 6562 1726776582.61350: variable 'omit' from source: magic vars 6562 1726776582.61382: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776582.61411: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776582.61429: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776582.61442: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776582.61452: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776582.61475: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776582.61478: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776582.61480: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776582.61548: Set connection var ansible_timeout to 10 6562 1726776582.61554: Set connection var ansible_pipelining to False 6562 1726776582.61560: Set connection var ansible_shell_executable to /bin/sh 6562 1726776582.61566: Set connection var ansible_shell_type to sh 6562 1726776582.61571: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776582.61573: Set connection var ansible_connection to ssh 6562 1726776582.61588: variable 'ansible_shell_executable' from source: unknown 6562 1726776582.61591: variable 'ansible_connection' from source: unknown 6562 1726776582.61593: variable 'ansible_module_compression' from source: unknown 6562 1726776582.61595: variable 'ansible_shell_type' from source: unknown 6562 1726776582.61598: variable 'ansible_shell_executable' from source: unknown 6562 1726776582.61600: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776582.61655: variable 'ansible_pipelining' from source: unknown 6562 1726776582.61658: variable 'ansible_timeout' from source: unknown 6562 1726776582.61661: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776582.61713: 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) 6562 1726776582.61722: variable 'omit' from source: magic vars 6562 1726776582.61727: starting attempt loop 6562 1726776582.61730: running the handler 6562 1726776582.61790: variable 'ansible_facts' from source: unknown 6562 1726776582.61874: _low_level_execute_command(): starting 6562 1726776582.61880: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776582.62593: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776582.62598: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.62600: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776582.62603: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.62625: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776582.62644: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776582.62721: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776582.64378: stdout chunk (state=3): >>>/root <<< 6562 1726776582.64476: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776582.64506: stderr chunk (state=3): >>><<< 6562 1726776582.64510: stdout chunk (state=3): >>><<< 6562 1726776582.64530: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776582.64541: _low_level_execute_command(): starting 6562 1726776582.64550: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776582.6452997-7426-192375825358810 `" && echo ansible-tmp-1726776582.6452997-7426-192375825358810="` echo /root/.ansible/tmp/ansible-tmp-1726776582.6452997-7426-192375825358810 `" ) && sleep 0' 6562 1726776582.64989: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776582.64999: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776582.65013: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.65016: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776582.65019: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.65101: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776582.65111: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776582.65177: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776582.67083: stdout chunk (state=3): >>>ansible-tmp-1726776582.6452997-7426-192375825358810=/root/.ansible/tmp/ansible-tmp-1726776582.6452997-7426-192375825358810 <<< 6562 1726776582.67184: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776582.67214: stderr chunk (state=3): >>><<< 6562 1726776582.67218: stdout chunk (state=3): >>><<< 6562 1726776582.67235: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776582.6452997-7426-192375825358810=/root/.ansible/tmp/ansible-tmp-1726776582.6452997-7426-192375825358810 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776582.67261: variable 'ansible_module_compression' from source: unknown 6562 1726776582.67310: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6562 1726776582.67358: variable 'ansible_facts' from source: unknown 6562 1726776582.67496: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776582.6452997-7426-192375825358810/AnsiballZ_systemd.py 6562 1726776582.67634: Sending initial data 6562 1726776582.67638: Sent initial data (154 bytes) 6562 1726776582.68252: 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 <<< 6562 1726776582.68255: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.68257: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776582.68260: 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.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.68310: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776582.68336: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776582.68375: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776582.69935: 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 <<< 6562 1726776582.69977: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776582.70026: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpbsu0rg64 /root/.ansible/tmp/ansible-tmp-1726776582.6452997-7426-192375825358810/AnsiballZ_systemd.py <<< 6562 1726776582.70031: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776582.6452997-7426-192375825358810/AnsiballZ_systemd.py" <<< 6562 1726776582.70074: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpbsu0rg64" to remote "/root/.ansible/tmp/ansible-tmp-1726776582.6452997-7426-192375825358810/AnsiballZ_systemd.py" <<< 6562 1726776582.70080: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776582.6452997-7426-192375825358810/AnsiballZ_systemd.py" <<< 6562 1726776582.71292: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776582.71296: stderr chunk (state=3): >>><<< 6562 1726776582.71298: stdout chunk (state=3): >>><<< 6562 1726776582.71335: done transferring module to remote 6562 1726776582.71350: _low_level_execute_command(): starting 6562 1726776582.71359: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776582.6452997-7426-192375825358810/ /root/.ansible/tmp/ansible-tmp-1726776582.6452997-7426-192375825358810/AnsiballZ_systemd.py && sleep 0' 6562 1726776582.71977: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776582.71995: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776582.72006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.72055: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776582.72069: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776582.72122: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776582.73947: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776582.73991: stderr chunk (state=3): >>><<< 6562 1726776582.73995: stdout chunk (state=3): >>><<< 6562 1726776582.73997: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776582.74000: _low_level_execute_command(): starting 6562 1726776582.74004: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776582.6452997-7426-192375825358810/AnsiballZ_systemd.py && sleep 0' 6562 1726776582.74434: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776582.74438: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.74440: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776582.74442: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776582.74490: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776582.74494: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776582.74558: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776583.06918: 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": "7228", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainStartTimestampMonotonic": "175168082", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainHandoffTimestampMonotonic": "175179450", "ExecMainPID": "7228", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7228 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7228 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4399", "MemoryCurrent": "16121856", "MemoryPeak": "16924672", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3295014912", "EffectiveMemoryMax": "3702865920", "EffectiveMemoryHigh": "3<<< 6562 1726776583.06924: stdout chunk (state=3): >>>702865920", "CPUUsageNSec": "274671000", "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": <<< 6562 1726776583.06934: stdout chunk (state=3): >>>"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 dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus.socket network.target dbus-broker.service systemd-journald.socket basic.target sysinit.target systemd-sysctl.service system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:39 EDT", "StateChangeTimestampMonotonic": "175519550", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:38 EDT", "InactiveExitTimestampMonotonic": "175169720", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:39 EDT", "ActiveEnterTimestampMonotonic": "175519550", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ConditionTimestampMonotonic": "175166867", "AssertTimestamp": "Thu 2024-09-19 16:09:38 EDT", "AssertTimestampMonotonic": "175166871", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "21c3be1ead0c4c33a31ce5e4ba5f8ed2", "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}}} <<< 6562 1726776583.09007: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776583.09011: stdout chunk (state=3): >>><<< 6562 1726776583.09014: stderr chunk (state=3): >>><<< 6562 1726776583.09055: _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": "7228", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainStartTimestampMonotonic": "175168082", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainHandoffTimestampMonotonic": "175179450", "ExecMainPID": "7228", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7228 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7228 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4399", "MemoryCurrent": "16121856", "MemoryPeak": "16924672", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3295014912", "EffectiveMemoryMax": "3702865920", "EffectiveMemoryHigh": "3702865920", "CPUUsageNSec": "274671000", "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 dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus.socket network.target dbus-broker.service systemd-journald.socket basic.target sysinit.target systemd-sysctl.service system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:39 EDT", "StateChangeTimestampMonotonic": "175519550", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:38 EDT", "InactiveExitTimestampMonotonic": "175169720", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:39 EDT", "ActiveEnterTimestampMonotonic": "175519550", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ConditionTimestampMonotonic": "175166867", "AssertTimestamp": "Thu 2024-09-19 16:09:38 EDT", "AssertTimestampMonotonic": "175166871", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "21c3be1ead0c4c33a31ce5e4ba5f8ed2", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776583.09430: 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-1726776582.6452997-7426-192375825358810/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776583.09433: _low_level_execute_command(): starting 6562 1726776583.09436: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776582.6452997-7426-192375825358810/ > /dev/null 2>&1 && sleep 0' 6562 1726776583.09810: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776583.09825: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776583.09845: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776583.09881: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776583.09896: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776583.09958: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776583.11871: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776583.11875: stdout chunk (state=3): >>><<< 6562 1726776583.11877: stderr chunk (state=3): >>><<< 6562 1726776583.11896: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776583.11911: handler run complete 6562 1726776583.12057: attempt loop complete, returning result 6562 1726776583.12060: variable 'item' from source: unknown 6562 1726776583.12143: variable 'item' from source: unknown ok: [managed_node2] => (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:39 EDT", "ActiveEnterTimestampMonotonic": "175519550", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service dbus.socket network.target dbus-broker.service systemd-journald.socket basic.target sysinit.target systemd-sysctl.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:09:38 EDT", "AssertTimestampMonotonic": "175166871", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "274671000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ConditionTimestampMonotonic": "175166867", "ConfigurationDirectoryMode": "0755", "Conflicts": "cpupower.service auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4399", "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": "3702865920", "EffectiveMemoryMax": "3702865920", "EffectiveTasksMax": "22362", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainHandoffTimestampMonotonic": "175179450", "ExecMainPID": "7228", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainStartTimestampMonotonic": "175168082", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7228 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7228 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:38 EDT", "InactiveExitTimestampMonotonic": "175169720", "InvocationID": "21c3be1ead0c4c33a31ce5e4ba5f8ed2", "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": "7228", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3295014912", "MemoryCurrent": "16121856", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "16924672", "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 dbus-broker.service sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:09:39 EDT", "StateChangeTimestampMonotonic": "175519550", "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" } } 6562 1726776583.12605: dumping result to json 6562 1726776583.12609: done dumping result, returning 6562 1726776583.12611: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [12343ab9-b159-238d-eb1a-0000000000b8] 6562 1726776583.12613: sending task result for task 12343ab9-b159-238d-eb1a-0000000000b8 6562 1726776583.12780: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000b8 6562 1726776583.12789: WORKER PROCESS EXITING 6562 1726776583.12798: no more pending results, returning what we have 6562 1726776583.12803: results queue empty 6562 1726776583.12804: checking for any_errors_fatal 6562 1726776583.12807: done checking for any_errors_fatal 6562 1726776583.12807: checking for max_fail_percentage 6562 1726776583.12808: done checking for max_fail_percentage 6562 1726776583.12809: checking to see if all hosts have failed and the running result is not ok 6562 1726776583.12809: done checking to see if all hosts have failed 6562 1726776583.12810: getting the remaining hosts for this loop 6562 1726776583.12811: done getting the remaining hosts for this loop 6562 1726776583.12813: getting the next task for host managed_node2 6562 1726776583.12817: done getting next task for host managed_node2 6562 1726776583.12819: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6562 1726776583.12821: ^ 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=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 6562 1726776583.12828: getting variables 6562 1726776583.12829: in VariableManager get_vars() 6562 1726776583.12849: Calling all_inventory to load vars for managed_node2 6562 1726776583.12851: Calling groups_inventory to load vars for managed_node2 6562 1726776583.12852: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776583.12859: Calling all_plugins_play to load vars for managed_node2 6562 1726776583.12861: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776583.12862: Calling groups_plugins_play to load vars for managed_node2 6562 1726776583.12988: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776583.13120: done with get_vars() 6562 1726776583.13132: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 16:09:43 -0400 (0:00:00.529) 0:00:25.366 **** 6562 1726776583.13205: entering _queue_task() for managed_node2/file 6562 1726776583.13433: worker is 1 (out of 1 available) 6562 1726776583.13449: exiting _queue_task() for managed_node2/file 6562 1726776583.13462: done queuing things up, now waiting for results queue to drain 6562 1726776583.13464: waiting for pending results... 6562 1726776583.13705: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6562 1726776583.13776: in run() - task 12343ab9-b159-238d-eb1a-0000000000b9 6562 1726776583.13799: variable 'ansible_search_path' from source: unknown 6562 1726776583.13807: variable 'ansible_search_path' from source: unknown 6562 1726776583.13849: calling self._execute() 6562 1726776583.13992: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776583.13995: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776583.13999: variable 'omit' from source: magic vars 6562 1726776583.14062: variable 'omit' from source: magic vars 6562 1726776583.14121: variable 'omit' from source: magic vars 6562 1726776583.14157: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776583.14450: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776583.14550: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776583.14563: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776583.14615: variable 'omit' from source: magic vars 6562 1726776583.14662: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776583.14791: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776583.14794: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776583.14797: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776583.14799: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776583.14801: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776583.14803: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776583.14805: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776583.14920: Set connection var ansible_timeout to 10 6562 1726776583.14928: Set connection var ansible_pipelining to False 6562 1726776583.14939: Set connection var ansible_shell_executable to /bin/sh 6562 1726776583.14951: Set connection var ansible_shell_type to sh 6562 1726776583.14962: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776583.14968: Set connection var ansible_connection to ssh 6562 1726776583.14997: variable 'ansible_shell_executable' from source: unknown 6562 1726776583.15005: variable 'ansible_connection' from source: unknown 6562 1726776583.15014: variable 'ansible_module_compression' from source: unknown 6562 1726776583.15021: variable 'ansible_shell_type' from source: unknown 6562 1726776583.15028: variable 'ansible_shell_executable' from source: unknown 6562 1726776583.15035: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776583.15190: variable 'ansible_pipelining' from source: unknown 6562 1726776583.15194: variable 'ansible_timeout' from source: unknown 6562 1726776583.15197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776583.15269: 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__) 6562 1726776583.15288: variable 'omit' from source: magic vars 6562 1726776583.15300: starting attempt loop 6562 1726776583.15307: running the handler 6562 1726776583.15324: _low_level_execute_command(): starting 6562 1726776583.15336: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776583.16110: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776583.16136: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776583.16156: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776583.16179: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776583.16270: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776583.17928: stdout chunk (state=3): >>>/root <<< 6562 1726776583.18057: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776583.18061: stdout chunk (state=3): >>><<< 6562 1726776583.18072: stderr chunk (state=3): >>><<< 6562 1726776583.18123: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776583.18126: _low_level_execute_command(): starting 6562 1726776583.18129: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776583.1810849-7456-10479093845256 `" && echo ansible-tmp-1726776583.1810849-7456-10479093845256="` echo /root/.ansible/tmp/ansible-tmp-1726776583.1810849-7456-10479093845256 `" ) && sleep 0' 6562 1726776583.18795: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776583.18800: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776583.18867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776583.18871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776583.18874: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776583.18884: stderr chunk (state=3): >>>debug2: match not found <<< 6562 1726776583.18888: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776583.18891: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776583.18999: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776583.19003: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776583.19045: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776583.20982: stdout chunk (state=3): >>>ansible-tmp-1726776583.1810849-7456-10479093845256=/root/.ansible/tmp/ansible-tmp-1726776583.1810849-7456-10479093845256 <<< 6562 1726776583.21102: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776583.21129: stderr chunk (state=3): >>><<< 6562 1726776583.21132: stdout chunk (state=3): >>><<< 6562 1726776583.21149: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776583.1810849-7456-10479093845256=/root/.ansible/tmp/ansible-tmp-1726776583.1810849-7456-10479093845256 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776583.21195: variable 'ansible_module_compression' from source: unknown 6562 1726776583.21264: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6562 1726776583.21292: variable 'ansible_facts' from source: unknown 6562 1726776583.21434: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776583.1810849-7456-10479093845256/AnsiballZ_file.py 6562 1726776583.21616: Sending initial data 6562 1726776583.21620: Sent initial data (150 bytes) 6562 1726776583.22207: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776583.22232: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776583.22343: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776583.22372: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776583.22455: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776583.24268: 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 <<< 6562 1726776583.24338: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776583.24393: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp9mazhjtp /root/.ansible/tmp/ansible-tmp-1726776583.1810849-7456-10479093845256/AnsiballZ_file.py <<< 6562 1726776583.24397: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776583.1810849-7456-10479093845256/AnsiballZ_file.py" <<< 6562 1726776583.24472: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp9mazhjtp" to remote "/root/.ansible/tmp/ansible-tmp-1726776583.1810849-7456-10479093845256/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776583.1810849-7456-10479093845256/AnsiballZ_file.py" <<< 6562 1726776583.25224: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776583.25258: stderr chunk (state=3): >>><<< 6562 1726776583.25261: stdout chunk (state=3): >>><<< 6562 1726776583.25295: done transferring module to remote 6562 1726776583.25303: _low_level_execute_command(): starting 6562 1726776583.25307: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776583.1810849-7456-10479093845256/ /root/.ansible/tmp/ansible-tmp-1726776583.1810849-7456-10479093845256/AnsiballZ_file.py && sleep 0' 6562 1726776583.25995: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776583.26018: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776583.26055: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776583.26073: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776583.26099: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776583.26231: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776583.28705: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776583.28710: stdout chunk (state=3): >>><<< 6562 1726776583.28713: stderr chunk (state=3): >>><<< 6562 1726776583.28717: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776583.28720: _low_level_execute_command(): starting 6562 1726776583.28723: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776583.1810849-7456-10479093845256/AnsiballZ_file.py && sleep 0' 6562 1726776583.29409: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776583.29612: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776583.29709: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776583.29854: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776583.47773: 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}}} <<< 6562 1726776583.49359: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776583.49381: stderr chunk (state=3): >>><<< 6562 1726776583.49384: stdout chunk (state=3): >>><<< 6562 1726776583.49406: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776583.49460: 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-1726776583.1810849-7456-10479093845256/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776583.49468: _low_level_execute_command(): starting 6562 1726776583.49472: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776583.1810849-7456-10479093845256/ > /dev/null 2>&1 && sleep 0' 6562 1726776583.49931: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776583.49934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776583.49941: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776583.49944: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776583.49946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776583.49948: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776583.50004: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776583.50006: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776583.50008: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776583.50055: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776583.52194: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776583.52198: stdout chunk (state=3): >>><<< 6562 1726776583.52392: stderr chunk (state=3): >>><<< 6562 1726776583.52396: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776583.52399: handler run complete 6562 1726776583.52401: attempt loop complete, returning result 6562 1726776583.52404: _execute() done 6562 1726776583.52406: dumping result to json 6562 1726776583.52408: done dumping result, returning 6562 1726776583.52410: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [12343ab9-b159-238d-eb1a-0000000000b9] 6562 1726776583.52412: sending task result for task 12343ab9-b159-238d-eb1a-0000000000b9 6562 1726776583.52491: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000b9 6562 1726776583.52495: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6562 1726776583.52578: no more pending results, returning what we have 6562 1726776583.52582: results queue empty 6562 1726776583.52583: checking for any_errors_fatal 6562 1726776583.52609: done checking for any_errors_fatal 6562 1726776583.52610: checking for max_fail_percentage 6562 1726776583.52612: done checking for max_fail_percentage 6562 1726776583.52613: checking to see if all hosts have failed and the running result is not ok 6562 1726776583.52614: done checking to see if all hosts have failed 6562 1726776583.52615: getting the remaining hosts for this loop 6562 1726776583.52617: done getting the remaining hosts for this loop 6562 1726776583.52622: getting the next task for host managed_node2 6562 1726776583.52629: done getting next task for host managed_node2 6562 1726776583.52633: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6562 1726776583.52636: ^ 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=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 6562 1726776583.52647: getting variables 6562 1726776583.52649: in VariableManager get_vars() 6562 1726776583.52801: Calling all_inventory to load vars for managed_node2 6562 1726776583.52806: Calling groups_inventory to load vars for managed_node2 6562 1726776583.52809: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776583.52821: Calling all_plugins_play to load vars for managed_node2 6562 1726776583.52824: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776583.52827: Calling groups_plugins_play to load vars for managed_node2 6562 1726776583.53155: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776583.53389: done with get_vars() 6562 1726776583.53402: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 16:09:43 -0400 (0:00:00.403) 0:00:25.769 **** 6562 1726776583.53508: entering _queue_task() for managed_node2/slurp 6562 1726776583.53782: worker is 1 (out of 1 available) 6562 1726776583.53906: exiting _queue_task() for managed_node2/slurp 6562 1726776583.53916: done queuing things up, now waiting for results queue to drain 6562 1726776583.53917: waiting for pending results... 6562 1726776583.54204: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6562 1726776583.54209: in run() - task 12343ab9-b159-238d-eb1a-0000000000ba 6562 1726776583.54211: variable 'ansible_search_path' from source: unknown 6562 1726776583.54214: variable 'ansible_search_path' from source: unknown 6562 1726776583.54252: calling self._execute() 6562 1726776583.54334: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776583.54408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776583.54411: variable 'omit' from source: magic vars 6562 1726776583.54463: variable 'omit' from source: magic vars 6562 1726776583.54517: variable 'omit' from source: magic vars 6562 1726776583.54561: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776583.54889: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776583.54985: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776583.55030: variable 'omit' from source: magic vars 6562 1726776583.55079: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776583.55126: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776583.55155: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776583.55193: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776583.55211: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776583.55279: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776583.55282: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776583.55285: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776583.55368: Set connection var ansible_timeout to 10 6562 1726776583.55385: Set connection var ansible_pipelining to False 6562 1726776583.55401: Set connection var ansible_shell_executable to /bin/sh 6562 1726776583.55489: Set connection var ansible_shell_type to sh 6562 1726776583.55493: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776583.55497: Set connection var ansible_connection to ssh 6562 1726776583.55499: variable 'ansible_shell_executable' from source: unknown 6562 1726776583.55502: variable 'ansible_connection' from source: unknown 6562 1726776583.55504: variable 'ansible_module_compression' from source: unknown 6562 1726776583.55506: variable 'ansible_shell_type' from source: unknown 6562 1726776583.55508: variable 'ansible_shell_executable' from source: unknown 6562 1726776583.55510: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776583.55512: variable 'ansible_pipelining' from source: unknown 6562 1726776583.55513: variable 'ansible_timeout' from source: unknown 6562 1726776583.55515: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776583.55708: 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__) 6562 1726776583.55727: variable 'omit' from source: magic vars 6562 1726776583.55744: starting attempt loop 6562 1726776583.55751: running the handler 6562 1726776583.55771: _low_level_execute_command(): starting 6562 1726776583.55783: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776583.56621: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776583.56651: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776583.56738: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776583.58414: stdout chunk (state=3): >>>/root <<< 6562 1726776583.58569: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776583.58572: stdout chunk (state=3): >>><<< 6562 1726776583.58575: stderr chunk (state=3): >>><<< 6562 1726776583.58613: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776583.58719: _low_level_execute_command(): starting 6562 1726776583.58724: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776583.5862129-7486-30452185657975 `" && echo ansible-tmp-1726776583.5862129-7486-30452185657975="` echo /root/.ansible/tmp/ansible-tmp-1726776583.5862129-7486-30452185657975 `" ) && sleep 0' 6562 1726776583.59305: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776583.59367: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776583.59406: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776583.59463: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776583.61378: stdout chunk (state=3): >>>ansible-tmp-1726776583.5862129-7486-30452185657975=/root/.ansible/tmp/ansible-tmp-1726776583.5862129-7486-30452185657975 <<< 6562 1726776583.61480: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776583.61514: stderr chunk (state=3): >>><<< 6562 1726776583.61519: stdout chunk (state=3): >>><<< 6562 1726776583.61536: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776583.5862129-7486-30452185657975=/root/.ansible/tmp/ansible-tmp-1726776583.5862129-7486-30452185657975 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776583.61579: variable 'ansible_module_compression' from source: unknown 6562 1726776583.61616: ANSIBALLZ: Using lock for slurp 6562 1726776583.61619: ANSIBALLZ: Acquiring lock 6562 1726776583.61622: ANSIBALLZ: Lock acquired: 140440278426032 6562 1726776583.61624: ANSIBALLZ: Creating module 6562 1726776583.77394: ANSIBALLZ: Writing module into payload 6562 1726776583.77443: ANSIBALLZ: Writing module 6562 1726776583.77471: ANSIBALLZ: Renaming module 6562 1726776583.77484: ANSIBALLZ: Done creating module 6562 1726776583.77513: variable 'ansible_facts' from source: unknown 6562 1726776583.77745: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776583.5862129-7486-30452185657975/AnsiballZ_slurp.py 6562 1726776583.77879: Sending initial data 6562 1726776583.77890: Sent initial data (151 bytes) 6562 1726776583.78932: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776583.78937: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776583.78995: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776583.80948: 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 <<< 6562 1726776583.80953: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776583.81058: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpz50jzznp /root/.ansible/tmp/ansible-tmp-1726776583.5862129-7486-30452185657975/AnsiballZ_slurp.py <<< 6562 1726776583.81063: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776583.5862129-7486-30452185657975/AnsiballZ_slurp.py" <<< 6562 1726776583.81066: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 6562 1726776583.81147: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpz50jzznp" to remote "/root/.ansible/tmp/ansible-tmp-1726776583.5862129-7486-30452185657975/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776583.5862129-7486-30452185657975/AnsiballZ_slurp.py" <<< 6562 1726776583.82665: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776583.82668: stdout chunk (state=3): >>><<< 6562 1726776583.82671: stderr chunk (state=3): >>><<< 6562 1726776583.82672: done transferring module to remote 6562 1726776583.82674: _low_level_execute_command(): starting 6562 1726776583.82676: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776583.5862129-7486-30452185657975/ /root/.ansible/tmp/ansible-tmp-1726776583.5862129-7486-30452185657975/AnsiballZ_slurp.py && sleep 0' 6562 1726776583.83624: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776583.83784: 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 <<< 6562 1726776583.83791: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776583.83837: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776583.83866: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776583.83902: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776583.84006: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776583.86079: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776583.86083: stdout chunk (state=3): >>><<< 6562 1726776583.86088: stderr chunk (state=3): >>><<< 6562 1726776583.86107: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776583.86195: _low_level_execute_command(): starting 6562 1726776583.86199: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776583.5862129-7486-30452185657975/AnsiballZ_slurp.py && sleep 0' 6562 1726776583.86772: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776583.86790: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776583.86805: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776583.86826: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776583.86956: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776583.86961: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776583.87057: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776583.87078: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776583.87210: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776584.05361: 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"}}} <<< 6562 1726776584.07030: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776584.07057: stderr chunk (state=3): >>><<< 6562 1726776584.07062: stdout chunk (state=3): >>><<< 6562 1726776584.07079: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776584.07104: 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-1726776583.5862129-7486-30452185657975/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776584.07114: _low_level_execute_command(): starting 6562 1726776584.07119: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776583.5862129-7486-30452185657975/ > /dev/null 2>&1 && sleep 0' 6562 1726776584.07547: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776584.07578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776584.07581: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776584.07583: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.07585: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776584.07590: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776584.07592: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.07644: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776584.07647: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776584.07649: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776584.07708: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776584.09815: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776584.09841: stderr chunk (state=3): >>><<< 6562 1726776584.09845: stdout chunk (state=3): >>><<< 6562 1726776584.09864: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776584.09870: handler run complete 6562 1726776584.09883: attempt loop complete, returning result 6562 1726776584.09887: _execute() done 6562 1726776584.09890: dumping result to json 6562 1726776584.09894: done dumping result, returning 6562 1726776584.09905: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [12343ab9-b159-238d-eb1a-0000000000ba] 6562 1726776584.09907: sending task result for task 12343ab9-b159-238d-eb1a-0000000000ba 6562 1726776584.09998: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000ba 6562 1726776584.10003: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6562 1726776584.10064: no more pending results, returning what we have 6562 1726776584.10067: results queue empty 6562 1726776584.10068: checking for any_errors_fatal 6562 1726776584.10076: done checking for any_errors_fatal 6562 1726776584.10077: checking for max_fail_percentage 6562 1726776584.10079: done checking for max_fail_percentage 6562 1726776584.10080: checking to see if all hosts have failed and the running result is not ok 6562 1726776584.10080: done checking to see if all hosts have failed 6562 1726776584.10081: getting the remaining hosts for this loop 6562 1726776584.10083: done getting the remaining hosts for this loop 6562 1726776584.10089: getting the next task for host managed_node2 6562 1726776584.10095: done getting next task for host managed_node2 6562 1726776584.10099: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6562 1726776584.10103: ^ 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=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 6562 1726776584.10116: getting variables 6562 1726776584.10117: in VariableManager get_vars() 6562 1726776584.10150: Calling all_inventory to load vars for managed_node2 6562 1726776584.10154: Calling groups_inventory to load vars for managed_node2 6562 1726776584.10156: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776584.10165: Calling all_plugins_play to load vars for managed_node2 6562 1726776584.10167: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776584.10169: Calling groups_plugins_play to load vars for managed_node2 6562 1726776584.10316: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776584.10474: done with get_vars() 6562 1726776584.10483: done getting variables 6562 1726776584.10532: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 16:09:44 -0400 (0:00:00.570) 0:00:26.340 **** 6562 1726776584.10556: entering _queue_task() for managed_node2/set_fact 6562 1726776584.10772: worker is 1 (out of 1 available) 6562 1726776584.10788: exiting _queue_task() for managed_node2/set_fact 6562 1726776584.10800: done queuing things up, now waiting for results queue to drain 6562 1726776584.10802: waiting for pending results... 6562 1726776584.10972: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6562 1726776584.11040: in run() - task 12343ab9-b159-238d-eb1a-0000000000bb 6562 1726776584.11051: variable 'ansible_search_path' from source: unknown 6562 1726776584.11054: variable 'ansible_search_path' from source: unknown 6562 1726776584.11088: calling self._execute() 6562 1726776584.11148: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776584.11152: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776584.11162: variable 'omit' from source: magic vars 6562 1726776584.11238: variable 'omit' from source: magic vars 6562 1726776584.11272: variable 'omit' from source: magic vars 6562 1726776584.11573: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776584.11584: variable '__cur_profile' from source: task vars 6562 1726776584.11684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776584.13396: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776584.13445: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776584.13476: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776584.13516: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776584.13543: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776584.13600: 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) 6562 1726776584.13623: 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) 6562 1726776584.13642: 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) 6562 1726776584.13670: 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) 6562 1726776584.13681: 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) 6562 1726776584.13769: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6562 1726776584.13813: variable 'omit' from source: magic vars 6562 1726776584.13841: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776584.13864: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776584.13880: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776584.13895: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776584.13903: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776584.13928: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776584.13931: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776584.13933: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776584.14009: Set connection var ansible_timeout to 10 6562 1726776584.14016: Set connection var ansible_pipelining to False 6562 1726776584.14022: Set connection var ansible_shell_executable to /bin/sh 6562 1726776584.14028: Set connection var ansible_shell_type to sh 6562 1726776584.14033: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776584.14035: Set connection var ansible_connection to ssh 6562 1726776584.14053: variable 'ansible_shell_executable' from source: unknown 6562 1726776584.14056: variable 'ansible_connection' from source: unknown 6562 1726776584.14058: variable 'ansible_module_compression' from source: unknown 6562 1726776584.14060: variable 'ansible_shell_type' from source: unknown 6562 1726776584.14062: variable 'ansible_shell_executable' from source: unknown 6562 1726776584.14065: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776584.14069: variable 'ansible_pipelining' from source: unknown 6562 1726776584.14071: variable 'ansible_timeout' from source: unknown 6562 1726776584.14075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776584.14150: 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) 6562 1726776584.14159: variable 'omit' from source: magic vars 6562 1726776584.14164: starting attempt loop 6562 1726776584.14167: running the handler 6562 1726776584.14176: handler run complete 6562 1726776584.14183: attempt loop complete, returning result 6562 1726776584.14187: _execute() done 6562 1726776584.14190: dumping result to json 6562 1726776584.14192: done dumping result, returning 6562 1726776584.14203: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [12343ab9-b159-238d-eb1a-0000000000bb] 6562 1726776584.14208: sending task result for task 12343ab9-b159-238d-eb1a-0000000000bb 6562 1726776584.14289: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000bb 6562 1726776584.14293: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 6562 1726776584.14359: no more pending results, returning what we have 6562 1726776584.14362: results queue empty 6562 1726776584.14363: checking for any_errors_fatal 6562 1726776584.14369: done checking for any_errors_fatal 6562 1726776584.14370: checking for max_fail_percentage 6562 1726776584.14371: done checking for max_fail_percentage 6562 1726776584.14372: checking to see if all hosts have failed and the running result is not ok 6562 1726776584.14373: done checking to see if all hosts have failed 6562 1726776584.14373: getting the remaining hosts for this loop 6562 1726776584.14375: done getting the remaining hosts for this loop 6562 1726776584.14380: getting the next task for host managed_node2 6562 1726776584.14389: done getting next task for host managed_node2 6562 1726776584.14393: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6562 1726776584.14395: ^ 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=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 6562 1726776584.14412: getting variables 6562 1726776584.14413: in VariableManager get_vars() 6562 1726776584.14444: Calling all_inventory to load vars for managed_node2 6562 1726776584.14446: Calling groups_inventory to load vars for managed_node2 6562 1726776584.14448: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776584.14456: Calling all_plugins_play to load vars for managed_node2 6562 1726776584.14458: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776584.14461: Calling groups_plugins_play to load vars for managed_node2 6562 1726776584.14589: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776584.14719: done with get_vars() 6562 1726776584.14727: done getting variables 6562 1726776584.14768: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 16:09:44 -0400 (0:00:00.042) 0:00:26.382 **** 6562 1726776584.14792: entering _queue_task() for managed_node2/copy 6562 1726776584.15002: worker is 1 (out of 1 available) 6562 1726776584.15015: exiting _queue_task() for managed_node2/copy 6562 1726776584.15027: done queuing things up, now waiting for results queue to drain 6562 1726776584.15029: waiting for pending results... 6562 1726776584.15201: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6562 1726776584.15267: in run() - task 12343ab9-b159-238d-eb1a-0000000000bc 6562 1726776584.15278: variable 'ansible_search_path' from source: unknown 6562 1726776584.15281: variable 'ansible_search_path' from source: unknown 6562 1726776584.15319: calling self._execute() 6562 1726776584.15381: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776584.15385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776584.15397: variable 'omit' from source: magic vars 6562 1726776584.15477: variable 'omit' from source: magic vars 6562 1726776584.15508: variable 'omit' from source: magic vars 6562 1726776584.15531: variable '__kernel_settings_active_profile' from source: set_fact 6562 1726776584.15755: variable '__kernel_settings_active_profile' from source: set_fact 6562 1726776584.15777: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776584.15837: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776584.15889: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776584.15965: variable 'omit' from source: magic vars 6562 1726776584.16005: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776584.16034: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776584.16052: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776584.16065: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776584.16074: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776584.16100: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776584.16105: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776584.16107: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776584.16179: Set connection var ansible_timeout to 10 6562 1726776584.16188: Set connection var ansible_pipelining to False 6562 1726776584.16193: Set connection var ansible_shell_executable to /bin/sh 6562 1726776584.16200: Set connection var ansible_shell_type to sh 6562 1726776584.16205: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776584.16208: Set connection var ansible_connection to ssh 6562 1726776584.16225: variable 'ansible_shell_executable' from source: unknown 6562 1726776584.16230: variable 'ansible_connection' from source: unknown 6562 1726776584.16232: variable 'ansible_module_compression' from source: unknown 6562 1726776584.16236: variable 'ansible_shell_type' from source: unknown 6562 1726776584.16238: variable 'ansible_shell_executable' from source: unknown 6562 1726776584.16240: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776584.16242: variable 'ansible_pipelining' from source: unknown 6562 1726776584.16245: variable 'ansible_timeout' from source: unknown 6562 1726776584.16247: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776584.16376: 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) 6562 1726776584.16382: variable 'omit' from source: magic vars 6562 1726776584.16384: starting attempt loop 6562 1726776584.16389: running the handler 6562 1726776584.16403: _low_level_execute_command(): starting 6562 1726776584.16409: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776584.16951: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776584.16959: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.17009: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776584.17014: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776584.17017: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776584.17078: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776584.18740: stdout chunk (state=3): >>>/root <<< 6562 1726776584.18838: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776584.18868: stderr chunk (state=3): >>><<< 6562 1726776584.18873: stdout chunk (state=3): >>><<< 6562 1726776584.18897: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776584.18912: _low_level_execute_command(): starting 6562 1726776584.18918: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671 `" && echo ansible-tmp-1726776584.1889746-7510-243930702488671="` echo /root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671 `" ) && sleep 0' 6562 1726776584.19426: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776584.19434: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776584.19445: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.19482: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776584.19488: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776584.19491: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776584.19547: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776584.21518: stdout chunk (state=3): >>>ansible-tmp-1726776584.1889746-7510-243930702488671=/root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671 <<< 6562 1726776584.21631: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776584.21663: stderr chunk (state=3): >>><<< 6562 1726776584.21666: stdout chunk (state=3): >>><<< 6562 1726776584.21681: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776584.1889746-7510-243930702488671=/root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776584.21759: variable 'ansible_module_compression' from source: unknown 6562 1726776584.21806: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776584.21831: variable 'ansible_facts' from source: unknown 6562 1726776584.21891: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/AnsiballZ_stat.py 6562 1726776584.21988: Sending initial data 6562 1726776584.21991: Sent initial data (151 bytes) 6562 1726776584.22612: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776584.22711: 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.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776584.22728: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776584.22747: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776584.22841: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776584.24641: 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 <<< 6562 1726776584.24688: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776584.24735: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpiz_zl_ss /root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/AnsiballZ_stat.py <<< 6562 1726776584.24739: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/AnsiballZ_stat.py" <<< 6562 1726776584.24783: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpiz_zl_ss" to remote "/root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/AnsiballZ_stat.py" <<< 6562 1726776584.24788: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/AnsiballZ_stat.py" <<< 6562 1726776584.25387: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776584.25439: stderr chunk (state=3): >>><<< 6562 1726776584.25442: stdout chunk (state=3): >>><<< 6562 1726776584.25542: done transferring module to remote 6562 1726776584.25545: _low_level_execute_command(): starting 6562 1726776584.25547: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/ /root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/AnsiballZ_stat.py && sleep 0' 6562 1726776584.26195: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776584.26199: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776584.26204: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776584.26207: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776584.26209: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776584.26211: stderr chunk (state=3): >>>debug2: match not found <<< 6562 1726776584.26214: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.26216: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776584.26232: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776584.26235: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6562 1726776584.26309: 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.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.26327: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776584.26341: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776584.26358: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776584.26437: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776584.28504: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776584.28536: stderr chunk (state=3): >>><<< 6562 1726776584.28539: stdout chunk (state=3): >>><<< 6562 1726776584.28554: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776584.28557: _low_level_execute_command(): starting 6562 1726776584.28563: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/AnsiballZ_stat.py && sleep 0' 6562 1726776584.29021: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776584.29024: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.29026: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776584.29029: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776584.29031: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.29094: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776584.29098: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776584.29101: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776584.29148: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776584.53815: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/active_profile", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 14, "inode": 339738822, "dev": 51714, "nlink": 1, "atime": 1726776584.0523155, "mtime": 1726776579.2382946, "ctime": 1726776579.2382946, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "mimetype": "text/plain", "charset": "us-ascii", "version": "2868107769", "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}}} <<< 6562 1726776584.55516: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776584.55520: stdout chunk (state=3): >>><<< 6562 1726776584.55522: stderr chunk (state=3): >>><<< 6562 1726776584.55544: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/active_profile", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 14, "inode": 339738822, "dev": 51714, "nlink": 1, "atime": 1726776584.0523155, "mtime": 1726776579.2382946, "ctime": 1726776579.2382946, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "mimetype": "text/plain", "charset": "us-ascii", "version": "2868107769", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776584.55669: 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-1726776584.1889746-7510-243930702488671/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776584.55769: Sending initial data 6562 1726776584.55774: Sent initial data (139 bytes) 6562 1726776584.56173: 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 <<< 6562 1726776584.56199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776584.56204: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.56255: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776584.56261: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776584.56263: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776584.56312: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776584.57925: 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 <<< 6562 1726776584.57980: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776584.58035: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/.ryh4f8ip /root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/.source <<< 6562 1726776584.58040: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/.source" <<< 6562 1726776584.58083: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/.ryh4f8ip" to remote "/root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/.source" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/.source" <<< 6562 1726776584.58291: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776584.58381: stderr chunk (state=3): >>><<< 6562 1726776584.58384: stdout chunk (state=3): >>><<< 6562 1726776584.58389: _low_level_execute_command(): starting 6562 1726776584.58391: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/ /root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/.source && sleep 0' 6562 1726776584.58935: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.59009: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776584.59033: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776584.59054: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776584.59126: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776584.60890: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776584.60914: stderr chunk (state=3): >>><<< 6562 1726776584.60917: stdout chunk (state=3): >>><<< 6562 1726776584.60930: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776584.60952: variable 'ansible_module_compression' from source: unknown 6562 1726776584.60989: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6562 1726776584.61007: variable 'ansible_facts' from source: unknown 6562 1726776584.61049: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/AnsiballZ_copy.py 6562 1726776584.61320: Sending initial data 6562 1726776584.61326: Sent initial data (151 bytes) 6562 1726776584.61742: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776584.61893: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776584.61897: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776584.61899: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776584.61905: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776584.61907: 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.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776584.61928: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776584.61964: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776584.63517: 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 <<< 6562 1726776584.63562: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776584.63610: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpwuo5qlxx /root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/AnsiballZ_copy.py <<< 6562 1726776584.63616: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/AnsiballZ_copy.py" <<< 6562 1726776584.63653: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpwuo5qlxx" to remote "/root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/AnsiballZ_copy.py" <<< 6562 1726776584.64227: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776584.64264: stderr chunk (state=3): >>><<< 6562 1726776584.64268: stdout chunk (state=3): >>><<< 6562 1726776584.64308: done transferring module to remote 6562 1726776584.64316: _low_level_execute_command(): starting 6562 1726776584.64320: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/ /root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/AnsiballZ_copy.py && sleep 0' 6562 1726776584.64746: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776584.64749: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776584.64752: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.64754: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776584.64756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.64804: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776584.64807: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776584.64861: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776584.66629: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776584.66654: stderr chunk (state=3): >>><<< 6562 1726776584.66657: stdout chunk (state=3): >>><<< 6562 1726776584.66670: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776584.66673: _low_level_execute_command(): starting 6562 1726776584.66678: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/AnsiballZ_copy.py && sleep 0' 6562 1726776584.67121: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776584.67125: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776584.67129: 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.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776584.67131: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.67183: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776584.67188: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776584.67193: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776584.67245: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776584.83291: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/.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-1726776584.1889746-7510-243930702488671/.source", "_original_basename": ".ryh4f8ip", "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}}} <<< 6562 1726776584.84757: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776584.84761: stdout chunk (state=3): >>><<< 6562 1726776584.84764: stderr chunk (state=3): >>><<< 6562 1726776584.85213: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/.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-1726776584.1889746-7510-243930702488671/.source", "_original_basename": ".ryh4f8ip", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776584.85217: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/.source', '_original_basename': '.ryh4f8ip', '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-1726776584.1889746-7510-243930702488671/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776584.85220: _low_level_execute_command(): starting 6562 1726776584.85222: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776584.1889746-7510-243930702488671/ > /dev/null 2>&1 && sleep 0' 6562 1726776584.86171: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776584.86175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.86189: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776584.86192: 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.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.86263: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776584.86510: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776584.88464: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776584.88792: stdout chunk (state=3): >>><<< 6562 1726776584.88795: stderr chunk (state=3): >>><<< 6562 1726776584.88798: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776584.88800: handler run complete 6562 1726776584.88802: attempt loop complete, returning result 6562 1726776584.88804: _execute() done 6562 1726776584.88806: dumping result to json 6562 1726776584.88808: done dumping result, returning 6562 1726776584.88810: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [12343ab9-b159-238d-eb1a-0000000000bc] 6562 1726776584.88812: sending task result for task 12343ab9-b159-238d-eb1a-0000000000bc 6562 1726776584.88891: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000bc 6562 1726776584.88894: WORKER PROCESS EXITING changed: [managed_node2] => { "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-1726776584.1889746-7510-243930702488671/.source", "state": "file", "uid": 0 } 6562 1726776584.88981: no more pending results, returning what we have 6562 1726776584.88990: results queue empty 6562 1726776584.88991: checking for any_errors_fatal 6562 1726776584.88997: done checking for any_errors_fatal 6562 1726776584.88998: checking for max_fail_percentage 6562 1726776584.89004: done checking for max_fail_percentage 6562 1726776584.89005: checking to see if all hosts have failed and the running result is not ok 6562 1726776584.89009: done checking to see if all hosts have failed 6562 1726776584.89010: getting the remaining hosts for this loop 6562 1726776584.89012: done getting the remaining hosts for this loop 6562 1726776584.89017: getting the next task for host managed_node2 6562 1726776584.89024: done getting next task for host managed_node2 6562 1726776584.89029: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6562 1726776584.89031: ^ 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=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 6562 1726776584.89042: getting variables 6562 1726776584.89044: in VariableManager get_vars() 6562 1726776584.89080: Calling all_inventory to load vars for managed_node2 6562 1726776584.89287: Calling groups_inventory to load vars for managed_node2 6562 1726776584.89291: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776584.89300: Calling all_plugins_play to load vars for managed_node2 6562 1726776584.89303: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776584.89306: Calling groups_plugins_play to load vars for managed_node2 6562 1726776584.89591: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776584.89813: done with get_vars() 6562 1726776584.89824: done getting variables 6562 1726776584.89891: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 16:09:44 -0400 (0:00:00.751) 0:00:27.134 **** 6562 1726776584.89925: entering _queue_task() for managed_node2/copy 6562 1726776584.90183: worker is 1 (out of 1 available) 6562 1726776584.90197: exiting _queue_task() for managed_node2/copy 6562 1726776584.90212: done queuing things up, now waiting for results queue to drain 6562 1726776584.90214: waiting for pending results... 6562 1726776584.90448: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6562 1726776584.90592: in run() - task 12343ab9-b159-238d-eb1a-0000000000bd 6562 1726776584.90596: variable 'ansible_search_path' from source: unknown 6562 1726776584.90599: variable 'ansible_search_path' from source: unknown 6562 1726776584.90620: calling self._execute() 6562 1726776584.90701: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776584.90792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776584.90795: variable 'omit' from source: magic vars 6562 1726776584.90842: variable 'omit' from source: magic vars 6562 1726776584.90897: variable 'omit' from source: magic vars 6562 1726776584.90936: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6562 1726776584.91591: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6562 1726776584.91594: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776584.91597: variable 'omit' from source: magic vars 6562 1726776584.91599: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776584.91823: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776584.91850: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776584.91873: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776584.91892: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776584.91930: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776584.91999: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776584.92012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776584.92219: Set connection var ansible_timeout to 10 6562 1726776584.92237: Set connection var ansible_pipelining to False 6562 1726776584.92246: Set connection var ansible_shell_executable to /bin/sh 6562 1726776584.92257: Set connection var ansible_shell_type to sh 6562 1726776584.92491: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776584.92495: Set connection var ansible_connection to ssh 6562 1726776584.92498: variable 'ansible_shell_executable' from source: unknown 6562 1726776584.92504: variable 'ansible_connection' from source: unknown 6562 1726776584.92507: variable 'ansible_module_compression' from source: unknown 6562 1726776584.92509: variable 'ansible_shell_type' from source: unknown 6562 1726776584.92512: variable 'ansible_shell_executable' from source: unknown 6562 1726776584.92515: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776584.92517: variable 'ansible_pipelining' from source: unknown 6562 1726776584.92520: variable 'ansible_timeout' from source: unknown 6562 1726776584.92522: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776584.92792: 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) 6562 1726776584.92795: variable 'omit' from source: magic vars 6562 1726776584.92797: starting attempt loop 6562 1726776584.92800: running the handler 6562 1726776584.92804: _low_level_execute_command(): starting 6562 1726776584.92806: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776584.94161: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.94313: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776584.94324: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776584.94371: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776584.94456: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776584.96257: stdout chunk (state=3): >>>/root <<< 6562 1726776584.96306: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776584.96340: stderr chunk (state=3): >>><<< 6562 1726776584.96451: stdout chunk (state=3): >>><<< 6562 1726776584.96471: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776584.96491: _low_level_execute_command(): starting 6562 1726776584.96507: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388 `" && echo ansible-tmp-1726776584.964771-7551-26321607091388="` echo /root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388 `" ) && sleep 0' 6562 1726776584.97249: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776584.97268: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776584.97299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.97368: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776584.97383: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776584.97434: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776584.97460: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776584.97491: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776584.97559: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776584.99891: stdout chunk (state=3): >>>ansible-tmp-1726776584.964771-7551-26321607091388=/root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388 <<< 6562 1726776584.99895: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776584.99897: stdout chunk (state=3): >>><<< 6562 1726776584.99900: stderr chunk (state=3): >>><<< 6562 1726776584.99902: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776584.964771-7551-26321607091388=/root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776584.99905: variable 'ansible_module_compression' from source: unknown 6562 1726776584.99907: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776584.99921: variable 'ansible_facts' from source: unknown 6562 1726776585.00024: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/AnsiballZ_stat.py 6562 1726776585.00225: Sending initial data 6562 1726776585.00234: Sent initial data (149 bytes) 6562 1726776585.00725: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776585.00739: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776585.00755: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776585.00857: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776585.00877: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776585.00964: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776585.02572: 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 <<< 6562 1726776585.02621: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776585.02667: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpwlvd386q /root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/AnsiballZ_stat.py <<< 6562 1726776585.02670: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/AnsiballZ_stat.py" <<< 6562 1726776585.02734: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpwlvd386q" to remote "/root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/AnsiballZ_stat.py" <<< 6562 1726776585.04025: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776585.04273: stderr chunk (state=3): >>><<< 6562 1726776585.04276: stdout chunk (state=3): >>><<< 6562 1726776585.04279: done transferring module to remote 6562 1726776585.04281: _low_level_execute_command(): starting 6562 1726776585.04284: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/ /root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/AnsiballZ_stat.py && sleep 0' 6562 1726776585.05405: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776585.05615: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776585.05677: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776585.07589: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776585.07593: stdout chunk (state=3): >>><<< 6562 1726776585.07595: stderr chunk (state=3): >>><<< 6562 1726776585.07613: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776585.07627: _low_level_execute_command(): starting 6562 1726776585.07640: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/AnsiballZ_stat.py && sleep 0' 6562 1726776585.08279: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776585.08360: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.08412: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776585.08425: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776585.08444: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776585.08538: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776585.24957: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profile_mode", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 5, "inode": 339738820, "dev": 51714, "nlink": 1, "atime": 1726776579.110294, "mtime": 1726776579.2382946, "ctime": 1726776579.2382946, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "mimetype": "text/plain", "charset": "us-ascii", "version": "446817392", "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}}} <<< 6562 1726776585.26539: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776585.26567: stderr chunk (state=3): >>><<< 6562 1726776585.26570: stdout chunk (state=3): >>><<< 6562 1726776585.26594: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profile_mode", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 5, "inode": 339738820, "dev": 51714, "nlink": 1, "atime": 1726776579.110294, "mtime": 1726776579.2382946, "ctime": 1726776579.2382946, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "mimetype": "text/plain", "charset": "us-ascii", "version": "446817392", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776585.26638: 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-1726776584.964771-7551-26321607091388/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776585.26729: Sending initial data 6562 1726776585.26733: Sent initial data (137 bytes) 6562 1726776585.27189: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776585.27197: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776585.27199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776585.27204: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776585.27206: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.27256: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776585.27263: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776585.27310: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776585.28933: 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 <<< 6562 1726776585.28937: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776585.28989: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776585.29029: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/.n1soldxj /root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/.source <<< 6562 1726776585.29036: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/.source" <<< 6562 1726776585.29077: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/.n1soldxj" to remote "/root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/.source" <<< 6562 1726776585.29080: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/.source" <<< 6562 1726776585.29271: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776585.29317: stderr chunk (state=3): >>><<< 6562 1726776585.29320: stdout chunk (state=3): >>><<< 6562 1726776585.29338: _low_level_execute_command(): starting 6562 1726776585.29342: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/ /root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/.source && sleep 0' 6562 1726776585.29780: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776585.29783: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.29788: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776585.29790: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.29843: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776585.29849: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776585.29858: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776585.29898: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776585.31681: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776585.31710: stderr chunk (state=3): >>><<< 6562 1726776585.31713: stdout chunk (state=3): >>><<< 6562 1726776585.31727: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776585.31748: variable 'ansible_module_compression' from source: unknown 6562 1726776585.31781: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6562 1726776585.31798: variable 'ansible_facts' from source: unknown 6562 1726776585.31846: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/AnsiballZ_copy.py 6562 1726776585.31941: Sending initial data 6562 1726776585.31944: Sent initial data (149 bytes) 6562 1726776585.32345: 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 <<< 6562 1726776585.32348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.32361: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.32418: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776585.32425: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776585.32474: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776585.34050: 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 <<< 6562 1726776585.34107: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776585.34162: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpqpxkugoo /root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/AnsiballZ_copy.py <<< 6562 1726776585.34166: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/AnsiballZ_copy.py" <<< 6562 1726776585.34230: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpqpxkugoo" to remote "/root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/AnsiballZ_copy.py" <<< 6562 1726776585.35133: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776585.35137: stdout chunk (state=3): >>><<< 6562 1726776585.35139: stderr chunk (state=3): >>><<< 6562 1726776585.35141: done transferring module to remote 6562 1726776585.35143: _low_level_execute_command(): starting 6562 1726776585.35145: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/ /root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/AnsiballZ_copy.py && sleep 0' 6562 1726776585.35757: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776585.35771: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776585.35796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776585.35816: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776585.35833: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776585.35910: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.35945: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776585.35963: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776585.35991: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776585.36202: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776585.38008: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776585.38011: stdout chunk (state=3): >>><<< 6562 1726776585.38014: stderr chunk (state=3): >>><<< 6562 1726776585.38032: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776585.38273: _low_level_execute_command(): starting 6562 1726776585.38277: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/AnsiballZ_copy.py && sleep 0' 6562 1726776585.39161: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.39174: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776585.39913: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776585.56116: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/.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-1726776584.964771-7551-26321607091388/.source", "_original_basename": ".n1soldxj", "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}}} <<< 6562 1726776585.57490: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776585.57519: stderr chunk (state=3): >>><<< 6562 1726776585.57522: stdout chunk (state=3): >>><<< 6562 1726776585.57538: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/.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-1726776584.964771-7551-26321607091388/.source", "_original_basename": ".n1soldxj", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776585.57563: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/.source', '_original_basename': '.n1soldxj', '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-1726776584.964771-7551-26321607091388/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776585.57572: _low_level_execute_command(): starting 6562 1726776585.57576: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776584.964771-7551-26321607091388/ > /dev/null 2>&1 && sleep 0' 6562 1726776585.58052: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776585.58056: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.58058: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776585.58060: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.58112: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776585.58116: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776585.58121: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776585.58172: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776585.60027: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776585.60052: stderr chunk (state=3): >>><<< 6562 1726776585.60055: stdout chunk (state=3): >>><<< 6562 1726776585.60070: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776585.60077: handler run complete 6562 1726776585.60106: attempt loop complete, returning result 6562 1726776585.60109: _execute() done 6562 1726776585.60111: dumping result to json 6562 1726776585.60113: done dumping result, returning 6562 1726776585.60122: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [12343ab9-b159-238d-eb1a-0000000000bd] 6562 1726776585.60126: sending task result for task 12343ab9-b159-238d-eb1a-0000000000bd 6562 1726776585.60228: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000bd 6562 1726776585.60230: WORKER PROCESS EXITING changed: [managed_node2] => { "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-1726776584.964771-7551-26321607091388/.source", "state": "file", "uid": 0 } 6562 1726776585.60314: no more pending results, returning what we have 6562 1726776585.60318: results queue empty 6562 1726776585.60318: checking for any_errors_fatal 6562 1726776585.60324: done checking for any_errors_fatal 6562 1726776585.60329: checking for max_fail_percentage 6562 1726776585.60331: done checking for max_fail_percentage 6562 1726776585.60331: checking to see if all hosts have failed and the running result is not ok 6562 1726776585.60332: done checking to see if all hosts have failed 6562 1726776585.60333: getting the remaining hosts for this loop 6562 1726776585.60335: done getting the remaining hosts for this loop 6562 1726776585.60338: getting the next task for host managed_node2 6562 1726776585.60345: done getting next task for host managed_node2 6562 1726776585.60348: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 6562 1726776585.60351: ^ 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=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 6562 1726776585.60360: getting variables 6562 1726776585.60361: in VariableManager get_vars() 6562 1726776585.60398: Calling all_inventory to load vars for managed_node2 6562 1726776585.60403: Calling groups_inventory to load vars for managed_node2 6562 1726776585.60405: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776585.60414: Calling all_plugins_play to load vars for managed_node2 6562 1726776585.60416: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776585.60418: Calling groups_plugins_play to load vars for managed_node2 6562 1726776585.60534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776585.60656: done with get_vars() 6562 1726776585.60665: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 16:09:45 -0400 (0:00:00.708) 0:00:27.842 **** 6562 1726776585.60729: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776585.60931: worker is 1 (out of 1 available) 6562 1726776585.60947: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776585.60960: done queuing things up, now waiting for results queue to drain 6562 1726776585.60961: waiting for pending results... 6562 1726776585.61120: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config 6562 1726776585.61178: in run() - task 12343ab9-b159-238d-eb1a-0000000000be 6562 1726776585.61193: variable 'ansible_search_path' from source: unknown 6562 1726776585.61198: variable 'ansible_search_path' from source: unknown 6562 1726776585.61225: calling self._execute() 6562 1726776585.61280: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776585.61283: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776585.61303: variable 'omit' from source: magic vars 6562 1726776585.61369: variable 'omit' from source: magic vars 6562 1726776585.61407: variable 'omit' from source: magic vars 6562 1726776585.61430: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776585.61891: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776585.61947: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776585.62008: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776585.62012: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776585.62047: variable 'omit' from source: magic vars 6562 1726776585.62081: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776585.62111: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776585.62128: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776585.62141: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776585.62150: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776585.62178: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776585.62181: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776585.62183: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776585.62252: Set connection var ansible_timeout to 10 6562 1726776585.62259: Set connection var ansible_pipelining to False 6562 1726776585.62264: Set connection var ansible_shell_executable to /bin/sh 6562 1726776585.62270: Set connection var ansible_shell_type to sh 6562 1726776585.62275: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776585.62279: Set connection var ansible_connection to ssh 6562 1726776585.62298: variable 'ansible_shell_executable' from source: unknown 6562 1726776585.62301: variable 'ansible_connection' from source: unknown 6562 1726776585.62305: variable 'ansible_module_compression' from source: unknown 6562 1726776585.62308: variable 'ansible_shell_type' from source: unknown 6562 1726776585.62310: variable 'ansible_shell_executable' from source: unknown 6562 1726776585.62314: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776585.62318: variable 'ansible_pipelining' from source: unknown 6562 1726776585.62321: variable 'ansible_timeout' from source: unknown 6562 1726776585.62324: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776585.62458: 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__) 6562 1726776585.62467: variable 'omit' from source: magic vars 6562 1726776585.62472: starting attempt loop 6562 1726776585.62474: running the handler 6562 1726776585.62487: _low_level_execute_command(): starting 6562 1726776585.62493: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776585.62988: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776585.63016: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776585.63020: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.63068: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776585.63073: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776585.63076: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776585.63133: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776585.64781: stdout chunk (state=3): >>>/root <<< 6562 1726776585.64877: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776585.64915: stderr chunk (state=3): >>><<< 6562 1726776585.64917: stdout chunk (state=3): >>><<< 6562 1726776585.64934: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776585.64956: _low_level_execute_command(): starting 6562 1726776585.64961: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776585.6494277-7593-110771920614569 `" && echo ansible-tmp-1726776585.6494277-7593-110771920614569="` echo /root/.ansible/tmp/ansible-tmp-1726776585.6494277-7593-110771920614569 `" ) && sleep 0' 6562 1726776585.65389: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776585.65419: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776585.65429: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.65432: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776585.65434: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.65482: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776585.65490: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776585.65498: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776585.65538: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776585.67451: stdout chunk (state=3): >>>ansible-tmp-1726776585.6494277-7593-110771920614569=/root/.ansible/tmp/ansible-tmp-1726776585.6494277-7593-110771920614569 <<< 6562 1726776585.67794: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776585.67798: stdout chunk (state=3): >>><<< 6562 1726776585.67803: stderr chunk (state=3): >>><<< 6562 1726776585.67806: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776585.6494277-7593-110771920614569=/root/.ansible/tmp/ansible-tmp-1726776585.6494277-7593-110771920614569 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776585.67809: variable 'ansible_module_compression' from source: unknown 6562 1726776585.67811: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6562 1726776585.67813: variable 'ansible_facts' from source: unknown 6562 1726776585.67880: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776585.6494277-7593-110771920614569/AnsiballZ_kernel_settings_get_config.py 6562 1726776585.68065: Sending initial data 6562 1726776585.68068: Sent initial data (173 bytes) 6562 1726776585.69042: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776585.69093: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776585.69108: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.69163: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776585.69190: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776585.69220: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776585.69315: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776585.70931: 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 <<< 6562 1726776585.71005: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776585.71055: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmplk6yey5b /root/.ansible/tmp/ansible-tmp-1726776585.6494277-7593-110771920614569/AnsiballZ_kernel_settings_get_config.py <<< 6562 1726776585.71059: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776585.6494277-7593-110771920614569/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776585.71138: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmplk6yey5b" to remote "/root/.ansible/tmp/ansible-tmp-1726776585.6494277-7593-110771920614569/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776585.6494277-7593-110771920614569/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776585.72093: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776585.72096: stderr chunk (state=3): >>><<< 6562 1726776585.72098: stdout chunk (state=3): >>><<< 6562 1726776585.72195: done transferring module to remote 6562 1726776585.72198: _low_level_execute_command(): starting 6562 1726776585.72203: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776585.6494277-7593-110771920614569/ /root/.ansible/tmp/ansible-tmp-1726776585.6494277-7593-110771920614569/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776585.73005: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776585.73382: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776585.73431: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776585.75410: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776585.75453: stderr chunk (state=3): >>><<< 6562 1726776585.75499: stdout chunk (state=3): >>><<< 6562 1726776585.75567: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776585.75570: _low_level_execute_command(): starting 6562 1726776585.75573: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776585.6494277-7593-110771920614569/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776585.76558: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.76562: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776585.76581: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776585.76677: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776585.76764: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776585.92570: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "379724", "kernel.threads-max": "29968", "vm.max_map_count": "65530"}, "sysfs": {"/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0", "/sys/kernel/debug/x86/ibrs_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 6562 1726776585.93995: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776585.94023: stderr chunk (state=3): >>><<< 6562 1726776585.94026: stdout chunk (state=3): >>><<< 6562 1726776585.94042: _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", "kernel.threads-max": "29968", "vm.max_map_count": "65530"}, "sysfs": {"/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0", "/sys/kernel/debug/x86/ibrs_enabled": "0"}}, "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776585.94067: 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-1726776585.6494277-7593-110771920614569/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776585.94075: _low_level_execute_command(): starting 6562 1726776585.94080: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776585.6494277-7593-110771920614569/ > /dev/null 2>&1 && sleep 0' 6562 1726776585.94532: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776585.94536: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.94538: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776585.94540: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.94592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776585.94607: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776585.94613: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776585.94657: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776585.96503: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776585.96530: stderr chunk (state=3): >>><<< 6562 1726776585.96534: stdout chunk (state=3): >>><<< 6562 1726776585.96551: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776585.96558: handler run complete 6562 1726776585.96573: attempt loop complete, returning result 6562 1726776585.96576: _execute() done 6562 1726776585.96578: dumping result to json 6562 1726776585.96582: done dumping result, returning 6562 1726776585.96592: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config [12343ab9-b159-238d-eb1a-0000000000be] 6562 1726776585.96594: sending task result for task 12343ab9-b159-238d-eb1a-0000000000be 6562 1726776585.96689: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000be 6562 1726776585.96693: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "sysctl": { "fs.epoll.max_user_watches": "785592", "fs.file-max": "379724", "kernel.threads-max": "29968", "vm.max_map_count": "65530" }, "sysfs": { "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0" } } } 6562 1726776585.96769: no more pending results, returning what we have 6562 1726776585.96773: results queue empty 6562 1726776585.96773: checking for any_errors_fatal 6562 1726776585.96780: done checking for any_errors_fatal 6562 1726776585.96780: checking for max_fail_percentage 6562 1726776585.96782: done checking for max_fail_percentage 6562 1726776585.96782: checking to see if all hosts have failed and the running result is not ok 6562 1726776585.96783: done checking to see if all hosts have failed 6562 1726776585.96784: getting the remaining hosts for this loop 6562 1726776585.96788: done getting the remaining hosts for this loop 6562 1726776585.96792: getting the next task for host managed_node2 6562 1726776585.96798: done getting next task for host managed_node2 6562 1726776585.96804: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6562 1726776585.96807: ^ 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=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 6562 1726776585.96816: getting variables 6562 1726776585.96817: in VariableManager get_vars() 6562 1726776585.96847: Calling all_inventory to load vars for managed_node2 6562 1726776585.96850: Calling groups_inventory to load vars for managed_node2 6562 1726776585.96852: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776585.96860: Calling all_plugins_play to load vars for managed_node2 6562 1726776585.96862: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776585.96864: Calling groups_plugins_play to load vars for managed_node2 6562 1726776585.97169: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776585.97294: done with get_vars() 6562 1726776585.97303: done getting variables 6562 1726776585.97382: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 16:09:45 -0400 (0:00:00.366) 0:00:28.208 **** 6562 1726776585.97407: entering _queue_task() for managed_node2/template 6562 1726776585.97409: Creating lock for template 6562 1726776585.97617: worker is 1 (out of 1 available) 6562 1726776585.97631: exiting _queue_task() for managed_node2/template 6562 1726776585.97642: done queuing things up, now waiting for results queue to drain 6562 1726776585.97644: waiting for pending results... 6562 1726776585.97809: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6562 1726776585.97876: in run() - task 12343ab9-b159-238d-eb1a-0000000000bf 6562 1726776585.97888: variable 'ansible_search_path' from source: unknown 6562 1726776585.97891: variable 'ansible_search_path' from source: unknown 6562 1726776585.97925: calling self._execute() 6562 1726776585.97984: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776585.97991: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776585.98004: variable 'omit' from source: magic vars 6562 1726776585.98073: variable 'omit' from source: magic vars 6562 1726776585.98109: variable 'omit' from source: magic vars 6562 1726776585.98345: variable '__kernel_settings_profile_src' from source: role '' all vars 6562 1726776585.98351: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776585.98410: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776585.98431: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776585.98474: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776585.98524: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776585.98582: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776585.98587: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776585.98613: variable 'omit' from source: magic vars 6562 1726776585.98648: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776585.98675: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776585.98693: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776585.98707: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776585.98716: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776585.98740: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776585.98745: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776585.98747: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776585.98815: Set connection var ansible_timeout to 10 6562 1726776585.98822: Set connection var ansible_pipelining to False 6562 1726776585.98827: Set connection var ansible_shell_executable to /bin/sh 6562 1726776585.98833: Set connection var ansible_shell_type to sh 6562 1726776585.98841: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776585.98843: Set connection var ansible_connection to ssh 6562 1726776585.98858: variable 'ansible_shell_executable' from source: unknown 6562 1726776585.98861: variable 'ansible_connection' from source: unknown 6562 1726776585.98864: variable 'ansible_module_compression' from source: unknown 6562 1726776585.98866: variable 'ansible_shell_type' from source: unknown 6562 1726776585.98869: variable 'ansible_shell_executable' from source: unknown 6562 1726776585.98871: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776585.98873: variable 'ansible_pipelining' from source: unknown 6562 1726776585.98875: variable 'ansible_timeout' from source: unknown 6562 1726776585.98878: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776585.98980: 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) 6562 1726776585.98994: variable 'omit' from source: magic vars 6562 1726776585.98997: starting attempt loop 6562 1726776585.99000: running the handler 6562 1726776585.99012: _low_level_execute_command(): starting 6562 1726776585.99018: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776585.99538: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776585.99542: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.99545: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776585.99548: 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.11.25 originally 10.31.11.25 <<< 6562 1726776585.99550: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776585.99591: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776585.99614: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776585.99617: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776585.99671: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776586.01309: stdout chunk (state=3): >>>/root <<< 6562 1726776586.01409: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776586.01440: stderr chunk (state=3): >>><<< 6562 1726776586.01444: stdout chunk (state=3): >>><<< 6562 1726776586.01463: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776586.01474: _low_level_execute_command(): starting 6562 1726776586.01480: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040 `" && echo ansible-tmp-1726776586.014632-7621-104598467230040="` echo /root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040 `" ) && sleep 0' 6562 1726776586.01946: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776586.01949: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.01951: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776586.01954: 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 <<< 6562 1726776586.01956: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.02008: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776586.02012: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776586.02065: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776586.03952: stdout chunk (state=3): >>>ansible-tmp-1726776586.014632-7621-104598467230040=/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040 <<< 6562 1726776586.04209: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776586.04212: stdout chunk (state=3): >>><<< 6562 1726776586.04215: stderr chunk (state=3): >>><<< 6562 1726776586.04218: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776586.014632-7621-104598467230040=/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776586.04220: 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 6562 1726776586.04224: 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 6562 1726776586.04226: variable 'ansible_search_path' from source: unknown 6562 1726776586.05156: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776586.06503: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776586.06556: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776586.06583: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776586.06613: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776586.06632: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776586.06890: 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) 6562 1726776586.06893: 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) 6562 1726776586.06895: 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) 6562 1726776586.06935: 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) 6562 1726776586.06955: 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) 6562 1726776586.07326: 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) 6562 1726776586.07355: 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) 6562 1726776586.07385: 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) 6562 1726776586.07428: 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) 6562 1726776586.07443: 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) 6562 1726776586.07794: variable 'ansible_managed' from source: unknown 6562 1726776586.07891: variable '__sections' from source: task vars 6562 1726776586.07946: 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) 6562 1726776586.07973: 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) 6562 1726776586.08005: 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) 6562 1726776586.08054: 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) 6562 1726776586.08072: 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) 6562 1726776586.08184: variable 'kernel_settings_sysctl' from source: include params 6562 1726776586.08204: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776586.08215: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776586.08273: variable '__sysctl_old' from source: task vars 6562 1726776586.08341: variable '__sysctl_old' from source: task vars 6562 1726776586.08701: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776586.08704: variable 'kernel_settings_sysctl' from source: include params 6562 1726776586.08707: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776586.08709: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776586.08711: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776586.08799: variable 'kernel_settings_sysfs' from source: include params 6562 1726776586.08814: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776586.08823: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776586.08853: variable '__sysfs_old' from source: task vars 6562 1726776586.08921: variable '__sysfs_old' from source: task vars 6562 1726776586.09144: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776586.09153: variable 'kernel_settings_sysfs' from source: include params 6562 1726776586.09164: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776586.09174: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776586.09183: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776586.09236: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6562 1726776586.09251: variable '__systemd_old' from source: task vars 6562 1726776586.09316: variable '__systemd_old' from source: task vars 6562 1726776586.09523: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776586.09534: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6562 1726776586.09543: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.09552: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776586.09577: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 6562 1726776586.09588: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6562 1726776586.09597: variable '__trans_huge_old' from source: task vars 6562 1726776586.09658: variable '__trans_huge_old' from source: task vars 6562 1726776586.09861: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776586.09871: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 6562 1726776586.09879: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.09892: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776586.09911: variable '__trans_defrag_old' from source: task vars 6562 1726776586.09999: variable '__trans_defrag_old' from source: task vars 6562 1726776586.10297: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776586.10307: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6562 1726776586.10315: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.10343: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776586.10439: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.10442: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.10444: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.10446: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.10448: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.10450: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.10463: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.10476: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.10493: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.10503: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.10518: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.10530: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.10543: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.10894: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.10897: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776586.11956: 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) 6562 1726776586.12012: variable 'ansible_module_compression' from source: unknown 6562 1726776586.12051: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776586.12074: variable 'ansible_facts' from source: unknown 6562 1726776586.12126: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/AnsiballZ_stat.py 6562 1726776586.12222: Sending initial data 6562 1726776586.12225: Sent initial data (150 bytes) 6562 1726776586.12671: 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 <<< 6562 1726776586.12674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.12685: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.12750: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776586.12753: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776586.12758: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776586.12814: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776586.14561: 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 <<< 6562 1726776586.14638: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776586.14684: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpdwaf3lpq /root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/AnsiballZ_stat.py <<< 6562 1726776586.14698: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/AnsiballZ_stat.py" <<< 6562 1726776586.14718: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpdwaf3lpq" to remote "/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/AnsiballZ_stat.py" <<< 6562 1726776586.15765: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776586.15769: stderr chunk (state=3): >>><<< 6562 1726776586.15771: stdout chunk (state=3): >>><<< 6562 1726776586.15772: done transferring module to remote 6562 1726776586.15774: _low_level_execute_command(): starting 6562 1726776586.15776: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/ /root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/AnsiballZ_stat.py && sleep 0' 6562 1726776586.16342: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776586.16346: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776586.16348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.16350: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776586.16352: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.16413: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776586.16417: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776586.16433: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776586.16514: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776586.18349: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776586.18384: stderr chunk (state=3): >>><<< 6562 1726776586.18399: stdout chunk (state=3): >>><<< 6562 1726776586.18423: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776586.18432: _low_level_execute_command(): starting 6562 1726776586.18442: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/AnsiballZ_stat.py && sleep 0' 6562 1726776586.19063: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776586.19079: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776586.19105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776586.19123: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776586.19145: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776586.19247: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776586.19296: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776586.19362: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776586.35896: 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": 381, "inode": 465567876, "dev": 51714, "nlink": 1, "atime": 1726776585.9243236, "mtime": 1726776577.509287, "ctime": 1726776577.8582888, "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": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "mimetype": "text/plain", "charset": "us-ascii", "version": "1651481401", "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}}} <<< 6562 1726776586.37549: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776586.37553: stdout chunk (state=3): >>><<< 6562 1726776586.37556: stderr chunk (state=3): >>><<< 6562 1726776586.37576: _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": 381, "inode": 465567876, "dev": 51714, "nlink": 1, "atime": 1726776585.9243236, "mtime": 1726776577.509287, "ctime": 1726776577.8582888, "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": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "mimetype": "text/plain", "charset": "us-ascii", "version": "1651481401", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776586.37656: 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-1726776586.014632-7621-104598467230040/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776586.37885: Sending initial data 6562 1726776586.37892: Sent initial data (164 bytes) 6562 1726776586.38519: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.38592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776586.38616: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776586.38701: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776586.40352: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6562 1726776586.40381: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776586.40436: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776586.40520: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmplvboqznh/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/.source.conf <<< 6562 1726776586.40524: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/.source.conf" <<< 6562 1726776586.40559: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmplvboqznh/kernel_settings.j2" to remote "/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/.source.conf" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/.source.conf" <<< 6562 1726776586.40947: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776586.40993: stderr chunk (state=3): >>><<< 6562 1726776586.41092: stdout chunk (state=3): >>><<< 6562 1726776586.41097: _low_level_execute_command(): starting 6562 1726776586.41099: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/ /root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/.source.conf && sleep 0' 6562 1726776586.42228: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776586.42233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776586.42236: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.42347: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776586.42609: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776586.42682: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776586.44666: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776586.44669: stdout chunk (state=3): >>><<< 6562 1726776586.44671: stderr chunk (state=3): >>><<< 6562 1726776586.44673: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776586.44675: variable 'ansible_module_compression' from source: unknown 6562 1726776586.44835: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6562 1726776586.44838: variable 'ansible_facts' from source: unknown 6562 1726776586.45075: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/AnsiballZ_copy.py 6562 1726776586.45259: Sending initial data 6562 1726776586.45264: Sent initial data (150 bytes) 6562 1726776586.46489: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776586.46590: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.46696: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776586.46796: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776586.46848: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776586.48538: 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 <<< 6562 1726776586.48621: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776586.48719: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpxm__zzvm /root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/AnsiballZ_copy.py <<< 6562 1726776586.48723: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/AnsiballZ_copy.py" <<< 6562 1726776586.48833: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpxm__zzvm" to remote "/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/AnsiballZ_copy.py" <<< 6562 1726776586.50350: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776586.50455: stderr chunk (state=3): >>><<< 6562 1726776586.50537: stdout chunk (state=3): >>><<< 6562 1726776586.50540: done transferring module to remote 6562 1726776586.50543: _low_level_execute_command(): starting 6562 1726776586.50545: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/ /root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/AnsiballZ_copy.py && sleep 0' 6562 1726776586.50998: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776586.51015: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.51026: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.51070: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776586.51094: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776586.51148: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776586.53093: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776586.53097: stdout chunk (state=3): >>><<< 6562 1726776586.53100: stderr chunk (state=3): >>><<< 6562 1726776586.53104: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776586.53107: _low_level_execute_command(): starting 6562 1726776586.53109: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/AnsiballZ_copy.py && sleep 0' 6562 1726776586.53691: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776586.53695: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.53720: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776586.53723: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.53773: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776586.53781: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776586.53785: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776586.53859: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776586.70199: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/.source.conf", "md5sum": "ba6aeb244f15eac2bcf15c0dd41fdff5", "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "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}}} <<< 6562 1726776586.71594: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776586.71623: stderr chunk (state=3): >>><<< 6562 1726776586.71626: stdout chunk (state=3): >>><<< 6562 1726776586.71642: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/.source.conf", "md5sum": "ba6aeb244f15eac2bcf15c0dd41fdff5", "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776586.71668: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/.source.conf', 'dest': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': '3feaf86b2638623e3300792e683ce55f91f31e9a', '_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-1726776586.014632-7621-104598467230040/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776586.71699: _low_level_execute_command(): starting 6562 1726776586.71705: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/ > /dev/null 2>&1 && sleep 0' 6562 1726776586.72164: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776586.72167: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.72170: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776586.72172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776586.72174: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.72223: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776586.72242: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776586.72288: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776586.74133: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776586.74161: stderr chunk (state=3): >>><<< 6562 1726776586.74164: stdout chunk (state=3): >>><<< 6562 1726776586.74180: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776586.74191: handler run complete 6562 1726776586.74212: attempt loop complete, returning result 6562 1726776586.74215: _execute() done 6562 1726776586.74217: dumping result to json 6562 1726776586.74222: done dumping result, returning 6562 1726776586.74230: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [12343ab9-b159-238d-eb1a-0000000000bf] 6562 1726776586.74233: sending task result for task 12343ab9-b159-238d-eb1a-0000000000bf 6562 1726776586.74361: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000bf 6562 1726776586.74364: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "ba6aeb244f15eac2bcf15c0dd41fdff5", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "src": "/root/.ansible/tmp/ansible-tmp-1726776586.014632-7621-104598467230040/.source.conf", "state": "file", "uid": 0 } 6562 1726776586.74453: no more pending results, returning what we have 6562 1726776586.74456: results queue empty 6562 1726776586.74457: checking for any_errors_fatal 6562 1726776586.74463: done checking for any_errors_fatal 6562 1726776586.74464: checking for max_fail_percentage 6562 1726776586.74465: done checking for max_fail_percentage 6562 1726776586.74466: checking to see if all hosts have failed and the running result is not ok 6562 1726776586.74467: done checking to see if all hosts have failed 6562 1726776586.74468: getting the remaining hosts for this loop 6562 1726776586.74469: done getting the remaining hosts for this loop 6562 1726776586.74479: getting the next task for host managed_node2 6562 1726776586.74485: done getting next task for host managed_node2 6562 1726776586.74489: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6562 1726776586.74491: ^ 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=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 6562 1726776586.74500: getting variables 6562 1726776586.74503: in VariableManager get_vars() 6562 1726776586.74531: Calling all_inventory to load vars for managed_node2 6562 1726776586.74534: Calling groups_inventory to load vars for managed_node2 6562 1726776586.74536: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776586.74544: Calling all_plugins_play to load vars for managed_node2 6562 1726776586.74546: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776586.74548: Calling groups_plugins_play to load vars for managed_node2 6562 1726776586.74707: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776586.74833: done with get_vars() 6562 1726776586.74841: done getting variables 6562 1726776586.74881: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 16:09:46 -0400 (0:00:00.774) 0:00:28.983 **** 6562 1726776586.74908: entering _queue_task() for managed_node2/service 6562 1726776586.75108: worker is 1 (out of 1 available) 6562 1726776586.75122: exiting _queue_task() for managed_node2/service 6562 1726776586.75133: done queuing things up, now waiting for results queue to drain 6562 1726776586.75134: waiting for pending results... 6562 1726776586.75324: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6562 1726776586.75389: in run() - task 12343ab9-b159-238d-eb1a-0000000000c0 6562 1726776586.75404: variable 'ansible_search_path' from source: unknown 6562 1726776586.75408: variable 'ansible_search_path' from source: unknown 6562 1726776586.75444: variable '__kernel_settings_services' from source: include_vars 6562 1726776586.75678: variable '__kernel_settings_services' from source: include_vars 6562 1726776586.75734: variable 'omit' from source: magic vars 6562 1726776586.75822: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776586.75829: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776586.75838: variable 'omit' from source: magic vars 6562 1726776586.76019: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776586.76192: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776586.76226: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776586.76249: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776586.76296: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776586.76372: variable '__kernel_settings_register_profile' from source: set_fact 6562 1726776586.76381: variable '__kernel_settings_register_mode' from source: set_fact 6562 1726776586.76403: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): True 6562 1726776586.76407: variable 'omit' from source: magic vars 6562 1726776586.76434: variable 'omit' from source: magic vars 6562 1726776586.76465: variable 'item' from source: unknown 6562 1726776586.76691: variable 'item' from source: unknown 6562 1726776586.76694: variable 'omit' from source: magic vars 6562 1726776586.76696: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776586.76699: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776586.76701: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776586.76703: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776586.76705: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776586.76707: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776586.76710: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776586.76712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776586.76798: Set connection var ansible_timeout to 10 6562 1726776586.76812: Set connection var ansible_pipelining to False 6562 1726776586.76821: Set connection var ansible_shell_executable to /bin/sh 6562 1726776586.76834: Set connection var ansible_shell_type to sh 6562 1726776586.76844: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776586.76850: Set connection var ansible_connection to ssh 6562 1726776586.76877: variable 'ansible_shell_executable' from source: unknown 6562 1726776586.76885: variable 'ansible_connection' from source: unknown 6562 1726776586.76895: variable 'ansible_module_compression' from source: unknown 6562 1726776586.76903: variable 'ansible_shell_type' from source: unknown 6562 1726776586.76910: variable 'ansible_shell_executable' from source: unknown 6562 1726776586.76917: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776586.76925: variable 'ansible_pipelining' from source: unknown 6562 1726776586.76930: variable 'ansible_timeout' from source: unknown 6562 1726776586.76938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776586.77049: 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) 6562 1726776586.77069: variable 'omit' from source: magic vars 6562 1726776586.77079: starting attempt loop 6562 1726776586.77084: running the handler 6562 1726776586.77182: variable 'ansible_facts' from source: unknown 6562 1726776586.77314: _low_level_execute_command(): starting 6562 1726776586.77327: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776586.77945: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776586.77963: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.78019: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776586.78030: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776586.78083: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776586.79781: stdout chunk (state=3): >>>/root <<< 6562 1726776586.80128: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776586.80132: stdout chunk (state=3): >>><<< 6562 1726776586.80135: stderr chunk (state=3): >>><<< 6562 1726776586.80156: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776586.80266: _low_level_execute_command(): starting 6562 1726776586.80270: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776586.8017144-7675-14595471470312 `" && echo ansible-tmp-1726776586.8017144-7675-14595471470312="` echo /root/.ansible/tmp/ansible-tmp-1726776586.8017144-7675-14595471470312 `" ) && sleep 0' 6562 1726776586.80812: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776586.80826: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776586.80837: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776586.80856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776586.80868: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776586.80874: stderr chunk (state=3): >>>debug2: match not found <<< 6562 1726776586.80884: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.80902: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776586.80991: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776586.81062: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776586.81153: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776586.83077: stdout chunk (state=3): >>>ansible-tmp-1726776586.8017144-7675-14595471470312=/root/.ansible/tmp/ansible-tmp-1726776586.8017144-7675-14595471470312 <<< 6562 1726776586.83180: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776586.83226: stderr chunk (state=3): >>><<< 6562 1726776586.83237: stdout chunk (state=3): >>><<< 6562 1726776586.83262: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776586.8017144-7675-14595471470312=/root/.ansible/tmp/ansible-tmp-1726776586.8017144-7675-14595471470312 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776586.83296: variable 'ansible_module_compression' from source: unknown 6562 1726776586.83346: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6562 1726776586.83404: variable 'ansible_facts' from source: unknown 6562 1726776586.83546: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776586.8017144-7675-14595471470312/AnsiballZ_systemd.py 6562 1726776586.83662: Sending initial data 6562 1726776586.83666: Sent initial data (153 bytes) 6562 1726776586.84137: 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 <<< 6562 1726776586.84142: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.84145: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776586.84147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.84201: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776586.84204: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776586.84206: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776586.84270: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776586.85882: 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 <<< 6562 1726776586.85924: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776586.85972: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpmle1y9e9 /root/.ansible/tmp/ansible-tmp-1726776586.8017144-7675-14595471470312/AnsiballZ_systemd.py <<< 6562 1726776586.85978: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776586.8017144-7675-14595471470312/AnsiballZ_systemd.py" <<< 6562 1726776586.86026: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpmle1y9e9" to remote "/root/.ansible/tmp/ansible-tmp-1726776586.8017144-7675-14595471470312/AnsiballZ_systemd.py" <<< 6562 1726776586.86029: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776586.8017144-7675-14595471470312/AnsiballZ_systemd.py" <<< 6562 1726776586.87116: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776586.87155: stderr chunk (state=3): >>><<< 6562 1726776586.87158: stdout chunk (state=3): >>><<< 6562 1726776586.87205: done transferring module to remote 6562 1726776586.87213: _low_level_execute_command(): starting 6562 1726776586.87227: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776586.8017144-7675-14595471470312/ /root/.ansible/tmp/ansible-tmp-1726776586.8017144-7675-14595471470312/AnsiballZ_systemd.py && sleep 0' 6562 1726776586.87796: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.87851: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776586.87855: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776586.87913: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776586.89761: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776586.89791: stderr chunk (state=3): >>><<< 6562 1726776586.89794: stdout chunk (state=3): >>><<< 6562 1726776586.89805: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776586.89808: _low_level_execute_command(): starting 6562 1726776586.89814: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776586.8017144-7675-14595471470312/AnsiballZ_systemd.py && sleep 0' 6562 1726776586.90283: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776586.90288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776586.90292: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776586.90295: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776586.90346: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776586.90349: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776586.90354: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776586.90423: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776587.37638: 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": "7228", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainStartTimestampMonotonic": "175168082", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainHandoffTimestampMonotonic": "175179450", "ExecMainPID": "7228", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7228 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7228 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4399", "MemoryCurrent": "16113664", "MemoryPeak": "16924672", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3295109120", "EffectiveMemoryMax": "3702865920", "EffectiveMemoryHigh": "3702865920", "CPUUsageNSec": "275233000", "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 dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus.socket network.target dbus-broker.service systemd-journald.socket basic.target sysinit.target systemd-sysctl.service system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:39 EDT", "StateChangeTimestampMonotonic": "175519550", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:38 EDT", "InactiveExitTimestampMonotonic": "175169720", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:39 EDT", "ActiveEnterTimestampMonotonic": "175519550", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ConditionTimestampMonotonic": "175166867", "AssertTimestamp": "Thu 2024-09-19 16:09:38 EDT", "AssertTimestampMonotonic": "175166871", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "21c3be1ead0c4c33a31ce5e4ba5f8ed2", "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}}} <<< 6562 1726776587.39763: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776587.39790: stderr chunk (state=3): >>><<< 6562 1726776587.39794: stdout chunk (state=3): >>><<< 6562 1726776587.39822: _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": "7228", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainStartTimestampMonotonic": "175168082", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainHandoffTimestampMonotonic": "175179450", "ExecMainPID": "7228", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7228 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7228 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4399", "MemoryCurrent": "16113664", "MemoryPeak": "16924672", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3295109120", "EffectiveMemoryMax": "3702865920", "EffectiveMemoryHigh": "3702865920", "CPUUsageNSec": "275233000", "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 dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus.socket network.target dbus-broker.service systemd-journald.socket basic.target sysinit.target systemd-sysctl.service system.slice", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:39 EDT", "StateChangeTimestampMonotonic": "175519550", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:38 EDT", "InactiveExitTimestampMonotonic": "175169720", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:39 EDT", "ActiveEnterTimestampMonotonic": "175519550", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ConditionTimestampMonotonic": "175166867", "AssertTimestamp": "Thu 2024-09-19 16:09:38 EDT", "AssertTimestampMonotonic": "175166871", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "21c3be1ead0c4c33a31ce5e4ba5f8ed2", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776587.39953: 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-1726776586.8017144-7675-14595471470312/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776587.39968: _low_level_execute_command(): starting 6562 1726776587.39971: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776586.8017144-7675-14595471470312/ > /dev/null 2>&1 && sleep 0' 6562 1726776587.40424: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776587.40427: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776587.40429: 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.11.25 is address debug1: re-parsing configuration <<< 6562 1726776587.40431: 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.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776587.40433: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776587.40483: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776587.40489: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776587.40495: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776587.40546: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776587.42531: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776587.42558: stderr chunk (state=3): >>><<< 6562 1726776587.42561: stdout chunk (state=3): >>><<< 6562 1726776587.42574: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776587.42584: handler run complete 6562 1726776587.42626: attempt loop complete, returning result 6562 1726776587.42641: variable 'item' from source: unknown 6562 1726776587.42704: variable 'item' from source: unknown changed: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:39 EDT", "ActiveEnterTimestampMonotonic": "175519550", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service dbus.socket network.target dbus-broker.service systemd-journald.socket basic.target sysinit.target systemd-sysctl.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:09:38 EDT", "AssertTimestampMonotonic": "175166871", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "275233000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ConditionTimestampMonotonic": "175166867", "ConfigurationDirectoryMode": "0755", "Conflicts": "cpupower.service auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4399", "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": "3702865920", "EffectiveMemoryMax": "3702865920", "EffectiveTasksMax": "22362", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainHandoffTimestampMonotonic": "175179450", "ExecMainPID": "7228", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainStartTimestampMonotonic": "175168082", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7228 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7228 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:38 EDT", "InactiveExitTimestampMonotonic": "175169720", "InvocationID": "21c3be1ead0c4c33a31ce5e4ba5f8ed2", "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": "7228", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3295109120", "MemoryCurrent": "16113664", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "16924672", "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 dbus-broker.service sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:09:39 EDT", "StateChangeTimestampMonotonic": "175519550", "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" } } 6562 1726776587.43134: dumping result to json 6562 1726776587.43137: done dumping result, returning 6562 1726776587.43139: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [12343ab9-b159-238d-eb1a-0000000000c0] 6562 1726776587.43141: sending task result for task 12343ab9-b159-238d-eb1a-0000000000c0 6562 1726776587.43234: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000c0 6562 1726776587.43238: WORKER PROCESS EXITING 6562 1726776587.43311: no more pending results, returning what we have 6562 1726776587.43315: results queue empty 6562 1726776587.43316: checking for any_errors_fatal 6562 1726776587.43322: done checking for any_errors_fatal 6562 1726776587.43323: checking for max_fail_percentage 6562 1726776587.43324: done checking for max_fail_percentage 6562 1726776587.43324: checking to see if all hosts have failed and the running result is not ok 6562 1726776587.43325: done checking to see if all hosts have failed 6562 1726776587.43325: getting the remaining hosts for this loop 6562 1726776587.43326: done getting the remaining hosts for this loop 6562 1726776587.43328: getting the next task for host managed_node2 6562 1726776587.43332: done getting next task for host managed_node2 6562 1726776587.43334: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6562 1726776587.43336: ^ 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=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 6562 1726776587.43342: getting variables 6562 1726776587.43343: in VariableManager get_vars() 6562 1726776587.43363: Calling all_inventory to load vars for managed_node2 6562 1726776587.43364: Calling groups_inventory to load vars for managed_node2 6562 1726776587.43366: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776587.43372: Calling all_plugins_play to load vars for managed_node2 6562 1726776587.43374: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776587.43375: Calling groups_plugins_play to load vars for managed_node2 6562 1726776587.43478: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776587.43600: done with get_vars() 6562 1726776587.43608: done getting variables 6562 1726776587.43672: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 16:09:47 -0400 (0:00:00.687) 0:00:29.671 **** 6562 1726776587.43695: entering _queue_task() for managed_node2/command 6562 1726776587.43697: Creating lock for command 6562 1726776587.43883: worker is 1 (out of 1 available) 6562 1726776587.43896: exiting _queue_task() for managed_node2/command 6562 1726776587.43907: done queuing things up, now waiting for results queue to drain 6562 1726776587.43908: waiting for pending results... 6562 1726776587.44074: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6562 1726776587.44141: in run() - task 12343ab9-b159-238d-eb1a-0000000000c1 6562 1726776587.44153: variable 'ansible_search_path' from source: unknown 6562 1726776587.44156: variable 'ansible_search_path' from source: unknown 6562 1726776587.44183: calling self._execute() 6562 1726776587.44243: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776587.44254: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776587.44263: variable 'omit' from source: magic vars 6562 1726776587.44589: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776587.44776: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776587.44812: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776587.44837: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776587.44861: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776587.44945: variable '__kernel_settings_register_profile' from source: set_fact 6562 1726776587.44966: Evaluated conditional (not __kernel_settings_register_profile is changed): False 6562 1726776587.44969: when evaluation is False, skipping this task 6562 1726776587.44972: _execute() done 6562 1726776587.44975: dumping result to json 6562 1726776587.44977: done dumping result, returning 6562 1726776587.44982: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [12343ab9-b159-238d-eb1a-0000000000c1] 6562 1726776587.44988: sending task result for task 12343ab9-b159-238d-eb1a-0000000000c1 6562 1726776587.45065: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000c1 6562 1726776587.45068: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_register_profile is changed", "skip_reason": "Conditional result was False" } 6562 1726776587.45142: no more pending results, returning what we have 6562 1726776587.45145: results queue empty 6562 1726776587.45145: checking for any_errors_fatal 6562 1726776587.45159: done checking for any_errors_fatal 6562 1726776587.45160: checking for max_fail_percentage 6562 1726776587.45161: done checking for max_fail_percentage 6562 1726776587.45161: checking to see if all hosts have failed and the running result is not ok 6562 1726776587.45162: done checking to see if all hosts have failed 6562 1726776587.45163: getting the remaining hosts for this loop 6562 1726776587.45164: done getting the remaining hosts for this loop 6562 1726776587.45167: getting the next task for host managed_node2 6562 1726776587.45173: done getting next task for host managed_node2 6562 1726776587.45176: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6562 1726776587.45179: ^ 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=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 6562 1726776587.45192: getting variables 6562 1726776587.45193: in VariableManager get_vars() 6562 1726776587.45218: Calling all_inventory to load vars for managed_node2 6562 1726776587.45220: Calling groups_inventory to load vars for managed_node2 6562 1726776587.45221: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776587.45228: Calling all_plugins_play to load vars for managed_node2 6562 1726776587.45229: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776587.45231: Calling groups_plugins_play to load vars for managed_node2 6562 1726776587.45331: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776587.45453: done with get_vars() 6562 1726776587.45460: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 16:09:47 -0400 (0:00:00.018) 0:00:29.690 **** 6562 1726776587.45526: entering _queue_task() for managed_node2/include_tasks 6562 1726776587.45709: worker is 1 (out of 1 available) 6562 1726776587.45721: exiting _queue_task() for managed_node2/include_tasks 6562 1726776587.45731: done queuing things up, now waiting for results queue to drain 6562 1726776587.45733: waiting for pending results... 6562 1726776587.45884: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6562 1726776587.45950: in run() - task 12343ab9-b159-238d-eb1a-0000000000c2 6562 1726776587.45963: variable 'ansible_search_path' from source: unknown 6562 1726776587.45966: variable 'ansible_search_path' from source: unknown 6562 1726776587.45994: calling self._execute() 6562 1726776587.46049: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776587.46052: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776587.46063: variable 'omit' from source: magic vars 6562 1726776587.46691: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776587.46767: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776587.46813: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776587.46849: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776587.46883: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776587.46982: variable '__kernel_settings_register_apply' from source: set_fact 6562 1726776587.47015: Evaluated conditional (__kernel_settings_register_apply is changed): True 6562 1726776587.47025: _execute() done 6562 1726776587.47033: dumping result to json 6562 1726776587.47040: done dumping result, returning 6562 1726776587.47052: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [12343ab9-b159-238d-eb1a-0000000000c2] 6562 1726776587.47062: sending task result for task 12343ab9-b159-238d-eb1a-0000000000c2 6562 1726776587.47194: no more pending results, returning what we have 6562 1726776587.47199: in VariableManager get_vars() 6562 1726776587.47245: Calling all_inventory to load vars for managed_node2 6562 1726776587.47248: Calling groups_inventory to load vars for managed_node2 6562 1726776587.47250: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776587.47263: Calling all_plugins_play to load vars for managed_node2 6562 1726776587.47266: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776587.47269: Calling groups_plugins_play to load vars for managed_node2 6562 1726776587.47461: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000c2 6562 1726776587.47465: WORKER PROCESS EXITING 6562 1726776587.47490: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776587.47655: done with get_vars() 6562 1726776587.47660: variable 'ansible_search_path' from source: unknown 6562 1726776587.47661: variable 'ansible_search_path' from source: unknown 6562 1726776587.47689: we have included files to process 6562 1726776587.47690: generating all_blocks data 6562 1726776587.47692: done generating all_blocks data 6562 1726776587.47696: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6562 1726776587.47697: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6562 1726776587.47699: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6562 1726776587.47982: done processing included file 6562 1726776587.47984: iterating over new_blocks loaded from include file 6562 1726776587.47987: in VariableManager get_vars() 6562 1726776587.48007: done with get_vars() 6562 1726776587.48008: filtering new block on tags 6562 1726776587.48051: done filtering new block on tags 6562 1726776587.48054: 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_node2 6562 1726776587.48059: extending task lists for all hosts with included blocks 6562 1726776587.49003: done extending task lists 6562 1726776587.49005: done processing included files 6562 1726776587.49006: results queue empty 6562 1726776587.49007: checking for any_errors_fatal 6562 1726776587.49010: done checking for any_errors_fatal 6562 1726776587.49011: checking for max_fail_percentage 6562 1726776587.49012: done checking for max_fail_percentage 6562 1726776587.49013: checking to see if all hosts have failed and the running result is not ok 6562 1726776587.49014: done checking to see if all hosts have failed 6562 1726776587.49015: getting the remaining hosts for this loop 6562 1726776587.49016: done getting the remaining hosts for this loop 6562 1726776587.49019: getting the next task for host managed_node2 6562 1726776587.49023: done getting next task for host managed_node2 6562 1726776587.49065: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6562 1726776587.49205: ^ 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=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 6562 1726776587.49216: getting variables 6562 1726776587.49218: in VariableManager get_vars() 6562 1726776587.49253: Calling all_inventory to load vars for managed_node2 6562 1726776587.49447: Calling groups_inventory to load vars for managed_node2 6562 1726776587.49451: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776587.49458: Calling all_plugins_play to load vars for managed_node2 6562 1726776587.49460: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776587.49464: Calling groups_plugins_play to load vars for managed_node2 6562 1726776587.50096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776587.50314: done with get_vars() 6562 1726776587.50324: done getting variables 6562 1726776587.50366: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Thursday 19 September 2024 16:09:47 -0400 (0:00:00.048) 0:00:29.738 **** 6562 1726776587.50401: entering _queue_task() for managed_node2/command 6562 1726776587.50672: worker is 1 (out of 1 available) 6562 1726776587.50682: exiting _queue_task() for managed_node2/command 6562 1726776587.50895: done queuing things up, now waiting for results queue to drain 6562 1726776587.50897: waiting for pending results... 6562 1726776587.50964: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6562 1726776587.51095: in run() - task 12343ab9-b159-238d-eb1a-0000000001c9 6562 1726776587.51119: variable 'ansible_search_path' from source: unknown 6562 1726776587.51130: variable 'ansible_search_path' from source: unknown 6562 1726776587.51168: calling self._execute() 6562 1726776587.51398: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776587.51411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776587.51426: variable 'omit' from source: magic vars 6562 1726776587.51533: variable 'omit' from source: magic vars 6562 1726776587.51614: variable 'omit' from source: magic vars 6562 1726776587.51655: variable 'omit' from source: magic vars 6562 1726776587.51710: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776587.51779: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776587.51784: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776587.51811: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776587.51828: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776587.51862: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776587.51888: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776587.51891: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776587.51992: Set connection var ansible_timeout to 10 6562 1726776587.52000: Set connection var ansible_pipelining to False 6562 1726776587.52101: Set connection var ansible_shell_executable to /bin/sh 6562 1726776587.52105: Set connection var ansible_shell_type to sh 6562 1726776587.52107: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776587.52110: Set connection var ansible_connection to ssh 6562 1726776587.52112: variable 'ansible_shell_executable' from source: unknown 6562 1726776587.52114: variable 'ansible_connection' from source: unknown 6562 1726776587.52116: variable 'ansible_module_compression' from source: unknown 6562 1726776587.52118: variable 'ansible_shell_type' from source: unknown 6562 1726776587.52121: variable 'ansible_shell_executable' from source: unknown 6562 1726776587.52123: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776587.52125: variable 'ansible_pipelining' from source: unknown 6562 1726776587.52127: variable 'ansible_timeout' from source: unknown 6562 1726776587.52129: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776587.52242: 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) 6562 1726776587.52258: variable 'omit' from source: magic vars 6562 1726776587.52267: starting attempt loop 6562 1726776587.52272: running the handler 6562 1726776587.52293: _low_level_execute_command(): starting 6562 1726776587.52305: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776587.53768: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776587.53922: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776587.53938: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776587.54084: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776587.55781: stdout chunk (state=3): >>>/root <<< 6562 1726776587.55972: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776587.55975: stdout chunk (state=3): >>><<< 6562 1726776587.55978: stderr chunk (state=3): >>><<< 6562 1726776587.55981: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776587.55984: _low_level_execute_command(): starting 6562 1726776587.56073: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776587.559457-7708-217434375342048 `" && echo ansible-tmp-1726776587.559457-7708-217434375342048="` echo /root/.ansible/tmp/ansible-tmp-1726776587.559457-7708-217434375342048 `" ) && sleep 0' 6562 1726776587.57373: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776587.57392: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776587.57523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776587.57566: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776587.57592: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776587.57713: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776587.57739: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776587.59769: stdout chunk (state=3): >>>ansible-tmp-1726776587.559457-7708-217434375342048=/root/.ansible/tmp/ansible-tmp-1726776587.559457-7708-217434375342048 <<< 6562 1726776587.59836: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776587.59839: stdout chunk (state=3): >>><<< 6562 1726776587.59899: stderr chunk (state=3): >>><<< 6562 1726776587.59945: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776587.559457-7708-217434375342048=/root/.ansible/tmp/ansible-tmp-1726776587.559457-7708-217434375342048 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776587.59959: variable 'ansible_module_compression' from source: unknown 6562 1726776587.60054: ANSIBALLZ: Using generic lock for ansible.legacy.command 6562 1726776587.60057: ANSIBALLZ: Acquiring lock 6562 1726776587.60059: ANSIBALLZ: Lock acquired: 140440278424304 6562 1726776587.60061: ANSIBALLZ: Creating module 6562 1726776587.74244: ANSIBALLZ: Writing module into payload 6562 1726776587.74436: ANSIBALLZ: Writing module 6562 1726776587.74447: ANSIBALLZ: Renaming module 6562 1726776587.74450: ANSIBALLZ: Done creating module 6562 1726776587.74454: variable 'ansible_facts' from source: unknown 6562 1726776587.74478: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776587.559457-7708-217434375342048/AnsiballZ_command.py 6562 1726776587.74572: Sending initial data 6562 1726776587.74575: Sent initial data (153 bytes) 6562 1726776587.75027: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776587.75030: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776587.75032: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776587.75035: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776587.75084: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776587.75090: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776587.75152: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776587.76811: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6562 1726776587.76841: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776587.76904: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776587.76956: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpis9o1v8i /root/.ansible/tmp/ansible-tmp-1726776587.559457-7708-217434375342048/AnsiballZ_command.py <<< 6562 1726776587.76959: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776587.559457-7708-217434375342048/AnsiballZ_command.py" <<< 6562 1726776587.77037: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpis9o1v8i" to remote "/root/.ansible/tmp/ansible-tmp-1726776587.559457-7708-217434375342048/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776587.559457-7708-217434375342048/AnsiballZ_command.py" <<< 6562 1726776587.77774: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776587.77837: stderr chunk (state=3): >>><<< 6562 1726776587.77839: stdout chunk (state=3): >>><<< 6562 1726776587.77842: done transferring module to remote 6562 1726776587.77852: _low_level_execute_command(): starting 6562 1726776587.77858: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776587.559457-7708-217434375342048/ /root/.ansible/tmp/ansible-tmp-1726776587.559457-7708-217434375342048/AnsiballZ_command.py && sleep 0' 6562 1726776587.78259: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776587.78281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776587.78336: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776587.78344: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776587.78397: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776587.80393: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776587.80397: stdout chunk (state=3): >>><<< 6562 1726776587.80399: stderr chunk (state=3): >>><<< 6562 1726776587.80402: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776587.80404: _low_level_execute_command(): starting 6562 1726776587.80406: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776587.559457-7708-217434375342048/AnsiballZ_command.py && sleep 0' 6562 1726776587.80866: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776587.80881: 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.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776587.80896: 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.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776587.80906: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776587.80946: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776587.80960: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776587.81023: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776588.12327: stdout chunk (state=3): >>> {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 16:09:47.964765", "end": "2024-09-19 16:09:48.122538", "delta": "0:00:00.157773", "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}}} <<< 6562 1726776588.14013: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776588.14017: stderr chunk (state=3): >>><<< 6562 1726776588.14019: stdout chunk (state=3): >>><<< 6562 1726776588.14163: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 16:09:47.964765", "end": "2024-09-19 16:09:48.122538", "delta": "0:00:00.157773", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776588.14168: 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-1726776587.559457-7708-217434375342048/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776588.14171: _low_level_execute_command(): starting 6562 1726776588.14173: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776587.559457-7708-217434375342048/ > /dev/null 2>&1 && sleep 0' 6562 1726776588.14681: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776588.14685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776588.14707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.14711: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776588.14733: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.14791: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776588.14794: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776588.14799: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776588.14851: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776588.16757: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776588.16762: stdout chunk (state=3): >>><<< 6562 1726776588.16772: stderr chunk (state=3): >>><<< 6562 1726776588.16785: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776588.16792: handler run complete 6562 1726776588.16815: Evaluated conditional (False): False 6562 1726776588.16832: attempt loop complete, returning result 6562 1726776588.16835: _execute() done 6562 1726776588.16838: dumping result to json 6562 1726776588.16842: done dumping result, returning 6562 1726776588.16851: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [12343ab9-b159-238d-eb1a-0000000001c9] 6562 1726776588.16867: sending task result for task 12343ab9-b159-238d-eb1a-0000000001c9 6562 1726776588.16965: done sending task result for task 12343ab9-b159-238d-eb1a-0000000001c9 6562 1726776588.16968: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.157773", "end": "2024-09-19 16:09:48.122538", "rc": 0, "start": "2024-09-19 16:09:47.964765" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 6562 1726776588.17051: no more pending results, returning what we have 6562 1726776588.17054: results queue empty 6562 1726776588.17055: checking for any_errors_fatal 6562 1726776588.17056: done checking for any_errors_fatal 6562 1726776588.17057: checking for max_fail_percentage 6562 1726776588.17058: done checking for max_fail_percentage 6562 1726776588.17059: checking to see if all hosts have failed and the running result is not ok 6562 1726776588.17060: done checking to see if all hosts have failed 6562 1726776588.17060: getting the remaining hosts for this loop 6562 1726776588.17062: done getting the remaining hosts for this loop 6562 1726776588.17066: getting the next task for host managed_node2 6562 1726776588.17071: done getting next task for host managed_node2 6562 1726776588.17075: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6562 1726776588.17078: ^ 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=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 6562 1726776588.17205: getting variables 6562 1726776588.17207: in VariableManager get_vars() 6562 1726776588.17253: Calling all_inventory to load vars for managed_node2 6562 1726776588.17256: Calling groups_inventory to load vars for managed_node2 6562 1726776588.17259: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776588.17267: Calling all_plugins_play to load vars for managed_node2 6562 1726776588.17270: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776588.17273: Calling groups_plugins_play to load vars for managed_node2 6562 1726776588.17442: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776588.17649: done with get_vars() 6562 1726776588.17662: done getting variables 6562 1726776588.17752: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Get last verify results from log] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12 Thursday 19 September 2024 16:09:48 -0400 (0:00:00.673) 0:00:30.412 **** 6562 1726776588.17785: entering _queue_task() for managed_node2/shell 6562 1726776588.17788: Creating lock for shell 6562 1726776588.18049: worker is 1 (out of 1 available) 6562 1726776588.18062: exiting _queue_task() for managed_node2/shell 6562 1726776588.18074: done queuing things up, now waiting for results queue to drain 6562 1726776588.18075: waiting for pending results... 6562 1726776588.18331: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6562 1726776588.18412: in run() - task 12343ab9-b159-238d-eb1a-0000000001ca 6562 1726776588.18423: variable 'ansible_search_path' from source: unknown 6562 1726776588.18426: variable 'ansible_search_path' from source: unknown 6562 1726776588.18453: calling self._execute() 6562 1726776588.18515: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.18519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.18531: variable 'omit' from source: magic vars 6562 1726776588.18910: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776588.19078: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776588.19114: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776588.19138: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776588.19162: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776588.19243: variable '__kernel_settings_register_verify_values' from source: set_fact 6562 1726776588.19262: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6562 1726776588.19266: when evaluation is False, skipping this task 6562 1726776588.19268: _execute() done 6562 1726776588.19270: dumping result to json 6562 1726776588.19273: done dumping result, returning 6562 1726776588.19279: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [12343ab9-b159-238d-eb1a-0000000001ca] 6562 1726776588.19285: sending task result for task 12343ab9-b159-238d-eb1a-0000000001ca 6562 1726776588.19370: done sending task result for task 12343ab9-b159-238d-eb1a-0000000001ca 6562 1726776588.19373: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6562 1726776588.19427: no more pending results, returning what we have 6562 1726776588.19431: results queue empty 6562 1726776588.19431: checking for any_errors_fatal 6562 1726776588.19439: done checking for any_errors_fatal 6562 1726776588.19440: checking for max_fail_percentage 6562 1726776588.19441: done checking for max_fail_percentage 6562 1726776588.19442: checking to see if all hosts have failed and the running result is not ok 6562 1726776588.19442: done checking to see if all hosts have failed 6562 1726776588.19443: getting the remaining hosts for this loop 6562 1726776588.19445: done getting the remaining hosts for this loop 6562 1726776588.19448: getting the next task for host managed_node2 6562 1726776588.19455: done getting next task for host managed_node2 6562 1726776588.19459: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6562 1726776588.19462: ^ 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=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 6562 1726776588.19474: getting variables 6562 1726776588.19476: in VariableManager get_vars() 6562 1726776588.19515: Calling all_inventory to load vars for managed_node2 6562 1726776588.19518: Calling groups_inventory to load vars for managed_node2 6562 1726776588.19520: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776588.19529: Calling all_plugins_play to load vars for managed_node2 6562 1726776588.19531: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776588.19534: Calling groups_plugins_play to load vars for managed_node2 6562 1726776588.19678: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776588.19806: done with get_vars() 6562 1726776588.19814: done getting variables 6562 1726776588.19854: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23 Thursday 19 September 2024 16:09:48 -0400 (0:00:00.020) 0:00:30.433 **** 6562 1726776588.19878: entering _queue_task() for managed_node2/fail 6562 1726776588.20104: worker is 1 (out of 1 available) 6562 1726776588.20116: exiting _queue_task() for managed_node2/fail 6562 1726776588.20129: done queuing things up, now waiting for results queue to drain 6562 1726776588.20131: waiting for pending results... 6562 1726776588.20515: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6562 1726776588.20550: in run() - task 12343ab9-b159-238d-eb1a-0000000001cb 6562 1726776588.20593: variable 'ansible_search_path' from source: unknown 6562 1726776588.20597: variable 'ansible_search_path' from source: unknown 6562 1726776588.20624: calling self._execute() 6562 1726776588.20719: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.20739: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.20791: variable 'omit' from source: magic vars 6562 1726776588.21225: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776588.21399: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776588.21439: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776588.21463: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776588.21492: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776588.21571: variable '__kernel_settings_register_verify_values' from source: set_fact 6562 1726776588.21595: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6562 1726776588.21598: when evaluation is False, skipping this task 6562 1726776588.21601: _execute() done 6562 1726776588.21606: dumping result to json 6562 1726776588.21608: done dumping result, returning 6562 1726776588.21616: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [12343ab9-b159-238d-eb1a-0000000001cb] 6562 1726776588.21619: sending task result for task 12343ab9-b159-238d-eb1a-0000000001cb 6562 1726776588.21703: done sending task result for task 12343ab9-b159-238d-eb1a-0000000001cb 6562 1726776588.21706: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6562 1726776588.21753: no more pending results, returning what we have 6562 1726776588.21756: results queue empty 6562 1726776588.21757: checking for any_errors_fatal 6562 1726776588.21761: done checking for any_errors_fatal 6562 1726776588.21762: checking for max_fail_percentage 6562 1726776588.21763: done checking for max_fail_percentage 6562 1726776588.21764: checking to see if all hosts have failed and the running result is not ok 6562 1726776588.21765: done checking to see if all hosts have failed 6562 1726776588.21765: getting the remaining hosts for this loop 6562 1726776588.21768: done getting the remaining hosts for this loop 6562 1726776588.21771: getting the next task for host managed_node2 6562 1726776588.21779: done getting next task for host managed_node2 6562 1726776588.21783: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6562 1726776588.21787: ^ 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=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 6562 1726776588.21799: getting variables 6562 1726776588.21801: in VariableManager get_vars() 6562 1726776588.21832: Calling all_inventory to load vars for managed_node2 6562 1726776588.21834: Calling groups_inventory to load vars for managed_node2 6562 1726776588.21836: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776588.21844: Calling all_plugins_play to load vars for managed_node2 6562 1726776588.21847: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776588.21849: Calling groups_plugins_play to load vars for managed_node2 6562 1726776588.21971: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776588.22095: done with get_vars() 6562 1726776588.22106: done getting variables 6562 1726776588.22147: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 16:09:48 -0400 (0:00:00.022) 0:00:30.456 **** 6562 1726776588.22169: entering _queue_task() for managed_node2/set_fact 6562 1726776588.22363: worker is 1 (out of 1 available) 6562 1726776588.22376: exiting _queue_task() for managed_node2/set_fact 6562 1726776588.22390: done queuing things up, now waiting for results queue to drain 6562 1726776588.22392: waiting for pending results... 6562 1726776588.22555: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6562 1726776588.22626: in run() - task 12343ab9-b159-238d-eb1a-0000000000c3 6562 1726776588.22630: variable 'ansible_search_path' from source: unknown 6562 1726776588.22632: variable 'ansible_search_path' from source: unknown 6562 1726776588.22660: calling self._execute() 6562 1726776588.22722: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.22725: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.22737: variable 'omit' from source: magic vars 6562 1726776588.22857: variable 'omit' from source: magic vars 6562 1726776588.22890: variable 'omit' from source: magic vars 6562 1726776588.22915: variable 'omit' from source: magic vars 6562 1726776588.22949: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776588.22977: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776588.22995: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776588.23009: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776588.23018: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776588.23041: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776588.23044: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.23046: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.23117: Set connection var ansible_timeout to 10 6562 1726776588.23124: Set connection var ansible_pipelining to False 6562 1726776588.23129: Set connection var ansible_shell_executable to /bin/sh 6562 1726776588.23135: Set connection var ansible_shell_type to sh 6562 1726776588.23140: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776588.23142: Set connection var ansible_connection to ssh 6562 1726776588.23158: variable 'ansible_shell_executable' from source: unknown 6562 1726776588.23161: variable 'ansible_connection' from source: unknown 6562 1726776588.23163: variable 'ansible_module_compression' from source: unknown 6562 1726776588.23165: variable 'ansible_shell_type' from source: unknown 6562 1726776588.23170: variable 'ansible_shell_executable' from source: unknown 6562 1726776588.23172: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.23174: variable 'ansible_pipelining' from source: unknown 6562 1726776588.23176: variable 'ansible_timeout' from source: unknown 6562 1726776588.23187: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.23282: 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) 6562 1726776588.23292: variable 'omit' from source: magic vars 6562 1726776588.23303: starting attempt loop 6562 1726776588.23306: running the handler 6562 1726776588.23317: handler run complete 6562 1726776588.23325: attempt loop complete, returning result 6562 1726776588.23328: _execute() done 6562 1726776588.23330: dumping result to json 6562 1726776588.23333: done dumping result, returning 6562 1726776588.23340: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [12343ab9-b159-238d-eb1a-0000000000c3] 6562 1726776588.23342: sending task result for task 12343ab9-b159-238d-eb1a-0000000000c3 6562 1726776588.23423: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000c3 6562 1726776588.23426: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 6562 1726776588.23482: no more pending results, returning what we have 6562 1726776588.23487: results queue empty 6562 1726776588.23488: checking for any_errors_fatal 6562 1726776588.23493: done checking for any_errors_fatal 6562 1726776588.23494: checking for max_fail_percentage 6562 1726776588.23495: done checking for max_fail_percentage 6562 1726776588.23496: checking to see if all hosts have failed and the running result is not ok 6562 1726776588.23497: done checking to see if all hosts have failed 6562 1726776588.23497: getting the remaining hosts for this loop 6562 1726776588.23500: done getting the remaining hosts for this loop 6562 1726776588.23503: getting the next task for host managed_node2 6562 1726776588.23509: done getting next task for host managed_node2 6562 1726776588.23513: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6562 1726776588.23516: ^ 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=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 6562 1726776588.23525: getting variables 6562 1726776588.23526: in VariableManager get_vars() 6562 1726776588.23553: Calling all_inventory to load vars for managed_node2 6562 1726776588.23556: Calling groups_inventory to load vars for managed_node2 6562 1726776588.23558: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776588.23565: Calling all_plugins_play to load vars for managed_node2 6562 1726776588.23567: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776588.23569: Calling groups_plugins_play to load vars for managed_node2 6562 1726776588.23719: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776588.23837: done with get_vars() 6562 1726776588.23844: done getting variables 6562 1726776588.23882: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 16:09:48 -0400 (0:00:00.017) 0:00:30.473 **** 6562 1726776588.23906: entering _queue_task() for managed_node2/set_fact 6562 1726776588.24101: worker is 1 (out of 1 available) 6562 1726776588.24114: exiting _queue_task() for managed_node2/set_fact 6562 1726776588.24126: done queuing things up, now waiting for results queue to drain 6562 1726776588.24128: waiting for pending results... 6562 1726776588.24292: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6562 1726776588.24375: in run() - task 12343ab9-b159-238d-eb1a-0000000000c4 6562 1726776588.24379: variable 'ansible_search_path' from source: unknown 6562 1726776588.24381: variable 'ansible_search_path' from source: unknown 6562 1726776588.24397: calling self._execute() 6562 1726776588.24458: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.24463: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.24472: variable 'omit' from source: magic vars 6562 1726776588.24547: variable 'omit' from source: magic vars 6562 1726776588.24578: variable 'omit' from source: magic vars 6562 1726776588.24849: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776588.25032: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776588.25065: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776588.25090: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776588.25143: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776588.25243: variable '__kernel_settings_register_profile' from source: set_fact 6562 1726776588.25253: variable '__kernel_settings_register_mode' from source: set_fact 6562 1726776588.25260: variable '__kernel_settings_register_apply' from source: set_fact 6562 1726776588.25300: variable 'omit' from source: magic vars 6562 1726776588.25324: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776588.25349: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776588.25366: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776588.25379: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776588.25388: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776588.25413: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776588.25416: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.25418: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.25488: Set connection var ansible_timeout to 10 6562 1726776588.25500: Set connection var ansible_pipelining to False 6562 1726776588.25507: Set connection var ansible_shell_executable to /bin/sh 6562 1726776588.25514: Set connection var ansible_shell_type to sh 6562 1726776588.25520: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776588.25522: Set connection var ansible_connection to ssh 6562 1726776588.25538: variable 'ansible_shell_executable' from source: unknown 6562 1726776588.25541: variable 'ansible_connection' from source: unknown 6562 1726776588.25544: variable 'ansible_module_compression' from source: unknown 6562 1726776588.25548: variable 'ansible_shell_type' from source: unknown 6562 1726776588.25551: variable 'ansible_shell_executable' from source: unknown 6562 1726776588.25553: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.25555: variable 'ansible_pipelining' from source: unknown 6562 1726776588.25557: variable 'ansible_timeout' from source: unknown 6562 1726776588.25560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.25639: 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) 6562 1726776588.25648: variable 'omit' from source: magic vars 6562 1726776588.25653: starting attempt loop 6562 1726776588.25656: running the handler 6562 1726776588.25664: handler run complete 6562 1726776588.25677: attempt loop complete, returning result 6562 1726776588.25680: _execute() done 6562 1726776588.25683: dumping result to json 6562 1726776588.25685: done dumping result, returning 6562 1726776588.25689: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [12343ab9-b159-238d-eb1a-0000000000c4] 6562 1726776588.25691: sending task result for task 12343ab9-b159-238d-eb1a-0000000000c4 6562 1726776588.25769: done sending task result for task 12343ab9-b159-238d-eb1a-0000000000c4 6562 1726776588.25771: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 6562 1726776588.25838: no more pending results, returning what we have 6562 1726776588.25841: results queue empty 6562 1726776588.25842: checking for any_errors_fatal 6562 1726776588.25847: done checking for any_errors_fatal 6562 1726776588.25848: checking for max_fail_percentage 6562 1726776588.25849: done checking for max_fail_percentage 6562 1726776588.25850: checking to see if all hosts have failed and the running result is not ok 6562 1726776588.25850: done checking to see if all hosts have failed 6562 1726776588.25851: getting the remaining hosts for this loop 6562 1726776588.25853: done getting the remaining hosts for this loop 6562 1726776588.25856: getting the next task for host managed_node2 6562 1726776588.25863: done getting next task for host managed_node2 6562 1726776588.25865: ^ task is: TASK: meta (role_complete) 6562 1726776588.25868: ^ 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? (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 6562 1726776588.25877: getting variables 6562 1726776588.25878: in VariableManager get_vars() 6562 1726776588.25910: Calling all_inventory to load vars for managed_node2 6562 1726776588.25913: Calling groups_inventory to load vars for managed_node2 6562 1726776588.25915: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776588.25923: Calling all_plugins_play to load vars for managed_node2 6562 1726776588.25925: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776588.25927: Calling groups_plugins_play to load vars for managed_node2 6562 1726776588.26049: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776588.26173: done with get_vars() 6562 1726776588.26182: done getting variables 6562 1726776588.26238: done queuing things up, now waiting for results queue to drain 6562 1726776588.26239: results queue empty 6562 1726776588.26239: checking for any_errors_fatal 6562 1726776588.26241: done checking for any_errors_fatal 6562 1726776588.26241: checking for max_fail_percentage 6562 1726776588.26242: done checking for max_fail_percentage 6562 1726776588.26247: checking to see if all hosts have failed and the running result is not ok 6562 1726776588.26247: done checking to see if all hosts have failed 6562 1726776588.26248: getting the remaining hosts for this loop 6562 1726776588.26248: done getting the remaining hosts for this loop 6562 1726776588.26250: getting the next task for host managed_node2 6562 1726776588.26252: done getting next task for host managed_node2 6562 1726776588.26254: ^ task is: TASK: Ensure kernel_settings_reboot_required is unset or undefined 6562 1726776588.26255: ^ 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 6562 1726776588.26256: getting variables 6562 1726776588.26257: in VariableManager get_vars() 6562 1726776588.26264: Calling all_inventory to load vars for managed_node2 6562 1726776588.26266: Calling groups_inventory to load vars for managed_node2 6562 1726776588.26267: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776588.26270: Calling all_plugins_play to load vars for managed_node2 6562 1726776588.26271: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776588.26273: Calling groups_plugins_play to load vars for managed_node2 6562 1726776588.26376: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776588.26483: done with get_vars() 6562 1726776588.26491: done getting variables 6562 1726776588.26546: 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 [Ensure kernel_settings_reboot_required is unset or undefined] ************ task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:71 Thursday 19 September 2024 16:09:48 -0400 (0:00:00.026) 0:00:30.500 **** 6562 1726776588.26565: entering _queue_task() for managed_node2/assert 6562 1726776588.26567: Creating lock for assert 6562 1726776588.26779: worker is 1 (out of 1 available) 6562 1726776588.26795: exiting _queue_task() for managed_node2/assert 6562 1726776588.26807: done queuing things up, now waiting for results queue to drain 6562 1726776588.26808: waiting for pending results... 6562 1726776588.26975: running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is unset or undefined 6562 1726776588.27032: in run() - task 12343ab9-b159-238d-eb1a-000000000010 6562 1726776588.27042: variable 'ansible_search_path' from source: unknown 6562 1726776588.27072: calling self._execute() 6562 1726776588.27134: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.27138: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.27148: variable 'omit' from source: magic vars 6562 1726776588.27256: variable 'omit' from source: magic vars 6562 1726776588.27260: variable 'omit' from source: magic vars 6562 1726776588.27272: variable 'omit' from source: magic vars 6562 1726776588.27311: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776588.27338: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776588.27359: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776588.27373: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776588.27382: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776588.27410: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776588.27414: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.27416: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.27491: Set connection var ansible_timeout to 10 6562 1726776588.27495: Set connection var ansible_pipelining to False 6562 1726776588.27498: Set connection var ansible_shell_executable to /bin/sh 6562 1726776588.27506: Set connection var ansible_shell_type to sh 6562 1726776588.27511: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776588.27514: Set connection var ansible_connection to ssh 6562 1726776588.27530: variable 'ansible_shell_executable' from source: unknown 6562 1726776588.27533: variable 'ansible_connection' from source: unknown 6562 1726776588.27535: variable 'ansible_module_compression' from source: unknown 6562 1726776588.27537: variable 'ansible_shell_type' from source: unknown 6562 1726776588.27540: variable 'ansible_shell_executable' from source: unknown 6562 1726776588.27542: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.27546: variable 'ansible_pipelining' from source: unknown 6562 1726776588.27548: variable 'ansible_timeout' from source: unknown 6562 1726776588.27553: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.27659: 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) 6562 1726776588.27668: variable 'omit' from source: magic vars 6562 1726776588.27673: starting attempt loop 6562 1726776588.27676: running the handler 6562 1726776588.27934: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776588.29379: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776588.29434: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776588.29461: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776588.29488: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776588.29509: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776588.29563: 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) 6562 1726776588.29584: 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) 6562 1726776588.29602: 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) 6562 1726776588.29630: 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) 6562 1726776588.29642: 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) 6562 1726776588.29731: variable 'kernel_settings_reboot_required' from source: set_fact 6562 1726776588.29745: Evaluated conditional (not kernel_settings_reboot_required | d(false)): True 6562 1726776588.29751: handler run complete 6562 1726776588.29771: attempt loop complete, returning result 6562 1726776588.29774: _execute() done 6562 1726776588.29777: dumping result to json 6562 1726776588.29779: done dumping result, returning 6562 1726776588.29787: done running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is unset or undefined [12343ab9-b159-238d-eb1a-000000000010] 6562 1726776588.29792: sending task result for task 12343ab9-b159-238d-eb1a-000000000010 6562 1726776588.29880: done sending task result for task 12343ab9-b159-238d-eb1a-000000000010 6562 1726776588.29883: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6562 1726776588.29929: no more pending results, returning what we have 6562 1726776588.29933: results queue empty 6562 1726776588.29933: checking for any_errors_fatal 6562 1726776588.29935: done checking for any_errors_fatal 6562 1726776588.29936: checking for max_fail_percentage 6562 1726776588.29937: done checking for max_fail_percentage 6562 1726776588.29938: checking to see if all hosts have failed and the running result is not ok 6562 1726776588.29939: done checking to see if all hosts have failed 6562 1726776588.29939: getting the remaining hosts for this loop 6562 1726776588.29941: done getting the remaining hosts for this loop 6562 1726776588.29945: getting the next task for host managed_node2 6562 1726776588.29951: done getting next task for host managed_node2 6562 1726776588.29953: ^ task is: TASK: Ensure role reported changed 6562 1726776588.29955: ^ 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 6562 1726776588.29959: getting variables 6562 1726776588.29961: in VariableManager get_vars() 6562 1726776588.29996: Calling all_inventory to load vars for managed_node2 6562 1726776588.29999: Calling groups_inventory to load vars for managed_node2 6562 1726776588.30001: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776588.30012: Calling all_plugins_play to load vars for managed_node2 6562 1726776588.30020: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776588.30023: Calling groups_plugins_play to load vars for managed_node2 6562 1726776588.30162: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776588.30282: done with get_vars() 6562 1726776588.30293: done getting variables 6562 1726776588.30337: 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_change_settings.yml:75 Thursday 19 September 2024 16:09:48 -0400 (0:00:00.037) 0:00:30.538 **** 6562 1726776588.30356: entering _queue_task() for managed_node2/assert 6562 1726776588.30554: worker is 1 (out of 1 available) 6562 1726776588.30567: exiting _queue_task() for managed_node2/assert 6562 1726776588.30579: done queuing things up, now waiting for results queue to drain 6562 1726776588.30581: waiting for pending results... 6562 1726776588.30747: running TaskExecutor() for managed_node2/TASK: Ensure role reported changed 6562 1726776588.30809: in run() - task 12343ab9-b159-238d-eb1a-000000000011 6562 1726776588.30820: variable 'ansible_search_path' from source: unknown 6562 1726776588.30847: calling self._execute() 6562 1726776588.30914: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.30918: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.30930: variable 'omit' from source: magic vars 6562 1726776588.31005: variable 'omit' from source: magic vars 6562 1726776588.31025: variable 'omit' from source: magic vars 6562 1726776588.31052: variable 'omit' from source: magic vars 6562 1726776588.31084: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776588.31114: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776588.31132: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776588.31148: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776588.31159: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776588.31182: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776588.31184: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.31189: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.31258: Set connection var ansible_timeout to 10 6562 1726776588.31265: Set connection var ansible_pipelining to False 6562 1726776588.31270: Set connection var ansible_shell_executable to /bin/sh 6562 1726776588.31276: Set connection var ansible_shell_type to sh 6562 1726776588.31281: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776588.31283: Set connection var ansible_connection to ssh 6562 1726776588.31305: variable 'ansible_shell_executable' from source: unknown 6562 1726776588.31308: variable 'ansible_connection' from source: unknown 6562 1726776588.31311: variable 'ansible_module_compression' from source: unknown 6562 1726776588.31313: variable 'ansible_shell_type' from source: unknown 6562 1726776588.31315: variable 'ansible_shell_executable' from source: unknown 6562 1726776588.31319: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.31322: variable 'ansible_pipelining' from source: unknown 6562 1726776588.31324: variable 'ansible_timeout' from source: unknown 6562 1726776588.31326: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.31435: 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) 6562 1726776588.31444: variable 'omit' from source: magic vars 6562 1726776588.31449: starting attempt loop 6562 1726776588.31452: running the handler 6562 1726776588.31707: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776588.33216: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776588.33260: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776588.33287: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776588.33317: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776588.33338: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776588.33390: 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) 6562 1726776588.33426: 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) 6562 1726776588.33442: 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) 6562 1726776588.33468: 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) 6562 1726776588.33478: 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) 6562 1726776588.33557: variable '__kernel_settings_changed' from source: set_fact 6562 1726776588.33570: Evaluated conditional (__kernel_settings_changed | d(false)): True 6562 1726776588.33577: handler run complete 6562 1726776588.33595: attempt loop complete, returning result 6562 1726776588.33598: _execute() done 6562 1726776588.33603: dumping result to json 6562 1726776588.33605: done dumping result, returning 6562 1726776588.33611: done running TaskExecutor() for managed_node2/TASK: Ensure role reported changed [12343ab9-b159-238d-eb1a-000000000011] 6562 1726776588.33615: sending task result for task 12343ab9-b159-238d-eb1a-000000000011 6562 1726776588.33706: done sending task result for task 12343ab9-b159-238d-eb1a-000000000011 6562 1726776588.33709: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6562 1726776588.33782: no more pending results, returning what we have 6562 1726776588.33785: results queue empty 6562 1726776588.33787: checking for any_errors_fatal 6562 1726776588.33794: done checking for any_errors_fatal 6562 1726776588.33803: checking for max_fail_percentage 6562 1726776588.33805: done checking for max_fail_percentage 6562 1726776588.33806: checking to see if all hosts have failed and the running result is not ok 6562 1726776588.33806: done checking to see if all hosts have failed 6562 1726776588.33807: getting the remaining hosts for this loop 6562 1726776588.33809: done getting the remaining hosts for this loop 6562 1726776588.33812: getting the next task for host managed_node2 6562 1726776588.33817: done getting next task for host managed_node2 6562 1726776588.33819: ^ task is: TASK: Check sysfs after role runs 6562 1726776588.33821: ^ 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 6562 1726776588.33824: getting variables 6562 1726776588.33825: in VariableManager get_vars() 6562 1726776588.33854: Calling all_inventory to load vars for managed_node2 6562 1726776588.33856: Calling groups_inventory to load vars for managed_node2 6562 1726776588.33858: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776588.33867: Calling all_plugins_play to load vars for managed_node2 6562 1726776588.33869: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776588.33878: Calling groups_plugins_play to load vars for managed_node2 6562 1726776588.34041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776588.34155: done with get_vars() 6562 1726776588.34162: done getting variables 6562 1726776588.34204: 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 sysfs after role runs] ********************************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:79 Thursday 19 September 2024 16:09:48 -0400 (0:00:00.038) 0:00:30.577 **** 6562 1726776588.34225: entering _queue_task() for managed_node2/command 6562 1726776588.34414: worker is 1 (out of 1 available) 6562 1726776588.34427: exiting _queue_task() for managed_node2/command 6562 1726776588.34439: done queuing things up, now waiting for results queue to drain 6562 1726776588.34441: waiting for pending results... 6562 1726776588.34595: running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs 6562 1726776588.34656: in run() - task 12343ab9-b159-238d-eb1a-000000000012 6562 1726776588.34670: variable 'ansible_search_path' from source: unknown 6562 1726776588.34704: calling self._execute() 6562 1726776588.34766: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.34776: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.34782: variable 'omit' from source: magic vars 6562 1726776588.34856: variable 'omit' from source: magic vars 6562 1726776588.34878: variable 'omit' from source: magic vars 6562 1726776588.34905: variable 'omit' from source: magic vars 6562 1726776588.34938: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776588.34965: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776588.34982: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776588.35001: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776588.35012: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776588.35034: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776588.35038: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.35041: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.35112: Set connection var ansible_timeout to 10 6562 1726776588.35119: Set connection var ansible_pipelining to False 6562 1726776588.35124: Set connection var ansible_shell_executable to /bin/sh 6562 1726776588.35131: Set connection var ansible_shell_type to sh 6562 1726776588.35135: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776588.35138: Set connection var ansible_connection to ssh 6562 1726776588.35153: variable 'ansible_shell_executable' from source: unknown 6562 1726776588.35156: variable 'ansible_connection' from source: unknown 6562 1726776588.35158: variable 'ansible_module_compression' from source: unknown 6562 1726776588.35161: variable 'ansible_shell_type' from source: unknown 6562 1726776588.35163: variable 'ansible_shell_executable' from source: unknown 6562 1726776588.35165: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.35169: variable 'ansible_pipelining' from source: unknown 6562 1726776588.35172: variable 'ansible_timeout' from source: unknown 6562 1726776588.35176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.35281: 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) 6562 1726776588.35290: variable 'omit' from source: magic vars 6562 1726776588.35295: starting attempt loop 6562 1726776588.35298: running the handler 6562 1726776588.35320: _low_level_execute_command(): starting 6562 1726776588.35323: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776588.35831: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776588.35836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776588.35841: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.35892: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776588.35895: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776588.35911: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776588.35962: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776588.37649: stdout chunk (state=3): >>>/root <<< 6562 1726776588.37746: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776588.37777: stderr chunk (state=3): >>><<< 6562 1726776588.37780: stdout chunk (state=3): >>><<< 6562 1726776588.37873: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776588.37877: _low_level_execute_command(): starting 6562 1726776588.37880: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776588.37805-7760-228718092624929 `" && echo ansible-tmp-1726776588.37805-7760-228718092624929="` echo /root/.ansible/tmp/ansible-tmp-1726776588.37805-7760-228718092624929 `" ) && sleep 0' 6562 1726776588.38277: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776588.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.11.25 originally 10.31.11.25 <<< 6562 1726776588.38282: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.38285: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776588.38297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.38346: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776588.38351: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776588.38357: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776588.38401: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776588.40273: stdout chunk (state=3): >>>ansible-tmp-1726776588.37805-7760-228718092624929=/root/.ansible/tmp/ansible-tmp-1726776588.37805-7760-228718092624929 <<< 6562 1726776588.40376: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776588.40404: stderr chunk (state=3): >>><<< 6562 1726776588.40407: stdout chunk (state=3): >>><<< 6562 1726776588.40424: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776588.37805-7760-228718092624929=/root/.ansible/tmp/ansible-tmp-1726776588.37805-7760-228718092624929 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776588.40449: variable 'ansible_module_compression' from source: unknown 6562 1726776588.40494: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776588.40526: variable 'ansible_facts' from source: unknown 6562 1726776588.40583: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776588.37805-7760-228718092624929/AnsiballZ_command.py 6562 1726776588.40682: Sending initial data 6562 1726776588.40687: Sent initial data (152 bytes) 6562 1726776588.41133: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776588.41136: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.41139: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776588.41141: 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.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776588.41143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.41192: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776588.41196: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776588.41249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776588.42846: 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 <<< 6562 1726776588.42895: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776588.42942: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpuue6f22r /root/.ansible/tmp/ansible-tmp-1726776588.37805-7760-228718092624929/AnsiballZ_command.py <<< 6562 1726776588.42945: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776588.37805-7760-228718092624929/AnsiballZ_command.py" <<< 6562 1726776588.43060: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpuue6f22r" to remote "/root/.ansible/tmp/ansible-tmp-1726776588.37805-7760-228718092624929/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776588.37805-7760-228718092624929/AnsiballZ_command.py" <<< 6562 1726776588.43622: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776588.43672: stderr chunk (state=3): >>><<< 6562 1726776588.43675: stdout chunk (state=3): >>><<< 6562 1726776588.43684: done transferring module to remote 6562 1726776588.43695: _low_level_execute_command(): starting 6562 1726776588.43700: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776588.37805-7760-228718092624929/ /root/.ansible/tmp/ansible-tmp-1726776588.37805-7760-228718092624929/AnsiballZ_command.py && sleep 0' 6562 1726776588.44133: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776588.44137: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776588.44139: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.44192: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776588.44203: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776588.44249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776588.46044: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776588.46068: stderr chunk (state=3): >>><<< 6562 1726776588.46071: stdout chunk (state=3): >>><<< 6562 1726776588.46084: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776588.46089: _low_level_execute_command(): starting 6562 1726776588.46098: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776588.37805-7760-228718092624929/AnsiballZ_command.py && sleep 0' 6562 1726776588.46536: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776588.46540: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776588.46542: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.46544: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776588.46546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776588.46548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.46593: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776588.46605: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776588.46662: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776588.62239: stdout chunk (state=3): >>> {"changed": true, "stdout": "65000", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "65000", "/sys/class/net/lo/mtu"], "start": "2024-09-19 16:09:48.617760", "end": "2024-09-19 16:09:48.621142", "delta": "0:00:00.003382", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 65000 /sys/class/net/lo/mtu", "_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}}} <<< 6562 1726776588.63929: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776588.63933: stdout chunk (state=3): >>><<< 6562 1726776588.63935: stderr chunk (state=3): >>><<< 6562 1726776588.64090: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "65000", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "65000", "/sys/class/net/lo/mtu"], "start": "2024-09-19 16:09:48.617760", "end": "2024-09-19 16:09:48.621142", "delta": "0:00:00.003382", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 65000 /sys/class/net/lo/mtu", "_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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776588.64094: done with _execute_module (ansible.legacy.command, {'_raw_params': 'grep -x 65000 /sys/class/net/lo/mtu', '_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-1726776588.37805-7760-228718092624929/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776588.64097: _low_level_execute_command(): starting 6562 1726776588.64099: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776588.37805-7760-228718092624929/ > /dev/null 2>&1 && sleep 0' 6562 1726776588.64877: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776588.64881: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.64883: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776588.64893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.64942: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776588.64957: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776588.65015: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776588.66937: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776588.66952: stdout chunk (state=3): >>><<< 6562 1726776588.66971: stderr chunk (state=3): >>><<< 6562 1726776588.66994: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776588.67007: handler run complete 6562 1726776588.67192: Evaluated conditional (False): False 6562 1726776588.67196: attempt loop complete, returning result 6562 1726776588.67198: _execute() done 6562 1726776588.67200: dumping result to json 6562 1726776588.67202: done dumping result, returning 6562 1726776588.67204: done running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs [12343ab9-b159-238d-eb1a-000000000012] 6562 1726776588.67206: sending task result for task 12343ab9-b159-238d-eb1a-000000000012 6562 1726776588.67283: done sending task result for task 12343ab9-b159-238d-eb1a-000000000012 6562 1726776588.67288: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "grep", "-x", "65000", "/sys/class/net/lo/mtu" ], "delta": "0:00:00.003382", "end": "2024-09-19 16:09:48.621142", "rc": 0, "start": "2024-09-19 16:09:48.617760" } STDOUT: 65000 6562 1726776588.67356: no more pending results, returning what we have 6562 1726776588.67359: results queue empty 6562 1726776588.67360: checking for any_errors_fatal 6562 1726776588.67366: done checking for any_errors_fatal 6562 1726776588.67367: checking for max_fail_percentage 6562 1726776588.67368: done checking for max_fail_percentage 6562 1726776588.67369: checking to see if all hosts have failed and the running result is not ok 6562 1726776588.67370: done checking to see if all hosts have failed 6562 1726776588.67371: getting the remaining hosts for this loop 6562 1726776588.67373: done getting the remaining hosts for this loop 6562 1726776588.67377: getting the next task for host managed_node2 6562 1726776588.67383: done getting next task for host managed_node2 6562 1726776588.67395: ^ task is: TASK: Check sysctl after role runs 6562 1726776588.67397: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6562 1726776588.67402: getting variables 6562 1726776588.67403: in VariableManager get_vars() 6562 1726776588.67441: Calling all_inventory to load vars for managed_node2 6562 1726776588.67444: Calling groups_inventory to load vars for managed_node2 6562 1726776588.67447: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776588.67458: Calling all_plugins_play to load vars for managed_node2 6562 1726776588.67462: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776588.67465: Calling groups_plugins_play to load vars for managed_node2 6562 1726776588.67890: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776588.68101: done with get_vars() 6562 1726776588.68116: done getting variables 6562 1726776588.68184: 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 [Check sysctl after role runs] ******************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:83 Thursday 19 September 2024 16:09:48 -0400 (0:00:00.339) 0:00:30.916 **** 6562 1726776588.68215: entering _queue_task() for managed_node2/shell 6562 1726776588.68606: worker is 1 (out of 1 available) 6562 1726776588.68617: exiting _queue_task() for managed_node2/shell 6562 1726776588.68628: done queuing things up, now waiting for results queue to drain 6562 1726776588.68630: waiting for pending results... 6562 1726776588.68855: running TaskExecutor() for managed_node2/TASK: Check sysctl after role runs 6562 1726776588.68917: in run() - task 12343ab9-b159-238d-eb1a-000000000013 6562 1726776588.68935: variable 'ansible_search_path' from source: unknown 6562 1726776588.68975: calling self._execute() 6562 1726776588.69049: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.69053: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.69062: variable 'omit' from source: magic vars 6562 1726776588.69144: variable 'omit' from source: magic vars 6562 1726776588.69167: variable 'omit' from source: magic vars 6562 1726776588.69196: variable 'omit' from source: magic vars 6562 1726776588.69234: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776588.69265: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776588.69284: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776588.69303: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776588.69311: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776588.69335: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776588.69338: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.69341: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.69417: Set connection var ansible_timeout to 10 6562 1726776588.69424: Set connection var ansible_pipelining to False 6562 1726776588.69429: Set connection var ansible_shell_executable to /bin/sh 6562 1726776588.69436: Set connection var ansible_shell_type to sh 6562 1726776588.69441: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776588.69443: Set connection var ansible_connection to ssh 6562 1726776588.69464: variable 'ansible_shell_executable' from source: unknown 6562 1726776588.69467: variable 'ansible_connection' from source: unknown 6562 1726776588.69469: variable 'ansible_module_compression' from source: unknown 6562 1726776588.69472: variable 'ansible_shell_type' from source: unknown 6562 1726776588.69474: variable 'ansible_shell_executable' from source: unknown 6562 1726776588.69476: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776588.69481: variable 'ansible_pipelining' from source: unknown 6562 1726776588.69483: variable 'ansible_timeout' from source: unknown 6562 1726776588.69488: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776588.69596: 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) 6562 1726776588.69606: variable 'omit' from source: magic vars 6562 1726776588.69613: starting attempt loop 6562 1726776588.69615: running the handler 6562 1726776588.69626: 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) 6562 1726776588.69641: _low_level_execute_command(): starting 6562 1726776588.69648: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776588.70192: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776588.70205: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776588.70220: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.70256: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776588.70273: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776588.70327: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776588.71992: stdout chunk (state=3): >>>/root <<< 6562 1726776588.72093: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776588.72110: stderr chunk (state=3): >>><<< 6562 1726776588.72113: stdout chunk (state=3): >>><<< 6562 1726776588.72136: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776588.72148: _low_level_execute_command(): starting 6562 1726776588.72155: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776588.7213538-7787-145759929516974 `" && echo ansible-tmp-1726776588.7213538-7787-145759929516974="` echo /root/.ansible/tmp/ansible-tmp-1726776588.7213538-7787-145759929516974 `" ) && sleep 0' 6562 1726776588.72577: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776588.72612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776588.72616: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.72627: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776588.72630: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.72674: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776588.72677: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776588.72679: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776588.72731: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776588.74994: stdout chunk (state=3): >>>ansible-tmp-1726776588.7213538-7787-145759929516974=/root/.ansible/tmp/ansible-tmp-1726776588.7213538-7787-145759929516974 <<< 6562 1726776588.74998: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776588.75000: stdout chunk (state=3): >>><<< 6562 1726776588.75003: stderr chunk (state=3): >>><<< 6562 1726776588.75005: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776588.7213538-7787-145759929516974=/root/.ansible/tmp/ansible-tmp-1726776588.7213538-7787-145759929516974 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776588.75007: variable 'ansible_module_compression' from source: unknown 6562 1726776588.75009: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776588.75011: variable 'ansible_facts' from source: unknown 6562 1726776588.75250: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776588.7213538-7787-145759929516974/AnsiballZ_command.py 6562 1726776588.75792: Sending initial data 6562 1726776588.75803: Sent initial data (154 bytes) 6562 1726776588.77027: 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 <<< 6562 1726776588.77214: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.77304: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776588.77308: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776588.77311: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776588.77435: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776588.79069: 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 <<< 6562 1726776588.79112: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776588.79173: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpka9j4r8p /root/.ansible/tmp/ansible-tmp-1726776588.7213538-7787-145759929516974/AnsiballZ_command.py <<< 6562 1726776588.79177: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776588.7213538-7787-145759929516974/AnsiballZ_command.py" <<< 6562 1726776588.79217: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpka9j4r8p" to remote "/root/.ansible/tmp/ansible-tmp-1726776588.7213538-7787-145759929516974/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776588.7213538-7787-145759929516974/AnsiballZ_command.py" <<< 6562 1726776588.80452: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776588.80506: stderr chunk (state=3): >>><<< 6562 1726776588.80670: stdout chunk (state=3): >>><<< 6562 1726776588.80674: done transferring module to remote 6562 1726776588.80676: _low_level_execute_command(): starting 6562 1726776588.80678: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776588.7213538-7787-145759929516974/ /root/.ansible/tmp/ansible-tmp-1726776588.7213538-7787-145759929516974/AnsiballZ_command.py && sleep 0' 6562 1726776588.82042: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776588.82046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.82048: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776588.82050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.82298: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776588.82353: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776588.84294: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776588.84360: stderr chunk (state=3): >>><<< 6562 1726776588.84364: stdout chunk (state=3): >>><<< 6562 1726776588.84382: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776588.84394: _low_level_execute_command(): starting 6562 1726776588.84405: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776588.7213538-7787-145759929516974/AnsiballZ_command.py && sleep 0' 6562 1726776588.85590: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776588.85609: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776588.85629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776588.85647: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776588.85665: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776588.85703: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776588.85778: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776588.85803: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776588.85823: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776588.85922: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776589.01559: stdout chunk (state=3): >>> {"changed": true, "stdout": "400000", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "start": "2024-09-19 16:09:49.009900", "end": "2024-09-19 16:09:49.014921", "delta": "0:00:00.005021", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "_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}}} <<< 6562 1726776589.03092: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776589.03121: stderr chunk (state=3): >>><<< 6562 1726776589.03124: stdout chunk (state=3): >>><<< 6562 1726776589.03145: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "400000", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "start": "2024-09-19 16:09:49.009900", "end": "2024-09-19 16:09:49.014921", "delta": "0:00:00.005021", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "_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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776589.03183: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000', '_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-1726776588.7213538-7787-145759929516974/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776589.03192: _low_level_execute_command(): starting 6562 1726776589.03197: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776588.7213538-7787-145759929516974/ > /dev/null 2>&1 && sleep 0' 6562 1726776589.03664: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776589.03668: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776589.03670: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776589.03680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776589.03732: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776589.03735: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776589.03741: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776589.03794: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776589.05637: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776589.05660: stderr chunk (state=3): >>><<< 6562 1726776589.05663: stdout chunk (state=3): >>><<< 6562 1726776589.05679: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776589.05685: handler run complete 6562 1726776589.05705: Evaluated conditional (False): False 6562 1726776589.05713: attempt loop complete, returning result 6562 1726776589.05715: _execute() done 6562 1726776589.05718: dumping result to json 6562 1726776589.05723: done dumping result, returning 6562 1726776589.05730: done running TaskExecutor() for managed_node2/TASK: Check sysctl after role runs [12343ab9-b159-238d-eb1a-000000000013] 6562 1726776589.05735: sending task result for task 12343ab9-b159-238d-eb1a-000000000013 6562 1726776589.05839: done sending task result for task 12343ab9-b159-238d-eb1a-000000000013 6562 1726776589.05842: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "delta": "0:00:00.005021", "end": "2024-09-19 16:09:49.014921", "rc": 0, "start": "2024-09-19 16:09:49.009900" } STDOUT: 400000 6562 1726776589.05917: no more pending results, returning what we have 6562 1726776589.05921: results queue empty 6562 1726776589.05921: checking for any_errors_fatal 6562 1726776589.05928: done checking for any_errors_fatal 6562 1726776589.05928: checking for max_fail_percentage 6562 1726776589.05930: done checking for max_fail_percentage 6562 1726776589.05931: checking to see if all hosts have failed and the running result is not ok 6562 1726776589.05932: done checking to see if all hosts have failed 6562 1726776589.05932: getting the remaining hosts for this loop 6562 1726776589.05934: done getting the remaining hosts for this loop 6562 1726776589.05937: getting the next task for host managed_node2 6562 1726776589.05944: done getting next task for host managed_node2 6562 1726776589.05946: ^ task is: TASK: Check sysctl after role runs 6562 1726776589.05948: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6562 1726776589.05951: getting variables 6562 1726776589.05954: in VariableManager get_vars() 6562 1726776589.05984: Calling all_inventory to load vars for managed_node2 6562 1726776589.05989: Calling groups_inventory to load vars for managed_node2 6562 1726776589.05991: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776589.06002: Calling all_plugins_play to load vars for managed_node2 6562 1726776589.06004: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776589.06007: Calling groups_plugins_play to load vars for managed_node2 6562 1726776589.06168: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776589.06282: done with get_vars() 6562 1726776589.06292: done getting variables 6562 1726776589.06334: 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 [Check sysctl after role runs] ******************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:89 Thursday 19 September 2024 16:09:49 -0400 (0:00:00.381) 0:00:31.298 **** 6562 1726776589.06354: entering _queue_task() for managed_node2/shell 6562 1726776589.06568: worker is 1 (out of 1 available) 6562 1726776589.06581: exiting _queue_task() for managed_node2/shell 6562 1726776589.06594: done queuing things up, now waiting for results queue to drain 6562 1726776589.06596: waiting for pending results... 6562 1726776589.06770: running TaskExecutor() for managed_node2/TASK: Check sysctl after role runs 6562 1726776589.06832: in run() - task 12343ab9-b159-238d-eb1a-000000000014 6562 1726776589.06841: variable 'ansible_search_path' from source: unknown 6562 1726776589.06870: calling self._execute() 6562 1726776589.06942: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776589.06948: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776589.06957: variable 'omit' from source: magic vars 6562 1726776589.07032: variable 'omit' from source: magic vars 6562 1726776589.07056: variable 'omit' from source: magic vars 6562 1726776589.07080: variable 'omit' from source: magic vars 6562 1726776589.07120: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776589.07155: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776589.07171: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776589.07187: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776589.07197: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776589.07222: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776589.07227: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776589.07230: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776589.07306: Set connection var ansible_timeout to 10 6562 1726776589.07311: Set connection var ansible_pipelining to False 6562 1726776589.07317: Set connection var ansible_shell_executable to /bin/sh 6562 1726776589.07323: Set connection var ansible_shell_type to sh 6562 1726776589.07328: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776589.07330: Set connection var ansible_connection to ssh 6562 1726776589.07347: variable 'ansible_shell_executable' from source: unknown 6562 1726776589.07350: variable 'ansible_connection' from source: unknown 6562 1726776589.07353: variable 'ansible_module_compression' from source: unknown 6562 1726776589.07355: variable 'ansible_shell_type' from source: unknown 6562 1726776589.07357: variable 'ansible_shell_executable' from source: unknown 6562 1726776589.07362: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776589.07364: variable 'ansible_pipelining' from source: unknown 6562 1726776589.07366: variable 'ansible_timeout' from source: unknown 6562 1726776589.07376: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776589.07477: 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) 6562 1726776589.07490: variable 'omit' from source: magic vars 6562 1726776589.07494: starting attempt loop 6562 1726776589.07496: running the handler 6562 1726776589.07507: 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) 6562 1726776589.07523: _low_level_execute_command(): starting 6562 1726776589.07529: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776589.08069: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776589.08075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776589.08079: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776589.08114: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776589.08129: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776589.08197: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776589.09894: stdout chunk (state=3): >>>/root <<< 6562 1726776589.09976: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776589.10013: stderr chunk (state=3): >>><<< 6562 1726776589.10017: stdout chunk (state=3): >>><<< 6562 1726776589.10038: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776589.10049: _low_level_execute_command(): starting 6562 1726776589.10055: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776589.1003704-7809-64221259086807 `" && echo ansible-tmp-1726776589.1003704-7809-64221259086807="` echo /root/.ansible/tmp/ansible-tmp-1726776589.1003704-7809-64221259086807 `" ) && sleep 0' 6562 1726776589.10524: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776589.10529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776589.10541: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776589.10592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776589.10595: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776589.10602: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776589.10654: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776589.12575: stdout chunk (state=3): >>>ansible-tmp-1726776589.1003704-7809-64221259086807=/root/.ansible/tmp/ansible-tmp-1726776589.1003704-7809-64221259086807 <<< 6562 1726776589.12675: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776589.12712: stderr chunk (state=3): >>><<< 6562 1726776589.12715: stdout chunk (state=3): >>><<< 6562 1726776589.12731: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776589.1003704-7809-64221259086807=/root/.ansible/tmp/ansible-tmp-1726776589.1003704-7809-64221259086807 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776589.12758: variable 'ansible_module_compression' from source: unknown 6562 1726776589.12806: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776589.12833: variable 'ansible_facts' from source: unknown 6562 1726776589.12888: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776589.1003704-7809-64221259086807/AnsiballZ_command.py 6562 1726776589.12992: Sending initial data 6562 1726776589.12995: Sent initial data (153 bytes) 6562 1726776589.13461: 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 <<< 6562 1726776589.13465: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776589.13468: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776589.13471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776589.13522: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776589.13525: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776589.13595: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776589.15161: 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 <<< 6562 1726776589.15206: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776589.15254: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp4hqz2_3x /root/.ansible/tmp/ansible-tmp-1726776589.1003704-7809-64221259086807/AnsiballZ_command.py <<< 6562 1726776589.15257: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776589.1003704-7809-64221259086807/AnsiballZ_command.py" <<< 6562 1726776589.15300: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp4hqz2_3x" to remote "/root/.ansible/tmp/ansible-tmp-1726776589.1003704-7809-64221259086807/AnsiballZ_command.py" <<< 6562 1726776589.15307: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776589.1003704-7809-64221259086807/AnsiballZ_command.py" <<< 6562 1726776589.15876: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776589.15921: stderr chunk (state=3): >>><<< 6562 1726776589.15925: stdout chunk (state=3): >>><<< 6562 1726776589.15953: done transferring module to remote 6562 1726776589.15968: _low_level_execute_command(): starting 6562 1726776589.15971: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776589.1003704-7809-64221259086807/ /root/.ansible/tmp/ansible-tmp-1726776589.1003704-7809-64221259086807/AnsiballZ_command.py && sleep 0' 6562 1726776589.16436: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776589.16439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776589.16441: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776589.16444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776589.16446: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776589.16495: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776589.16499: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776589.16505: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776589.16559: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776589.18368: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776589.18400: stderr chunk (state=3): >>><<< 6562 1726776589.18403: stdout chunk (state=3): >>><<< 6562 1726776589.18420: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776589.18423: _low_level_execute_command(): starting 6562 1726776589.18428: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776589.1003704-7809-64221259086807/AnsiballZ_command.py && sleep 0' 6562 1726776589.18896: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776589.18902: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776589.18904: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776589.18906: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776589.18957: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776589.18961: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776589.18963: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776589.19025: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776589.35019: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "start": "2024-09-19 16:09:49.342006", "end": "2024-09-19 16:09:49.346998", "delta": "0:00:00.004992", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "_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}}} <<< 6562 1726776589.36696: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776589.36700: stdout chunk (state=3): >>><<< 6562 1726776589.36702: stderr chunk (state=3): >>><<< 6562 1726776589.36705: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "start": "2024-09-19 16:09:49.342006", "end": "2024-09-19 16:09:49.346998", "delta": "0:00:00.004992", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "_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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776589.36709: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968', '_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-1726776589.1003704-7809-64221259086807/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776589.36711: _low_level_execute_command(): starting 6562 1726776589.36713: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776589.1003704-7809-64221259086807/ > /dev/null 2>&1 && sleep 0' 6562 1726776589.37421: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776589.37438: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776589.37453: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776589.37507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776589.37575: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776589.37605: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776589.37636: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776589.37719: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776589.39672: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776589.39690: stderr chunk (state=3): >>><<< 6562 1726776589.39707: stdout chunk (state=3): >>><<< 6562 1726776589.39847: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776589.39851: handler run complete 6562 1726776589.39853: Evaluated conditional (False): False 6562 1726776589.39855: attempt loop complete, returning result 6562 1726776589.39857: _execute() done 6562 1726776589.39859: dumping result to json 6562 1726776589.39861: done dumping result, returning 6562 1726776589.39863: done running TaskExecutor() for managed_node2/TASK: Check sysctl after role runs [12343ab9-b159-238d-eb1a-000000000014] 6562 1726776589.39865: sending task result for task 12343ab9-b159-238d-eb1a-000000000014 ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "delta": "0:00:00.004992", "end": "2024-09-19 16:09:49.346998", "rc": 0, "start": "2024-09-19 16:09:49.342006" } 6562 1726776589.40288: no more pending results, returning what we have 6562 1726776589.40293: results queue empty 6562 1726776589.40294: checking for any_errors_fatal 6562 1726776589.40301: done checking for any_errors_fatal 6562 1726776589.40302: checking for max_fail_percentage 6562 1726776589.40304: done checking for max_fail_percentage 6562 1726776589.40305: checking to see if all hosts have failed and the running result is not ok 6562 1726776589.40305: done checking to see if all hosts have failed 6562 1726776589.40306: getting the remaining hosts for this loop 6562 1726776589.40308: done getting the remaining hosts for this loop 6562 1726776589.40312: getting the next task for host managed_node2 6562 1726776589.40317: done getting next task for host managed_node2 6562 1726776589.40319: ^ task is: TASK: Reboot the machine - see if settings persist after reboot 6562 1726776589.40322: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6562 1726776589.40325: getting variables 6562 1726776589.40327: in VariableManager get_vars() 6562 1726776589.40361: Calling all_inventory to load vars for managed_node2 6562 1726776589.40364: Calling groups_inventory to load vars for managed_node2 6562 1726776589.40366: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776589.40378: Calling all_plugins_play to load vars for managed_node2 6562 1726776589.40381: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776589.40384: Calling groups_plugins_play to load vars for managed_node2 6562 1726776589.40608: done sending task result for task 12343ab9-b159-238d-eb1a-000000000014 6562 1726776589.40612: WORKER PROCESS EXITING 6562 1726776589.40636: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776589.40825: done with get_vars() 6562 1726776589.40841: done getting variables 6562 1726776589.40900: 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_change_settings.yml:95 Thursday 19 September 2024 16:09:49 -0400 (0:00:00.345) 0:00:31.644 **** 6562 1726776589.40926: entering _queue_task() for managed_node2/reboot 6562 1726776589.41203: worker is 1 (out of 1 available) 6562 1726776589.41215: exiting _queue_task() for managed_node2/reboot 6562 1726776589.41226: done queuing things up, now waiting for results queue to drain 6562 1726776589.41228: waiting for pending results... 6562 1726776589.41507: running TaskExecutor() for managed_node2/TASK: Reboot the machine - see if settings persist after reboot 6562 1726776589.41591: in run() - task 12343ab9-b159-238d-eb1a-000000000015 6562 1726776589.41619: variable 'ansible_search_path' from source: unknown 6562 1726776589.41658: calling self._execute() 6562 1726776589.41747: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776589.41761: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776589.41775: variable 'omit' from source: magic vars 6562 1726776589.41887: variable 'omit' from source: magic vars 6562 1726776589.41928: variable 'omit' from source: magic vars 6562 1726776589.42036: variable 'omit' from source: magic vars 6562 1726776589.42040: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776589.42058: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776589.42085: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776589.42110: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776589.42126: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776589.42168: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776589.42176: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776589.42185: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776589.42312: Set connection var ansible_timeout to 10 6562 1726776589.42328: Set connection var ansible_pipelining to False 6562 1726776589.42338: Set connection var ansible_shell_executable to /bin/sh 6562 1726776589.42350: Set connection var ansible_shell_type to sh 6562 1726776589.42369: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776589.42472: Set connection var ansible_connection to ssh 6562 1726776589.42476: variable 'ansible_shell_executable' from source: unknown 6562 1726776589.42478: variable 'ansible_connection' from source: unknown 6562 1726776589.42481: variable 'ansible_module_compression' from source: unknown 6562 1726776589.42483: variable 'ansible_shell_type' from source: unknown 6562 1726776589.42485: variable 'ansible_shell_executable' from source: unknown 6562 1726776589.42489: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776589.42491: variable 'ansible_pipelining' from source: unknown 6562 1726776589.42493: variable 'ansible_timeout' from source: unknown 6562 1726776589.42495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776589.42613: 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=False) 6562 1726776589.42631: variable 'omit' from source: magic vars 6562 1726776589.42640: starting attempt loop 6562 1726776589.42647: running the handler 6562 1726776589.42659: reboot: running setup module to get distribution 6562 1726776589.42675: _low_level_execute_command(): starting 6562 1726776589.42696: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776589.43508: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776589.43515: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776589.43576: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776589.43595: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776589.43616: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776589.43696: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776589.45372: stdout chunk (state=3): >>>/root <<< 6562 1726776589.45520: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776589.45524: stdout chunk (state=3): >>><<< 6562 1726776589.45527: stderr chunk (state=3): >>><<< 6562 1726776589.45593: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776589.45597: _low_level_execute_command(): starting 6562 1726776589.45600: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308 `" && echo ansible-tmp-1726776589.4555178-7828-109728918933308="` echo /root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308 `" ) && sleep 0' 6562 1726776589.46116: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776589.46133: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776589.46145: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776589.46196: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776589.46210: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776589.46265: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776589.48210: stdout chunk (state=3): >>>ansible-tmp-1726776589.4555178-7828-109728918933308=/root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308 <<< 6562 1726776589.48338: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776589.48342: stderr chunk (state=3): >>><<< 6562 1726776589.48350: stdout chunk (state=3): >>><<< 6562 1726776589.48363: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776589.4555178-7828-109728918933308=/root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776589.48407: variable 'ansible_module_compression' from source: unknown 6562 1726776589.48454: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6562 1726776589.48503: variable 'ansible_facts' from source: unknown 6562 1726776589.48645: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/AnsiballZ_setup.py 6562 1726776589.48828: Sending initial data 6562 1726776589.48831: Sent initial data (152 bytes) 6562 1726776589.49190: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776589.49223: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776589.49226: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776589.49229: 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.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776589.49232: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776589.49234: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776589.49279: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776589.49283: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776589.49335: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776589.50931: 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 <<< 6562 1726776589.50977: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776589.51032: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp6zkaopt8 /root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/AnsiballZ_setup.py <<< 6562 1726776589.51035: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/AnsiballZ_setup.py" <<< 6562 1726776589.51073: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp6zkaopt8" to remote "/root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/AnsiballZ_setup.py" <<< 6562 1726776589.52326: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776589.52330: stderr chunk (state=3): >>><<< 6562 1726776589.52332: stdout chunk (state=3): >>><<< 6562 1726776589.52347: done transferring module to remote 6562 1726776589.52355: _low_level_execute_command(): starting 6562 1726776589.52360: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/ /root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/AnsiballZ_setup.py && sleep 0' 6562 1726776589.52773: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776589.52777: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776589.52809: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776589.52813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776589.52862: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776589.52866: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776589.52918: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776589.54793: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776589.54797: stdout chunk (state=3): >>><<< 6562 1726776589.54800: stderr chunk (state=3): >>><<< 6562 1726776589.54826: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776589.54829: _low_level_execute_command(): starting 6562 1726776589.54832: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/AnsiballZ_setup.py && sleep 0' 6562 1726776589.55278: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776589.55281: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776589.55284: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776589.55288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776589.55334: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776589.55337: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776589.55398: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776589.83637: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDJAeM4oGlcNBnXHC+/lvY+F1F1JYMnIW4KAr3LSLmYYeoV+eOvxG1lBtCi1N7n02pGd+NHxpCZ75S8BPEe9scYcsl4zFEPEIR90u50aI22CGjSr99mR4lol5tDvhNWyzuYSHvdB6naos2PHaIAcSTXVZWiZY1DycAKsmijfw6tMG9IDyogCwdh1Tu6RIf7Tkk5kY7Qt54SAQaKY7Stq6DeBAVPcd4Ci3q+HZE+SenLloIgsIntYPTg4v52fHTPIdIrWUQ2lVHs9yoNgdnHw+3Fkh5v8bRFMC+BFjRwIwnLgh3ast/+9q6WYBL6AtPuIqpSlKnSqRK0Fpg6PNZm/SE4O0S4uZ3URu9lWTmubJfo5f6uAiF2rPe9ctiv0CIkCjXHIJdG719CIHW97VpBFBh0pMlZvvUGFamtIRccFbY3qUV2dB+7I4Qr0s1Oouru8Ea/yVWEL0A15E/OhK3cAqvWzav8cwaegGtVXvZ329BlReHRTs4WJWnGeye8qyen27s=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGE1eo1gdAXn9OyVfuGZ6QYU9pCOXbCEvuUUWIm1GtjQQlCS9uNhhXvcwxBDuViISeDklmaT9FnEQIXnIGfeJrk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIOPjBiOhC5ubx71kzYo/APY3fn0LkdzNUoU5tpKU0/za", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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_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 54028 10.31.11.25 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 54028 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_apparmor": {"status": "disabled"}, "ansible_fips": false, "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-11-25.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-11-25", "ansible_nodename": "ip-10-31-11-25.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": "ec29ce20f2cfb18d7523cf8fd802f44e", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_local": {}, "ansible_lsb": {}, "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_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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "16", "minute": "09", "second": "49", "epoch": "1726776589", "epoch_int": "1726776589", "date": "2024-09-19", "time": "16:09:49", "iso8601_micro": "2024-09-19T20:09:49.833375Z", "iso8601": "2024-09-19T20:09:49Z", "iso8601_basic": "20240919T160949833375", "iso8601_basic_short": "20240919T160949", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["min"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["min"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 6562 1726776589.85496: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776589.85554: stderr chunk (state=3): >>>Shared connection to 10.31.11.25 closed. <<< 6562 1726776589.85565: stdout chunk (state=3): >>><<< 6562 1726776589.85583: stderr chunk (state=3): >>><<< 6562 1726776589.85795: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDJAeM4oGlcNBnXHC+/lvY+F1F1JYMnIW4KAr3LSLmYYeoV+eOvxG1lBtCi1N7n02pGd+NHxpCZ75S8BPEe9scYcsl4zFEPEIR90u50aI22CGjSr99mR4lol5tDvhNWyzuYSHvdB6naos2PHaIAcSTXVZWiZY1DycAKsmijfw6tMG9IDyogCwdh1Tu6RIf7Tkk5kY7Qt54SAQaKY7Stq6DeBAVPcd4Ci3q+HZE+SenLloIgsIntYPTg4v52fHTPIdIrWUQ2lVHs9yoNgdnHw+3Fkh5v8bRFMC+BFjRwIwnLgh3ast/+9q6WYBL6AtPuIqpSlKnSqRK0Fpg6PNZm/SE4O0S4uZ3URu9lWTmubJfo5f6uAiF2rPe9ctiv0CIkCjXHIJdG719CIHW97VpBFBh0pMlZvvUGFamtIRccFbY3qUV2dB+7I4Qr0s1Oouru8Ea/yVWEL0A15E/OhK3cAqvWzav8cwaegGtVXvZ329BlReHRTs4WJWnGeye8qyen27s=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGE1eo1gdAXn9OyVfuGZ6QYU9pCOXbCEvuUUWIm1GtjQQlCS9uNhhXvcwxBDuViISeDklmaT9FnEQIXnIGfeJrk=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIOPjBiOhC5ubx71kzYo/APY3fn0LkdzNUoU5tpKU0/za", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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_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 54028 10.31.11.25 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 54028 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_apparmor": {"status": "disabled"}, "ansible_fips": false, "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-11-25.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-11-25", "ansible_nodename": "ip-10-31-11-25.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": "ec29ce20f2cfb18d7523cf8fd802f44e", "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_local": {}, "ansible_lsb": {}, "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_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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "16", "minute": "09", "second": "49", "epoch": "1726776589", "epoch_int": "1726776589", "date": "2024-09-19", "time": "16:09:49", "iso8601_micro": "2024-09-19T20:09:49.833375Z", "iso8601": "2024-09-19T20:09:49Z", "iso8601_basic": "20240919T160949833375", "iso8601_basic_short": "20240919T160949", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["min"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["min"], "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776589.85799: done with _execute_module (ansible.legacy.setup, {'gather_subset': 'min', '_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-1726776589.4555178-7828-109728918933308/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776589.85801: reboot: distribution: {'name': 'centos', 'version': '10', 'family': 'redhat'} 6562 1726776589.85803: reboot: getting boot time with command: 'cat /proc/sys/kernel/random/boot_id' 6562 1726776589.85805: _low_level_execute_command(): starting 6562 1726776589.85808: _low_level_execute_command(): executing: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' 6562 1726776589.86414: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776589.86455: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776589.86473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776589.86491: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776589.86565: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776589.86580: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776589.86599: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776589.86620: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776589.86787: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776589.88669: stdout chunk (state=3): >>>a999e004-32a2-4a87-8a4c-fb5ef39d3b88 <<< 6562 1726776589.88816: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776589.88827: stdout chunk (state=3): >>><<< 6562 1726776589.88837: stderr chunk (state=3): >>><<< 6562 1726776589.88858: _low_level_execute_command() done: rc=0, stdout=a999e004-32a2-4a87-8a4c-fb5ef39d3b88 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776589.88884: reboot: last boot time: a999e004-32a2-4a87-8a4c-fb5ef39d3b88 6562 1726776589.88896: reboot: saving original connect_timeout of None 6562 1726776589.88919: reboot: running find module looking in ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/local/sbin'] to get path for "shutdown" 6562 1726776589.88948: variable 'ansible_module_compression' from source: unknown 6562 1726776589.89006: ANSIBALLZ: Using generic lock for ansible.legacy.find 6562 1726776589.89014: ANSIBALLZ: Acquiring lock 6562 1726776589.89021: ANSIBALLZ: Lock acquired: 140440278424304 6562 1726776589.89029: ANSIBALLZ: Creating module 6562 1726776590.02503: ANSIBALLZ: Writing module into payload 6562 1726776590.02792: ANSIBALLZ: Writing module 6562 1726776590.02796: ANSIBALLZ: Renaming module 6562 1726776590.02798: ANSIBALLZ: Done creating module 6562 1726776590.02803: variable 'ansible_facts' from source: unknown 6562 1726776590.02806: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/AnsiballZ_find.py 6562 1726776590.02971: Sending initial data 6562 1726776590.02982: Sent initial data (151 bytes) 6562 1726776590.03503: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776590.03519: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776590.03535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776590.03554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776590.03652: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776590.03762: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776590.03835: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776590.05491: 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 <<< 6562 1726776590.05540: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776590.05587: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp8u08p388 /root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/AnsiballZ_find.py <<< 6562 1726776590.05596: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/AnsiballZ_find.py" <<< 6562 1726776590.05624: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp8u08p388" to remote "/root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/AnsiballZ_find.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/AnsiballZ_find.py" <<< 6562 1726776590.06336: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776590.06392: stderr chunk (state=3): >>><<< 6562 1726776590.06408: stdout chunk (state=3): >>><<< 6562 1726776590.06455: done transferring module to remote 6562 1726776590.06467: _low_level_execute_command(): starting 6562 1726776590.06475: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/ /root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/AnsiballZ_find.py && sleep 0' 6562 1726776590.07194: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776590.07210: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776590.07228: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776590.07255: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776590.07361: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776590.07389: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776590.07474: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776590.09325: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776590.09342: stdout chunk (state=3): >>><<< 6562 1726776590.09361: stderr chunk (state=3): >>><<< 6562 1726776590.09440: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776590.09444: _low_level_execute_command(): starting 6562 1726776590.09447: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/AnsiballZ_find.py && sleep 0' 6562 1726776590.10105: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776590.10155: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776590.10172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776590.10199: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776590.10333: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776590.28592: stdout chunk (state=3): >>> {"files": [{"path": "/sbin/shutdown", "mode": "0777", "isdir": false, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": true, "issock": false, "uid": 0, "gid": 0, "size": 16, "inode": 7591570, "dev": 51714, "nlink": 1, "atime": 1726776590.2583423, "mtime": 1724976000.0, "ctime": 1726562440.205, "gr_name": "root", "pw_name": "root", "wusr": true, "rusr": true, "xusr": true, "wgrp": true, "rgrp": true, "xgrp": true, "woth": true, "roth": true, "xoth": true, "isuid": false, "isgid": false}, {"path": "/usr/sbin/shutdown", "mode": "0777", "isdir": false, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": true, "issock": false, "uid": 0, "gid": 0, "size": 16, "inode": 7591570, "dev": 51714, "nlink": 1, "atime": 1726776590.2583423, "mtime": 1724976000.0, "ctime": 1726562440.205, "gr_name": "root", "pw_name": "root", "wusr": true, "rusr": true, "xusr": true, "wgrp": true, "rgrp": true, "xgrp": true, "woth": true, "roth": true, "xoth": true, "isuid": false, "isgid": false}], "changed": false, "msg": "All paths examined", "matched": 2, "examined": 2724, "skipped_paths": {}, "invocation": {"module_args": {"paths": ["/sbin", "/bin", "/usr/sbin", "/usr/bin", "/usr/local/sbin"], "patterns": ["shutdown"], "file_type": "any", "read_whole_file": false, "age_stamp": "mtime", "recurse": false, "hidden": false, "follow": false, "get_checksum": false, "use_regex": false, "exact_mode": true, "excludes": null, "contains": null, "age": null, "size": null, "depth": null, "mode": null, "encoding": null}}} <<< 6562 1726776590.30007: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776590.30013: stderr chunk (state=3): >>><<< 6562 1726776590.30016: stdout chunk (state=3): >>><<< 6562 1726776590.30032: _low_level_execute_command() done: rc=0, stdout= {"files": [{"path": "/sbin/shutdown", "mode": "0777", "isdir": false, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": true, "issock": false, "uid": 0, "gid": 0, "size": 16, "inode": 7591570, "dev": 51714, "nlink": 1, "atime": 1726776590.2583423, "mtime": 1724976000.0, "ctime": 1726562440.205, "gr_name": "root", "pw_name": "root", "wusr": true, "rusr": true, "xusr": true, "wgrp": true, "rgrp": true, "xgrp": true, "woth": true, "roth": true, "xoth": true, "isuid": false, "isgid": false}, {"path": "/usr/sbin/shutdown", "mode": "0777", "isdir": false, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": true, "issock": false, "uid": 0, "gid": 0, "size": 16, "inode": 7591570, "dev": 51714, "nlink": 1, "atime": 1726776590.2583423, "mtime": 1724976000.0, "ctime": 1726562440.205, "gr_name": "root", "pw_name": "root", "wusr": true, "rusr": true, "xusr": true, "wgrp": true, "rgrp": true, "xgrp": true, "woth": true, "roth": true, "xoth": true, "isuid": false, "isgid": false}], "changed": false, "msg": "All paths examined", "matched": 2, "examined": 2724, "skipped_paths": {}, "invocation": {"module_args": {"paths": ["/sbin", "/bin", "/usr/sbin", "/usr/bin", "/usr/local/sbin"], "patterns": ["shutdown"], "file_type": "any", "read_whole_file": false, "age_stamp": "mtime", "recurse": false, "hidden": false, "follow": false, "get_checksum": false, "use_regex": false, "exact_mode": true, "excludes": null, "contains": null, "age": null, "size": null, "depth": null, "mode": null, "encoding": 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776590.30084: done with _execute_module (ansible.legacy.find, {'paths': ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/local/sbin'], 'patterns': ['shutdown'], 'file_type': 'any', '_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.find', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776590.30097: reboot: rebooting server with command '/sbin/shutdown -r 0 "Reboot initiated by Ansible"' 6562 1726776590.30100: _low_level_execute_command(): starting 6562 1726776590.30107: _low_level_execute_command(): executing: /bin/sh -c '/sbin/shutdown -r 0 "Reboot initiated by Ansible" && sleep 0' 6562 1726776590.30516: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776590.30519: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776590.30522: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776590.30524: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776590.30572: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776590.30575: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776590.30632: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776590.34474: stdout chunk (state=3): >>>Reboot scheduled for Thu 2024-09-19 16:09:50 EDT, use 'shutdown -c' to cancel. <<< 6562 1726776590.34876: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776590.34906: stderr chunk (state=3): >>><<< 6562 1726776590.34909: stdout chunk (state=3): >>><<< 6562 1726776590.34923: _low_level_execute_command() done: rc=0, stdout=Reboot scheduled for Thu 2024-09-19 16:09:50 EDT, use 'shutdown -c' to cancel. , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776590.34940: reboot: getting boot time with command: 'cat /proc/sys/kernel/random/boot_id' 6562 1726776590.34943: _low_level_execute_command(): starting 6562 1726776590.34946: _low_level_execute_command(): executing: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' 6562 1726776590.35395: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776590.35398: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776590.35400: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776590.35402: 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 <<< 6562 1726776590.35404: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776590.35457: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776590.35460: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776590.35464: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776590.37927: stderr chunk (state=3): >>>mux_client_request_session: read from master failed: Broken pipe <<< 6562 1726776590.37942: stderr chunk (state=3): >>>debug1: Connecting to 10.31.11.25 [10.31.11.25] port 22. debug2: fd 4 setting O_NONBLOCK <<< 6562 1726776590.37998: stderr chunk (state=3): >>>debug1: fd 4 clearing O_NONBLOCK debug1: Connection established. <<< 6562 1726776590.38001: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 <<< 6562 1726776590.38003: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 <<< 6562 1726776590.38004: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 <<< 6562 1726776590.38009: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 <<< 6562 1726776590.38011: stderr chunk (state=3): >>>debug1: Local version string SSH-2.0-OpenSSH_9.8 <<< 6562 1726776590.38995: stderr chunk (state=3): >>>debug1: Remote protocol version 2.0, remote software version OpenSSH_9.8 debug1: compat_banner: match: OpenSSH_9.8 pat OpenSSH* compat 0x04000000 debug2: fd 4 setting O_NONBLOCK debug1: Authenticating to 10.31.11.25:22 as 'root' <<< 6562 1726776590.38999: stderr chunk (state=3): >>>debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory <<< 6562 1726776590.39001: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT sent <<< 6562 1726776590.39310: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr <<< 6562 1726776590.39318: stderr chunk (state=3): >>>debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 <<< 6562 1726776590.39478: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_KEX_ECDH_REPLY <<< 6562 1726776590.41183: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEX_ECDH_REPLY received <<< 6562 1726776590.41189: stderr chunk (state=3): >>>debug1: Server host key: ssh-ed25519 SHA256:i9kxoYQjVGbDXn6d0MA8J/huWrY4xmYFAKDO5iyhRDI debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: Host '10.31.11.25' is known and matches the ED25519 host key. debug1: Found key in /root/.ssh/known_hosts:2 <<< 6562 1726776590.41533: stderr chunk (state=3): >>>debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks <<< 6562 1726776590.41537: stderr chunk (state=3): >>>debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 <<< 6562 1726776590.41547: stderr chunk (state=3): >>>debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0> debug1: kex_ext_info_check_ver: ping@openssh.com=<0> <<< 6562 1726776590.45701: stderr chunk (state=3): >>>debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received <<< 6562 1726776590.46020: stderr chunk (state=3): >>>debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic <<< 6562 1726776590.46077: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 6562 1726776590.46147: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 6562 1726776590.46180: stderr chunk (state=3): >>>debug2: we did not send a packet, disable method <<< 6562 1726776590.46210: stderr chunk (state=3): >>>debug1: Next authentication method: publickey <<< 6562 1726776590.46223: stderr chunk (state=3): >>>debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk debug1: Will attempt key: /root/.ssh/id_xmss debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa <<< 6562 1726776590.46705: stderr chunk (state=3): >>>debug2: we sent a publickey packet, wait for reply <<< 6562 1726776590.47707: stderr chunk (state=3): >>>System is going down. Unprivileged users are not permitted to log in anymore. For technical details, see pam_nologin(8). <<< 6562 1726776590.51939: stderr chunk (state=3): >>>debug1: Enabling compression at level 6. Authenticated to 10.31.11.25 ([10.31.11.25]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket debug2: fd 5 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/ca34c390ad] (inactive timeout: 0) debug2: fd 4 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 7891 debug2: fd 5 setting O_NONBLOCK <<< 6562 1726776590.52091: stderr chunk (state=3): >>>debug1: forking to background debug1: Entering interactive session. debug1: pledge: id debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 6 setting O_NONBLOCK debug1: channel 1: new mux-control [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 <<< 6562 1726776590.52116: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776590.52132: stderr chunk (state=3): >>>debug2: mux_master_process_alive_check: channel 1: alive check <<< 6562 1726776590.52153: stderr chunk (state=3): >>>debug2: mux_master_process_new_session: channel 1: request tty 1, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0'", env 0 <<< 6562 1726776590.52170: stderr chunk (state=3): >>>debug1: channel 2: new session [client-session] (inactive timeout: 0) <<< 6562 1726776590.52196: stderr chunk (state=3): >>>debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open <<< 6562 1726776590.53802: stderr chunk (state=3): >>>debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: client_input_hostkeys: searching /root/.ssh/known_hosts for 10.31.11.25 / (none) debug1: client_input_hostkeys: searching /root/.ssh/known_hosts2 for 10.31.11.25 / (none) debug1: client_input_hostkeys: hostkeys file /root/.ssh/known_hosts2 does not exist debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding <<< 6562 1726776590.53839: stderr chunk (state=3): >>>debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug2: channel 2: request pty-req confirm 1 debug1: Sending command: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776590.57102: stderr chunk (state=3): >>>Learned new hostkey: RSA SHA256:jv9d48mHb2CbbcqImPb/6axwXtD1/knlwlk4kLFQlgI Learned new hostkey: ECDSA SHA256:ehtTxQ872CaGm1BUX+MDlald4+MUiVSFi0+oh01qVc8 Adding new key for 10.31.11.25 to /root/.ssh/known_hosts: ssh-rsa SHA256:jv9d48mHb2CbbcqImPb/6axwXtD1/knlwlk4kLFQlgI Adding new key for 10.31.11.25 to /root/.ssh/known_hosts: ecdsa-sha2-nistp256 SHA256:ehtTxQ872CaGm1BUX+MDlald4+MUiVSFi0+oh01qVc8 debug1: update_known_hosts: known hosts file /root/.ssh/known_hosts2 does not exist <<< 6562 1726776590.62906: stderr chunk (state=3): >>>debug2: channel_input_status_confirm: type 99 id 2 debug2: PTY allocation request accepted on channel 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 <<< 6562 1726776590.65797: stdout chunk (state=3): >>>a999e004-32a2-4a87-8a4c-fb5ef39d3b88 <<< 6562 1726776590.65973: stderr chunk (state=3): >>>debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 8 efd 9 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 7 efd 9 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 6 wfd 6 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 6 wfd 6 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776590.66022: stdout chunk (state=3): >>><<< 6562 1726776591.03442: stderr chunk (state=3): >>>Connection to 10.31.11.25 closed by remote host. <<< 6562 1726776591.03470: stderr chunk (state=3): >>>debug1: channel 0: free: /root/.ansible/cp/ca34c390ad, nchannels 1 Transferred: sent 3288, received 3432 bytes, in 0.5 seconds Bytes per second: sent 6402.5, received 6682.9 debug1: Exit status -1 debug1: compress outgoing: raw data 995, compressed 867, factor 0.87 <<< 6562 1726776591.03473: stderr chunk (state=3): >>>debug1: compress incoming: raw data 1372, compressed 1325, factor 0.97 <<< 6562 1726776591.03511: _low_level_execute_command() done: rc=0, stdout=a999e004-32a2-4a87-8a4c-fb5ef39d3b88 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 mux_client_request_session: read from master failed: Broken pipe debug1: Connecting to 10.31.11.25 [10.31.11.25] port 22. debug2: fd 4 setting O_NONBLOCK debug1: fd 4 clearing O_NONBLOCK debug1: Connection established. debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.8 debug1: Remote protocol version 2.0, remote software version OpenSSH_9.8 debug1: compat_banner: match: OpenSSH_9.8 pat OpenSSH* compat 0x04000000 debug2: fd 4 setting O_NONBLOCK debug1: Authenticating to 10.31.11.25:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:i9kxoYQjVGbDXn6d0MA8J/huWrY4xmYFAKDO5iyhRDI debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: Host '10.31.11.25' is known and matches the ED25519 host key. debug1: Found key in /root/.ssh/known_hosts:2 debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0> debug1: kex_ext_info_check_ver: ping@openssh.com=<0> debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk debug1: Will attempt key: /root/.ssh/id_xmss debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa debug2: we sent a publickey packet, wait for reply System is going down. Unprivileged users are not permitted to log in anymore. For technical details, see pam_nologin(8). debug1: Enabling compression at level 6. Authenticated to 10.31.11.25 ([10.31.11.25]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket debug2: fd 5 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/ca34c390ad] (inactive timeout: 0) debug2: fd 4 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 7891 debug2: fd 5 setting O_NONBLOCK debug1: forking to background debug1: Entering interactive session. debug1: pledge: id debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 6 setting O_NONBLOCK debug1: channel 1: new mux-control [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 debug2: mux_client_hello_exchange: master version 4 debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 1, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0'", env 0 debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: client_input_hostkeys: searching /root/.ssh/known_hosts for 10.31.11.25 / (none) debug1: client_input_hostkeys: searching /root/.ssh/known_hosts2 for 10.31.11.25 / (none) debug1: client_input_hostkeys: hostkeys file /root/.ssh/known_hosts2 does not exist debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug2: channel 2: request pty-req confirm 1 debug1: Sending command: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 Learned new hostkey: RSA SHA256:jv9d48mHb2CbbcqImPb/6axwXtD1/knlwlk4kLFQlgI Learned new hostkey: ECDSA SHA256:ehtTxQ872CaGm1BUX+MDlald4+MUiVSFi0+oh01qVc8 Adding new key for 10.31.11.25 to /root/.ssh/known_hosts: ssh-rsa SHA256:jv9d48mHb2CbbcqImPb/6axwXtD1/knlwlk4kLFQlgI Adding new key for 10.31.11.25 to /root/.ssh/known_hosts: ecdsa-sha2-nistp256 SHA256:ehtTxQ872CaGm1BUX+MDlald4+MUiVSFi0+oh01qVc8 debug1: update_known_hosts: known hosts file /root/.ssh/known_hosts2 does not exist debug2: channel_input_status_confirm: type 99 id 2 debug2: PTY allocation request accepted on channel 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 8 efd 9 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 7 efd 9 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 6 wfd 6 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 6 wfd 6 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. Connection to 10.31.11.25 closed by remote host. debug1: channel 0: free: /root/.ansible/cp/ca34c390ad, nchannels 1 Transferred: sent 3288, received 3432 bytes, in 0.5 seconds Bytes per second: sent 6402.5, received 6682.9 debug1: Exit status -1 debug1: compress outgoing: raw data 995, compressed 867, factor 0.87 debug1: compress incoming: raw data 1372, compressed 1325, factor 0.97 6562 1726776591.03546: reboot: last boot time: a999e004-32a2-4a87-8a4c-fb5ef39d3b88 6562 1726776591.03549: reboot: last boot time check fail 'boot time has not changed', retrying in 1.5050 seconds... 6562 1726776592.54067: reboot: getting boot time with command: 'cat /proc/sys/kernel/random/boot_id' 6562 1726776592.54071: _low_level_execute_command(): starting 6562 1726776592.54073: _low_level_execute_command(): executing: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' 6562 1726776592.54779: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776592.54800: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug1: Control socket "/root/.ansible/cp/ca34c390ad" does not exist debug1: Connecting to 10.31.11.25 [10.31.11.25] port 22. debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776602.55720: stderr chunk (state=3): >>>debug1: connect to address 10.31.11.25 port 22: Connection timed out ssh: connect to host 10.31.11.25 port 22: Connection timed out <<< 6562 1726776602.55747: stderr chunk (state=3): >>><<< 6562 1726776602.55750: stdout chunk (state=3): >>><<< 6562 1726776602.56261: reboot: last boot time check fail 'ssh: connect to host 10.31.11.25 port 22: Connection timed out', retrying in 2.1810 seconds... 6562 1726776604.74379: reboot: getting boot time with command: 'cat /proc/sys/kernel/random/boot_id' 6562 1726776604.74383: _low_level_execute_command(): starting 6562 1726776604.74385: _low_level_execute_command(): executing: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' 6562 1726776604.74834: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776604.74837: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776604.74840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776604.74842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776604.74878: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776604.74888: stderr chunk (state=3): >>>debug1: Control socket "/root/.ansible/cp/ca34c390ad" does not exist debug1: Connecting to 10.31.11.25 [10.31.11.25] port 22. debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776614.74954: stderr chunk (state=3): >>>debug1: connect to address 10.31.11.25 port 22: Connection timed out ssh: connect to host 10.31.11.25 port 22: Connection timed out <<< 6562 1726776614.74980: stderr chunk (state=3): >>><<< 6562 1726776614.74983: stdout chunk (state=3): >>><<< 6562 1726776614.75482: reboot: last boot time check fail 'ssh: connect to host 10.31.11.25 port 22: Connection timed out', retrying in 4.4090 seconds... 6562 1726776619.16408: reboot: getting boot time with command: 'cat /proc/sys/kernel/random/boot_id' 6562 1726776619.16412: _low_level_execute_command(): starting 6562 1726776619.16415: _low_level_execute_command(): executing: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' 6562 1726776619.16844: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776619.16847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776619.16850: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776619.16852: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776619.16854: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776619.16897: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776619.16905: stderr chunk (state=3): >>>debug1: Control socket "/root/.ansible/cp/ca34c390ad" does not exist debug1: Connecting to 10.31.11.25 [10.31.11.25] port 22. debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776619.16961: stderr chunk (state=3): >>>debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. <<< 6562 1726776619.16965: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 <<< 6562 1726776619.16967: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 <<< 6562 1726776619.16970: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 <<< 6562 1726776619.16971: stderr chunk (state=3): >>>debug1: Local version string SSH-2.0-OpenSSH_9.8 <<< 6562 1726776619.20398: stderr chunk (state=3): >>>debug1: Remote protocol version 2.0, remote software version OpenSSH_9.8 debug1: compat_banner: match: OpenSSH_9.8 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.11.25:22 as 'root' <<< 6562 1726776619.20422: stderr chunk (state=3): >>>debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory <<< 6562 1726776619.20429: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT sent <<< 6562 1726776619.21335: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none <<< 6562 1726776619.21344: stderr chunk (state=3): >>>debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 <<< 6562 1726776619.21508: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_KEX_ECDH_REPLY <<< 6562 1726776619.21921: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEX_ECDH_REPLY received <<< 6562 1726776619.21924: stderr chunk (state=3): >>>debug1: Server host key: ssh-ed25519 SHA256:i9kxoYQjVGbDXn6d0MA8J/huWrY4xmYFAKDO5iyhRDI <<< 6562 1726776619.21941: stderr chunk (state=3): >>>debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: Host '10.31.11.25' is known and matches the ED25519 host key. debug1: Found key in /root/.ssh/known_hosts:2 <<< 6562 1726776619.22292: stderr chunk (state=3): >>>debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks <<< 6562 1726776619.22297: stderr chunk (state=3): >>>debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0> <<< 6562 1726776619.22301: stderr chunk (state=3): >>>debug1: kex_ext_info_check_ver: ping@openssh.com=<0> <<< 6562 1726776619.26385: stderr chunk (state=3): >>>debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received <<< 6562 1726776619.26483: stderr chunk (state=3): >>>debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic <<< 6562 1726776619.26618: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 6562 1726776619.26665: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 <<< 6562 1726776619.26669: stderr chunk (state=3): >>>debug1: Will attempt key: /root/.ssh/id_ed25519_sk debug1: Will attempt key: /root/.ssh/id_xmss debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa <<< 6562 1726776619.27103: stderr chunk (state=3): >>>debug2: we sent a publickey packet, wait for reply <<< 6562 1726776619.64889: stderr chunk (state=3): >>>debug1: Enabling compression at level 6. <<< 6562 1726776619.64894: stderr chunk (state=3): >>>Authenticated to 10.31.11.25 ([10.31.11.25]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket <<< 6562 1726776619.64913: stderr chunk (state=3): >>>debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/ca34c390ad] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process <<< 6562 1726776619.64931: stderr chunk (state=3): >>>debug2: control_persist_detach: background process is 8945 <<< 6562 1726776619.64952: stderr chunk (state=3): >>>debug2: fd 4 setting O_NONBLOCK <<< 6562 1726776619.64978: stderr chunk (state=3): >>>debug1: forking to background <<< 6562 1726776619.65026: stderr chunk (state=3): >>>debug1: Entering interactive session. debug1: pledge: id debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 5 setting O_NONBLOCK debug1: channel 1: new mux-control [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 <<< 6562 1726776619.65037: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776619.65056: stderr chunk (state=3): >>>debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 1, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0'", env 0 debug2: fd 7 setting O_NONBLOCK debug2: fd 8 setting O_NONBLOCK debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open <<< 6562 1726776619.85038: stderr chunk (state=3): >>>debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 <<< 6562 1726776619.85052: stderr chunk (state=3): >>>debug1: client_input_hostkeys: searching /root/.ssh/known_hosts for 10.31.11.25 / (none) <<< 6562 1726776619.85072: stderr chunk (state=3): >>>debug1: client_input_hostkeys: searching /root/.ssh/known_hosts2 for 10.31.11.25 / (none) debug1: client_input_hostkeys: hostkeys file /root/.ssh/known_hosts2 does not exist debug1: client_input_hostkeys: no new or deprecated keys from server <<< 6562 1726776619.85075: stderr chunk (state=3): >>>debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding <<< 6562 1726776619.89053: stderr chunk (state=3): >>>debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug2: channel 2: request pty-req confirm 1 <<< 6562 1726776619.89061: stderr chunk (state=3): >>>debug1: Sending command: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 <<< 6562 1726776619.89073: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776619.89441: stderr chunk (state=3): >>>debug2: channel_input_status_confirm: type 99 id 2 debug2: PTY allocation request accepted on channel 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 <<< 6562 1726776619.93904: stdout chunk (state=3): >>>d5d22630-2963-4da7-97cc-68962dbeddec <<< 6562 1726776619.94054: stderr chunk (state=3): >>>debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 <<< 6562 1726776619.94057: stderr chunk (state=3): >>>debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 <<< 6562 1726776619.94080: stderr chunk (state=3): >>>debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 debug2: set_control_persist_exit_time: schedule exit in 60 seconds <<< 6562 1726776619.94141: stdout chunk (state=3): >>><<< 6562 1726776620.94247: _low_level_execute_command() done: rc=0, stdout=d5d22630-2963-4da7-97cc-68962dbeddec , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug1: Control socket "/root/.ansible/cp/ca34c390ad" does not exist debug1: Connecting to 10.31.11.25 [10.31.11.25] port 22. debug2: fd 3 setting O_NONBLOCK debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.8 debug1: Remote protocol version 2.0, remote software version OpenSSH_9.8 debug1: compat_banner: match: OpenSSH_9.8 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.11.25:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:i9kxoYQjVGbDXn6d0MA8J/huWrY4xmYFAKDO5iyhRDI debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: Host '10.31.11.25' is known and matches the ED25519 host key. debug1: Found key in /root/.ssh/known_hosts:2 debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0> debug1: kex_ext_info_check_ver: ping@openssh.com=<0> debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk debug1: Will attempt key: /root/.ssh/id_xmss debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa debug2: we sent a publickey packet, wait for reply debug1: Enabling compression at level 6. Authenticated to 10.31.11.25 ([10.31.11.25]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/ca34c390ad] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 8945 debug2: fd 4 setting O_NONBLOCK debug1: forking to background debug1: Entering interactive session. debug1: pledge: id debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 5 setting O_NONBLOCK debug1: channel 1: new mux-control [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 debug2: mux_client_hello_exchange: master version 4 debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 1, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0'", env 0 debug2: fd 7 setting O_NONBLOCK debug2: fd 8 setting O_NONBLOCK debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: client_input_hostkeys: searching /root/.ssh/known_hosts for 10.31.11.25 / (none) debug1: client_input_hostkeys: searching /root/.ssh/known_hosts2 for 10.31.11.25 / (none) debug1: client_input_hostkeys: hostkeys file /root/.ssh/known_hosts2 does not exist debug1: client_input_hostkeys: no new or deprecated keys from server debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug2: channel 2: request pty-req confirm 1 debug1: Sending command: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 debug2: channel_input_status_confirm: type 99 id 2 debug2: PTY allocation request accepted on channel 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 debug2: set_control_persist_exit_time: schedule exit in 60 seconds 6562 1726776620.94257: reboot: last boot time: d5d22630-2963-4da7-97cc-68962dbeddec 6562 1726776620.94259: reboot: last boot time check success 6562 1726776620.94269: reboot: attempting post-reboot test command 'tuned-adm active' 6562 1726776620.94272: _low_level_execute_command(): starting 6562 1726776620.94275: _low_level_execute_command(): executing: /bin/sh -c 'tuned-adm active && sleep 0' 6562 1726776620.94714: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776620.94717: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776620.94720: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776620.94722: 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 <<< 6562 1726776620.94723: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776620.94771: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776620.94775: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776620.94836: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.06808: stdout chunk (state=3): >>>Current active profile: virtual-guest kernel_settings <<< 6562 1726776621.08392: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776621.08423: stderr chunk (state=3): >>><<< 6562 1726776621.08426: stdout chunk (state=3): >>><<< 6562 1726776621.08439: _low_level_execute_command() done: rc=0, stdout=Current active profile: virtual-guest kernel_settings , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776621.08445: reboot: post-reboot test command success 6562 1726776621.08455: _low_level_execute_command(): starting 6562 1726776621.08459: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776589.4555178-7828-109728918933308/ > /dev/null 2>&1 && sleep 0' 6562 1726776621.08915: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776621.08918: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776621.08920: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.08922: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776621.08924: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.08977: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776621.08981: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776621.08988: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.09037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.10947: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776621.10975: stderr chunk (state=3): >>><<< 6562 1726776621.10978: stdout chunk (state=3): >>><<< 6562 1726776621.10994: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776621.10997: handler run complete 6562 1726776621.11010: attempt loop complete, returning result 6562 1726776621.11012: _execute() done 6562 1726776621.11015: dumping result to json 6562 1726776621.11017: done dumping result, returning 6562 1726776621.11024: done running TaskExecutor() for managed_node2/TASK: Reboot the machine - see if settings persist after reboot [12343ab9-b159-238d-eb1a-000000000015] 6562 1726776621.11028: sending task result for task 12343ab9-b159-238d-eb1a-000000000015 6562 1726776621.11113: done sending task result for task 12343ab9-b159-238d-eb1a-000000000015 6562 1726776621.11115: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "elapsed": 30, "rebooted": true } 6562 1726776621.11154: no more pending results, returning what we have 6562 1726776621.11157: results queue empty 6562 1726776621.11158: checking for any_errors_fatal 6562 1726776621.11164: done checking for any_errors_fatal 6562 1726776621.11165: checking for max_fail_percentage 6562 1726776621.11171: done checking for max_fail_percentage 6562 1726776621.11172: checking to see if all hosts have failed and the running result is not ok 6562 1726776621.11172: done checking to see if all hosts have failed 6562 1726776621.11173: getting the remaining hosts for this loop 6562 1726776621.11175: done getting the remaining hosts for this loop 6562 1726776621.11179: getting the next task for host managed_node2 6562 1726776621.11184: done getting next task for host managed_node2 6562 1726776621.11191: ^ task is: TASK: Check sysctl after reboot 6562 1726776621.11193: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6562 1726776621.11197: getting variables 6562 1726776621.11198: in VariableManager get_vars() 6562 1726776621.11233: Calling all_inventory to load vars for managed_node2 6562 1726776621.11236: Calling groups_inventory to load vars for managed_node2 6562 1726776621.11239: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776621.11249: Calling all_plugins_play to load vars for managed_node2 6562 1726776621.11251: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776621.11254: Calling groups_plugins_play to load vars for managed_node2 6562 1726776621.11438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776621.11554: done with get_vars() 6562 1726776621.11561: done getting variables 6562 1726776621.11605: 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 [Check sysctl after reboot] *********************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:99 Thursday 19 September 2024 16:10:21 -0400 (0:00:31.706) 0:01:03.351 **** 6562 1726776621.11626: entering _queue_task() for managed_node2/shell 6562 1726776621.11808: worker is 1 (out of 1 available) 6562 1726776621.11820: exiting _queue_task() for managed_node2/shell 6562 1726776621.11832: done queuing things up, now waiting for results queue to drain 6562 1726776621.11834: waiting for pending results... 6562 1726776621.11999: running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot 6562 1726776621.12047: in run() - task 12343ab9-b159-238d-eb1a-000000000016 6562 1726776621.12063: variable 'ansible_search_path' from source: unknown 6562 1726776621.12095: calling self._execute() 6562 1726776621.12155: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776621.12159: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776621.12169: variable 'omit' from source: magic vars 6562 1726776621.12246: variable 'omit' from source: magic vars 6562 1726776621.12267: variable 'omit' from source: magic vars 6562 1726776621.12298: variable 'omit' from source: magic vars 6562 1726776621.12329: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776621.12355: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776621.12371: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776621.12384: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776621.12403: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776621.12425: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776621.12428: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776621.12430: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776621.12502: Set connection var ansible_timeout to 10 6562 1726776621.12509: Set connection var ansible_pipelining to False 6562 1726776621.12514: Set connection var ansible_shell_executable to /bin/sh 6562 1726776621.12521: Set connection var ansible_shell_type to sh 6562 1726776621.12525: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776621.12528: Set connection var ansible_connection to ssh 6562 1726776621.12544: variable 'ansible_shell_executable' from source: unknown 6562 1726776621.12547: variable 'ansible_connection' from source: unknown 6562 1726776621.12549: variable 'ansible_module_compression' from source: unknown 6562 1726776621.12552: variable 'ansible_shell_type' from source: unknown 6562 1726776621.12554: variable 'ansible_shell_executable' from source: unknown 6562 1726776621.12556: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776621.12561: variable 'ansible_pipelining' from source: unknown 6562 1726776621.12563: variable 'ansible_timeout' from source: unknown 6562 1726776621.12567: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776621.12670: 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) 6562 1726776621.12679: variable 'omit' from source: magic vars 6562 1726776621.12684: starting attempt loop 6562 1726776621.12688: running the handler 6562 1726776621.12700: 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) 6562 1726776621.12717: _low_level_execute_command(): starting 6562 1726776621.12723: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776621.13230: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.13233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.13236: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.13238: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.13296: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776621.13299: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776621.13303: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.13355: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.14967: stdout chunk (state=3): >>>/root <<< 6562 1726776621.15105: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776621.15129: stderr chunk (state=3): >>><<< 6562 1726776621.15133: stdout chunk (state=3): >>><<< 6562 1726776621.15151: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776621.15161: _low_level_execute_command(): starting 6562 1726776621.15166: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776621.1514962-8985-51740039161242 `" && echo ansible-tmp-1726776621.1514962-8985-51740039161242="` echo /root/.ansible/tmp/ansible-tmp-1726776621.1514962-8985-51740039161242 `" ) && sleep 0' 6562 1726776621.15568: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.15572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.15594: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.15642: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776621.15646: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.15707: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.17712: stdout chunk (state=3): >>>ansible-tmp-1726776621.1514962-8985-51740039161242=/root/.ansible/tmp/ansible-tmp-1726776621.1514962-8985-51740039161242 <<< 6562 1726776621.17900: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776621.17903: stdout chunk (state=3): >>><<< 6562 1726776621.17905: stderr chunk (state=3): >>><<< 6562 1726776621.18094: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776621.1514962-8985-51740039161242=/root/.ansible/tmp/ansible-tmp-1726776621.1514962-8985-51740039161242 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776621.18098: variable 'ansible_module_compression' from source: unknown 6562 1726776621.18100: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776621.18103: variable 'ansible_facts' from source: unknown 6562 1726776621.18149: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776621.1514962-8985-51740039161242/AnsiballZ_command.py 6562 1726776621.18246: Sending initial data 6562 1726776621.18249: Sent initial data (153 bytes) 6562 1726776621.18673: 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 <<< 6562 1726776621.18676: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776621.18678: 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.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776621.18680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.18728: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776621.18731: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.18784: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.20494: 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 <<< 6562 1726776621.20543: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776621.20596: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpunpjgxhq /root/.ansible/tmp/ansible-tmp-1726776621.1514962-8985-51740039161242/AnsiballZ_command.py <<< 6562 1726776621.20600: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776621.1514962-8985-51740039161242/AnsiballZ_command.py" <<< 6562 1726776621.20639: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpunpjgxhq" to remote "/root/.ansible/tmp/ansible-tmp-1726776621.1514962-8985-51740039161242/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776621.1514962-8985-51740039161242/AnsiballZ_command.py" <<< 6562 1726776621.21491: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776621.21495: stdout chunk (state=3): >>><<< 6562 1726776621.21498: stderr chunk (state=3): >>><<< 6562 1726776621.21500: done transferring module to remote 6562 1726776621.21503: _low_level_execute_command(): starting 6562 1726776621.21505: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776621.1514962-8985-51740039161242/ /root/.ansible/tmp/ansible-tmp-1726776621.1514962-8985-51740039161242/AnsiballZ_command.py && sleep 0' 6562 1726776621.22107: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776621.22116: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776621.22127: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.22142: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776621.22155: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776621.22161: stderr chunk (state=3): >>>debug2: match not found <<< 6562 1726776621.22171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.22267: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776621.22283: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.22369: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.24219: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776621.24258: stderr chunk (state=3): >>><<< 6562 1726776621.24262: stdout chunk (state=3): >>><<< 6562 1726776621.24275: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776621.24278: _low_level_execute_command(): starting 6562 1726776621.24283: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776621.1514962-8985-51740039161242/AnsiballZ_command.py && sleep 0' 6562 1726776621.24680: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.24720: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776621.24724: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.24726: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776621.24728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776621.24730: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.24769: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776621.24773: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.24832: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.42102: stdout chunk (state=3): >>> {"changed": true, "stdout": "400000", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "start": "2024-09-19 16:10:21.414780", "end": "2024-09-19 16:10:21.420112", "delta": "0:00:00.005332", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "_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}}} <<< 6562 1726776621.43637: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776621.43664: stderr chunk (state=3): >>><<< 6562 1726776621.43668: stdout chunk (state=3): >>><<< 6562 1726776621.43682: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "400000", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "start": "2024-09-19 16:10:21.414780", "end": "2024-09-19 16:10:21.420112", "delta": "0:00:00.005332", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "_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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776621.43723: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000', '_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-1726776621.1514962-8985-51740039161242/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776621.43730: _low_level_execute_command(): starting 6562 1726776621.43734: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776621.1514962-8985-51740039161242/ > /dev/null 2>&1 && sleep 0' 6562 1726776621.44185: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.44193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776621.44195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.44197: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.44204: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.44249: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776621.44252: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776621.44258: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.44307: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.46123: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776621.46153: stderr chunk (state=3): >>><<< 6562 1726776621.46156: stdout chunk (state=3): >>><<< 6562 1726776621.46171: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776621.46176: handler run complete 6562 1726776621.46197: Evaluated conditional (False): False 6562 1726776621.46206: attempt loop complete, returning result 6562 1726776621.46209: _execute() done 6562 1726776621.46211: dumping result to json 6562 1726776621.46216: done dumping result, returning 6562 1726776621.46223: done running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot [12343ab9-b159-238d-eb1a-000000000016] 6562 1726776621.46227: sending task result for task 12343ab9-b159-238d-eb1a-000000000016 6562 1726776621.46319: done sending task result for task 12343ab9-b159-238d-eb1a-000000000016 6562 1726776621.46322: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "delta": "0:00:00.005332", "end": "2024-09-19 16:10:21.420112", "rc": 0, "start": "2024-09-19 16:10:21.414780" } STDOUT: 400000 6562 1726776621.46408: no more pending results, returning what we have 6562 1726776621.46411: results queue empty 6562 1726776621.46412: checking for any_errors_fatal 6562 1726776621.46416: done checking for any_errors_fatal 6562 1726776621.46417: checking for max_fail_percentage 6562 1726776621.46418: done checking for max_fail_percentage 6562 1726776621.46419: checking to see if all hosts have failed and the running result is not ok 6562 1726776621.46419: done checking to see if all hosts have failed 6562 1726776621.46420: getting the remaining hosts for this loop 6562 1726776621.46422: done getting the remaining hosts for this loop 6562 1726776621.46425: getting the next task for host managed_node2 6562 1726776621.46429: done getting next task for host managed_node2 6562 1726776621.46431: ^ task is: TASK: Check sysfs after reboot 6562 1726776621.46433: ^ 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 6562 1726776621.46436: getting variables 6562 1726776621.46438: in VariableManager get_vars() 6562 1726776621.46466: Calling all_inventory to load vars for managed_node2 6562 1726776621.46469: Calling groups_inventory to load vars for managed_node2 6562 1726776621.46471: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776621.46480: Calling all_plugins_play to load vars for managed_node2 6562 1726776621.46482: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776621.46484: Calling groups_plugins_play to load vars for managed_node2 6562 1726776621.46603: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776621.46717: done with get_vars() 6562 1726776621.46726: done getting variables 6562 1726776621.46766: 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 sysfs after reboot] ************************************************ task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:105 Thursday 19 September 2024 16:10:21 -0400 (0:00:00.351) 0:01:03.702 **** 6562 1726776621.46785: entering _queue_task() for managed_node2/command 6562 1726776621.46972: worker is 1 (out of 1 available) 6562 1726776621.46988: exiting _queue_task() for managed_node2/command 6562 1726776621.47000: done queuing things up, now waiting for results queue to drain 6562 1726776621.47001: waiting for pending results... 6562 1726776621.47159: running TaskExecutor() for managed_node2/TASK: Check sysfs after reboot 6562 1726776621.47211: in run() - task 12343ab9-b159-238d-eb1a-000000000017 6562 1726776621.47223: variable 'ansible_search_path' from source: unknown 6562 1726776621.47251: calling self._execute() 6562 1726776621.47314: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776621.47319: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776621.47328: variable 'omit' from source: magic vars 6562 1726776621.47403: variable 'omit' from source: magic vars 6562 1726776621.47425: variable 'omit' from source: magic vars 6562 1726776621.47451: variable 'omit' from source: magic vars 6562 1726776621.47481: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776621.47512: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776621.47530: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776621.47544: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776621.47558: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776621.47578: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776621.47581: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776621.47583: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776621.47653: Set connection var ansible_timeout to 10 6562 1726776621.47662: Set connection var ansible_pipelining to False 6562 1726776621.47664: Set connection var ansible_shell_executable to /bin/sh 6562 1726776621.47672: Set connection var ansible_shell_type to sh 6562 1726776621.47677: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776621.47680: Set connection var ansible_connection to ssh 6562 1726776621.47699: variable 'ansible_shell_executable' from source: unknown 6562 1726776621.47702: variable 'ansible_connection' from source: unknown 6562 1726776621.47704: variable 'ansible_module_compression' from source: unknown 6562 1726776621.47706: variable 'ansible_shell_type' from source: unknown 6562 1726776621.47708: variable 'ansible_shell_executable' from source: unknown 6562 1726776621.47711: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776621.47714: variable 'ansible_pipelining' from source: unknown 6562 1726776621.47717: variable 'ansible_timeout' from source: unknown 6562 1726776621.47722: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776621.47829: 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) 6562 1726776621.47836: variable 'omit' from source: magic vars 6562 1726776621.47841: starting attempt loop 6562 1726776621.47844: running the handler 6562 1726776621.47856: _low_level_execute_command(): starting 6562 1726776621.47863: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776621.48366: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.48369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776621.48373: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776621.48376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.48430: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776621.48433: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776621.48437: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.48487: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.50079: stdout chunk (state=3): >>>/root <<< 6562 1726776621.50177: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776621.50206: stderr chunk (state=3): >>><<< 6562 1726776621.50210: stdout chunk (state=3): >>><<< 6562 1726776621.50229: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776621.50239: _low_level_execute_command(): starting 6562 1726776621.50244: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776621.5022783-9004-269771612771960 `" && echo ansible-tmp-1726776621.5022783-9004-269771612771960="` echo /root/.ansible/tmp/ansible-tmp-1726776621.5022783-9004-269771612771960 `" ) && sleep 0' 6562 1726776621.50671: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.50674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.50678: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.50692: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.50734: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776621.50741: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776621.50743: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.50791: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.52822: stdout chunk (state=3): >>>ansible-tmp-1726776621.5022783-9004-269771612771960=/root/.ansible/tmp/ansible-tmp-1726776621.5022783-9004-269771612771960 <<< 6562 1726776621.52925: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776621.52951: stderr chunk (state=3): >>><<< 6562 1726776621.52954: stdout chunk (state=3): >>><<< 6562 1726776621.52968: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776621.5022783-9004-269771612771960=/root/.ansible/tmp/ansible-tmp-1726776621.5022783-9004-269771612771960 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776621.52998: variable 'ansible_module_compression' from source: unknown 6562 1726776621.53039: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776621.53124: variable 'ansible_facts' from source: unknown 6562 1726776621.53183: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776621.5022783-9004-269771612771960/AnsiballZ_command.py 6562 1726776621.53291: Sending initial data 6562 1726776621.53295: Sent initial data (154 bytes) 6562 1726776621.53918: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776621.53938: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.54201: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.55604: 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 <<< 6562 1726776621.55684: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776621.55737: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpxoy7w8cr /root/.ansible/tmp/ansible-tmp-1726776621.5022783-9004-269771612771960/AnsiballZ_command.py <<< 6562 1726776621.55741: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776621.5022783-9004-269771612771960/AnsiballZ_command.py" <<< 6562 1726776621.55784: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpxoy7w8cr" to remote "/root/.ansible/tmp/ansible-tmp-1726776621.5022783-9004-269771612771960/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776621.5022783-9004-269771612771960/AnsiballZ_command.py" <<< 6562 1726776621.56565: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776621.56650: stderr chunk (state=3): >>><<< 6562 1726776621.56654: stdout chunk (state=3): >>><<< 6562 1726776621.56665: done transferring module to remote 6562 1726776621.56678: _low_level_execute_command(): starting 6562 1726776621.56690: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776621.5022783-9004-269771612771960/ /root/.ansible/tmp/ansible-tmp-1726776621.5022783-9004-269771612771960/AnsiballZ_command.py && sleep 0' 6562 1726776621.57258: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.57270: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776621.57281: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.57344: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776621.57359: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.57410: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.59231: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776621.59247: stderr chunk (state=3): >>><<< 6562 1726776621.59255: stdout chunk (state=3): >>><<< 6562 1726776621.59274: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776621.59281: _low_level_execute_command(): starting 6562 1726776621.59351: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776621.5022783-9004-269771612771960/AnsiballZ_command.py && sleep 0' 6562 1726776621.59791: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776621.59813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.59830: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.59865: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776621.59877: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.59935: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.75678: stdout chunk (state=3): >>> {"changed": true, "stdout": "65000", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "65000", "/sys/class/net/lo/mtu"], "start": "2024-09-19 16:10:21.752380", "end": "2024-09-19 16:10:21.755909", "delta": "0:00:00.003529", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 65000 /sys/class/net/lo/mtu", "_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}}} <<< 6562 1726776621.77179: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776621.77211: stderr chunk (state=3): >>><<< 6562 1726776621.77214: stdout chunk (state=3): >>><<< 6562 1726776621.77229: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "65000", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "65000", "/sys/class/net/lo/mtu"], "start": "2024-09-19 16:10:21.752380", "end": "2024-09-19 16:10:21.755909", "delta": "0:00:00.003529", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 65000 /sys/class/net/lo/mtu", "_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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776621.77266: done with _execute_module (ansible.legacy.command, {'_raw_params': 'grep -x 65000 /sys/class/net/lo/mtu', '_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-1726776621.5022783-9004-269771612771960/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776621.77273: _low_level_execute_command(): starting 6562 1726776621.77278: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776621.5022783-9004-269771612771960/ > /dev/null 2>&1 && sleep 0' 6562 1726776621.77733: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776621.77736: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776621.77739: 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.11.25 is address debug1: re-parsing configuration <<< 6562 1726776621.77742: 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 <<< 6562 1726776621.77743: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.77793: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776621.77805: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776621.77807: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.77848: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.79651: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776621.79677: stderr chunk (state=3): >>><<< 6562 1726776621.79680: stdout chunk (state=3): >>><<< 6562 1726776621.79695: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776621.79701: handler run complete 6562 1726776621.79717: Evaluated conditional (False): False 6562 1726776621.79726: attempt loop complete, returning result 6562 1726776621.79728: _execute() done 6562 1726776621.79730: dumping result to json 6562 1726776621.79735: done dumping result, returning 6562 1726776621.79744: done running TaskExecutor() for managed_node2/TASK: Check sysfs after reboot [12343ab9-b159-238d-eb1a-000000000017] 6562 1726776621.79748: sending task result for task 12343ab9-b159-238d-eb1a-000000000017 6562 1726776621.79843: done sending task result for task 12343ab9-b159-238d-eb1a-000000000017 6562 1726776621.79846: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "grep", "-x", "65000", "/sys/class/net/lo/mtu" ], "delta": "0:00:00.003529", "end": "2024-09-19 16:10:21.755909", "rc": 0, "start": "2024-09-19 16:10:21.752380" } STDOUT: 65000 6562 1726776621.79939: no more pending results, returning what we have 6562 1726776621.79942: results queue empty 6562 1726776621.79942: checking for any_errors_fatal 6562 1726776621.79948: done checking for any_errors_fatal 6562 1726776621.79949: checking for max_fail_percentage 6562 1726776621.79950: done checking for max_fail_percentage 6562 1726776621.79951: checking to see if all hosts have failed and the running result is not ok 6562 1726776621.79952: done checking to see if all hosts have failed 6562 1726776621.79953: getting the remaining hosts for this loop 6562 1726776621.79954: done getting the remaining hosts for this loop 6562 1726776621.79957: getting the next task for host managed_node2 6562 1726776621.79962: done getting next task for host managed_node2 6562 1726776621.79964: ^ task is: TASK: Check sysctl after reboot 6562 1726776621.79965: ^ state is: HOST STATE: block=2, task=21, 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 6562 1726776621.79969: getting variables 6562 1726776621.79970: in VariableManager get_vars() 6562 1726776621.80003: Calling all_inventory to load vars for managed_node2 6562 1726776621.80005: Calling groups_inventory to load vars for managed_node2 6562 1726776621.80007: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776621.80016: Calling all_plugins_play to load vars for managed_node2 6562 1726776621.80018: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776621.80021: Calling groups_plugins_play to load vars for managed_node2 6562 1726776621.80163: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776621.80275: done with get_vars() 6562 1726776621.80283: done getting variables 6562 1726776621.80327: 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 [Check sysctl after reboot] *********************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:109 Thursday 19 September 2024 16:10:21 -0400 (0:00:00.335) 0:01:04.038 **** 6562 1726776621.80345: entering _queue_task() for managed_node2/shell 6562 1726776621.80524: worker is 1 (out of 1 available) 6562 1726776621.80536: exiting _queue_task() for managed_node2/shell 6562 1726776621.80548: done queuing things up, now waiting for results queue to drain 6562 1726776621.80549: waiting for pending results... 6562 1726776621.80708: running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot 6562 1726776621.80756: in run() - task 12343ab9-b159-238d-eb1a-000000000018 6562 1726776621.80767: variable 'ansible_search_path' from source: unknown 6562 1726776621.80798: calling self._execute() 6562 1726776621.80858: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776621.80862: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776621.80871: variable 'omit' from source: magic vars 6562 1726776621.80946: variable 'omit' from source: magic vars 6562 1726776621.80967: variable 'omit' from source: magic vars 6562 1726776621.80994: variable 'omit' from source: magic vars 6562 1726776621.81026: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776621.81052: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776621.81071: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776621.81083: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776621.81096: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776621.81121: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776621.81124: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776621.81126: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776621.81192: Set connection var ansible_timeout to 10 6562 1726776621.81198: Set connection var ansible_pipelining to False 6562 1726776621.81203: Set connection var ansible_shell_executable to /bin/sh 6562 1726776621.81210: Set connection var ansible_shell_type to sh 6562 1726776621.81215: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776621.81217: Set connection var ansible_connection to ssh 6562 1726776621.81237: variable 'ansible_shell_executable' from source: unknown 6562 1726776621.81239: variable 'ansible_connection' from source: unknown 6562 1726776621.81242: variable 'ansible_module_compression' from source: unknown 6562 1726776621.81244: variable 'ansible_shell_type' from source: unknown 6562 1726776621.81246: variable 'ansible_shell_executable' from source: unknown 6562 1726776621.81249: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776621.81253: variable 'ansible_pipelining' from source: unknown 6562 1726776621.81255: variable 'ansible_timeout' from source: unknown 6562 1726776621.81259: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776621.81361: 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) 6562 1726776621.81370: variable 'omit' from source: magic vars 6562 1726776621.81375: starting attempt loop 6562 1726776621.81378: running the handler 6562 1726776621.81391: 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) 6562 1726776621.81403: _low_level_execute_command(): starting 6562 1726776621.81410: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776621.81878: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.81918: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776621.81922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.81924: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776621.81926: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.81929: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.81977: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776621.81980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776621.81982: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.82037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.83653: stdout chunk (state=3): >>>/root <<< 6562 1726776621.83752: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776621.83774: stderr chunk (state=3): >>><<< 6562 1726776621.83778: stdout chunk (state=3): >>><<< 6562 1726776621.83800: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776621.83810: _low_level_execute_command(): starting 6562 1726776621.83816: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776621.837988-9020-89082311772699 `" && echo ansible-tmp-1726776621.837988-9020-89082311772699="` echo /root/.ansible/tmp/ansible-tmp-1726776621.837988-9020-89082311772699 `" ) && sleep 0' 6562 1726776621.84241: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776621.84245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776621.84254: 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.11.25 is address debug1: re-parsing configuration <<< 6562 1726776621.84256: 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 <<< 6562 1726776621.84258: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.84304: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776621.84307: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.84358: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.86396: stdout chunk (state=3): >>>ansible-tmp-1726776621.837988-9020-89082311772699=/root/.ansible/tmp/ansible-tmp-1726776621.837988-9020-89082311772699 <<< 6562 1726776621.86502: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776621.86532: stderr chunk (state=3): >>><<< 6562 1726776621.86535: stdout chunk (state=3): >>><<< 6562 1726776621.86550: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776621.837988-9020-89082311772699=/root/.ansible/tmp/ansible-tmp-1726776621.837988-9020-89082311772699 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776621.86576: variable 'ansible_module_compression' from source: unknown 6562 1726776621.86618: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776621.86649: variable 'ansible_facts' from source: unknown 6562 1726776621.86704: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776621.837988-9020-89082311772699/AnsiballZ_command.py 6562 1726776621.86802: Sending initial data 6562 1726776621.86805: Sent initial data (152 bytes) 6562 1726776621.87239: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776621.87242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776621.87244: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.87246: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.87248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.87308: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776621.87310: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.87354: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.88897: 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 <<< 6562 1726776621.88901: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776621.88938: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776621.88990: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp57eejym2 /root/.ansible/tmp/ansible-tmp-1726776621.837988-9020-89082311772699/AnsiballZ_command.py <<< 6562 1726776621.88993: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776621.837988-9020-89082311772699/AnsiballZ_command.py" <<< 6562 1726776621.89033: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp57eejym2" to remote "/root/.ansible/tmp/ansible-tmp-1726776621.837988-9020-89082311772699/AnsiballZ_command.py" <<< 6562 1726776621.89039: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776621.837988-9020-89082311772699/AnsiballZ_command.py" <<< 6562 1726776621.89602: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776621.89639: stderr chunk (state=3): >>><<< 6562 1726776621.89643: stdout chunk (state=3): >>><<< 6562 1726776621.89669: done transferring module to remote 6562 1726776621.89675: _low_level_execute_command(): starting 6562 1726776621.89681: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776621.837988-9020-89082311772699/ /root/.ansible/tmp/ansible-tmp-1726776621.837988-9020-89082311772699/AnsiballZ_command.py && sleep 0' 6562 1726776621.90108: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.90111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776621.90113: 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.11.25 is address debug1: re-parsing configuration <<< 6562 1726776621.90119: 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.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.90165: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776621.90168: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.90220: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776621.91949: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776621.91970: stderr chunk (state=3): >>><<< 6562 1726776621.91973: stdout chunk (state=3): >>><<< 6562 1726776621.91994: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776621.91997: _low_level_execute_command(): starting 6562 1726776621.91999: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776621.837988-9020-89082311772699/AnsiballZ_command.py && sleep 0' 6562 1726776621.92383: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776621.92389: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.92403: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776621.92450: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776621.92462: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776621.92515: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776622.08290: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "start": "2024-09-19 16:10:22.077009", "end": "2024-09-19 16:10:22.082054", "delta": "0:00:00.005045", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "_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}}} <<< 6562 1726776622.09854: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776622.09883: stderr chunk (state=3): >>><<< 6562 1726776622.09888: stdout chunk (state=3): >>><<< 6562 1726776622.09906: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "start": "2024-09-19 16:10:22.077009", "end": "2024-09-19 16:10:22.082054", "delta": "0:00:00.005045", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "_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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776622.09942: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968', '_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-1726776621.837988-9020-89082311772699/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776622.09950: _low_level_execute_command(): starting 6562 1726776622.09954: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776621.837988-9020-89082311772699/ > /dev/null 2>&1 && sleep 0' 6562 1726776622.10400: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776622.10403: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776622.10411: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776622.10414: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776622.10416: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776622.10459: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776622.10463: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776622.10468: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776622.10512: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776622.12311: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776622.12334: stderr chunk (state=3): >>><<< 6562 1726776622.12337: stdout chunk (state=3): >>><<< 6562 1726776622.12351: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776622.12357: handler run complete 6562 1726776622.12373: Evaluated conditional (False): False 6562 1726776622.12381: attempt loop complete, returning result 6562 1726776622.12384: _execute() done 6562 1726776622.12391: dumping result to json 6562 1726776622.12393: done dumping result, returning 6562 1726776622.12401: done running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot [12343ab9-b159-238d-eb1a-000000000018] 6562 1726776622.12405: sending task result for task 12343ab9-b159-238d-eb1a-000000000018 6562 1726776622.12499: done sending task result for task 12343ab9-b159-238d-eb1a-000000000018 6562 1726776622.12502: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "delta": "0:00:00.005045", "end": "2024-09-19 16:10:22.082054", "rc": 0, "start": "2024-09-19 16:10:22.077009" } 6562 1726776622.12560: no more pending results, returning what we have 6562 1726776622.12563: results queue empty 6562 1726776622.12564: checking for any_errors_fatal 6562 1726776622.12570: done checking for any_errors_fatal 6562 1726776622.12571: checking for max_fail_percentage 6562 1726776622.12572: done checking for max_fail_percentage 6562 1726776622.12573: checking to see if all hosts have failed and the running result is not ok 6562 1726776622.12574: done checking to see if all hosts have failed 6562 1726776622.12575: getting the remaining hosts for this loop 6562 1726776622.12577: done getting the remaining hosts for this loop 6562 1726776622.12580: getting the next task for host managed_node2 6562 1726776622.12589: done getting next task for host managed_node2 6562 1726776622.12592: ^ task is: TASK: Check with tuned verify 6562 1726776622.12593: ^ state is: HOST STATE: block=2, task=22, 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 6562 1726776622.12597: getting variables 6562 1726776622.12598: in VariableManager get_vars() 6562 1726776622.12629: Calling all_inventory to load vars for managed_node2 6562 1726776622.12632: Calling groups_inventory to load vars for managed_node2 6562 1726776622.12634: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776622.12642: Calling all_plugins_play to load vars for managed_node2 6562 1726776622.12645: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776622.12647: Calling groups_plugins_play to load vars for managed_node2 6562 1726776622.12768: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776622.12883: done with get_vars() 6562 1726776622.12895: done getting variables 6562 1726776622.12937: 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 with tuned verify] ************************************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:115 Thursday 19 September 2024 16:10:22 -0400 (0:00:00.326) 0:01:04.364 **** 6562 1726776622.12957: entering _queue_task() for managed_node2/command 6562 1726776622.13138: worker is 1 (out of 1 available) 6562 1726776622.13150: exiting _queue_task() for managed_node2/command 6562 1726776622.13161: done queuing things up, now waiting for results queue to drain 6562 1726776622.13163: waiting for pending results... 6562 1726776622.13323: running TaskExecutor() for managed_node2/TASK: Check with tuned verify 6562 1726776622.13372: in run() - task 12343ab9-b159-238d-eb1a-000000000019 6562 1726776622.13385: variable 'ansible_search_path' from source: unknown 6562 1726776622.13415: calling self._execute() 6562 1726776622.13474: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.13477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.13492: variable 'omit' from source: magic vars 6562 1726776622.13560: variable 'omit' from source: magic vars 6562 1726776622.13580: variable 'omit' from source: magic vars 6562 1726776622.13607: variable 'omit' from source: magic vars 6562 1726776622.13638: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776622.13663: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776622.13917: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776622.13932: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776622.13941: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776622.13966: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776622.13969: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.13971: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.14040: Set connection var ansible_timeout to 10 6562 1726776622.14050: Set connection var ansible_pipelining to False 6562 1726776622.14055: Set connection var ansible_shell_executable to /bin/sh 6562 1726776622.14062: Set connection var ansible_shell_type to sh 6562 1726776622.14066: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776622.14069: Set connection var ansible_connection to ssh 6562 1726776622.14084: variable 'ansible_shell_executable' from source: unknown 6562 1726776622.14090: variable 'ansible_connection' from source: unknown 6562 1726776622.14093: variable 'ansible_module_compression' from source: unknown 6562 1726776622.14095: variable 'ansible_shell_type' from source: unknown 6562 1726776622.14099: variable 'ansible_shell_executable' from source: unknown 6562 1726776622.14102: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.14106: variable 'ansible_pipelining' from source: unknown 6562 1726776622.14108: variable 'ansible_timeout' from source: unknown 6562 1726776622.14112: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.14215: 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) 6562 1726776622.14223: variable 'omit' from source: magic vars 6562 1726776622.14228: starting attempt loop 6562 1726776622.14231: running the handler 6562 1726776622.14242: _low_level_execute_command(): starting 6562 1726776622.14248: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776622.14745: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776622.14749: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776622.14753: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776622.14756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776622.14804: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776622.14808: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776622.14869: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776622.16442: stdout chunk (state=3): >>>/root <<< 6562 1726776622.16544: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776622.16569: stderr chunk (state=3): >>><<< 6562 1726776622.16572: stdout chunk (state=3): >>><<< 6562 1726776622.16594: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776622.16605: _low_level_execute_command(): starting 6562 1726776622.16610: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776622.1659334-9035-72110154782064 `" && echo ansible-tmp-1726776622.1659334-9035-72110154782064="` echo /root/.ansible/tmp/ansible-tmp-1726776622.1659334-9035-72110154782064 `" ) && sleep 0' 6562 1726776622.17179: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776622.17194: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776622.17209: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776622.17281: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776622.19169: stdout chunk (state=3): >>>ansible-tmp-1726776622.1659334-9035-72110154782064=/root/.ansible/tmp/ansible-tmp-1726776622.1659334-9035-72110154782064 <<< 6562 1726776622.19276: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776622.19302: stderr chunk (state=3): >>><<< 6562 1726776622.19305: stdout chunk (state=3): >>><<< 6562 1726776622.19319: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776622.1659334-9035-72110154782064=/root/.ansible/tmp/ansible-tmp-1726776622.1659334-9035-72110154782064 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776622.19342: variable 'ansible_module_compression' from source: unknown 6562 1726776622.19379: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776622.19408: variable 'ansible_facts' from source: unknown 6562 1726776622.19458: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776622.1659334-9035-72110154782064/AnsiballZ_command.py 6562 1726776622.19548: Sending initial data 6562 1726776622.19552: Sent initial data (153 bytes) 6562 1726776622.20134: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776622.20185: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776622.20211: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776622.20223: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776622.20303: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776622.21863: 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 <<< 6562 1726776622.21870: 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 <<< 6562 1726776622.21913: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776622.21959: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp098w9qig /root/.ansible/tmp/ansible-tmp-1726776622.1659334-9035-72110154782064/AnsiballZ_command.py <<< 6562 1726776622.21966: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776622.1659334-9035-72110154782064/AnsiballZ_command.py" <<< 6562 1726776622.22005: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp098w9qig" to remote "/root/.ansible/tmp/ansible-tmp-1726776622.1659334-9035-72110154782064/AnsiballZ_command.py" <<< 6562 1726776622.22013: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776622.1659334-9035-72110154782064/AnsiballZ_command.py" <<< 6562 1726776622.22938: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776622.23010: stderr chunk (state=3): >>><<< 6562 1726776622.23021: stdout chunk (state=3): >>><<< 6562 1726776622.23074: done transferring module to remote 6562 1726776622.23092: _low_level_execute_command(): starting 6562 1726776622.23102: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776622.1659334-9035-72110154782064/ /root/.ansible/tmp/ansible-tmp-1726776622.1659334-9035-72110154782064/AnsiballZ_command.py && sleep 0' 6562 1726776622.23705: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776622.23720: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776622.23811: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776622.23847: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776622.23866: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776622.23892: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776622.23983: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776622.26078: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776622.26116: stdout chunk (state=3): >>><<< 6562 1726776622.26129: stderr chunk (state=3): >>><<< 6562 1726776622.26152: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776622.26160: _low_level_execute_command(): starting 6562 1726776622.26170: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776622.1659334-9035-72110154782064/AnsiballZ_command.py && sleep 0' 6562 1726776622.26866: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776622.26882: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776622.26904: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776622.26921: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776622.27032: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776622.27061: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776622.27150: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776622.52470: 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:22.426390", "end": "2024-09-19 16:10:22.523759", "delta": "0:00:00.097369", "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}}} <<< 6562 1726776622.54085: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776622.54095: stderr chunk (state=3): >>><<< 6562 1726776622.54098: stdout chunk (state=3): >>><<< 6562 1726776622.54114: _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:22.426390", "end": "2024-09-19 16:10:22.523759", "delta": "0:00:00.097369", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776622.54153: 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-1726776622.1659334-9035-72110154782064/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776622.54159: _low_level_execute_command(): starting 6562 1726776622.54164: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776622.1659334-9035-72110154782064/ > /dev/null 2>&1 && sleep 0' 6562 1726776622.54616: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776622.54619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776622.54621: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776622.54623: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776622.54681: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776622.54691: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776622.54693: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776622.54734: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776622.56542: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776622.56571: stderr chunk (state=3): >>><<< 6562 1726776622.56575: stdout chunk (state=3): >>><<< 6562 1726776622.56591: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776622.56596: handler run complete 6562 1726776622.56613: Evaluated conditional (False): False 6562 1726776622.56621: attempt loop complete, returning result 6562 1726776622.56623: _execute() done 6562 1726776622.56626: dumping result to json 6562 1726776622.56631: done dumping result, returning 6562 1726776622.56638: done running TaskExecutor() for managed_node2/TASK: Check with tuned verify [12343ab9-b159-238d-eb1a-000000000019] 6562 1726776622.56642: sending task result for task 12343ab9-b159-238d-eb1a-000000000019 6562 1726776622.56736: done sending task result for task 12343ab9-b159-238d-eb1a-000000000019 6562 1726776622.56739: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.097369", "end": "2024-09-19 16:10:22.523759", "rc": 0, "start": "2024-09-19 16:10:22.426390" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 6562 1726776622.56803: no more pending results, returning what we have 6562 1726776622.56807: results queue empty 6562 1726776622.56807: checking for any_errors_fatal 6562 1726776622.56814: done checking for any_errors_fatal 6562 1726776622.56815: checking for max_fail_percentage 6562 1726776622.56816: done checking for max_fail_percentage 6562 1726776622.56817: checking to see if all hosts have failed and the running result is not ok 6562 1726776622.56818: done checking to see if all hosts have failed 6562 1726776622.56818: getting the remaining hosts for this loop 6562 1726776622.56821: done getting the remaining hosts for this loop 6562 1726776622.56824: getting the next task for host managed_node2 6562 1726776622.56830: done getting next task for host managed_node2 6562 1726776622.56833: ^ task is: TASK: Apply role again and remove settings 6562 1726776622.56834: ^ state is: HOST STATE: block=2, task=23, 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 6562 1726776622.56838: getting variables 6562 1726776622.56839: in VariableManager get_vars() 6562 1726776622.56869: Calling all_inventory to load vars for managed_node2 6562 1726776622.56872: Calling groups_inventory to load vars for managed_node2 6562 1726776622.56874: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776622.56883: Calling all_plugins_play to load vars for managed_node2 6562 1726776622.56885: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776622.56896: Calling groups_plugins_play to load vars for managed_node2 6562 1726776622.57206: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776622.57316: done with get_vars() 6562 1726776622.57323: done getting variables TASK [Apply role again and remove settings] ************************************ task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:119 Thursday 19 September 2024 16:10:22 -0400 (0:00:00.444) 0:01:04.808 **** 6562 1726776622.57385: entering _queue_task() for managed_node2/include_role 6562 1726776622.57570: worker is 1 (out of 1 available) 6562 1726776622.57581: exiting _queue_task() for managed_node2/include_role 6562 1726776622.57597: done queuing things up, now waiting for results queue to drain 6562 1726776622.57599: waiting for pending results... 6562 1726776622.57757: running TaskExecutor() for managed_node2/TASK: Apply role again and remove settings 6562 1726776622.57812: in run() - task 12343ab9-b159-238d-eb1a-00000000001a 6562 1726776622.57826: variable 'ansible_search_path' from source: unknown 6562 1726776622.57852: calling self._execute() 6562 1726776622.57912: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.57918: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.57928: variable 'omit' from source: magic vars 6562 1726776622.58005: _execute() done 6562 1726776622.58009: dumping result to json 6562 1726776622.58012: done dumping result, returning 6562 1726776622.58017: done running TaskExecutor() for managed_node2/TASK: Apply role again and remove settings [12343ab9-b159-238d-eb1a-00000000001a] 6562 1726776622.58022: sending task result for task 12343ab9-b159-238d-eb1a-00000000001a 6562 1726776622.58129: done sending task result for task 12343ab9-b159-238d-eb1a-00000000001a 6562 1726776622.58132: WORKER PROCESS EXITING 6562 1726776622.58169: no more pending results, returning what we have 6562 1726776622.58173: in VariableManager get_vars() 6562 1726776622.58207: Calling all_inventory to load vars for managed_node2 6562 1726776622.58210: Calling groups_inventory to load vars for managed_node2 6562 1726776622.58212: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776622.58221: Calling all_plugins_play to load vars for managed_node2 6562 1726776622.58223: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776622.58226: Calling groups_plugins_play to load vars for managed_node2 6562 1726776622.58333: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776622.58465: done with get_vars() 6562 1726776622.58470: variable 'ansible_search_path' from source: unknown 6562 1726776622.59402: variable 'omit' from source: magic vars 6562 1726776622.59419: variable 'omit' from source: magic vars 6562 1726776622.59428: variable 'omit' from source: magic vars 6562 1726776622.59432: we have included files to process 6562 1726776622.59433: generating all_blocks data 6562 1726776622.59434: done generating all_blocks data 6562 1726776622.59437: processing included file: fedora.linux_system_roles.kernel_settings 6562 1726776622.59450: in VariableManager get_vars() 6562 1726776622.59461: done with get_vars() 6562 1726776622.59479: in VariableManager get_vars() 6562 1726776622.59493: done with get_vars() 6562 1726776622.59519: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6562 1726776622.59557: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6562 1726776622.59571: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6562 1726776622.59619: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6562 1726776622.59933: in VariableManager get_vars() 6562 1726776622.59947: done with get_vars() 6562 1726776622.60759: in VariableManager get_vars() 6562 1726776622.60772: done with get_vars() 6562 1726776622.60876: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6562 1726776622.61255: iterating over new_blocks loaded from include file 6562 1726776622.61256: in VariableManager get_vars() 6562 1726776622.61267: done with get_vars() 6562 1726776622.61268: filtering new block on tags 6562 1726776622.61308: done filtering new block on tags 6562 1726776622.61310: in VariableManager get_vars() 6562 1726776622.61319: done with get_vars() 6562 1726776622.61320: filtering new block on tags 6562 1726776622.61341: done filtering new block on tags 6562 1726776622.61343: in VariableManager get_vars() 6562 1726776622.61351: done with get_vars() 6562 1726776622.61352: filtering new block on tags 6562 1726776622.61429: done filtering new block on tags 6562 1726776622.61431: in VariableManager get_vars() 6562 1726776622.61440: done with get_vars() 6562 1726776622.61441: filtering new block on tags 6562 1726776622.61450: done filtering new block on tags 6562 1726776622.61452: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node2 6562 1726776622.61455: extending task lists for all hosts with included blocks 6562 1726776622.62344: done extending task lists 6562 1726776622.62346: done processing included files 6562 1726776622.62346: results queue empty 6562 1726776622.62347: checking for any_errors_fatal 6562 1726776622.62350: done checking for any_errors_fatal 6562 1726776622.62350: checking for max_fail_percentage 6562 1726776622.62351: done checking for max_fail_percentage 6562 1726776622.62352: checking to see if all hosts have failed and the running result is not ok 6562 1726776622.62353: done checking to see if all hosts have failed 6562 1726776622.62354: getting the remaining hosts for this loop 6562 1726776622.62355: done getting the remaining hosts for this loop 6562 1726776622.62357: getting the next task for host managed_node2 6562 1726776622.62359: done getting next task for host managed_node2 6562 1726776622.62362: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6562 1726776622.62363: ^ state is: HOST STATE: block=2, task=24, 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 6562 1726776622.62371: getting variables 6562 1726776622.62371: in VariableManager get_vars() 6562 1726776622.62381: Calling all_inventory to load vars for managed_node2 6562 1726776622.62383: Calling groups_inventory to load vars for managed_node2 6562 1726776622.62384: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776622.62391: Calling all_plugins_play to load vars for managed_node2 6562 1726776622.62392: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776622.62394: Calling groups_plugins_play to load vars for managed_node2 6562 1726776622.62495: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776622.62611: done with get_vars() 6562 1726776622.62618: done getting variables 6562 1726776622.62645: 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:22 -0400 (0:00:00.052) 0:01:04.861 **** 6562 1726776622.62665: entering _queue_task() for managed_node2/fail 6562 1726776622.62884: worker is 1 (out of 1 available) 6562 1726776622.62901: exiting _queue_task() for managed_node2/fail 6562 1726776622.62913: done queuing things up, now waiting for results queue to drain 6562 1726776622.62915: waiting for pending results... 6562 1726776622.63083: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6562 1726776622.63148: in run() - task 12343ab9-b159-238d-eb1a-0000000002ff 6562 1726776622.63159: variable 'ansible_search_path' from source: unknown 6562 1726776622.63162: variable 'ansible_search_path' from source: unknown 6562 1726776622.63193: calling self._execute() 6562 1726776622.63256: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.63260: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.63269: variable 'omit' from source: magic vars 6562 1726776622.63602: variable 'kernel_settings_sysctl' from source: include params 6562 1726776622.63615: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776622.63622: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 6562 1726776622.63817: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776622.65222: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776622.65268: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776622.65297: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776622.65335: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776622.65356: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776622.65418: 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) 6562 1726776622.65441: 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) 6562 1726776622.65458: 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) 6562 1726776622.65483: 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) 6562 1726776622.65496: 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) 6562 1726776622.65538: 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) 6562 1726776622.65552: 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) 6562 1726776622.65569: 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) 6562 1726776622.65596: 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) 6562 1726776622.65606: 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) 6562 1726776622.65638: 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) 6562 1726776622.65655: 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) 6562 1726776622.65672: 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) 6562 1726776622.65698: 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) 6562 1726776622.65708: 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) 6562 1726776622.65893: variable 'kernel_settings_sysctl' from source: include params 6562 1726776622.65942: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776622.66054: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776622.66081: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776622.66106: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776622.66128: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776622.66160: 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) 6562 1726776622.66175: 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) 6562 1726776622.66196: 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) 6562 1726776622.66214: 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) 6562 1726776622.66237: 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 6562 1726776622.66241: when evaluation is False, skipping this task 6562 1726776622.66243: _execute() done 6562 1726776622.66246: dumping result to json 6562 1726776622.66248: done dumping result, returning 6562 1726776622.66255: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [12343ab9-b159-238d-eb1a-0000000002ff] 6562 1726776622.66260: sending task result for task 12343ab9-b159-238d-eb1a-0000000002ff 6562 1726776622.66350: done sending task result for task 12343ab9-b159-238d-eb1a-0000000002ff 6562 1726776622.66353: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 6562 1726776622.66409: no more pending results, returning what we have 6562 1726776622.66413: results queue empty 6562 1726776622.66414: checking for any_errors_fatal 6562 1726776622.66415: done checking for any_errors_fatal 6562 1726776622.66416: checking for max_fail_percentage 6562 1726776622.66417: done checking for max_fail_percentage 6562 1726776622.66418: checking to see if all hosts have failed and the running result is not ok 6562 1726776622.66419: done checking to see if all hosts have failed 6562 1726776622.66419: getting the remaining hosts for this loop 6562 1726776622.66421: done getting the remaining hosts for this loop 6562 1726776622.66425: getting the next task for host managed_node2 6562 1726776622.66432: done getting next task for host managed_node2 6562 1726776622.66436: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6562 1726776622.66438: ^ state is: HOST STATE: block=2, task=24, 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 6562 1726776622.66452: getting variables 6562 1726776622.66454: in VariableManager get_vars() 6562 1726776622.66485: Calling all_inventory to load vars for managed_node2 6562 1726776622.66492: Calling groups_inventory to load vars for managed_node2 6562 1726776622.66494: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776622.66502: Calling all_plugins_play to load vars for managed_node2 6562 1726776622.66504: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776622.66507: Calling groups_plugins_play to load vars for managed_node2 6562 1726776622.66653: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776622.66774: done with get_vars() 6562 1726776622.66783: 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:22 -0400 (0:00:00.041) 0:01:04.903 **** 6562 1726776622.66849: entering _queue_task() for managed_node2/include_tasks 6562 1726776622.67040: worker is 1 (out of 1 available) 6562 1726776622.67053: exiting _queue_task() for managed_node2/include_tasks 6562 1726776622.67067: done queuing things up, now waiting for results queue to drain 6562 1726776622.67069: waiting for pending results... 6562 1726776622.67237: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6562 1726776622.67308: in run() - task 12343ab9-b159-238d-eb1a-000000000300 6562 1726776622.67319: variable 'ansible_search_path' from source: unknown 6562 1726776622.67323: variable 'ansible_search_path' from source: unknown 6562 1726776622.67351: calling self._execute() 6562 1726776622.67418: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.67424: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.67433: variable 'omit' from source: magic vars 6562 1726776622.67513: _execute() done 6562 1726776622.67516: dumping result to json 6562 1726776622.67520: done dumping result, returning 6562 1726776622.67522: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [12343ab9-b159-238d-eb1a-000000000300] 6562 1726776622.67524: sending task result for task 12343ab9-b159-238d-eb1a-000000000300 6562 1726776622.67608: done sending task result for task 12343ab9-b159-238d-eb1a-000000000300 6562 1726776622.67611: WORKER PROCESS EXITING 6562 1726776622.67651: no more pending results, returning what we have 6562 1726776622.67655: in VariableManager get_vars() 6562 1726776622.67688: Calling all_inventory to load vars for managed_node2 6562 1726776622.67691: Calling groups_inventory to load vars for managed_node2 6562 1726776622.67693: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776622.67701: Calling all_plugins_play to load vars for managed_node2 6562 1726776622.67704: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776622.67706: Calling groups_plugins_play to load vars for managed_node2 6562 1726776622.67821: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776622.67934: done with get_vars() 6562 1726776622.67940: variable 'ansible_search_path' from source: unknown 6562 1726776622.67941: variable 'ansible_search_path' from source: unknown 6562 1726776622.67963: we have included files to process 6562 1726776622.67964: generating all_blocks data 6562 1726776622.67965: done generating all_blocks data 6562 1726776622.67970: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6562 1726776622.67971: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6562 1726776622.67973: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6562 1726776622.68427: done processing included file 6562 1726776622.68429: iterating over new_blocks loaded from include file 6562 1726776622.68430: in VariableManager get_vars() 6562 1726776622.68444: done with get_vars() 6562 1726776622.68445: filtering new block on tags 6562 1726776622.68460: done filtering new block on tags 6562 1726776622.68462: in VariableManager get_vars() 6562 1726776622.68474: done with get_vars() 6562 1726776622.68475: filtering new block on tags 6562 1726776622.68500: done filtering new block on tags 6562 1726776622.68502: in VariableManager get_vars() 6562 1726776622.68516: done with get_vars() 6562 1726776622.68517: filtering new block on tags 6562 1726776622.68538: done filtering new block on tags 6562 1726776622.68540: in VariableManager get_vars() 6562 1726776622.68553: done with get_vars() 6562 1726776622.68554: filtering new block on tags 6562 1726776622.68566: done filtering new block on tags 6562 1726776622.68567: 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_node2 6562 1726776622.68571: extending task lists for all hosts with included blocks 6562 1726776622.68658: done extending task lists 6562 1726776622.68659: done processing included files 6562 1726776622.68659: results queue empty 6562 1726776622.68660: checking for any_errors_fatal 6562 1726776622.68662: done checking for any_errors_fatal 6562 1726776622.68662: checking for max_fail_percentage 6562 1726776622.68663: done checking for max_fail_percentage 6562 1726776622.68663: checking to see if all hosts have failed and the running result is not ok 6562 1726776622.68664: done checking to see if all hosts have failed 6562 1726776622.68665: getting the remaining hosts for this loop 6562 1726776622.68665: done getting the remaining hosts for this loop 6562 1726776622.68667: getting the next task for host managed_node2 6562 1726776622.68670: done getting next task for host managed_node2 6562 1726776622.68671: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6562 1726776622.68673: ^ state is: HOST STATE: block=2, task=24, 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 6562 1726776622.68680: getting variables 6562 1726776622.68680: in VariableManager get_vars() 6562 1726776622.68691: Calling all_inventory to load vars for managed_node2 6562 1726776622.68693: Calling groups_inventory to load vars for managed_node2 6562 1726776622.68694: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776622.68697: Calling all_plugins_play to load vars for managed_node2 6562 1726776622.68699: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776622.68700: Calling groups_plugins_play to load vars for managed_node2 6562 1726776622.68798: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776622.68908: done with get_vars() 6562 1726776622.68915: 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:22 -0400 (0:00:00.021) 0:01:04.924 **** 6562 1726776622.68964: entering _queue_task() for managed_node2/setup 6562 1726776622.69159: worker is 1 (out of 1 available) 6562 1726776622.69173: exiting _queue_task() for managed_node2/setup 6562 1726776622.69185: done queuing things up, now waiting for results queue to drain 6562 1726776622.69188: waiting for pending results... 6562 1726776622.69352: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6562 1726776622.69428: in run() - task 12343ab9-b159-238d-eb1a-000000000413 6562 1726776622.69441: variable 'ansible_search_path' from source: unknown 6562 1726776622.69444: variable 'ansible_search_path' from source: unknown 6562 1726776622.69470: calling self._execute() 6562 1726776622.69533: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.69537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.69547: variable 'omit' from source: magic vars 6562 1726776622.69916: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776622.71521: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776622.71562: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776622.71589: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776622.71626: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776622.71646: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776622.71706: 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) 6562 1726776622.71727: 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) 6562 1726776622.71745: 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) 6562 1726776622.71769: 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) 6562 1726776622.71780: 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) 6562 1726776622.71823: 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) 6562 1726776622.71840: 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) 6562 1726776622.71856: 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) 6562 1726776622.71879: 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) 6562 1726776622.71893: 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) 6562 1726776622.72010: variable '__kernel_settings_required_facts' from source: role '' all vars 6562 1726776622.72019: variable 'ansible_facts' from source: unknown 6562 1726776622.72075: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 6562 1726776622.72078: when evaluation is False, skipping this task 6562 1726776622.72081: _execute() done 6562 1726776622.72084: dumping result to json 6562 1726776622.72089: done dumping result, returning 6562 1726776622.72097: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [12343ab9-b159-238d-eb1a-000000000413] 6562 1726776622.72100: sending task result for task 12343ab9-b159-238d-eb1a-000000000413 6562 1726776622.72187: done sending task result for task 12343ab9-b159-238d-eb1a-000000000413 6562 1726776622.72191: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 6562 1726776622.72237: no more pending results, returning what we have 6562 1726776622.72241: results queue empty 6562 1726776622.72241: checking for any_errors_fatal 6562 1726776622.72243: done checking for any_errors_fatal 6562 1726776622.72243: checking for max_fail_percentage 6562 1726776622.72245: done checking for max_fail_percentage 6562 1726776622.72246: checking to see if all hosts have failed and the running result is not ok 6562 1726776622.72246: done checking to see if all hosts have failed 6562 1726776622.72247: getting the remaining hosts for this loop 6562 1726776622.72249: done getting the remaining hosts for this loop 6562 1726776622.72253: getting the next task for host managed_node2 6562 1726776622.72262: done getting next task for host managed_node2 6562 1726776622.72266: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6562 1726776622.72270: ^ state is: HOST STATE: block=2, task=24, 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 6562 1726776622.72285: getting variables 6562 1726776622.72289: in VariableManager get_vars() 6562 1726776622.72322: Calling all_inventory to load vars for managed_node2 6562 1726776622.72325: Calling groups_inventory to load vars for managed_node2 6562 1726776622.72327: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776622.72335: Calling all_plugins_play to load vars for managed_node2 6562 1726776622.72337: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776622.72339: Calling groups_plugins_play to load vars for managed_node2 6562 1726776622.72467: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776622.72594: done with get_vars() 6562 1726776622.72603: 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:22 -0400 (0:00:00.037) 0:01:04.961 **** 6562 1726776622.72667: entering _queue_task() for managed_node2/stat 6562 1726776622.72852: worker is 1 (out of 1 available) 6562 1726776622.72864: exiting _queue_task() for managed_node2/stat 6562 1726776622.72877: done queuing things up, now waiting for results queue to drain 6562 1726776622.72879: waiting for pending results... 6562 1726776622.73053: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6562 1726776622.73131: in run() - task 12343ab9-b159-238d-eb1a-000000000415 6562 1726776622.73142: variable 'ansible_search_path' from source: unknown 6562 1726776622.73145: variable 'ansible_search_path' from source: unknown 6562 1726776622.73174: calling self._execute() 6562 1726776622.73237: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.73242: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.73250: variable 'omit' from source: magic vars 6562 1726776622.73573: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776622.73822: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776622.73825: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776622.73847: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776622.73873: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776622.73937: 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) 6562 1726776622.73954: 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) 6562 1726776622.73973: 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) 6562 1726776622.73993: 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) 6562 1726776622.74074: variable '__kernel_settings_is_ostree' from source: set_fact 6562 1726776622.74080: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6562 1726776622.74083: when evaluation is False, skipping this task 6562 1726776622.74090: _execute() done 6562 1726776622.74093: dumping result to json 6562 1726776622.74095: done dumping result, returning 6562 1726776622.74100: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [12343ab9-b159-238d-eb1a-000000000415] 6562 1726776622.74105: sending task result for task 12343ab9-b159-238d-eb1a-000000000415 6562 1726776622.74191: done sending task result for task 12343ab9-b159-238d-eb1a-000000000415 6562 1726776622.74194: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6562 1726776622.74242: no more pending results, returning what we have 6562 1726776622.74245: results queue empty 6562 1726776622.74246: checking for any_errors_fatal 6562 1726776622.74251: done checking for any_errors_fatal 6562 1726776622.74252: checking for max_fail_percentage 6562 1726776622.74253: done checking for max_fail_percentage 6562 1726776622.74254: checking to see if all hosts have failed and the running result is not ok 6562 1726776622.74255: done checking to see if all hosts have failed 6562 1726776622.74255: getting the remaining hosts for this loop 6562 1726776622.74257: done getting the remaining hosts for this loop 6562 1726776622.74260: getting the next task for host managed_node2 6562 1726776622.74267: done getting next task for host managed_node2 6562 1726776622.74270: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6562 1726776622.74273: ^ state is: HOST STATE: block=2, task=24, 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 6562 1726776622.74292: getting variables 6562 1726776622.74293: in VariableManager get_vars() 6562 1726776622.74326: Calling all_inventory to load vars for managed_node2 6562 1726776622.74329: Calling groups_inventory to load vars for managed_node2 6562 1726776622.74331: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776622.74339: Calling all_plugins_play to load vars for managed_node2 6562 1726776622.74341: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776622.74343: Calling groups_plugins_play to load vars for managed_node2 6562 1726776622.74481: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776622.74606: done with get_vars() 6562 1726776622.74613: done getting variables 6562 1726776622.74654: 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:22 -0400 (0:00:00.020) 0:01:04.981 **** 6562 1726776622.74678: entering _queue_task() for managed_node2/set_fact 6562 1726776622.74869: worker is 1 (out of 1 available) 6562 1726776622.74882: exiting _queue_task() for managed_node2/set_fact 6562 1726776622.74899: done queuing things up, now waiting for results queue to drain 6562 1726776622.74901: waiting for pending results... 6562 1726776622.75061: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6562 1726776622.75141: in run() - task 12343ab9-b159-238d-eb1a-000000000416 6562 1726776622.75152: variable 'ansible_search_path' from source: unknown 6562 1726776622.75156: variable 'ansible_search_path' from source: unknown 6562 1726776622.75181: calling self._execute() 6562 1726776622.75243: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.75248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.75257: variable 'omit' from source: magic vars 6562 1726776622.75582: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776622.75753: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776622.75785: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776622.75812: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776622.75837: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776622.75900: 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) 6562 1726776622.75919: 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) 6562 1726776622.75936: 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) 6562 1726776622.75953: 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) 6562 1726776622.76039: variable '__kernel_settings_is_ostree' from source: set_fact 6562 1726776622.76047: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6562 1726776622.76050: when evaluation is False, skipping this task 6562 1726776622.76052: _execute() done 6562 1726776622.76054: dumping result to json 6562 1726776622.76057: done dumping result, returning 6562 1726776622.76064: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [12343ab9-b159-238d-eb1a-000000000416] 6562 1726776622.76069: sending task result for task 12343ab9-b159-238d-eb1a-000000000416 6562 1726776622.76153: done sending task result for task 12343ab9-b159-238d-eb1a-000000000416 6562 1726776622.76156: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6562 1726776622.76207: no more pending results, returning what we have 6562 1726776622.76211: results queue empty 6562 1726776622.76211: checking for any_errors_fatal 6562 1726776622.76218: done checking for any_errors_fatal 6562 1726776622.76218: checking for max_fail_percentage 6562 1726776622.76220: done checking for max_fail_percentage 6562 1726776622.76220: checking to see if all hosts have failed and the running result is not ok 6562 1726776622.76221: done checking to see if all hosts have failed 6562 1726776622.76222: getting the remaining hosts for this loop 6562 1726776622.76224: done getting the remaining hosts for this loop 6562 1726776622.76227: getting the next task for host managed_node2 6562 1726776622.76236: done getting next task for host managed_node2 6562 1726776622.76239: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6562 1726776622.76242: ^ state is: HOST STATE: block=2, task=24, 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 6562 1726776622.76256: getting variables 6562 1726776622.76257: in VariableManager get_vars() 6562 1726776622.76291: Calling all_inventory to load vars for managed_node2 6562 1726776622.76294: Calling groups_inventory to load vars for managed_node2 6562 1726776622.76296: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776622.76304: Calling all_plugins_play to load vars for managed_node2 6562 1726776622.76306: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776622.76309: Calling groups_plugins_play to load vars for managed_node2 6562 1726776622.76421: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776622.76548: done with get_vars() 6562 1726776622.76556: 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:22 -0400 (0:00:00.019) 0:01:05.001 **** 6562 1726776622.76624: entering _queue_task() for managed_node2/stat 6562 1726776622.76815: worker is 1 (out of 1 available) 6562 1726776622.76829: exiting _queue_task() for managed_node2/stat 6562 1726776622.76841: done queuing things up, now waiting for results queue to drain 6562 1726776622.76843: waiting for pending results... 6562 1726776622.77006: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6562 1726776622.77078: in run() - task 12343ab9-b159-238d-eb1a-000000000418 6562 1726776622.77095: variable 'ansible_search_path' from source: unknown 6562 1726776622.77099: variable 'ansible_search_path' from source: unknown 6562 1726776622.77122: calling self._execute() 6562 1726776622.77179: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.77186: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.77197: variable 'omit' from source: magic vars 6562 1726776622.77753: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776622.77916: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776622.77946: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776622.77971: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776622.77998: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776622.78059: 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) 6562 1726776622.78079: 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) 6562 1726776622.78099: 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) 6562 1726776622.78117: 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) 6562 1726776622.78199: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776622.78208: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6562 1726776622.78211: when evaluation is False, skipping this task 6562 1726776622.78213: _execute() done 6562 1726776622.78216: dumping result to json 6562 1726776622.78218: done dumping result, returning 6562 1726776622.78225: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [12343ab9-b159-238d-eb1a-000000000418] 6562 1726776622.78228: sending task result for task 12343ab9-b159-238d-eb1a-000000000418 6562 1726776622.78316: done sending task result for task 12343ab9-b159-238d-eb1a-000000000418 6562 1726776622.78319: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6562 1726776622.78364: no more pending results, returning what we have 6562 1726776622.78367: results queue empty 6562 1726776622.78368: checking for any_errors_fatal 6562 1726776622.78373: done checking for any_errors_fatal 6562 1726776622.78374: checking for max_fail_percentage 6562 1726776622.78375: done checking for max_fail_percentage 6562 1726776622.78376: checking to see if all hosts have failed and the running result is not ok 6562 1726776622.78376: done checking to see if all hosts have failed 6562 1726776622.78377: getting the remaining hosts for this loop 6562 1726776622.78379: done getting the remaining hosts for this loop 6562 1726776622.78383: getting the next task for host managed_node2 6562 1726776622.78393: done getting next task for host managed_node2 6562 1726776622.78397: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6562 1726776622.78400: ^ state is: HOST STATE: block=2, task=24, 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 6562 1726776622.78415: getting variables 6562 1726776622.78416: in VariableManager get_vars() 6562 1726776622.78445: Calling all_inventory to load vars for managed_node2 6562 1726776622.78448: Calling groups_inventory to load vars for managed_node2 6562 1726776622.78450: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776622.78457: Calling all_plugins_play to load vars for managed_node2 6562 1726776622.78460: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776622.78462: Calling groups_plugins_play to load vars for managed_node2 6562 1726776622.78753: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776622.78869: done with get_vars() 6562 1726776622.78876: done getting variables 6562 1726776622.78917: 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:22 -0400 (0:00:00.023) 0:01:05.024 **** 6562 1726776622.78941: entering _queue_task() for managed_node2/set_fact 6562 1726776622.79132: worker is 1 (out of 1 available) 6562 1726776622.79145: exiting _queue_task() for managed_node2/set_fact 6562 1726776622.79157: done queuing things up, now waiting for results queue to drain 6562 1726776622.79159: waiting for pending results... 6562 1726776622.79337: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6562 1726776622.79427: in run() - task 12343ab9-b159-238d-eb1a-000000000419 6562 1726776622.79438: variable 'ansible_search_path' from source: unknown 6562 1726776622.79443: variable 'ansible_search_path' from source: unknown 6562 1726776622.79468: calling self._execute() 6562 1726776622.79540: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.79544: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.79554: variable 'omit' from source: magic vars 6562 1726776622.79883: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776622.80062: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776622.80096: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776622.80122: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776622.80149: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776622.80216: 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) 6562 1726776622.80234: 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) 6562 1726776622.80253: 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) 6562 1726776622.80275: 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) 6562 1726776622.80365: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776622.80375: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6562 1726776622.80378: when evaluation is False, skipping this task 6562 1726776622.80381: _execute() done 6562 1726776622.80383: dumping result to json 6562 1726776622.80387: done dumping result, returning 6562 1726776622.80397: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [12343ab9-b159-238d-eb1a-000000000419] 6562 1726776622.80401: sending task result for task 12343ab9-b159-238d-eb1a-000000000419 6562 1726776622.80483: done sending task result for task 12343ab9-b159-238d-eb1a-000000000419 6562 1726776622.80488: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6562 1726776622.80531: no more pending results, returning what we have 6562 1726776622.80534: results queue empty 6562 1726776622.80535: checking for any_errors_fatal 6562 1726776622.80543: done checking for any_errors_fatal 6562 1726776622.80544: checking for max_fail_percentage 6562 1726776622.80545: done checking for max_fail_percentage 6562 1726776622.80546: checking to see if all hosts have failed and the running result is not ok 6562 1726776622.80547: done checking to see if all hosts have failed 6562 1726776622.80547: getting the remaining hosts for this loop 6562 1726776622.80550: done getting the remaining hosts for this loop 6562 1726776622.80553: getting the next task for host managed_node2 6562 1726776622.80563: done getting next task for host managed_node2 6562 1726776622.80567: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6562 1726776622.80570: ^ state is: HOST STATE: block=2, task=24, 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 6562 1726776622.80587: getting variables 6562 1726776622.80589: in VariableManager get_vars() 6562 1726776622.80620: Calling all_inventory to load vars for managed_node2 6562 1726776622.80622: Calling groups_inventory to load vars for managed_node2 6562 1726776622.80624: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776622.80632: Calling all_plugins_play to load vars for managed_node2 6562 1726776622.80634: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776622.80637: Calling groups_plugins_play to load vars for managed_node2 6562 1726776622.80757: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776622.80883: done with get_vars() 6562 1726776622.80893: done getting variables 6562 1726776622.80933: 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:22 -0400 (0:00:00.020) 0:01:05.044 **** 6562 1726776622.80957: entering _queue_task() for managed_node2/include_vars 6562 1726776622.81145: worker is 1 (out of 1 available) 6562 1726776622.81156: exiting _queue_task() for managed_node2/include_vars 6562 1726776622.81168: done queuing things up, now waiting for results queue to drain 6562 1726776622.81170: waiting for pending results... 6562 1726776622.81341: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6562 1726776622.81424: in run() - task 12343ab9-b159-238d-eb1a-00000000041b 6562 1726776622.81436: variable 'ansible_search_path' from source: unknown 6562 1726776622.81440: variable 'ansible_search_path' from source: unknown 6562 1726776622.81468: calling self._execute() 6562 1726776622.81533: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.81539: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.81547: variable 'omit' from source: magic vars 6562 1726776622.81625: variable 'omit' from source: magic vars 6562 1726776622.81667: variable 'omit' from source: magic vars 6562 1726776622.81994: variable 'ffparams' from source: task vars 6562 1726776622.82088: variable 'ansible_facts' from source: unknown 6562 1726776622.82216: variable 'ansible_facts' from source: unknown 6562 1726776622.82306: variable 'ansible_facts' from source: unknown 6562 1726776622.82391: variable 'ansible_facts' from source: unknown 6562 1726776622.82465: variable 'role_path' from source: magic vars 6562 1726776622.82594: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6562 1726776622.82727: Loaded config def from plugin (lookup/first_found) 6562 1726776622.82731: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 6562 1726776622.82760: variable 'ansible_search_path' from source: unknown 6562 1726776622.82776: variable 'ansible_search_path' from source: unknown 6562 1726776622.82783: variable 'ansible_search_path' from source: unknown 6562 1726776622.82793: variable 'ansible_search_path' from source: unknown 6562 1726776622.82803: variable 'ansible_search_path' from source: unknown 6562 1726776622.82819: variable 'omit' from source: magic vars 6562 1726776622.82837: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776622.82855: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776622.82870: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776622.82883: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776622.82894: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776622.82917: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776622.82920: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.82923: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.82984: Set connection var ansible_timeout to 10 6562 1726776622.82991: Set connection var ansible_pipelining to False 6562 1726776622.82997: Set connection var ansible_shell_executable to /bin/sh 6562 1726776622.83004: Set connection var ansible_shell_type to sh 6562 1726776622.83008: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776622.83013: Set connection var ansible_connection to ssh 6562 1726776622.83030: variable 'ansible_shell_executable' from source: unknown 6562 1726776622.83033: variable 'ansible_connection' from source: unknown 6562 1726776622.83035: variable 'ansible_module_compression' from source: unknown 6562 1726776622.83037: variable 'ansible_shell_type' from source: unknown 6562 1726776622.83039: variable 'ansible_shell_executable' from source: unknown 6562 1726776622.83041: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.83045: variable 'ansible_pipelining' from source: unknown 6562 1726776622.83048: variable 'ansible_timeout' from source: unknown 6562 1726776622.83052: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.83130: 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) 6562 1726776622.83138: variable 'omit' from source: magic vars 6562 1726776622.83142: starting attempt loop 6562 1726776622.83145: running the handler 6562 1726776622.83192: handler run complete 6562 1726776622.83199: attempt loop complete, returning result 6562 1726776622.83202: _execute() done 6562 1726776622.83204: dumping result to json 6562 1726776622.83209: done dumping result, returning 6562 1726776622.83216: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [12343ab9-b159-238d-eb1a-00000000041b] 6562 1726776622.83219: sending task result for task 12343ab9-b159-238d-eb1a-00000000041b 6562 1726776622.83320: done sending task result for task 12343ab9-b159-238d-eb1a-00000000041b 6562 1726776622.83323: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6562 1726776622.83423: no more pending results, returning what we have 6562 1726776622.83426: results queue empty 6562 1726776622.83427: checking for any_errors_fatal 6562 1726776622.83430: done checking for any_errors_fatal 6562 1726776622.83431: checking for max_fail_percentage 6562 1726776622.83433: done checking for max_fail_percentage 6562 1726776622.83433: checking to see if all hosts have failed and the running result is not ok 6562 1726776622.83434: done checking to see if all hosts have failed 6562 1726776622.83435: getting the remaining hosts for this loop 6562 1726776622.83436: done getting the remaining hosts for this loop 6562 1726776622.83439: getting the next task for host managed_node2 6562 1726776622.83445: done getting next task for host managed_node2 6562 1726776622.83449: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6562 1726776622.83451: ^ state is: HOST STATE: block=2, task=24, 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 6562 1726776622.83460: getting variables 6562 1726776622.83461: in VariableManager get_vars() 6562 1726776622.83492: Calling all_inventory to load vars for managed_node2 6562 1726776622.83494: Calling groups_inventory to load vars for managed_node2 6562 1726776622.83496: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776622.83502: Calling all_plugins_play to load vars for managed_node2 6562 1726776622.83504: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776622.83508: Calling groups_plugins_play to load vars for managed_node2 6562 1726776622.83650: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776622.83773: done with get_vars() 6562 1726776622.83780: done getting variables 6562 1726776622.83823: 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:22 -0400 (0:00:00.028) 0:01:05.073 **** 6562 1726776622.83847: entering _queue_task() for managed_node2/package 6562 1726776622.84038: worker is 1 (out of 1 available) 6562 1726776622.84050: exiting _queue_task() for managed_node2/package 6562 1726776622.84063: done queuing things up, now waiting for results queue to drain 6562 1726776622.84064: waiting for pending results... 6562 1726776622.84234: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6562 1726776622.84302: in run() - task 12343ab9-b159-238d-eb1a-000000000301 6562 1726776622.84315: variable 'ansible_search_path' from source: unknown 6562 1726776622.84319: variable 'ansible_search_path' from source: unknown 6562 1726776622.84345: calling self._execute() 6562 1726776622.84408: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.84414: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.84422: variable 'omit' from source: magic vars 6562 1726776622.84495: variable 'omit' from source: magic vars 6562 1726776622.84530: variable 'omit' from source: magic vars 6562 1726776622.84553: variable '__kernel_settings_packages' from source: include_vars 6562 1726776622.84766: variable '__kernel_settings_packages' from source: include_vars 6562 1726776622.84920: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776622.86304: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776622.86346: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776622.86374: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776622.86401: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776622.86421: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776622.86494: 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) 6562 1726776622.86514: 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) 6562 1726776622.86531: 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) 6562 1726776622.86558: 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) 6562 1726776622.86568: 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) 6562 1726776622.86643: variable '__kernel_settings_is_ostree' from source: set_fact 6562 1726776622.86646: variable 'omit' from source: magic vars 6562 1726776622.86669: variable 'omit' from source: magic vars 6562 1726776622.86693: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776622.86713: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776622.86728: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776622.86741: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776622.86749: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776622.86771: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776622.86774: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.86777: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.86843: Set connection var ansible_timeout to 10 6562 1726776622.86850: Set connection var ansible_pipelining to False 6562 1726776622.86855: Set connection var ansible_shell_executable to /bin/sh 6562 1726776622.86861: Set connection var ansible_shell_type to sh 6562 1726776622.86866: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776622.86869: Set connection var ansible_connection to ssh 6562 1726776622.86890: variable 'ansible_shell_executable' from source: unknown 6562 1726776622.86893: variable 'ansible_connection' from source: unknown 6562 1726776622.86898: variable 'ansible_module_compression' from source: unknown 6562 1726776622.86900: variable 'ansible_shell_type' from source: unknown 6562 1726776622.86903: variable 'ansible_shell_executable' from source: unknown 6562 1726776622.86905: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776622.86907: variable 'ansible_pipelining' from source: unknown 6562 1726776622.86909: variable 'ansible_timeout' from source: unknown 6562 1726776622.86911: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776622.86978: 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) 6562 1726776622.86990: variable 'omit' from source: magic vars 6562 1726776622.86993: starting attempt loop 6562 1726776622.86996: running the handler 6562 1726776622.87001: variable 'ansible_facts' from source: unknown 6562 1726776622.87004: variable 'ansible_facts' from source: unknown 6562 1726776622.87044: _low_level_execute_command(): starting 6562 1726776622.87050: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776622.87535: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776622.87539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776622.87541: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776622.87543: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776622.87593: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776622.87598: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776622.87609: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776622.87666: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776622.89394: stdout chunk (state=3): >>>/root <<< 6562 1726776622.89484: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776622.89519: stderr chunk (state=3): >>><<< 6562 1726776622.89531: stdout chunk (state=3): >>><<< 6562 1726776622.89542: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776622.89553: _low_level_execute_command(): starting 6562 1726776622.89558: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776622.895426-9064-10505038134048 `" && echo ansible-tmp-1726776622.895426-9064-10505038134048="` echo /root/.ansible/tmp/ansible-tmp-1726776622.895426-9064-10505038134048 `" ) && sleep 0' 6562 1726776622.90008: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776622.90011: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776622.90013: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776622.90015: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776622.90017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776622.90019: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776622.90068: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776622.90071: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776622.90074: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776622.90123: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776622.91998: stdout chunk (state=3): >>>ansible-tmp-1726776622.895426-9064-10505038134048=/root/.ansible/tmp/ansible-tmp-1726776622.895426-9064-10505038134048 <<< 6562 1726776622.92106: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776622.92134: stderr chunk (state=3): >>><<< 6562 1726776622.92137: stdout chunk (state=3): >>><<< 6562 1726776622.92155: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776622.895426-9064-10505038134048=/root/.ansible/tmp/ansible-tmp-1726776622.895426-9064-10505038134048 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776622.92183: variable 'ansible_module_compression' from source: unknown 6562 1726776622.92234: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 6562 1726776622.92269: variable 'ansible_facts' from source: unknown 6562 1726776622.92352: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776622.895426-9064-10505038134048/AnsiballZ_dnf.py 6562 1726776622.92484: Sending initial data 6562 1726776622.92489: Sent initial data (148 bytes) 6562 1726776622.92929: 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 <<< 6562 1726776622.92935: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776622.92938: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776622.92941: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776622.93000: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776622.93003: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776622.93009: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776622.93059: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776622.94603: 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 <<< 6562 1726776622.94648: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776622.94699: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp77ztecip /root/.ansible/tmp/ansible-tmp-1726776622.895426-9064-10505038134048/AnsiballZ_dnf.py <<< 6562 1726776622.94702: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776622.895426-9064-10505038134048/AnsiballZ_dnf.py" <<< 6562 1726776622.94742: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp77ztecip" to remote "/root/.ansible/tmp/ansible-tmp-1726776622.895426-9064-10505038134048/AnsiballZ_dnf.py" <<< 6562 1726776622.94748: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776622.895426-9064-10505038134048/AnsiballZ_dnf.py" <<< 6562 1726776622.95428: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776622.95469: stderr chunk (state=3): >>><<< 6562 1726776622.95472: stdout chunk (state=3): >>><<< 6562 1726776622.95510: done transferring module to remote 6562 1726776622.95518: _low_level_execute_command(): starting 6562 1726776622.95523: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776622.895426-9064-10505038134048/ /root/.ansible/tmp/ansible-tmp-1726776622.895426-9064-10505038134048/AnsiballZ_dnf.py && sleep 0' 6562 1726776622.95972: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776622.95975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776622.95978: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776622.95980: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776622.95982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776622.96033: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776622.96036: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776622.96042: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776622.96089: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776622.97839: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776622.97862: stderr chunk (state=3): >>><<< 6562 1726776622.97865: stdout chunk (state=3): >>><<< 6562 1726776622.97879: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776622.97882: _low_level_execute_command(): starting 6562 1726776622.97889: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776622.895426-9064-10505038134048/AnsiballZ_dnf.py && sleep 0' 6562 1726776622.98344: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776622.98350: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776622.98352: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776622.98354: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776622.98406: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776622.98409: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776622.98472: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776623.99534: 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}}} <<< 6562 1726776624.03569: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776624.03598: stderr chunk (state=3): >>><<< 6562 1726776624.03601: stdout chunk (state=3): >>><<< 6562 1726776624.03621: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776624.03658: 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-1726776622.895426-9064-10505038134048/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776624.03662: _low_level_execute_command(): starting 6562 1726776624.03667: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776622.895426-9064-10505038134048/ > /dev/null 2>&1 && sleep 0' 6562 1726776624.04116: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776624.04120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.04122: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776624.04124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.04178: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776624.04185: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776624.04232: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776624.06059: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776624.06090: stderr chunk (state=3): >>><<< 6562 1726776624.06093: stdout chunk (state=3): >>><<< 6562 1726776624.06105: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776624.06111: handler run complete 6562 1726776624.06135: attempt loop complete, returning result 6562 1726776624.06138: _execute() done 6562 1726776624.06141: dumping result to json 6562 1726776624.06146: done dumping result, returning 6562 1726776624.06155: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [12343ab9-b159-238d-eb1a-000000000301] 6562 1726776624.06159: sending task result for task 12343ab9-b159-238d-eb1a-000000000301 6562 1726776624.06252: done sending task result for task 12343ab9-b159-238d-eb1a-000000000301 6562 1726776624.06255: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 6562 1726776624.06346: no more pending results, returning what we have 6562 1726776624.06350: results queue empty 6562 1726776624.06351: checking for any_errors_fatal 6562 1726776624.06358: done checking for any_errors_fatal 6562 1726776624.06359: checking for max_fail_percentage 6562 1726776624.06360: done checking for max_fail_percentage 6562 1726776624.06361: checking to see if all hosts have failed and the running result is not ok 6562 1726776624.06362: done checking to see if all hosts have failed 6562 1726776624.06363: getting the remaining hosts for this loop 6562 1726776624.06365: done getting the remaining hosts for this loop 6562 1726776624.06367: getting the next task for host managed_node2 6562 1726776624.06376: done getting next task for host managed_node2 6562 1726776624.06379: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6562 1726776624.06382: ^ state is: HOST STATE: block=2, task=25, 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 6562 1726776624.06396: getting variables 6562 1726776624.06398: in VariableManager get_vars() 6562 1726776624.06427: Calling all_inventory to load vars for managed_node2 6562 1726776624.06430: Calling groups_inventory to load vars for managed_node2 6562 1726776624.06432: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776624.06440: Calling all_plugins_play to load vars for managed_node2 6562 1726776624.06442: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776624.06444: Calling groups_plugins_play to load vars for managed_node2 6562 1726776624.06567: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776624.06717: done with get_vars() 6562 1726776624.06725: done getting variables 6562 1726776624.06765: 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:24 -0400 (0:00:01.229) 0:01:06.302 **** 6562 1726776624.06790: entering _queue_task() for managed_node2/debug 6562 1726776624.06975: worker is 1 (out of 1 available) 6562 1726776624.06991: exiting _queue_task() for managed_node2/debug 6562 1726776624.07005: done queuing things up, now waiting for results queue to drain 6562 1726776624.07007: waiting for pending results... 6562 1726776624.07169: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6562 1726776624.07241: in run() - task 12343ab9-b159-238d-eb1a-000000000303 6562 1726776624.07253: variable 'ansible_search_path' from source: unknown 6562 1726776624.07257: variable 'ansible_search_path' from source: unknown 6562 1726776624.07282: calling self._execute() 6562 1726776624.07347: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776624.07353: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776624.07363: variable 'omit' from source: magic vars 6562 1726776624.07695: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776624.09062: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776624.09115: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776624.09140: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776624.09165: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776624.09184: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776624.09242: 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) 6562 1726776624.09263: 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) 6562 1726776624.09280: 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) 6562 1726776624.09312: 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) 6562 1726776624.09322: 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) 6562 1726776624.09399: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776624.09413: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6562 1726776624.09416: when evaluation is False, skipping this task 6562 1726776624.09419: _execute() done 6562 1726776624.09422: dumping result to json 6562 1726776624.09424: done dumping result, returning 6562 1726776624.09427: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [12343ab9-b159-238d-eb1a-000000000303] 6562 1726776624.09434: sending task result for task 12343ab9-b159-238d-eb1a-000000000303 6562 1726776624.09516: done sending task result for task 12343ab9-b159-238d-eb1a-000000000303 6562 1726776624.09519: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 6562 1726776624.09562: no more pending results, returning what we have 6562 1726776624.09565: results queue empty 6562 1726776624.09566: checking for any_errors_fatal 6562 1726776624.09576: done checking for any_errors_fatal 6562 1726776624.09577: checking for max_fail_percentage 6562 1726776624.09578: done checking for max_fail_percentage 6562 1726776624.09579: checking to see if all hosts have failed and the running result is not ok 6562 1726776624.09580: done checking to see if all hosts have failed 6562 1726776624.09580: getting the remaining hosts for this loop 6562 1726776624.09582: done getting the remaining hosts for this loop 6562 1726776624.09590: getting the next task for host managed_node2 6562 1726776624.09595: done getting next task for host managed_node2 6562 1726776624.09599: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6562 1726776624.09601: ^ state is: HOST STATE: block=2, task=25, 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 6562 1726776624.09615: getting variables 6562 1726776624.09617: in VariableManager get_vars() 6562 1726776624.09644: Calling all_inventory to load vars for managed_node2 6562 1726776624.09646: Calling groups_inventory to load vars for managed_node2 6562 1726776624.09648: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776624.09656: Calling all_plugins_play to load vars for managed_node2 6562 1726776624.09658: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776624.09661: Calling groups_plugins_play to load vars for managed_node2 6562 1726776624.09784: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776624.09917: done with get_vars() 6562 1726776624.09925: done getting variables 6562 1726776624.09963: 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:24 -0400 (0:00:00.031) 0:01:06.334 **** 6562 1726776624.09984: entering _queue_task() for managed_node2/reboot 6562 1726776624.10169: worker is 1 (out of 1 available) 6562 1726776624.10181: exiting _queue_task() for managed_node2/reboot 6562 1726776624.10198: done queuing things up, now waiting for results queue to drain 6562 1726776624.10200: waiting for pending results... 6562 1726776624.10355: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6562 1726776624.10430: in run() - task 12343ab9-b159-238d-eb1a-000000000304 6562 1726776624.10437: variable 'ansible_search_path' from source: unknown 6562 1726776624.10440: variable 'ansible_search_path' from source: unknown 6562 1726776624.10469: calling self._execute() 6562 1726776624.10535: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776624.10540: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776624.10548: variable 'omit' from source: magic vars 6562 1726776624.10868: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776624.12226: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776624.12268: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776624.12297: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776624.12322: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776624.12342: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776624.12399: 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) 6562 1726776624.12420: 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) 6562 1726776624.12437: 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) 6562 1726776624.12462: 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) 6562 1726776624.12472: 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) 6562 1726776624.12547: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776624.12559: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6562 1726776624.12562: when evaluation is False, skipping this task 6562 1726776624.12565: _execute() done 6562 1726776624.12567: dumping result to json 6562 1726776624.12570: done dumping result, returning 6562 1726776624.12576: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [12343ab9-b159-238d-eb1a-000000000304] 6562 1726776624.12581: sending task result for task 12343ab9-b159-238d-eb1a-000000000304 6562 1726776624.12663: done sending task result for task 12343ab9-b159-238d-eb1a-000000000304 6562 1726776624.12666: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6562 1726776624.12734: no more pending results, returning what we have 6562 1726776624.12737: results queue empty 6562 1726776624.12737: checking for any_errors_fatal 6562 1726776624.12742: done checking for any_errors_fatal 6562 1726776624.12743: checking for max_fail_percentage 6562 1726776624.12744: done checking for max_fail_percentage 6562 1726776624.12745: checking to see if all hosts have failed and the running result is not ok 6562 1726776624.12746: done checking to see if all hosts have failed 6562 1726776624.12747: getting the remaining hosts for this loop 6562 1726776624.12748: done getting the remaining hosts for this loop 6562 1726776624.12751: getting the next task for host managed_node2 6562 1726776624.12755: done getting next task for host managed_node2 6562 1726776624.12758: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6562 1726776624.12761: ^ state is: HOST STATE: block=2, task=25, 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 6562 1726776624.12777: getting variables 6562 1726776624.12778: in VariableManager get_vars() 6562 1726776624.12810: Calling all_inventory to load vars for managed_node2 6562 1726776624.12813: Calling groups_inventory to load vars for managed_node2 6562 1726776624.12815: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776624.12822: Calling all_plugins_play to load vars for managed_node2 6562 1726776624.12823: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776624.12825: Calling groups_plugins_play to load vars for managed_node2 6562 1726776624.12972: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776624.13093: done with get_vars() 6562 1726776624.13101: done getting variables 6562 1726776624.13138: 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:24 -0400 (0:00:00.031) 0:01:06.366 **** 6562 1726776624.13160: entering _queue_task() for managed_node2/fail 6562 1726776624.13358: worker is 1 (out of 1 available) 6562 1726776624.13371: exiting _queue_task() for managed_node2/fail 6562 1726776624.13382: done queuing things up, now waiting for results queue to drain 6562 1726776624.13384: waiting for pending results... 6562 1726776624.13534: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6562 1726776624.13600: in run() - task 12343ab9-b159-238d-eb1a-000000000305 6562 1726776624.13615: variable 'ansible_search_path' from source: unknown 6562 1726776624.13618: variable 'ansible_search_path' from source: unknown 6562 1726776624.13641: calling self._execute() 6562 1726776624.13701: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776624.13707: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776624.13717: variable 'omit' from source: magic vars 6562 1726776624.14035: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776624.15691: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776624.15695: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776624.15697: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776624.15705: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776624.15707: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776624.15766: 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) 6562 1726776624.15804: 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) 6562 1726776624.15834: 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) 6562 1726776624.15878: 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) 6562 1726776624.15900: 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) 6562 1726776624.16004: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776624.16026: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6562 1726776624.16034: when evaluation is False, skipping this task 6562 1726776624.16058: _execute() done 6562 1726776624.16062: dumping result to json 6562 1726776624.16065: done dumping result, returning 6562 1726776624.16068: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [12343ab9-b159-238d-eb1a-000000000305] 6562 1726776624.16070: sending task result for task 12343ab9-b159-238d-eb1a-000000000305 skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6562 1726776624.16210: no more pending results, returning what we have 6562 1726776624.16213: results queue empty 6562 1726776624.16213: checking for any_errors_fatal 6562 1726776624.16219: done checking for any_errors_fatal 6562 1726776624.16220: checking for max_fail_percentage 6562 1726776624.16221: done checking for max_fail_percentage 6562 1726776624.16221: checking to see if all hosts have failed and the running result is not ok 6562 1726776624.16222: done checking to see if all hosts have failed 6562 1726776624.16223: getting the remaining hosts for this loop 6562 1726776624.16225: done getting the remaining hosts for this loop 6562 1726776624.16228: getting the next task for host managed_node2 6562 1726776624.16236: done getting next task for host managed_node2 6562 1726776624.16240: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6562 1726776624.16242: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776624.16266: getting variables 6562 1726776624.16267: in VariableManager get_vars() 6562 1726776624.16306: Calling all_inventory to load vars for managed_node2 6562 1726776624.16309: Calling groups_inventory to load vars for managed_node2 6562 1726776624.16311: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776624.16317: done sending task result for task 12343ab9-b159-238d-eb1a-000000000305 6562 1726776624.16319: WORKER PROCESS EXITING 6562 1726776624.16325: Calling all_plugins_play to load vars for managed_node2 6562 1726776624.16327: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776624.16329: Calling groups_plugins_play to load vars for managed_node2 6562 1726776624.16438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776624.16558: done with get_vars() 6562 1726776624.16565: 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:24 -0400 (0:00:00.034) 0:01:06.401 **** 6562 1726776624.16622: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776624.16784: worker is 1 (out of 1 available) 6562 1726776624.16797: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776624.16811: done queuing things up, now waiting for results queue to drain 6562 1726776624.16812: waiting for pending results... 6562 1726776624.16978: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6562 1726776624.17049: in run() - task 12343ab9-b159-238d-eb1a-000000000307 6562 1726776624.17061: variable 'ansible_search_path' from source: unknown 6562 1726776624.17064: variable 'ansible_search_path' from source: unknown 6562 1726776624.17095: calling self._execute() 6562 1726776624.17156: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776624.17160: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776624.17169: variable 'omit' from source: magic vars 6562 1726776624.17245: variable 'omit' from source: magic vars 6562 1726776624.17279: variable 'omit' from source: magic vars 6562 1726776624.17304: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6562 1726776624.17515: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6562 1726776624.17569: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776624.17601: variable 'omit' from source: magic vars 6562 1726776624.17632: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776624.17713: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776624.17736: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776624.17750: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776624.17759: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776624.17781: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776624.17784: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776624.17790: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776624.17855: Set connection var ansible_timeout to 10 6562 1726776624.17862: Set connection var ansible_pipelining to False 6562 1726776624.17867: Set connection var ansible_shell_executable to /bin/sh 6562 1726776624.17873: Set connection var ansible_shell_type to sh 6562 1726776624.17878: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776624.17880: Set connection var ansible_connection to ssh 6562 1726776624.17918: variable 'ansible_shell_executable' from source: unknown 6562 1726776624.17921: variable 'ansible_connection' from source: unknown 6562 1726776624.17924: variable 'ansible_module_compression' from source: unknown 6562 1726776624.17926: variable 'ansible_shell_type' from source: unknown 6562 1726776624.17928: variable 'ansible_shell_executable' from source: unknown 6562 1726776624.17931: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776624.17933: variable 'ansible_pipelining' from source: unknown 6562 1726776624.17935: variable 'ansible_timeout' from source: unknown 6562 1726776624.17937: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776624.18256: 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__) 6562 1726776624.18260: variable 'omit' from source: magic vars 6562 1726776624.18263: starting attempt loop 6562 1726776624.18265: running the handler 6562 1726776624.18267: _low_level_execute_command(): starting 6562 1726776624.18269: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776624.18803: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776624.18817: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776624.18910: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.18943: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776624.18967: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776624.18982: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776624.19073: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776624.20811: stdout chunk (state=3): >>>/root <<< 6562 1726776624.20897: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776624.20915: stdout chunk (state=3): >>><<< 6562 1726776624.20930: stderr chunk (state=3): >>><<< 6562 1726776624.20955: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776624.20994: _low_level_execute_command(): starting 6562 1726776624.20997: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776624.2096112-9088-190597436477078 `" && echo ansible-tmp-1726776624.2096112-9088-190597436477078="` echo /root/.ansible/tmp/ansible-tmp-1726776624.2096112-9088-190597436477078 `" ) && sleep 0' 6562 1726776624.21905: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.21928: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776624.21998: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776624.24227: stdout chunk (state=3): >>>ansible-tmp-1726776624.2096112-9088-190597436477078=/root/.ansible/tmp/ansible-tmp-1726776624.2096112-9088-190597436477078 <<< 6562 1726776624.24280: stdout chunk (state=3): >>><<< 6562 1726776624.24296: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776624.24306: stderr chunk (state=3): >>><<< 6562 1726776624.24326: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776624.2096112-9088-190597436477078=/root/.ansible/tmp/ansible-tmp-1726776624.2096112-9088-190597436477078 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776624.24377: variable 'ansible_module_compression' from source: unknown 6562 1726776624.24433: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6562 1726776624.24477: variable 'ansible_facts' from source: unknown 6562 1726776624.24666: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776624.2096112-9088-190597436477078/AnsiballZ_kernel_settings_get_config.py 6562 1726776624.24813: Sending initial data 6562 1726776624.24899: Sent initial data (173 bytes) 6562 1726776624.25369: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776624.25406: 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.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776624.25424: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.25519: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776624.25543: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776624.25559: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776624.25637: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776624.27218: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6562 1726776624.27255: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776624.27292: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776624.27371: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpav9fr225 /root/.ansible/tmp/ansible-tmp-1726776624.2096112-9088-190597436477078/AnsiballZ_kernel_settings_get_config.py <<< 6562 1726776624.27381: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776624.2096112-9088-190597436477078/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776624.27421: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpav9fr225" to remote "/root/.ansible/tmp/ansible-tmp-1726776624.2096112-9088-190597436477078/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776624.2096112-9088-190597436477078/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776624.28354: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776624.28357: stdout chunk (state=3): >>><<< 6562 1726776624.28360: stderr chunk (state=3): >>><<< 6562 1726776624.28362: done transferring module to remote 6562 1726776624.28365: _low_level_execute_command(): starting 6562 1726776624.28367: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776624.2096112-9088-190597436477078/ /root/.ansible/tmp/ansible-tmp-1726776624.2096112-9088-190597436477078/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776624.29048: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776624.29051: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776624.29053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776624.29141: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776624.29155: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.29183: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776624.29201: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776624.29226: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776624.29304: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776624.31195: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776624.31206: stdout chunk (state=3): >>><<< 6562 1726776624.31223: stderr chunk (state=3): >>><<< 6562 1726776624.31319: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776624.31323: _low_level_execute_command(): starting 6562 1726776624.31326: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776624.2096112-9088-190597436477078/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776624.31864: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776624.31877: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776624.31907: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776624.31956: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.32018: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776624.32036: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776624.32059: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776624.32126: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776624.48180: 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"}}} <<< 6562 1726776624.49573: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776624.49601: stderr chunk (state=3): >>><<< 6562 1726776624.49604: stdout chunk (state=3): >>><<< 6562 1726776624.49623: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776624.49650: 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-1726776624.2096112-9088-190597436477078/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776624.49657: _low_level_execute_command(): starting 6562 1726776624.49663: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776624.2096112-9088-190597436477078/ > /dev/null 2>&1 && sleep 0' 6562 1726776624.50106: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776624.50110: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.50112: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776624.50115: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776624.50116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.50167: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776624.50170: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776624.50176: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776624.50224: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776624.52067: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776624.52096: stderr chunk (state=3): >>><<< 6562 1726776624.52099: stdout chunk (state=3): >>><<< 6562 1726776624.52114: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776624.52120: handler run complete 6562 1726776624.52134: attempt loop complete, returning result 6562 1726776624.52137: _execute() done 6562 1726776624.52141: dumping result to json 6562 1726776624.52144: done dumping result, returning 6562 1726776624.52154: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [12343ab9-b159-238d-eb1a-000000000307] 6562 1726776624.52157: sending task result for task 12343ab9-b159-238d-eb1a-000000000307 6562 1726776624.52253: done sending task result for task 12343ab9-b159-238d-eb1a-000000000307 ok: [managed_node2] => { "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" } } 6562 1726776624.52328: no more pending results, returning what we have 6562 1726776624.52332: results queue empty 6562 1726776624.52332: checking for any_errors_fatal 6562 1726776624.52337: done checking for any_errors_fatal 6562 1726776624.52337: checking for max_fail_percentage 6562 1726776624.52339: done checking for max_fail_percentage 6562 1726776624.52339: checking to see if all hosts have failed and the running result is not ok 6562 1726776624.52340: done checking to see if all hosts have failed 6562 1726776624.52341: getting the remaining hosts for this loop 6562 1726776624.52343: done getting the remaining hosts for this loop 6562 1726776624.52346: getting the next task for host managed_node2 6562 1726776624.52352: done getting next task for host managed_node2 6562 1726776624.52356: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6562 1726776624.52358: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776624.52371: WORKER PROCESS EXITING 6562 1726776624.52380: getting variables 6562 1726776624.52381: in VariableManager get_vars() 6562 1726776624.52414: Calling all_inventory to load vars for managed_node2 6562 1726776624.52417: Calling groups_inventory to load vars for managed_node2 6562 1726776624.52419: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776624.52427: Calling all_plugins_play to load vars for managed_node2 6562 1726776624.52430: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776624.52432: Calling groups_plugins_play to load vars for managed_node2 6562 1726776624.52592: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776624.52709: done with get_vars() 6562 1726776624.52717: 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:24 -0400 (0:00:00.361) 0:01:06.762 **** 6562 1726776624.52779: entering _queue_task() for managed_node2/stat 6562 1726776624.52967: worker is 1 (out of 1 available) 6562 1726776624.52979: exiting _queue_task() for managed_node2/stat 6562 1726776624.52993: done queuing things up, now waiting for results queue to drain 6562 1726776624.52995: waiting for pending results... 6562 1726776624.53156: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6562 1726776624.53228: in run() - task 12343ab9-b159-238d-eb1a-000000000308 6562 1726776624.53241: variable 'ansible_search_path' from source: unknown 6562 1726776624.53245: variable 'ansible_search_path' from source: unknown 6562 1726776624.53280: variable '__prof_from_conf' from source: task vars 6562 1726776624.53518: variable '__prof_from_conf' from source: task vars 6562 1726776624.53647: variable '__data' from source: task vars 6562 1726776624.53704: variable '__kernel_settings_register_tuned_main' from source: set_fact 6562 1726776624.53839: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776624.53846: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776624.53893: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776624.53909: variable 'omit' from source: magic vars 6562 1726776624.53981: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776624.53989: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776624.54001: variable 'omit' from source: magic vars 6562 1726776624.54164: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776624.55556: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776624.55600: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776624.55629: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776624.55653: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776624.55672: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776624.55732: 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) 6562 1726776624.55753: 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) 6562 1726776624.55770: 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) 6562 1726776624.55800: 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) 6562 1726776624.55810: 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) 6562 1726776624.55874: variable 'item' from source: unknown 6562 1726776624.55883: Evaluated conditional (item | length > 0): False 6562 1726776624.55888: when evaluation is False, skipping this task 6562 1726776624.55911: variable 'item' from source: unknown 6562 1726776624.55955: variable 'item' from source: unknown skipping: [managed_node2] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 6562 1726776624.56109: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776624.56113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776624.56116: variable 'omit' from source: magic vars 6562 1726776624.56182: 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) 6562 1726776624.56203: 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) 6562 1726776624.56221: 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) 6562 1726776624.56249: 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) 6562 1726776624.56259: 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) 6562 1726776624.56317: variable 'item' from source: unknown 6562 1726776624.56323: Evaluated conditional (item | length > 0): True 6562 1726776624.56328: variable 'omit' from source: magic vars 6562 1726776624.56358: variable 'omit' from source: magic vars 6562 1726776624.56387: variable 'item' from source: unknown 6562 1726776624.56431: variable 'item' from source: unknown 6562 1726776624.56443: variable 'omit' from source: magic vars 6562 1726776624.56463: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776624.56482: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776624.56501: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776624.56513: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776624.56521: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776624.56542: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776624.56545: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776624.56547: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776624.56614: Set connection var ansible_timeout to 10 6562 1726776624.56621: Set connection var ansible_pipelining to False 6562 1726776624.56626: Set connection var ansible_shell_executable to /bin/sh 6562 1726776624.56632: Set connection var ansible_shell_type to sh 6562 1726776624.56637: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776624.56639: Set connection var ansible_connection to ssh 6562 1726776624.56652: variable 'ansible_shell_executable' from source: unknown 6562 1726776624.56655: variable 'ansible_connection' from source: unknown 6562 1726776624.56657: variable 'ansible_module_compression' from source: unknown 6562 1726776624.56659: variable 'ansible_shell_type' from source: unknown 6562 1726776624.56663: variable 'ansible_shell_executable' from source: unknown 6562 1726776624.56665: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776624.56667: variable 'ansible_pipelining' from source: unknown 6562 1726776624.56669: variable 'ansible_timeout' from source: unknown 6562 1726776624.56676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776624.56767: 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__) 6562 1726776624.56777: variable 'omit' from source: magic vars 6562 1726776624.56790: starting attempt loop 6562 1726776624.56793: running the handler 6562 1726776624.56798: _low_level_execute_command(): starting 6562 1726776624.56805: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776624.57261: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776624.57295: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776624.57298: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.57300: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776624.57302: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776624.57304: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.57355: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776624.57358: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776624.57360: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776624.57422: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776624.59090: stdout chunk (state=3): >>>/root <<< 6562 1726776624.59190: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776624.59219: stderr chunk (state=3): >>><<< 6562 1726776624.59222: stdout chunk (state=3): >>><<< 6562 1726776624.59238: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776624.59247: _low_level_execute_command(): starting 6562 1726776624.59252: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776624.5923727-9110-162660932243350 `" && echo ansible-tmp-1726776624.5923727-9110-162660932243350="` echo /root/.ansible/tmp/ansible-tmp-1726776624.5923727-9110-162660932243350 `" ) && sleep 0' 6562 1726776624.59673: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776624.59676: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776624.59679: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.59681: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776624.59683: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.59737: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776624.59745: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776624.59747: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776624.59795: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776624.63237: stdout chunk (state=3): >>>ansible-tmp-1726776624.5923727-9110-162660932243350=/root/.ansible/tmp/ansible-tmp-1726776624.5923727-9110-162660932243350 <<< 6562 1726776624.63241: stdout chunk (state=3): >>><<< 6562 1726776624.63243: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776624.63245: stderr chunk (state=3): >>><<< 6562 1726776624.63263: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776624.5923727-9110-162660932243350=/root/.ansible/tmp/ansible-tmp-1726776624.5923727-9110-162660932243350 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776624.63322: variable 'ansible_module_compression' from source: unknown 6562 1726776624.63393: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776624.63421: variable 'ansible_facts' from source: unknown 6562 1726776624.63593: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776624.5923727-9110-162660932243350/AnsiballZ_stat.py 6562 1726776624.63764: Sending initial data 6562 1726776624.63767: Sent initial data (151 bytes) 6562 1726776624.64372: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776624.64395: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776624.64411: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776624.64499: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776624.66119: 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 <<< 6562 1726776624.66164: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776624.66219: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp1c18b8uf /root/.ansible/tmp/ansible-tmp-1726776624.5923727-9110-162660932243350/AnsiballZ_stat.py <<< 6562 1726776624.66222: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776624.5923727-9110-162660932243350/AnsiballZ_stat.py" <<< 6562 1726776624.66263: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp1c18b8uf" to remote "/root/.ansible/tmp/ansible-tmp-1726776624.5923727-9110-162660932243350/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776624.5923727-9110-162660932243350/AnsiballZ_stat.py" <<< 6562 1726776624.66832: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776624.66868: stderr chunk (state=3): >>><<< 6562 1726776624.66872: stdout chunk (state=3): >>><<< 6562 1726776624.66896: done transferring module to remote 6562 1726776624.66904: _low_level_execute_command(): starting 6562 1726776624.66908: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776624.5923727-9110-162660932243350/ /root/.ansible/tmp/ansible-tmp-1726776624.5923727-9110-162660932243350/AnsiballZ_stat.py && sleep 0' 6562 1726776624.67323: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776624.67326: 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 <<< 6562 1726776624.67328: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.67331: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776624.67333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.67380: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776624.67384: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776624.67436: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776624.69222: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776624.69248: stderr chunk (state=3): >>><<< 6562 1726776624.69250: stdout chunk (state=3): >>><<< 6562 1726776624.69259: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776624.69285: _low_level_execute_command(): starting 6562 1726776624.69293: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776624.5923727-9110-162660932243350/AnsiballZ_stat.py && sleep 0' 6562 1726776624.69671: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776624.69674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776624.69676: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776624.69678: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776624.69680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.69738: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776624.69741: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776624.69787: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776624.87549: 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": 341835968, "dev": 51714, "nlink": 3, "atime": 1726776579.2222946, "mtime": 1726776577.0892854, "ctime": 1726776577.0892854, "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": "1946630135", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6562 1726776624.89103: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776624.89127: stderr chunk (state=3): >>><<< 6562 1726776624.89130: stdout chunk (state=3): >>><<< 6562 1726776624.89145: _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": 341835968, "dev": 51714, "nlink": 3, "atime": 1726776579.2222946, "mtime": 1726776577.0892854, "ctime": 1726776577.0892854, "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": "1946630135", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776624.89182: 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-1726776624.5923727-9110-162660932243350/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776624.89193: _low_level_execute_command(): starting 6562 1726776624.89202: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776624.5923727-9110-162660932243350/ > /dev/null 2>&1 && sleep 0' 6562 1726776624.89658: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776624.89661: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.89663: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776624.89665: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776624.89667: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.89718: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776624.89721: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776624.89724: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776624.89775: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776624.91598: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776624.91619: stderr chunk (state=3): >>><<< 6562 1726776624.91622: stdout chunk (state=3): >>><<< 6562 1726776624.91635: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776624.91640: handler run complete 6562 1726776624.91671: attempt loop complete, returning result 6562 1726776624.91687: variable 'item' from source: unknown 6562 1726776624.91753: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1726776579.2222946, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776577.0892854, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 341835968, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776577.0892854, "nlink": 3, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 29, "uid": 0, "version": "1946630135", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6562 1726776624.91901: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776624.91910: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776624.91912: variable 'omit' from source: magic vars 6562 1726776624.91987: 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) 6562 1726776624.92009: 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) 6562 1726776624.92030: 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) 6562 1726776624.92054: 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) 6562 1726776624.92065: 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) 6562 1726776624.92125: variable 'item' from source: unknown 6562 1726776624.92133: Evaluated conditional (item | length > 0): True 6562 1726776624.92135: variable 'omit' from source: magic vars 6562 1726776624.92150: variable 'omit' from source: magic vars 6562 1726776624.92178: variable 'item' from source: unknown 6562 1726776624.92228: variable 'item' from source: unknown 6562 1726776624.92239: variable 'omit' from source: magic vars 6562 1726776624.92257: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776624.92264: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776624.92270: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776624.92280: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776624.92283: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776624.92287: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776624.92338: Set connection var ansible_timeout to 10 6562 1726776624.92343: Set connection var ansible_pipelining to False 6562 1726776624.92348: Set connection var ansible_shell_executable to /bin/sh 6562 1726776624.92356: Set connection var ansible_shell_type to sh 6562 1726776624.92366: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776624.92369: Set connection var ansible_connection to ssh 6562 1726776624.92383: variable 'ansible_shell_executable' from source: unknown 6562 1726776624.92390: variable 'ansible_connection' from source: unknown 6562 1726776624.92393: variable 'ansible_module_compression' from source: unknown 6562 1726776624.92395: variable 'ansible_shell_type' from source: unknown 6562 1726776624.92397: variable 'ansible_shell_executable' from source: unknown 6562 1726776624.92399: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776624.92402: variable 'ansible_pipelining' from source: unknown 6562 1726776624.92404: variable 'ansible_timeout' from source: unknown 6562 1726776624.92408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776624.92479: 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) 6562 1726776624.92491: variable 'omit' from source: magic vars 6562 1726776624.92494: starting attempt loop 6562 1726776624.92496: running the handler 6562 1726776624.92502: _low_level_execute_command(): starting 6562 1726776624.92506: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776624.92968: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776624.92971: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776624.92974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.92976: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776624.92977: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776624.92979: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.93022: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776624.93034: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776624.93091: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776624.94740: stdout chunk (state=3): >>>/root <<< 6562 1726776624.94834: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776624.94861: stderr chunk (state=3): >>><<< 6562 1726776624.94864: stdout chunk (state=3): >>><<< 6562 1726776624.94873: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776624.94881: _low_level_execute_command(): starting 6562 1726776624.94891: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776624.948729-9110-26169074741320 `" && echo ansible-tmp-1726776624.948729-9110-26169074741320="` echo /root/.ansible/tmp/ansible-tmp-1726776624.948729-9110-26169074741320 `" ) && sleep 0' 6562 1726776624.95293: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776624.95301: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776624.95303: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.95321: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776624.95324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.95361: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776624.95364: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776624.95368: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776624.95414: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776624.97417: stdout chunk (state=3): >>>ansible-tmp-1726776624.948729-9110-26169074741320=/root/.ansible/tmp/ansible-tmp-1726776624.948729-9110-26169074741320 <<< 6562 1726776624.97566: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776624.97569: stdout chunk (state=3): >>><<< 6562 1726776624.97571: stderr chunk (state=3): >>><<< 6562 1726776624.97584: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776624.948729-9110-26169074741320=/root/.ansible/tmp/ansible-tmp-1726776624.948729-9110-26169074741320 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776624.97632: variable 'ansible_module_compression' from source: unknown 6562 1726776624.97693: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776624.97783: variable 'ansible_facts' from source: unknown 6562 1726776624.97801: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776624.948729-9110-26169074741320/AnsiballZ_stat.py 6562 1726776624.97917: Sending initial data 6562 1726776624.98028: Sent initial data (149 bytes) 6562 1726776624.98552: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776624.98608: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776624.98677: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776624.98707: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776624.98730: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776624.98807: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776625.00408: 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 <<< 6562 1726776625.00456: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776625.00506: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpmavz7zby /root/.ansible/tmp/ansible-tmp-1726776624.948729-9110-26169074741320/AnsiballZ_stat.py <<< 6562 1726776625.00519: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776624.948729-9110-26169074741320/AnsiballZ_stat.py" <<< 6562 1726776625.00563: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpmavz7zby" to remote "/root/.ansible/tmp/ansible-tmp-1726776624.948729-9110-26169074741320/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776624.948729-9110-26169074741320/AnsiballZ_stat.py" <<< 6562 1726776625.01129: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776625.01166: stderr chunk (state=3): >>><<< 6562 1726776625.01169: stdout chunk (state=3): >>><<< 6562 1726776625.01209: done transferring module to remote 6562 1726776625.01217: _low_level_execute_command(): starting 6562 1726776625.01223: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776624.948729-9110-26169074741320/ /root/.ansible/tmp/ansible-tmp-1726776624.948729-9110-26169074741320/AnsiballZ_stat.py && sleep 0' 6562 1726776625.01664: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776625.01668: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776625.01670: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776625.01676: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.01755: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776625.01797: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776625.03567: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776625.03595: stderr chunk (state=3): >>><<< 6562 1726776625.03598: stdout chunk (state=3): >>><<< 6562 1726776625.03612: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776625.03614: _low_level_execute_command(): starting 6562 1726776625.03619: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776624.948729-9110-26169074741320/AnsiballZ_stat.py && sleep 0' 6562 1726776625.04030: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776625.04047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.04094: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776625.04112: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776625.04114: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776625.04165: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776625.20745: 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": 339738816, "dev": 51714, "nlink": 4, "atime": 1726776569.9272544, "mtime": 1726776585.5563219, "ctime": 1726776585.5563219, "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": "2716892619", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6562 1726776625.22345: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776625.22367: stderr chunk (state=3): >>><<< 6562 1726776625.22370: stdout chunk (state=3): >>><<< 6562 1726776625.22390: _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": 339738816, "dev": 51714, "nlink": 4, "atime": 1726776569.9272544, "mtime": 1726776585.5563219, "ctime": 1726776585.5563219, "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": "2716892619", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776625.22427: 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-1726776624.948729-9110-26169074741320/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776625.22433: _low_level_execute_command(): starting 6562 1726776625.22441: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776624.948729-9110-26169074741320/ > /dev/null 2>&1 && sleep 0' 6562 1726776625.22871: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776625.22875: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.22885: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.22945: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776625.22948: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776625.22955: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776625.23009: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776625.24846: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776625.24872: stderr chunk (state=3): >>><<< 6562 1726776625.24875: stdout chunk (state=3): >>><<< 6562 1726776625.24894: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776625.24900: handler run complete 6562 1726776625.24930: attempt loop complete, returning result 6562 1726776625.24946: variable 'item' from source: unknown 6562 1726776625.25008: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726776569.9272544, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776585.5563219, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 339738816, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776585.5563219, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "version": "2716892619", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6562 1726776625.25150: dumping result to json 6562 1726776625.25152: done dumping result, returning 6562 1726776625.25154: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [12343ab9-b159-238d-eb1a-000000000308] 6562 1726776625.25156: sending task result for task 12343ab9-b159-238d-eb1a-000000000308 6562 1726776625.25305: done sending task result for task 12343ab9-b159-238d-eb1a-000000000308 6562 1726776625.25308: WORKER PROCESS EXITING 6562 1726776625.25320: no more pending results, returning what we have 6562 1726776625.25324: results queue empty 6562 1726776625.25324: checking for any_errors_fatal 6562 1726776625.25329: done checking for any_errors_fatal 6562 1726776625.25330: checking for max_fail_percentage 6562 1726776625.25331: done checking for max_fail_percentage 6562 1726776625.25332: checking to see if all hosts have failed and the running result is not ok 6562 1726776625.25333: done checking to see if all hosts have failed 6562 1726776625.25333: getting the remaining hosts for this loop 6562 1726776625.25335: done getting the remaining hosts for this loop 6562 1726776625.25338: getting the next task for host managed_node2 6562 1726776625.25343: done getting next task for host managed_node2 6562 1726776625.25347: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6562 1726776625.25349: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776625.25358: getting variables 6562 1726776625.25359: in VariableManager get_vars() 6562 1726776625.25392: Calling all_inventory to load vars for managed_node2 6562 1726776625.25395: Calling groups_inventory to load vars for managed_node2 6562 1726776625.25398: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776625.25410: Calling all_plugins_play to load vars for managed_node2 6562 1726776625.25413: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776625.25415: Calling groups_plugins_play to load vars for managed_node2 6562 1726776625.25527: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776625.25673: done with get_vars() 6562 1726776625.25680: done getting variables 6562 1726776625.25739: 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:25 -0400 (0:00:00.729) 0:01:07.492 **** 6562 1726776625.25767: entering _queue_task() for managed_node2/set_fact 6562 1726776625.25969: worker is 1 (out of 1 available) 6562 1726776625.25985: exiting _queue_task() for managed_node2/set_fact 6562 1726776625.26001: done queuing things up, now waiting for results queue to drain 6562 1726776625.26003: waiting for pending results... 6562 1726776625.26163: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6562 1726776625.26232: in run() - task 12343ab9-b159-238d-eb1a-000000000309 6562 1726776625.26243: variable 'ansible_search_path' from source: unknown 6562 1726776625.26246: variable 'ansible_search_path' from source: unknown 6562 1726776625.26273: calling self._execute() 6562 1726776625.26341: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776625.26345: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776625.26352: variable 'omit' from source: magic vars 6562 1726776625.26424: variable 'omit' from source: magic vars 6562 1726776625.26459: variable 'omit' from source: magic vars 6562 1726776625.26771: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776625.28507: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776625.28560: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776625.28591: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776625.28615: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776625.28640: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776625.28694: 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) 6562 1726776625.28715: 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) 6562 1726776625.28732: 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) 6562 1726776625.28760: 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) 6562 1726776625.28771: 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) 6562 1726776625.28806: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6562 1726776625.28823: 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) 6562 1726776625.28839: 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) 6562 1726776625.28867: 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) 6562 1726776625.28877: 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) 6562 1726776625.28921: 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) 6562 1726776625.28942: 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) 6562 1726776625.28959: 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) 6562 1726776625.28985: 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) 6562 1726776625.28998: 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) 6562 1726776625.29148: variable '__kernel_settings_find_profile_dirs' from source: set_fact 6562 1726776625.29219: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776625.29327: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776625.29355: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776625.29376: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776625.29404: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776625.29433: 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) 6562 1726776625.29448: 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) 6562 1726776625.29465: 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) 6562 1726776625.29482: 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) 6562 1726776625.29526: variable 'omit' from source: magic vars 6562 1726776625.29545: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776625.29565: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776625.29580: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776625.29596: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776625.29604: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776625.29628: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776625.29631: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776625.29634: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776625.29700: Set connection var ansible_timeout to 10 6562 1726776625.29706: Set connection var ansible_pipelining to False 6562 1726776625.29711: Set connection var ansible_shell_executable to /bin/sh 6562 1726776625.29718: Set connection var ansible_shell_type to sh 6562 1726776625.29729: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776625.29731: Set connection var ansible_connection to ssh 6562 1726776625.29746: variable 'ansible_shell_executable' from source: unknown 6562 1726776625.29748: variable 'ansible_connection' from source: unknown 6562 1726776625.29751: variable 'ansible_module_compression' from source: unknown 6562 1726776625.29753: variable 'ansible_shell_type' from source: unknown 6562 1726776625.29755: variable 'ansible_shell_executable' from source: unknown 6562 1726776625.29759: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776625.29763: variable 'ansible_pipelining' from source: unknown 6562 1726776625.29765: variable 'ansible_timeout' from source: unknown 6562 1726776625.29769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776625.29838: 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) 6562 1726776625.29847: variable 'omit' from source: magic vars 6562 1726776625.29855: starting attempt loop 6562 1726776625.29858: running the handler 6562 1726776625.29867: handler run complete 6562 1726776625.29884: attempt loop complete, returning result 6562 1726776625.29891: _execute() done 6562 1726776625.29893: dumping result to json 6562 1726776625.29896: done dumping result, returning 6562 1726776625.29898: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [12343ab9-b159-238d-eb1a-000000000309] 6562 1726776625.29900: sending task result for task 12343ab9-b159-238d-eb1a-000000000309 6562 1726776625.30147: done sending task result for task 12343ab9-b159-238d-eb1a-000000000309 6562 1726776625.30150: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 6562 1726776625.30214: no more pending results, returning what we have 6562 1726776625.30217: results queue empty 6562 1726776625.30218: checking for any_errors_fatal 6562 1726776625.30229: done checking for any_errors_fatal 6562 1726776625.30229: checking for max_fail_percentage 6562 1726776625.30231: done checking for max_fail_percentage 6562 1726776625.30232: checking to see if all hosts have failed and the running result is not ok 6562 1726776625.30233: done checking to see if all hosts have failed 6562 1726776625.30233: getting the remaining hosts for this loop 6562 1726776625.30235: done getting the remaining hosts for this loop 6562 1726776625.30238: getting the next task for host managed_node2 6562 1726776625.30244: done getting next task for host managed_node2 6562 1726776625.30248: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6562 1726776625.30251: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776625.30264: getting variables 6562 1726776625.30265: in VariableManager get_vars() 6562 1726776625.30507: Calling all_inventory to load vars for managed_node2 6562 1726776625.30510: Calling groups_inventory to load vars for managed_node2 6562 1726776625.30513: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776625.30521: Calling all_plugins_play to load vars for managed_node2 6562 1726776625.30524: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776625.30526: Calling groups_plugins_play to load vars for managed_node2 6562 1726776625.30692: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776625.30899: done with get_vars() 6562 1726776625.30910: done getting variables 6562 1726776625.30967: 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:25 -0400 (0:00:00.052) 0:01:07.544 **** 6562 1726776625.31001: entering _queue_task() for managed_node2/service 6562 1726776625.31233: worker is 1 (out of 1 available) 6562 1726776625.31247: exiting _queue_task() for managed_node2/service 6562 1726776625.31260: done queuing things up, now waiting for results queue to drain 6562 1726776625.31262: waiting for pending results... 6562 1726776625.31615: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6562 1726776625.31661: in run() - task 12343ab9-b159-238d-eb1a-00000000030a 6562 1726776625.31681: variable 'ansible_search_path' from source: unknown 6562 1726776625.31690: variable 'ansible_search_path' from source: unknown 6562 1726776625.31746: variable '__kernel_settings_services' from source: include_vars 6562 1726776625.32078: variable '__kernel_settings_services' from source: include_vars 6562 1726776625.32252: variable 'omit' from source: magic vars 6562 1726776625.32281: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776625.32299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776625.32316: variable 'omit' from source: magic vars 6562 1726776625.32404: variable 'omit' from source: magic vars 6562 1726776625.32452: variable 'omit' from source: magic vars 6562 1726776625.32508: variable 'item' from source: unknown 6562 1726776625.32588: variable 'item' from source: unknown 6562 1726776625.32618: variable 'omit' from source: magic vars 6562 1726776625.32661: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776625.32768: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776625.32797: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776625.32822: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776625.32837: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776625.32872: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776625.32881: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776625.32913: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776625.33000: Set connection var ansible_timeout to 10 6562 1726776625.33018: Set connection var ansible_pipelining to False 6562 1726776625.33032: Set connection var ansible_shell_executable to /bin/sh 6562 1726776625.33090: Set connection var ansible_shell_type to sh 6562 1726776625.33094: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776625.33096: Set connection var ansible_connection to ssh 6562 1726776625.33098: variable 'ansible_shell_executable' from source: unknown 6562 1726776625.33100: variable 'ansible_connection' from source: unknown 6562 1726776625.33102: variable 'ansible_module_compression' from source: unknown 6562 1726776625.33104: variable 'ansible_shell_type' from source: unknown 6562 1726776625.33106: variable 'ansible_shell_executable' from source: unknown 6562 1726776625.33107: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776625.33109: variable 'ansible_pipelining' from source: unknown 6562 1726776625.33111: variable 'ansible_timeout' from source: unknown 6562 1726776625.33117: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776625.33264: 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) 6562 1726776625.33279: variable 'omit' from source: magic vars 6562 1726776625.33292: starting attempt loop 6562 1726776625.33350: running the handler 6562 1726776625.33392: variable 'ansible_facts' from source: unknown 6562 1726776625.33513: _low_level_execute_command(): starting 6562 1726776625.33527: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776625.34309: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776625.34328: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776625.34342: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776625.34424: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776625.36098: stdout chunk (state=3): >>>/root <<< 6562 1726776625.36269: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776625.36283: stdout chunk (state=3): >>><<< 6562 1726776625.36311: stderr chunk (state=3): >>><<< 6562 1726776625.36331: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776625.36338: _low_level_execute_command(): starting 6562 1726776625.36345: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776625.363258-9146-274388243661884 `" && echo ansible-tmp-1726776625.363258-9146-274388243661884="` echo /root/.ansible/tmp/ansible-tmp-1726776625.363258-9146-274388243661884 `" ) && sleep 0' 6562 1726776625.36776: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776625.36779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776625.36783: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776625.36796: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776625.36798: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.36845: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776625.36849: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776625.36894: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776625.38967: stdout chunk (state=3): >>>ansible-tmp-1726776625.363258-9146-274388243661884=/root/.ansible/tmp/ansible-tmp-1726776625.363258-9146-274388243661884 <<< 6562 1726776625.39063: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776625.39092: stderr chunk (state=3): >>><<< 6562 1726776625.39096: stdout chunk (state=3): >>><<< 6562 1726776625.39105: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776625.363258-9146-274388243661884=/root/.ansible/tmp/ansible-tmp-1726776625.363258-9146-274388243661884 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776625.39133: variable 'ansible_module_compression' from source: unknown 6562 1726776625.39167: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6562 1726776625.39214: variable 'ansible_facts' from source: unknown 6562 1726776625.39344: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776625.363258-9146-274388243661884/AnsiballZ_systemd.py 6562 1726776625.39442: Sending initial data 6562 1726776625.39445: Sent initial data (153 bytes) 6562 1726776625.39860: 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 <<< 6562 1726776625.39864: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776625.39866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776625.39869: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776625.39871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.39921: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776625.39924: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776625.39976: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776625.41552: 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 <<< 6562 1726776625.41598: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776625.41637: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpuxdjurtw /root/.ansible/tmp/ansible-tmp-1726776625.363258-9146-274388243661884/AnsiballZ_systemd.py <<< 6562 1726776625.41645: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776625.363258-9146-274388243661884/AnsiballZ_systemd.py" <<< 6562 1726776625.41683: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpuxdjurtw" to remote "/root/.ansible/tmp/ansible-tmp-1726776625.363258-9146-274388243661884/AnsiballZ_systemd.py" <<< 6562 1726776625.41693: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776625.363258-9146-274388243661884/AnsiballZ_systemd.py" <<< 6562 1726776625.42749: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776625.42783: stderr chunk (state=3): >>><<< 6562 1726776625.42790: stdout chunk (state=3): >>><<< 6562 1726776625.42804: done transferring module to remote 6562 1726776625.42813: _low_level_execute_command(): starting 6562 1726776625.42817: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776625.363258-9146-274388243661884/ /root/.ansible/tmp/ansible-tmp-1726776625.363258-9146-274388243661884/AnsiballZ_systemd.py && sleep 0' 6562 1726776625.43293: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776625.43305: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776625.43391: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776625.43418: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776625.43493: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776625.45398: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776625.45401: stdout chunk (state=3): >>><<< 6562 1726776625.45403: stderr chunk (state=3): >>><<< 6562 1726776625.45406: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776625.45408: _low_level_execute_command(): starting 6562 1726776625.45410: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776625.363258-9146-274388243661884/AnsiballZ_systemd.py && sleep 0' 6562 1726776625.45802: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776625.45805: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776625.45807: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776625.45810: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776625.45811: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.45854: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776625.45858: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776625.45924: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776625.77421: 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": "709", "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:10 EDT", "ExecMainStartTimestampMonotonic": "9728163", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ExecMainHandoffTimestampMonotonic": "9745362", "ExecMainPID": "709", "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:10 EDT] ; stop_time=[n/a] ; pid=709 ; 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:10 EDT] ; stop_time=[n/a] ; pid=709 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3094", "MemoryCurrent": "19501056", "MemoryPeak": "21590016", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3329855488", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "202084000", "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": "83886<<< 6562 1726776625.77448: stdout chunk (state=3): >>>08", "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": "system.slice dbus-broker.service sysinit.target dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus-broker.service basic.target systemd-journald.socket system.slice network.target sysinit.target dbus.socket systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:<<< 6562 1726776625.77457: stdout chunk (state=3): >>>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:11 EDT", "StateChangeTimestampMonotonic": "10286723", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:10 EDT", "InactiveExitTimestampMonotonic": "9729936", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:11 EDT", "ActiveEnterTimestampMonotonic": "10286723", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ConditionTimestampMonotonic": "9725085", "AssertTimestamp": "Thu 2024-09-19 16:10:10 EDT", "AssertTimestampMonotonic": "9725088", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "6bcad8262b34446983db3cf0225fbb2b", "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}}} <<< 6562 1726776625.79473: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776625.79504: stderr chunk (state=3): >>><<< 6562 1726776625.79507: stdout chunk (state=3): >>><<< 6562 1726776625.79532: _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": "709", "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:10 EDT", "ExecMainStartTimestampMonotonic": "9728163", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ExecMainHandoffTimestampMonotonic": "9745362", "ExecMainPID": "709", "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:10 EDT] ; stop_time=[n/a] ; pid=709 ; 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:10 EDT] ; stop_time=[n/a] ; pid=709 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3094", "MemoryCurrent": "19501056", "MemoryPeak": "21590016", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3329855488", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "202084000", "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": "system.slice dbus-broker.service sysinit.target dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus-broker.service basic.target systemd-journald.socket system.slice network.target sysinit.target dbus.socket 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:11 EDT", "StateChangeTimestampMonotonic": "10286723", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:10 EDT", "InactiveExitTimestampMonotonic": "9729936", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:11 EDT", "ActiveEnterTimestampMonotonic": "10286723", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ConditionTimestampMonotonic": "9725085", "AssertTimestamp": "Thu 2024-09-19 16:10:10 EDT", "AssertTimestampMonotonic": "9725088", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "6bcad8262b34446983db3cf0225fbb2b", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776625.79659: 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-1726776625.363258-9146-274388243661884/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776625.79673: _low_level_execute_command(): starting 6562 1726776625.79677: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776625.363258-9146-274388243661884/ > /dev/null 2>&1 && sleep 0' 6562 1726776625.80142: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776625.80146: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776625.80150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.80152: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776625.80154: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.80209: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776625.80212: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776625.80214: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776625.80291: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776625.82158: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776625.82189: stderr chunk (state=3): >>><<< 6562 1726776625.82193: stdout chunk (state=3): >>><<< 6562 1726776625.82214: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776625.82220: handler run complete 6562 1726776625.82256: attempt loop complete, returning result 6562 1726776625.82272: variable 'item' from source: unknown 6562 1726776625.82339: variable 'item' from source: unknown ok: [managed_node2] => (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:11 EDT", "ActiveEnterTimestampMonotonic": "10286723", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service dbus-broker.service basic.target systemd-journald.socket system.slice network.target sysinit.target dbus.socket systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:10:10 EDT", "AssertTimestampMonotonic": "9725088", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "202084000", "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:10 EDT", "ConditionTimestampMonotonic": "9725085", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3094", "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:10 EDT", "ExecMainHandoffTimestampMonotonic": "9745362", "ExecMainPID": "709", "ExecMainStartTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ExecMainStartTimestampMonotonic": "9728163", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:10:10 EDT] ; stop_time=[n/a] ; pid=709 ; 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:10 EDT] ; stop_time=[n/a] ; pid=709 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:10 EDT", "InactiveExitTimestampMonotonic": "9729936", "InvocationID": "6bcad8262b34446983db3cf0225fbb2b", "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": "709", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3329855488", "MemoryCurrent": "19501056", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "21590016", "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": "system.slice dbus-broker.service sysinit.target dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:10:11 EDT", "StateChangeTimestampMonotonic": "10286723", "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" } } 6562 1726776625.82834: dumping result to json 6562 1726776625.82837: done dumping result, returning 6562 1726776625.82839: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [12343ab9-b159-238d-eb1a-00000000030a] 6562 1726776625.82841: sending task result for task 12343ab9-b159-238d-eb1a-00000000030a 6562 1726776625.82908: done sending task result for task 12343ab9-b159-238d-eb1a-00000000030a 6562 1726776625.82911: WORKER PROCESS EXITING 6562 1726776625.82983: no more pending results, returning what we have 6562 1726776625.82989: results queue empty 6562 1726776625.82990: checking for any_errors_fatal 6562 1726776625.82992: done checking for any_errors_fatal 6562 1726776625.82993: checking for max_fail_percentage 6562 1726776625.82994: done checking for max_fail_percentage 6562 1726776625.82994: checking to see if all hosts have failed and the running result is not ok 6562 1726776625.82995: done checking to see if all hosts have failed 6562 1726776625.82995: getting the remaining hosts for this loop 6562 1726776625.82996: done getting the remaining hosts for this loop 6562 1726776625.82999: getting the next task for host managed_node2 6562 1726776625.83002: done getting next task for host managed_node2 6562 1726776625.83004: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6562 1726776625.83006: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776625.83013: getting variables 6562 1726776625.83014: in VariableManager get_vars() 6562 1726776625.83034: Calling all_inventory to load vars for managed_node2 6562 1726776625.83035: Calling groups_inventory to load vars for managed_node2 6562 1726776625.83037: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776625.83043: Calling all_plugins_play to load vars for managed_node2 6562 1726776625.83045: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776625.83046: Calling groups_plugins_play to load vars for managed_node2 6562 1726776625.83145: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776625.83261: done with get_vars() 6562 1726776625.83268: 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:25 -0400 (0:00:00.523) 0:01:08.068 **** 6562 1726776625.83333: entering _queue_task() for managed_node2/file 6562 1726776625.83516: worker is 1 (out of 1 available) 6562 1726776625.83529: exiting _queue_task() for managed_node2/file 6562 1726776625.83540: done queuing things up, now waiting for results queue to drain 6562 1726776625.83542: waiting for pending results... 6562 1726776625.83717: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6562 1726776625.83777: in run() - task 12343ab9-b159-238d-eb1a-00000000030b 6562 1726776625.83794: variable 'ansible_search_path' from source: unknown 6562 1726776625.83797: variable 'ansible_search_path' from source: unknown 6562 1726776625.83824: calling self._execute() 6562 1726776625.83891: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776625.83899: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776625.83909: variable 'omit' from source: magic vars 6562 1726776625.83983: variable 'omit' from source: magic vars 6562 1726776625.84019: variable 'omit' from source: magic vars 6562 1726776625.84042: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776625.84266: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776625.84339: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776625.84343: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776625.84401: variable 'omit' from source: magic vars 6562 1726776625.84434: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776625.84459: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776625.84475: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776625.84489: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776625.84501: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776625.84523: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776625.84527: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776625.84531: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776625.84599: Set connection var ansible_timeout to 10 6562 1726776625.84606: Set connection var ansible_pipelining to False 6562 1726776625.84611: Set connection var ansible_shell_executable to /bin/sh 6562 1726776625.84617: Set connection var ansible_shell_type to sh 6562 1726776625.84622: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776625.84624: Set connection var ansible_connection to ssh 6562 1726776625.84640: variable 'ansible_shell_executable' from source: unknown 6562 1726776625.84643: variable 'ansible_connection' from source: unknown 6562 1726776625.84645: variable 'ansible_module_compression' from source: unknown 6562 1726776625.84648: variable 'ansible_shell_type' from source: unknown 6562 1726776625.84650: variable 'ansible_shell_executable' from source: unknown 6562 1726776625.84654: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776625.84656: variable 'ansible_pipelining' from source: unknown 6562 1726776625.84658: variable 'ansible_timeout' from source: unknown 6562 1726776625.84660: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776625.84805: 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__) 6562 1726776625.84814: variable 'omit' from source: magic vars 6562 1726776625.84818: starting attempt loop 6562 1726776625.84821: running the handler 6562 1726776625.84832: _low_level_execute_command(): starting 6562 1726776625.84838: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776625.85343: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776625.85346: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.85350: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776625.85352: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.85405: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776625.85408: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776625.85410: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776625.85468: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776625.87206: stdout chunk (state=3): >>>/root <<< 6562 1726776625.87280: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776625.87314: stderr chunk (state=3): >>><<< 6562 1726776625.87317: stdout chunk (state=3): >>><<< 6562 1726776625.87337: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776625.87350: _low_level_execute_command(): starting 6562 1726776625.87355: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776625.873376-9168-223831194940845 `" && echo ansible-tmp-1726776625.873376-9168-223831194940845="` echo /root/.ansible/tmp/ansible-tmp-1726776625.873376-9168-223831194940845 `" ) && sleep 0' 6562 1726776625.87814: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776625.87818: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776625.87830: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.87832: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776625.87835: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.87878: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776625.87881: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776625.87888: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776625.87936: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776625.90130: stdout chunk (state=3): >>>ansible-tmp-1726776625.873376-9168-223831194940845=/root/.ansible/tmp/ansible-tmp-1726776625.873376-9168-223831194940845 <<< 6562 1726776625.90234: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776625.90262: stderr chunk (state=3): >>><<< 6562 1726776625.90265: stdout chunk (state=3): >>><<< 6562 1726776625.90280: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776625.873376-9168-223831194940845=/root/.ansible/tmp/ansible-tmp-1726776625.873376-9168-223831194940845 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776625.90326: variable 'ansible_module_compression' from source: unknown 6562 1726776625.90366: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6562 1726776625.90398: variable 'ansible_facts' from source: unknown 6562 1726776625.90463: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776625.873376-9168-223831194940845/AnsiballZ_file.py 6562 1726776625.90569: Sending initial data 6562 1726776625.90573: Sent initial data (150 bytes) 6562 1726776625.91035: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776625.91038: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776625.91040: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.91043: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776625.91045: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.91099: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776625.91102: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776625.91105: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776625.91164: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776625.92764: 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 <<< 6562 1726776625.92810: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776625.92868: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpnjtmvc6f /root/.ansible/tmp/ansible-tmp-1726776625.873376-9168-223831194940845/AnsiballZ_file.py <<< 6562 1726776625.92871: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776625.873376-9168-223831194940845/AnsiballZ_file.py" <<< 6562 1726776625.92921: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpnjtmvc6f" to remote "/root/.ansible/tmp/ansible-tmp-1726776625.873376-9168-223831194940845/AnsiballZ_file.py" <<< 6562 1726776625.92923: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776625.873376-9168-223831194940845/AnsiballZ_file.py" <<< 6562 1726776625.93520: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776625.93566: stderr chunk (state=3): >>><<< 6562 1726776625.93570: stdout chunk (state=3): >>><<< 6562 1726776625.93636: done transferring module to remote 6562 1726776625.93647: _low_level_execute_command(): starting 6562 1726776625.93652: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776625.873376-9168-223831194940845/ /root/.ansible/tmp/ansible-tmp-1726776625.873376-9168-223831194940845/AnsiballZ_file.py && sleep 0' 6562 1726776625.94117: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776625.94120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.94123: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776625.94129: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776625.94131: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.94175: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776625.94178: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776625.94184: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776625.94235: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776625.96055: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776625.96084: stderr chunk (state=3): >>><<< 6562 1726776625.96089: stdout chunk (state=3): >>><<< 6562 1726776625.96103: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776625.96106: _low_level_execute_command(): starting 6562 1726776625.96111: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776625.873376-9168-223831194940845/AnsiballZ_file.py && sleep 0' 6562 1726776625.96541: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776625.96544: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.96547: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776625.96549: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776625.96551: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776625.96602: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776625.96605: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776625.96670: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776626.15075: stdout chunk (state=3): >>> <<< 6562 1726776626.15080: 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}}} <<< 6562 1726776626.16516: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776626.16548: stderr chunk (state=3): >>><<< 6562 1726776626.16551: stdout chunk (state=3): >>><<< 6562 1726776626.16568: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776626.16605: 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-1726776625.873376-9168-223831194940845/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776626.16614: _low_level_execute_command(): starting 6562 1726776626.16617: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776625.873376-9168-223831194940845/ > /dev/null 2>&1 && sleep 0' 6562 1726776626.17064: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776626.17069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.17090: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.17141: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776626.17145: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776626.17147: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776626.17207: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776626.19083: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776626.19114: stderr chunk (state=3): >>><<< 6562 1726776626.19117: stdout chunk (state=3): >>><<< 6562 1726776626.19132: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776626.19138: handler run complete 6562 1726776626.19156: attempt loop complete, returning result 6562 1726776626.19159: _execute() done 6562 1726776626.19161: dumping result to json 6562 1726776626.19166: done dumping result, returning 6562 1726776626.19175: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [12343ab9-b159-238d-eb1a-00000000030b] 6562 1726776626.19179: sending task result for task 12343ab9-b159-238d-eb1a-00000000030b 6562 1726776626.19279: done sending task result for task 12343ab9-b159-238d-eb1a-00000000030b 6562 1726776626.19281: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6562 1726776626.19366: no more pending results, returning what we have 6562 1726776626.19369: results queue empty 6562 1726776626.19370: checking for any_errors_fatal 6562 1726776626.19384: done checking for any_errors_fatal 6562 1726776626.19385: checking for max_fail_percentage 6562 1726776626.19391: done checking for max_fail_percentage 6562 1726776626.19392: checking to see if all hosts have failed and the running result is not ok 6562 1726776626.19393: done checking to see if all hosts have failed 6562 1726776626.19394: getting the remaining hosts for this loop 6562 1726776626.19395: done getting the remaining hosts for this loop 6562 1726776626.19399: getting the next task for host managed_node2 6562 1726776626.19405: done getting next task for host managed_node2 6562 1726776626.19408: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6562 1726776626.19411: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776626.19421: getting variables 6562 1726776626.19423: in VariableManager get_vars() 6562 1726776626.19453: Calling all_inventory to load vars for managed_node2 6562 1726776626.19456: Calling groups_inventory to load vars for managed_node2 6562 1726776626.19458: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776626.19466: Calling all_plugins_play to load vars for managed_node2 6562 1726776626.19469: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776626.19471: Calling groups_plugins_play to load vars for managed_node2 6562 1726776626.19592: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776626.19719: done with get_vars() 6562 1726776626.19729: 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:26 -0400 (0:00:00.364) 0:01:08.432 **** 6562 1726776626.19799: entering _queue_task() for managed_node2/slurp 6562 1726776626.20010: worker is 1 (out of 1 available) 6562 1726776626.20026: exiting _queue_task() for managed_node2/slurp 6562 1726776626.20037: done queuing things up, now waiting for results queue to drain 6562 1726776626.20039: waiting for pending results... 6562 1726776626.20211: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6562 1726776626.20279: in run() - task 12343ab9-b159-238d-eb1a-00000000030c 6562 1726776626.20380: variable 'ansible_search_path' from source: unknown 6562 1726776626.20383: variable 'ansible_search_path' from source: unknown 6562 1726776626.20391: calling self._execute() 6562 1726776626.20395: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776626.20398: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776626.20400: variable 'omit' from source: magic vars 6562 1726776626.20497: variable 'omit' from source: magic vars 6562 1726776626.20523: variable 'omit' from source: magic vars 6562 1726776626.20548: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776626.20775: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776626.20839: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776626.20871: variable 'omit' from source: magic vars 6562 1726776626.20909: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776626.20940: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776626.20957: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776626.20970: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776626.20979: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776626.21005: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776626.21008: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776626.21011: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776626.21080: Set connection var ansible_timeout to 10 6562 1726776626.21090: Set connection var ansible_pipelining to False 6562 1726776626.21093: Set connection var ansible_shell_executable to /bin/sh 6562 1726776626.21099: Set connection var ansible_shell_type to sh 6562 1726776626.21104: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776626.21106: Set connection var ansible_connection to ssh 6562 1726776626.21123: variable 'ansible_shell_executable' from source: unknown 6562 1726776626.21126: variable 'ansible_connection' from source: unknown 6562 1726776626.21129: variable 'ansible_module_compression' from source: unknown 6562 1726776626.21131: variable 'ansible_shell_type' from source: unknown 6562 1726776626.21135: variable 'ansible_shell_executable' from source: unknown 6562 1726776626.21137: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776626.21139: variable 'ansible_pipelining' from source: unknown 6562 1726776626.21141: variable 'ansible_timeout' from source: unknown 6562 1726776626.21149: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776626.21372: 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__) 6562 1726776626.21376: variable 'omit' from source: magic vars 6562 1726776626.21378: starting attempt loop 6562 1726776626.21380: running the handler 6562 1726776626.21382: _low_level_execute_command(): starting 6562 1726776626.21384: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776626.21838: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776626.21842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.21845: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776626.21847: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.21892: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776626.21895: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776626.21950: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776626.22030: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776626.23706: stdout chunk (state=3): >>>/root <<< 6562 1726776626.23796: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776626.23825: stderr chunk (state=3): >>><<< 6562 1726776626.23828: stdout chunk (state=3): >>><<< 6562 1726776626.23849: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776626.23860: _low_level_execute_command(): starting 6562 1726776626.23866: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776626.2384884-9184-690543638215 `" && echo ansible-tmp-1726776626.2384884-9184-690543638215="` echo /root/.ansible/tmp/ansible-tmp-1726776626.2384884-9184-690543638215 `" ) && sleep 0' 6562 1726776626.24333: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776626.24338: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776626.24352: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.24403: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776626.24406: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776626.24410: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776626.24460: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776626.26610: stdout chunk (state=3): >>>ansible-tmp-1726776626.2384884-9184-690543638215=/root/.ansible/tmp/ansible-tmp-1726776626.2384884-9184-690543638215 <<< 6562 1726776626.26718: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776626.26742: stderr chunk (state=3): >>><<< 6562 1726776626.26745: stdout chunk (state=3): >>><<< 6562 1726776626.26760: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776626.2384884-9184-690543638215=/root/.ansible/tmp/ansible-tmp-1726776626.2384884-9184-690543638215 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776626.26803: variable 'ansible_module_compression' from source: unknown 6562 1726776626.26839: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 6562 1726776626.26866: variable 'ansible_facts' from source: unknown 6562 1726776626.26922: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776626.2384884-9184-690543638215/AnsiballZ_slurp.py 6562 1726776626.27094: Sending initial data 6562 1726776626.27098: Sent initial data (149 bytes) 6562 1726776626.27554: 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 <<< 6562 1726776626.27558: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.27560: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776626.27562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.27619: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776626.27622: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776626.27625: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776626.27677: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776626.29227: 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 <<< 6562 1726776626.29272: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776626.29317: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpe3g823ic /root/.ansible/tmp/ansible-tmp-1726776626.2384884-9184-690543638215/AnsiballZ_slurp.py <<< 6562 1726776626.29321: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776626.2384884-9184-690543638215/AnsiballZ_slurp.py" <<< 6562 1726776626.29369: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpe3g823ic" to remote "/root/.ansible/tmp/ansible-tmp-1726776626.2384884-9184-690543638215/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776626.2384884-9184-690543638215/AnsiballZ_slurp.py" <<< 6562 1726776626.29916: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776626.29961: stderr chunk (state=3): >>><<< 6562 1726776626.29965: stdout chunk (state=3): >>><<< 6562 1726776626.30002: done transferring module to remote 6562 1726776626.30011: _low_level_execute_command(): starting 6562 1726776626.30016: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776626.2384884-9184-690543638215/ /root/.ansible/tmp/ansible-tmp-1726776626.2384884-9184-690543638215/AnsiballZ_slurp.py && sleep 0' 6562 1726776626.30474: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776626.30477: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.30480: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776626.30482: 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 <<< 6562 1726776626.30484: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.30537: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776626.30542: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776626.30544: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776626.30600: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776626.32382: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776626.32410: stderr chunk (state=3): >>><<< 6562 1726776626.32413: stdout chunk (state=3): >>><<< 6562 1726776626.32427: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776626.32429: _low_level_execute_command(): starting 6562 1726776626.32435: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776626.2384884-9184-690543638215/AnsiballZ_slurp.py && sleep 0' 6562 1726776626.32896: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776626.32901: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776626.32904: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776626.32906: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.32956: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776626.32960: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776626.32962: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776626.33021: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776626.48303: 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"}}} <<< 6562 1726776626.49583: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776626.49612: stderr chunk (state=3): >>><<< 6562 1726776626.49615: stdout chunk (state=3): >>><<< 6562 1726776626.49629: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776626.49654: 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-1726776626.2384884-9184-690543638215/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776626.49662: _low_level_execute_command(): starting 6562 1726776626.49666: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776626.2384884-9184-690543638215/ > /dev/null 2>&1 && sleep 0' 6562 1726776626.50122: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776626.50126: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776626.50128: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.50132: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776626.50134: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.50188: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776626.50202: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776626.50204: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776626.50251: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776626.52079: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776626.52108: stderr chunk (state=3): >>><<< 6562 1726776626.52111: stdout chunk (state=3): >>><<< 6562 1726776626.52125: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776626.52131: handler run complete 6562 1726776626.52147: attempt loop complete, returning result 6562 1726776626.52150: _execute() done 6562 1726776626.52152: dumping result to json 6562 1726776626.52154: done dumping result, returning 6562 1726776626.52163: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [12343ab9-b159-238d-eb1a-00000000030c] 6562 1726776626.52167: sending task result for task 12343ab9-b159-238d-eb1a-00000000030c 6562 1726776626.52266: done sending task result for task 12343ab9-b159-238d-eb1a-00000000030c 6562 1726776626.52269: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6562 1726776626.52361: no more pending results, returning what we have 6562 1726776626.52364: results queue empty 6562 1726776626.52365: checking for any_errors_fatal 6562 1726776626.52373: done checking for any_errors_fatal 6562 1726776626.52374: checking for max_fail_percentage 6562 1726776626.52376: done checking for max_fail_percentage 6562 1726776626.52376: checking to see if all hosts have failed and the running result is not ok 6562 1726776626.52377: done checking to see if all hosts have failed 6562 1726776626.52378: getting the remaining hosts for this loop 6562 1726776626.52380: done getting the remaining hosts for this loop 6562 1726776626.52383: getting the next task for host managed_node2 6562 1726776626.52391: done getting next task for host managed_node2 6562 1726776626.52394: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6562 1726776626.52398: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776626.52409: getting variables 6562 1726776626.52410: in VariableManager get_vars() 6562 1726776626.52441: Calling all_inventory to load vars for managed_node2 6562 1726776626.52443: Calling groups_inventory to load vars for managed_node2 6562 1726776626.52445: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776626.52454: Calling all_plugins_play to load vars for managed_node2 6562 1726776626.52456: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776626.52458: Calling groups_plugins_play to load vars for managed_node2 6562 1726776626.52575: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776626.52741: done with get_vars() 6562 1726776626.52748: done getting variables 6562 1726776626.52792: 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:26 -0400 (0:00:00.330) 0:01:08.762 **** 6562 1726776626.52814: entering _queue_task() for managed_node2/set_fact 6562 1726776626.53019: worker is 1 (out of 1 available) 6562 1726776626.53032: exiting _queue_task() for managed_node2/set_fact 6562 1726776626.53045: done queuing things up, now waiting for results queue to drain 6562 1726776626.53046: waiting for pending results... 6562 1726776626.53221: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6562 1726776626.53296: in run() - task 12343ab9-b159-238d-eb1a-00000000030d 6562 1726776626.53308: variable 'ansible_search_path' from source: unknown 6562 1726776626.53312: variable 'ansible_search_path' from source: unknown 6562 1726776626.53340: calling self._execute() 6562 1726776626.53405: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776626.53408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776626.53417: variable 'omit' from source: magic vars 6562 1726776626.53493: variable 'omit' from source: magic vars 6562 1726776626.53526: variable 'omit' from source: magic vars 6562 1726776626.53822: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776626.53831: variable '__cur_profile' from source: task vars 6562 1726776626.53940: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776626.55402: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776626.55456: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776626.55483: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776626.55512: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776626.55531: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776626.55594: 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) 6562 1726776626.55616: 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) 6562 1726776626.55633: 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) 6562 1726776626.55658: 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) 6562 1726776626.55670: 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) 6562 1726776626.55753: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6562 1726776626.55800: variable 'omit' from source: magic vars 6562 1726776626.55821: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776626.55841: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776626.55857: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776626.55870: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776626.55888: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776626.55935: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776626.55938: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776626.55940: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776626.55995: Set connection var ansible_timeout to 10 6562 1726776626.56004: Set connection var ansible_pipelining to False 6562 1726776626.56009: Set connection var ansible_shell_executable to /bin/sh 6562 1726776626.56015: Set connection var ansible_shell_type to sh 6562 1726776626.56020: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776626.56022: Set connection var ansible_connection to ssh 6562 1726776626.56040: variable 'ansible_shell_executable' from source: unknown 6562 1726776626.56042: variable 'ansible_connection' from source: unknown 6562 1726776626.56045: variable 'ansible_module_compression' from source: unknown 6562 1726776626.56047: variable 'ansible_shell_type' from source: unknown 6562 1726776626.56049: variable 'ansible_shell_executable' from source: unknown 6562 1726776626.56052: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776626.56056: variable 'ansible_pipelining' from source: unknown 6562 1726776626.56058: variable 'ansible_timeout' from source: unknown 6562 1726776626.56062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776626.56144: 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) 6562 1726776626.56156: variable 'omit' from source: magic vars 6562 1726776626.56161: starting attempt loop 6562 1726776626.56164: running the handler 6562 1726776626.56173: handler run complete 6562 1726776626.56181: attempt loop complete, returning result 6562 1726776626.56183: _execute() done 6562 1726776626.56187: dumping result to json 6562 1726776626.56193: done dumping result, returning 6562 1726776626.56200: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [12343ab9-b159-238d-eb1a-00000000030d] 6562 1726776626.56210: sending task result for task 12343ab9-b159-238d-eb1a-00000000030d 6562 1726776626.56287: done sending task result for task 12343ab9-b159-238d-eb1a-00000000030d 6562 1726776626.56290: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 6562 1726776626.56374: no more pending results, returning what we have 6562 1726776626.56377: results queue empty 6562 1726776626.56378: checking for any_errors_fatal 6562 1726776626.56383: done checking for any_errors_fatal 6562 1726776626.56384: checking for max_fail_percentage 6562 1726776626.56385: done checking for max_fail_percentage 6562 1726776626.56388: checking to see if all hosts have failed and the running result is not ok 6562 1726776626.56389: done checking to see if all hosts have failed 6562 1726776626.56389: getting the remaining hosts for this loop 6562 1726776626.56391: done getting the remaining hosts for this loop 6562 1726776626.56394: getting the next task for host managed_node2 6562 1726776626.56400: done getting next task for host managed_node2 6562 1726776626.56405: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6562 1726776626.56407: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776626.56424: getting variables 6562 1726776626.56425: in VariableManager get_vars() 6562 1726776626.56456: Calling all_inventory to load vars for managed_node2 6562 1726776626.56458: Calling groups_inventory to load vars for managed_node2 6562 1726776626.56460: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776626.56468: Calling all_plugins_play to load vars for managed_node2 6562 1726776626.56470: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776626.56473: Calling groups_plugins_play to load vars for managed_node2 6562 1726776626.56591: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776626.56716: done with get_vars() 6562 1726776626.56725: done getting variables 6562 1726776626.56764: 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:26 -0400 (0:00:00.039) 0:01:08.802 **** 6562 1726776626.56787: entering _queue_task() for managed_node2/copy 6562 1726776626.56977: worker is 1 (out of 1 available) 6562 1726776626.56993: exiting _queue_task() for managed_node2/copy 6562 1726776626.57005: done queuing things up, now waiting for results queue to drain 6562 1726776626.57006: waiting for pending results... 6562 1726776626.57179: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6562 1726776626.57256: in run() - task 12343ab9-b159-238d-eb1a-00000000030e 6562 1726776626.57264: variable 'ansible_search_path' from source: unknown 6562 1726776626.57268: variable 'ansible_search_path' from source: unknown 6562 1726776626.57492: calling self._execute() 6562 1726776626.57496: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776626.57499: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776626.57501: variable 'omit' from source: magic vars 6562 1726776626.57530: variable 'omit' from source: magic vars 6562 1726776626.57580: variable 'omit' from source: magic vars 6562 1726776626.57625: variable '__kernel_settings_active_profile' from source: set_fact 6562 1726776626.57942: variable '__kernel_settings_active_profile' from source: set_fact 6562 1726776626.57978: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776626.58061: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776626.58138: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776626.58279: variable 'omit' from source: magic vars 6562 1726776626.58326: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776626.58365: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776626.58401: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776626.58425: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776626.58444: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776626.58510: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776626.58514: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776626.58516: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776626.58579: Set connection var ansible_timeout to 10 6562 1726776626.58587: Set connection var ansible_pipelining to False 6562 1726776626.58595: Set connection var ansible_shell_executable to /bin/sh 6562 1726776626.58606: Set connection var ansible_shell_type to sh 6562 1726776626.58609: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776626.58611: Set connection var ansible_connection to ssh 6562 1726776626.58629: variable 'ansible_shell_executable' from source: unknown 6562 1726776626.58632: variable 'ansible_connection' from source: unknown 6562 1726776626.58634: variable 'ansible_module_compression' from source: unknown 6562 1726776626.58636: variable 'ansible_shell_type' from source: unknown 6562 1726776626.58638: variable 'ansible_shell_executable' from source: unknown 6562 1726776626.58653: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776626.58656: variable 'ansible_pipelining' from source: unknown 6562 1726776626.58659: variable 'ansible_timeout' from source: unknown 6562 1726776626.58661: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776626.58769: 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) 6562 1726776626.58779: variable 'omit' from source: magic vars 6562 1726776626.58784: starting attempt loop 6562 1726776626.58788: running the handler 6562 1726776626.58802: _low_level_execute_command(): starting 6562 1726776626.58809: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776626.59333: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776626.59341: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776626.59344: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.59395: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776626.59400: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776626.59415: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776626.59462: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776626.61130: stdout chunk (state=3): >>>/root <<< 6562 1726776626.61281: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776626.61284: stdout chunk (state=3): >>><<< 6562 1726776626.61288: stderr chunk (state=3): >>><<< 6562 1726776626.61308: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776626.61327: _low_level_execute_command(): starting 6562 1726776626.61421: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123 `" && echo ansible-tmp-1726776626.6131475-9203-126469440561123="` echo /root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123 `" ) && sleep 0' 6562 1726776626.62008: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776626.62022: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776626.62145: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776626.62169: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776626.62274: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776626.64405: stdout chunk (state=3): >>>ansible-tmp-1726776626.6131475-9203-126469440561123=/root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123 <<< 6562 1726776626.64548: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776626.64551: stdout chunk (state=3): >>><<< 6562 1726776626.64553: stderr chunk (state=3): >>><<< 6562 1726776626.64565: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776626.6131475-9203-126469440561123=/root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776626.64695: variable 'ansible_module_compression' from source: unknown 6562 1726776626.64701: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776626.64711: variable 'ansible_facts' from source: unknown 6562 1726776626.64771: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/AnsiballZ_stat.py 6562 1726776626.64859: Sending initial data 6562 1726776626.64862: Sent initial data (151 bytes) 6562 1726776626.65333: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776626.65353: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776626.65411: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776626.66997: 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 <<< 6562 1726776626.67038: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776626.67090: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpnrbxe2jd /root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/AnsiballZ_stat.py <<< 6562 1726776626.67095: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/AnsiballZ_stat.py" <<< 6562 1726776626.67134: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpnrbxe2jd" to remote "/root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/AnsiballZ_stat.py" <<< 6562 1726776626.67689: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776626.67727: stderr chunk (state=3): >>><<< 6562 1726776626.67730: stdout chunk (state=3): >>><<< 6562 1726776626.67750: done transferring module to remote 6562 1726776626.67758: _low_level_execute_command(): starting 6562 1726776626.67763: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/ /root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/AnsiballZ_stat.py && sleep 0' 6562 1726776626.68185: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776626.68192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776626.68195: 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.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776626.68197: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776626.68203: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.68243: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776626.68246: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776626.68307: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776626.70045: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776626.70066: stderr chunk (state=3): >>><<< 6562 1726776626.70069: stdout chunk (state=3): >>><<< 6562 1726776626.70082: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776626.70085: _low_level_execute_command(): starting 6562 1726776626.70094: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/AnsiballZ_stat.py && sleep 0' 6562 1726776626.70510: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776626.70514: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.70516: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776626.70518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.70567: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776626.70570: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776626.70625: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776626.87658: 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": 517996677, "dev": 51714, "nlink": 1, "atime": 1726776626.480579, "mtime": 1726776611.0230186, "ctime": 1726776611.0230186, "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": "2773188140", "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}}} <<< 6562 1726776626.89164: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776626.89195: stderr chunk (state=3): >>><<< 6562 1726776626.89198: stdout chunk (state=3): >>><<< 6562 1726776626.89217: _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": 517996677, "dev": 51714, "nlink": 1, "atime": 1726776626.480579, "mtime": 1726776611.0230186, "ctime": 1726776611.0230186, "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": "2773188140", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776626.89258: 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-1726776626.6131475-9203-126469440561123/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776626.89298: variable 'ansible_module_compression' from source: unknown 6562 1726776626.89330: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6562 1726776626.89346: variable 'ansible_facts' from source: unknown 6562 1726776626.89401: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/AnsiballZ_file.py 6562 1726776626.89493: Sending initial data 6562 1726776626.89497: Sent initial data (151 bytes) 6562 1726776626.89949: 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 <<< 6562 1726776626.89952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776626.89957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.89959: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776626.89961: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.90016: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776626.90019: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776626.90021: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776626.90072: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776626.91718: 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 <<< 6562 1726776626.91768: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776626.91816: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpoeh9quae /root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/AnsiballZ_file.py <<< 6562 1726776626.91819: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/AnsiballZ_file.py" <<< 6562 1726776626.91864: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpoeh9quae" to remote "/root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/AnsiballZ_file.py" <<< 6562 1726776626.91871: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/AnsiballZ_file.py" <<< 6562 1726776626.92432: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776626.92475: stderr chunk (state=3): >>><<< 6562 1726776626.92478: stdout chunk (state=3): >>><<< 6562 1726776626.92517: done transferring module to remote 6562 1726776626.92524: _low_level_execute_command(): starting 6562 1726776626.92529: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/ /root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/AnsiballZ_file.py && sleep 0' 6562 1726776626.92965: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776626.92968: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776626.92970: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.92972: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776626.92974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.93018: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776626.93035: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776626.93082: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776626.94843: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776626.94868: stderr chunk (state=3): >>><<< 6562 1726776626.94871: stdout chunk (state=3): >>><<< 6562 1726776626.94884: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776626.94892: _low_level_execute_command(): starting 6562 1726776626.94894: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/AnsiballZ_file.py && sleep 0' 6562 1726776626.95328: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776626.95332: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.95355: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776626.95393: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776626.95406: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776626.95471: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776627.11822: 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": ".xewe9mxz", "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}}} <<< 6562 1726776627.13336: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776627.13341: stdout chunk (state=3): >>><<< 6562 1726776627.13344: stderr chunk (state=3): >>><<< 6562 1726776627.13363: _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": ".xewe9mxz", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776627.13417: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.xewe9mxz', '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-1726776626.6131475-9203-126469440561123/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776627.13441: _low_level_execute_command(): starting 6562 1726776627.13522: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776626.6131475-9203-126469440561123/ > /dev/null 2>&1 && sleep 0' 6562 1726776627.14082: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776627.14103: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776627.14116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776627.14138: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776627.14244: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776627.14267: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776627.14352: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776627.16200: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776627.16264: stderr chunk (state=3): >>><<< 6562 1726776627.16273: stdout chunk (state=3): >>><<< 6562 1726776627.16301: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776627.16325: handler run complete 6562 1726776627.16358: attempt loop complete, returning result 6562 1726776627.16366: _execute() done 6562 1726776627.16372: dumping result to json 6562 1726776627.16381: done dumping result, returning 6562 1726776627.16400: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [12343ab9-b159-238d-eb1a-00000000030e] 6562 1726776627.16409: sending task result for task 12343ab9-b159-238d-eb1a-00000000030e 6562 1726776627.16567: done sending task result for task 12343ab9-b159-238d-eb1a-00000000030e 6562 1726776627.16570: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6562 1726776627.16696: no more pending results, returning what we have 6562 1726776627.16700: results queue empty 6562 1726776627.16701: checking for any_errors_fatal 6562 1726776627.16709: done checking for any_errors_fatal 6562 1726776627.16710: checking for max_fail_percentage 6562 1726776627.16712: done checking for max_fail_percentage 6562 1726776627.16713: checking to see if all hosts have failed and the running result is not ok 6562 1726776627.16714: done checking to see if all hosts have failed 6562 1726776627.16714: getting the remaining hosts for this loop 6562 1726776627.16717: done getting the remaining hosts for this loop 6562 1726776627.16720: getting the next task for host managed_node2 6562 1726776627.16727: done getting next task for host managed_node2 6562 1726776627.16730: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6562 1726776627.16733: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776627.16746: getting variables 6562 1726776627.16747: in VariableManager get_vars() 6562 1726776627.16782: Calling all_inventory to load vars for managed_node2 6562 1726776627.16785: Calling groups_inventory to load vars for managed_node2 6562 1726776627.16994: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776627.17003: Calling all_plugins_play to load vars for managed_node2 6562 1726776627.17006: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776627.17008: Calling groups_plugins_play to load vars for managed_node2 6562 1726776627.17244: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776627.17454: done with get_vars() 6562 1726776627.17465: done getting variables 6562 1726776627.17526: 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:27 -0400 (0:00:00.607) 0:01:09.410 **** 6562 1726776627.17556: entering _queue_task() for managed_node2/copy 6562 1726776627.17807: worker is 1 (out of 1 available) 6562 1726776627.17819: exiting _queue_task() for managed_node2/copy 6562 1726776627.17831: done queuing things up, now waiting for results queue to drain 6562 1726776627.17833: waiting for pending results... 6562 1726776627.18215: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6562 1726776627.18220: in run() - task 12343ab9-b159-238d-eb1a-00000000030f 6562 1726776627.18239: variable 'ansible_search_path' from source: unknown 6562 1726776627.18246: variable 'ansible_search_path' from source: unknown 6562 1726776627.18285: calling self._execute() 6562 1726776627.18373: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776627.18385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776627.18405: variable 'omit' from source: magic vars 6562 1726776627.18513: variable 'omit' from source: magic vars 6562 1726776627.18567: variable 'omit' from source: magic vars 6562 1726776627.18607: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6562 1726776627.18907: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6562 1726776627.19070: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776627.19073: variable 'omit' from source: magic vars 6562 1726776627.19080: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776627.19125: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776627.19152: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776627.19174: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776627.19200: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776627.19233: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776627.19242: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776627.19249: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776627.19353: Set connection var ansible_timeout to 10 6562 1726776627.19404: Set connection var ansible_pipelining to False 6562 1726776627.19406: Set connection var ansible_shell_executable to /bin/sh 6562 1726776627.19408: Set connection var ansible_shell_type to sh 6562 1726776627.19410: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776627.19412: Set connection var ansible_connection to ssh 6562 1726776627.19421: variable 'ansible_shell_executable' from source: unknown 6562 1726776627.19427: variable 'ansible_connection' from source: unknown 6562 1726776627.19432: variable 'ansible_module_compression' from source: unknown 6562 1726776627.19438: variable 'ansible_shell_type' from source: unknown 6562 1726776627.19444: variable 'ansible_shell_executable' from source: unknown 6562 1726776627.19450: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776627.19492: variable 'ansible_pipelining' from source: unknown 6562 1726776627.19495: variable 'ansible_timeout' from source: unknown 6562 1726776627.19497: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776627.19599: 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) 6562 1726776627.19617: variable 'omit' from source: magic vars 6562 1726776627.19628: starting attempt loop 6562 1726776627.19634: running the handler 6562 1726776627.19648: _low_level_execute_command(): starting 6562 1726776627.19657: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776627.20473: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776627.20505: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776627.20528: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776627.20612: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776627.22265: stdout chunk (state=3): >>>/root <<< 6562 1726776627.22401: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776627.22461: stdout chunk (state=3): >>><<< 6562 1726776627.22464: stderr chunk (state=3): >>><<< 6562 1726776627.22469: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776627.22471: _low_level_execute_command(): starting 6562 1726776627.22474: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606 `" && echo ansible-tmp-1726776627.2244267-9224-278249697896606="` echo /root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606 `" ) && sleep 0' 6562 1726776627.22881: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776627.22885: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.22906: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776627.22917: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.22964: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776627.22971: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776627.22973: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776627.23021: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776627.25091: stdout chunk (state=3): >>>ansible-tmp-1726776627.2244267-9224-278249697896606=/root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606 <<< 6562 1726776627.25201: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776627.25226: stderr chunk (state=3): >>><<< 6562 1726776627.25229: stdout chunk (state=3): >>><<< 6562 1726776627.25246: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776627.2244267-9224-278249697896606=/root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776627.25318: variable 'ansible_module_compression' from source: unknown 6562 1726776627.25392: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776627.25398: variable 'ansible_facts' from source: unknown 6562 1726776627.25499: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/AnsiballZ_stat.py 6562 1726776627.25630: Sending initial data 6562 1726776627.25639: Sent initial data (151 bytes) 6562 1726776627.26014: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776627.26041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.26044: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776627.26046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.26102: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776627.26106: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776627.26108: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776627.26155: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776627.27684: 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 <<< 6562 1726776627.27726: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776627.27773: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmppmye263n /root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/AnsiballZ_stat.py <<< 6562 1726776627.27781: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/AnsiballZ_stat.py" <<< 6562 1726776627.27821: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmppmye263n" to remote "/root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/AnsiballZ_stat.py" <<< 6562 1726776627.27824: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/AnsiballZ_stat.py" <<< 6562 1726776627.28394: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776627.28438: stderr chunk (state=3): >>><<< 6562 1726776627.28441: stdout chunk (state=3): >>><<< 6562 1726776627.28468: done transferring module to remote 6562 1726776627.28477: _low_level_execute_command(): starting 6562 1726776627.28482: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/ /root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/AnsiballZ_stat.py && sleep 0' 6562 1726776627.28942: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776627.28948: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776627.28951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776627.28953: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776627.28955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.29005: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776627.29013: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776627.29066: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776627.30820: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776627.30844: stderr chunk (state=3): >>><<< 6562 1726776627.30847: stdout chunk (state=3): >>><<< 6562 1726776627.30862: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776627.30865: _low_level_execute_command(): starting 6562 1726776627.30871: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/AnsiballZ_stat.py && sleep 0' 6562 1726776627.31337: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776627.31342: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.31345: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776627.31347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.31405: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776627.31411: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776627.31413: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776627.31467: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776627.47980: 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": 524288132, "dev": 51714, "nlink": 1, "atime": 1726776610.9530182, "mtime": 1726776611.0250187, "ctime": 1726776611.0250187, "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": "4203923433", "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}}} <<< 6562 1726776627.49484: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776627.49514: stderr chunk (state=3): >>><<< 6562 1726776627.49518: stdout chunk (state=3): >>><<< 6562 1726776627.49534: _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": 524288132, "dev": 51714, "nlink": 1, "atime": 1726776610.9530182, "mtime": 1726776611.0250187, "ctime": 1726776611.0250187, "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": "4203923433", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776627.49578: 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-1726776627.2244267-9224-278249697896606/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776627.49620: variable 'ansible_module_compression' from source: unknown 6562 1726776627.49650: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6562 1726776627.49665: variable 'ansible_facts' from source: unknown 6562 1726776627.49719: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/AnsiballZ_file.py 6562 1726776627.49813: Sending initial data 6562 1726776627.49816: Sent initial data (151 bytes) 6562 1726776627.50264: 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 <<< 6562 1726776627.50267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.50270: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776627.50272: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.50328: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776627.50331: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776627.50333: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776627.50390: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776627.51997: 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 <<< 6562 1726776627.52041: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776627.52091: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmprd65xmlv /root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/AnsiballZ_file.py <<< 6562 1726776627.52094: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/AnsiballZ_file.py" <<< 6562 1726776627.52134: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmprd65xmlv" to remote "/root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/AnsiballZ_file.py" <<< 6562 1726776627.52141: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/AnsiballZ_file.py" <<< 6562 1726776627.52728: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776627.52773: stderr chunk (state=3): >>><<< 6562 1726776627.52777: stdout chunk (state=3): >>><<< 6562 1726776627.52804: done transferring module to remote 6562 1726776627.52812: _low_level_execute_command(): starting 6562 1726776627.52817: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/ /root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/AnsiballZ_file.py && sleep 0' 6562 1726776627.53288: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776627.53296: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776627.53299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.53352: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776627.53355: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776627.53357: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776627.53414: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776627.55243: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776627.55248: stdout chunk (state=3): >>><<< 6562 1726776627.55250: stderr chunk (state=3): >>><<< 6562 1726776627.55265: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776627.55268: _low_level_execute_command(): starting 6562 1726776627.55272: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/AnsiballZ_file.py && sleep 0' 6562 1726776627.55726: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776627.55730: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.55737: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776627.55740: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776627.55742: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.55780: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776627.55796: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776627.55855: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776627.72329: 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": ".bl9dfq08", "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}}} <<< 6562 1726776627.73716: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776627.73742: stderr chunk (state=3): >>><<< 6562 1726776627.73745: stdout chunk (state=3): >>><<< 6562 1726776627.73759: _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": ".bl9dfq08", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776627.73788: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.bl9dfq08', '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-1726776627.2244267-9224-278249697896606/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776627.73800: _low_level_execute_command(): starting 6562 1726776627.73804: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776627.2244267-9224-278249697896606/ > /dev/null 2>&1 && sleep 0' 6562 1726776627.74255: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776627.74260: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776627.74263: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.74315: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776627.74319: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776627.74321: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776627.74376: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776627.76204: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776627.76229: stderr chunk (state=3): >>><<< 6562 1726776627.76232: stdout chunk (state=3): >>><<< 6562 1726776627.76247: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776627.76256: handler run complete 6562 1726776627.76277: attempt loop complete, returning result 6562 1726776627.76279: _execute() done 6562 1726776627.76282: dumping result to json 6562 1726776627.76291: done dumping result, returning 6562 1726776627.76298: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [12343ab9-b159-238d-eb1a-00000000030f] 6562 1726776627.76303: sending task result for task 12343ab9-b159-238d-eb1a-00000000030f 6562 1726776627.76409: done sending task result for task 12343ab9-b159-238d-eb1a-00000000030f 6562 1726776627.76411: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6562 1726776627.76503: no more pending results, returning what we have 6562 1726776627.76508: results queue empty 6562 1726776627.76508: checking for any_errors_fatal 6562 1726776627.76515: done checking for any_errors_fatal 6562 1726776627.76516: checking for max_fail_percentage 6562 1726776627.76517: done checking for max_fail_percentage 6562 1726776627.76518: checking to see if all hosts have failed and the running result is not ok 6562 1726776627.76519: done checking to see if all hosts have failed 6562 1726776627.76519: getting the remaining hosts for this loop 6562 1726776627.76521: done getting the remaining hosts for this loop 6562 1726776627.76524: getting the next task for host managed_node2 6562 1726776627.76530: done getting next task for host managed_node2 6562 1726776627.76533: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 6562 1726776627.76535: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776627.76545: getting variables 6562 1726776627.76547: in VariableManager get_vars() 6562 1726776627.76577: Calling all_inventory to load vars for managed_node2 6562 1726776627.76579: Calling groups_inventory to load vars for managed_node2 6562 1726776627.76581: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776627.76594: Calling all_plugins_play to load vars for managed_node2 6562 1726776627.76596: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776627.76599: Calling groups_plugins_play to load vars for managed_node2 6562 1726776627.76738: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776627.76858: done with get_vars() 6562 1726776627.76868: 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:27 -0400 (0:00:00.593) 0:01:10.004 **** 6562 1726776627.76931: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776627.77133: worker is 1 (out of 1 available) 6562 1726776627.77147: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776627.77160: done queuing things up, now waiting for results queue to drain 6562 1726776627.77162: waiting for pending results... 6562 1726776627.77339: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config 6562 1726776627.77412: in run() - task 12343ab9-b159-238d-eb1a-000000000310 6562 1726776627.77423: variable 'ansible_search_path' from source: unknown 6562 1726776627.77427: variable 'ansible_search_path' from source: unknown 6562 1726776627.77455: calling self._execute() 6562 1726776627.77522: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776627.77526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776627.77534: variable 'omit' from source: magic vars 6562 1726776627.77610: variable 'omit' from source: magic vars 6562 1726776627.77641: variable 'omit' from source: magic vars 6562 1726776627.77664: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776627.77938: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776627.77995: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776627.78054: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776627.78058: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776627.78101: variable 'omit' from source: magic vars 6562 1726776627.78138: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776627.78170: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776627.78192: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776627.78207: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776627.78218: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776627.78244: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776627.78247: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776627.78251: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776627.78324: Set connection var ansible_timeout to 10 6562 1726776627.78331: Set connection var ansible_pipelining to False 6562 1726776627.78336: Set connection var ansible_shell_executable to /bin/sh 6562 1726776627.78342: Set connection var ansible_shell_type to sh 6562 1726776627.78347: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776627.78350: Set connection var ansible_connection to ssh 6562 1726776627.78369: variable 'ansible_shell_executable' from source: unknown 6562 1726776627.78372: variable 'ansible_connection' from source: unknown 6562 1726776627.78374: variable 'ansible_module_compression' from source: unknown 6562 1726776627.78376: variable 'ansible_shell_type' from source: unknown 6562 1726776627.78378: variable 'ansible_shell_executable' from source: unknown 6562 1726776627.78380: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776627.78385: variable 'ansible_pipelining' from source: unknown 6562 1726776627.78392: variable 'ansible_timeout' from source: unknown 6562 1726776627.78394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776627.78529: 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__) 6562 1726776627.78539: variable 'omit' from source: magic vars 6562 1726776627.78545: starting attempt loop 6562 1726776627.78548: running the handler 6562 1726776627.78559: _low_level_execute_command(): starting 6562 1726776627.78565: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776627.79079: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776627.79085: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776627.79091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.79142: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776627.79146: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776627.79148: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776627.79207: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776627.80813: stdout chunk (state=3): >>>/root <<< 6562 1726776627.80910: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776627.80939: stderr chunk (state=3): >>><<< 6562 1726776627.80942: stdout chunk (state=3): >>><<< 6562 1726776627.80962: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776627.80974: _low_level_execute_command(): starting 6562 1726776627.80980: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776627.8096237-9261-4480064657272 `" && echo ansible-tmp-1726776627.8096237-9261-4480064657272="` echo /root/.ansible/tmp/ansible-tmp-1726776627.8096237-9261-4480064657272 `" ) && sleep 0' 6562 1726776627.81433: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776627.81436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776627.81449: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.81451: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776627.81453: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776627.81455: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.81493: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776627.81496: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776627.81509: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776627.81556: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776627.83714: stdout chunk (state=3): >>>ansible-tmp-1726776627.8096237-9261-4480064657272=/root/.ansible/tmp/ansible-tmp-1726776627.8096237-9261-4480064657272 <<< 6562 1726776627.83817: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776627.83843: stderr chunk (state=3): >>><<< 6562 1726776627.83847: stdout chunk (state=3): >>><<< 6562 1726776627.83863: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776627.8096237-9261-4480064657272=/root/.ansible/tmp/ansible-tmp-1726776627.8096237-9261-4480064657272 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776627.83907: variable 'ansible_module_compression' from source: unknown 6562 1726776627.83939: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6562 1726776627.83968: variable 'ansible_facts' from source: unknown 6562 1726776627.84031: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776627.8096237-9261-4480064657272/AnsiballZ_kernel_settings_get_config.py 6562 1726776627.84131: Sending initial data 6562 1726776627.84135: Sent initial data (171 bytes) 6562 1726776627.84579: 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 <<< 6562 1726776627.84582: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776627.84585: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.84591: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776627.84593: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.84641: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776627.84644: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776627.84647: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776627.84700: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776627.86234: 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 <<< 6562 1726776627.86274: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776627.86325: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpxsa10s17 /root/.ansible/tmp/ansible-tmp-1726776627.8096237-9261-4480064657272/AnsiballZ_kernel_settings_get_config.py <<< 6562 1726776627.86330: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776627.8096237-9261-4480064657272/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776627.86375: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpxsa10s17" to remote "/root/.ansible/tmp/ansible-tmp-1726776627.8096237-9261-4480064657272/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776627.86377: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776627.8096237-9261-4480064657272/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776627.86921: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776627.86967: stderr chunk (state=3): >>><<< 6562 1726776627.86970: stdout chunk (state=3): >>><<< 6562 1726776627.87002: done transferring module to remote 6562 1726776627.87011: _low_level_execute_command(): starting 6562 1726776627.87016: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776627.8096237-9261-4480064657272/ /root/.ansible/tmp/ansible-tmp-1726776627.8096237-9261-4480064657272/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776627.87454: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776627.87459: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.87475: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.87532: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776627.87535: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776627.87537: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776627.87593: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776627.89328: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776627.89354: stderr chunk (state=3): >>><<< 6562 1726776627.89357: stdout chunk (state=3): >>><<< 6562 1726776627.89371: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776627.89373: _low_level_execute_command(): starting 6562 1726776627.89379: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776627.8096237-9261-4480064657272/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776627.89837: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776627.89840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776627.89843: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776627.89846: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776627.89848: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776627.89888: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776627.89908: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776627.89968: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.05733: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "400000", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 6562 1726776628.07103: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776628.07130: stderr chunk (state=3): >>><<< 6562 1726776628.07134: stdout chunk (state=3): >>><<< 6562 1726776628.07150: _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": "400000", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776628.07175: 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-1726776627.8096237-9261-4480064657272/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776628.07184: _low_level_execute_command(): starting 6562 1726776628.07191: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776627.8096237-9261-4480064657272/ > /dev/null 2>&1 && sleep 0' 6562 1726776628.07637: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776628.07645: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776628.07648: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776628.07650: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776628.07652: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.07694: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776628.07713: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776628.07715: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.07762: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.09563: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776628.09592: stderr chunk (state=3): >>><<< 6562 1726776628.09595: stdout chunk (state=3): >>><<< 6562 1726776628.09606: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776628.09612: handler run complete 6562 1726776628.09630: attempt loop complete, returning result 6562 1726776628.09633: _execute() done 6562 1726776628.09635: dumping result to json 6562 1726776628.09639: done dumping result, returning 6562 1726776628.09647: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config [12343ab9-b159-238d-eb1a-000000000310] 6562 1726776628.09652: sending task result for task 12343ab9-b159-238d-eb1a-000000000310 6562 1726776628.09749: done sending task result for task 12343ab9-b159-238d-eb1a-000000000310 6562 1726776628.09752: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "sysctl": { "fs.epoll.max_user_watches": "785592", "fs.file-max": "400000", "vm.max_map_count": "65530" }, "sysfs": { "/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0" } } } 6562 1726776628.09831: no more pending results, returning what we have 6562 1726776628.09834: results queue empty 6562 1726776628.09835: checking for any_errors_fatal 6562 1726776628.09842: done checking for any_errors_fatal 6562 1726776628.09843: checking for max_fail_percentage 6562 1726776628.09845: done checking for max_fail_percentage 6562 1726776628.09846: checking to see if all hosts have failed and the running result is not ok 6562 1726776628.09846: done checking to see if all hosts have failed 6562 1726776628.09847: getting the remaining hosts for this loop 6562 1726776628.09849: done getting the remaining hosts for this loop 6562 1726776628.09852: getting the next task for host managed_node2 6562 1726776628.09858: done getting next task for host managed_node2 6562 1726776628.09861: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6562 1726776628.09864: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776628.09873: getting variables 6562 1726776628.09875: in VariableManager get_vars() 6562 1726776628.09910: Calling all_inventory to load vars for managed_node2 6562 1726776628.09913: Calling groups_inventory to load vars for managed_node2 6562 1726776628.09915: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776628.09923: Calling all_plugins_play to load vars for managed_node2 6562 1726776628.09925: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776628.09928: Calling groups_plugins_play to load vars for managed_node2 6562 1726776628.10077: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776628.10202: done with get_vars() 6562 1726776628.10209: done getting variables 6562 1726776628.10249: 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:28 -0400 (0:00:00.333) 0:01:10.337 **** 6562 1726776628.10270: entering _queue_task() for managed_node2/template 6562 1726776628.10455: worker is 1 (out of 1 available) 6562 1726776628.10468: exiting _queue_task() for managed_node2/template 6562 1726776628.10479: done queuing things up, now waiting for results queue to drain 6562 1726776628.10481: waiting for pending results... 6562 1726776628.10648: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6562 1726776628.10714: in run() - task 12343ab9-b159-238d-eb1a-000000000311 6562 1726776628.10726: variable 'ansible_search_path' from source: unknown 6562 1726776628.10729: variable 'ansible_search_path' from source: unknown 6562 1726776628.10755: calling self._execute() 6562 1726776628.10820: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776628.10824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776628.10833: variable 'omit' from source: magic vars 6562 1726776628.10906: variable 'omit' from source: magic vars 6562 1726776628.10937: variable 'omit' from source: magic vars 6562 1726776628.11161: variable '__kernel_settings_profile_src' from source: role '' all vars 6562 1726776628.11167: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776628.11224: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776628.11245: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776628.11291: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776628.11336: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776628.11397: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776628.11400: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776628.11424: variable 'omit' from source: magic vars 6562 1726776628.11456: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776628.11481: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776628.11500: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776628.11513: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776628.11523: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776628.11545: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776628.11548: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776628.11550: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776628.11619: Set connection var ansible_timeout to 10 6562 1726776628.11626: Set connection var ansible_pipelining to False 6562 1726776628.11631: Set connection var ansible_shell_executable to /bin/sh 6562 1726776628.11637: Set connection var ansible_shell_type to sh 6562 1726776628.11642: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776628.11644: Set connection var ansible_connection to ssh 6562 1726776628.11659: variable 'ansible_shell_executable' from source: unknown 6562 1726776628.11662: variable 'ansible_connection' from source: unknown 6562 1726776628.11664: variable 'ansible_module_compression' from source: unknown 6562 1726776628.11666: variable 'ansible_shell_type' from source: unknown 6562 1726776628.11669: variable 'ansible_shell_executable' from source: unknown 6562 1726776628.11671: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776628.11676: variable 'ansible_pipelining' from source: unknown 6562 1726776628.11679: variable 'ansible_timeout' from source: unknown 6562 1726776628.11681: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776628.11778: 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) 6562 1726776628.11791: variable 'omit' from source: magic vars 6562 1726776628.11794: starting attempt loop 6562 1726776628.11797: running the handler 6562 1726776628.11808: _low_level_execute_command(): starting 6562 1726776628.11815: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776628.12327: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776628.12331: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.12334: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776628.12336: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776628.12338: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.12388: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776628.12392: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776628.12395: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.12453: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.14093: stdout chunk (state=3): >>>/root <<< 6562 1726776628.14192: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776628.14218: stderr chunk (state=3): >>><<< 6562 1726776628.14221: stdout chunk (state=3): >>><<< 6562 1726776628.14239: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776628.14249: _low_level_execute_command(): starting 6562 1726776628.14254: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846 `" && echo ansible-tmp-1726776628.142384-9269-232367807461846="` echo /root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846 `" ) && sleep 0' 6562 1726776628.14675: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776628.14679: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776628.14681: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.14683: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776628.14689: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.14737: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776628.14744: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776628.14746: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.14794: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.16945: stdout chunk (state=3): >>>ansible-tmp-1726776628.142384-9269-232367807461846=/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846 <<< 6562 1726776628.17052: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776628.17078: stderr chunk (state=3): >>><<< 6562 1726776628.17081: stdout chunk (state=3): >>><<< 6562 1726776628.17101: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776628.142384-9269-232367807461846=/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776628.17114: 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 6562 1726776628.17132: 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 6562 1726776628.17151: variable 'ansible_search_path' from source: unknown 6562 1726776628.17713: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776628.19494: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776628.19498: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776628.19500: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776628.19519: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776628.19549: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776628.19812: 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) 6562 1726776628.19832: 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) 6562 1726776628.19849: 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) 6562 1726776628.19875: 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) 6562 1726776628.19885: 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) 6562 1726776628.20116: 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) 6562 1726776628.20133: 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) 6562 1726776628.20152: 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) 6562 1726776628.20177: 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) 6562 1726776628.20189: 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) 6562 1726776628.20439: variable 'ansible_managed' from source: unknown 6562 1726776628.20442: variable '__sections' from source: task vars 6562 1726776628.20533: 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) 6562 1726776628.20550: 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) 6562 1726776628.20567: 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) 6562 1726776628.20598: 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) 6562 1726776628.20608: 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) 6562 1726776628.20676: variable 'kernel_settings_sysctl' from source: include params 6562 1726776628.20683: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776628.20689: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776628.20733: variable '__sysctl_old' from source: task vars 6562 1726776628.20775: variable '__sysctl_old' from source: task vars 6562 1726776628.20912: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776628.20915: variable 'kernel_settings_sysctl' from source: include params 6562 1726776628.20920: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776628.20925: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776628.20930: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776628.21066: variable 'kernel_settings_sysfs' from source: role '' defaults 6562 1726776628.21069: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776628.21074: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776628.21089: variable '__sysfs_old' from source: task vars 6562 1726776628.21163: variable '__sysfs_old' from source: task vars 6562 1726776628.21277: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776628.21280: variable 'kernel_settings_sysfs' from source: role '' defaults 6562 1726776628.21285: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776628.21293: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776628.21297: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776628.21331: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6562 1726776628.21337: variable '__systemd_old' from source: task vars 6562 1726776628.21492: variable '__systemd_old' from source: task vars 6562 1726776628.21573: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776628.21581: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6562 1726776628.21593: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.21601: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776628.21618: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 6562 1726776628.21625: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6562 1726776628.21631: variable '__trans_huge_old' from source: task vars 6562 1726776628.21679: variable '__trans_huge_old' from source: task vars 6562 1726776628.21812: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776628.21815: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 6562 1726776628.21818: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.21824: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776628.21834: variable '__trans_defrag_old' from source: task vars 6562 1726776628.21875: variable '__trans_defrag_old' from source: task vars 6562 1726776628.22001: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776628.22005: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6562 1726776628.22007: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.22013: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776628.22091: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.22094: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.22095: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.22096: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.22097: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.22098: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.22099: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.22100: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.22101: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.22103: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.22104: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.22105: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.22109: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.22116: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776628.22658: 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) 6562 1726776628.22874: variable 'ansible_module_compression' from source: unknown 6562 1726776628.22877: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776628.22880: variable 'ansible_facts' from source: unknown 6562 1726776628.22894: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/AnsiballZ_stat.py 6562 1726776628.22980: Sending initial data 6562 1726776628.22984: Sent initial data (150 bytes) 6562 1726776628.23428: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776628.23431: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776628.23433: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.23435: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776628.23437: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.23488: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776628.23492: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.23553: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.25178: 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 <<< 6562 1726776628.25185: 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 <<< 6562 1726776628.25223: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776628.25274: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpuzz0z99o /root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/AnsiballZ_stat.py <<< 6562 1726776628.25278: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/AnsiballZ_stat.py" <<< 6562 1726776628.25318: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpuzz0z99o" to remote "/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/AnsiballZ_stat.py" <<< 6562 1726776628.25855: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776628.25894: stderr chunk (state=3): >>><<< 6562 1726776628.25898: stdout chunk (state=3): >>><<< 6562 1726776628.25933: done transferring module to remote 6562 1726776628.25940: _low_level_execute_command(): starting 6562 1726776628.25945: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/ /root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/AnsiballZ_stat.py && sleep 0' 6562 1726776628.26348: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776628.26351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776628.26353: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.26355: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776628.26357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.26408: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776628.26411: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.26462: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.28222: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776628.28244: stderr chunk (state=3): >>><<< 6562 1726776628.28247: stdout chunk (state=3): >>><<< 6562 1726776628.28261: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776628.28264: _low_level_execute_command(): starting 6562 1726776628.28267: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/AnsiballZ_stat.py && sleep 0' 6562 1726776628.28660: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776628.28667: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776628.28698: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.28701: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776628.28704: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.28779: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.28826: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.45325: 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": 372, "inode": 8388739, "dev": 51714, "nlink": 1, "atime": 1726776587.3483295, "mtime": 1726776577.509287, "ctime": 1726776586.6943269, "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": "3feaf86b2638623e3300792e683ce55f91f31e9a", "mimetype": "text/plain", "charset": "us-ascii", "version": "2645869403", "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}}} <<< 6562 1726776628.46980: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776628.46988: stdout chunk (state=3): >>><<< 6562 1726776628.46991: stderr chunk (state=3): >>><<< 6562 1726776628.46994: _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": 372, "inode": 8388739, "dev": 51714, "nlink": 1, "atime": 1726776587.3483295, "mtime": 1726776577.509287, "ctime": 1726776586.6943269, "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": "3feaf86b2638623e3300792e683ce55f91f31e9a", "mimetype": "text/plain", "charset": "us-ascii", "version": "2645869403", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776628.47002: 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-1726776628.142384-9269-232367807461846/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776628.47137: Sending initial data 6562 1726776628.47148: Sent initial data (164 bytes) 6562 1726776628.47910: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776628.47925: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776628.47941: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.47971: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776628.48062: 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.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.48154: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776628.48157: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776628.48176: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.48297: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.49876: 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" <<< 6562 1726776628.49879: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776628.49918: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776628.49970: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpcj2jggzs/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/.source.conf <<< 6562 1726776628.49974: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/.source.conf" <<< 6562 1726776628.50016: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpcj2jggzs/kernel_settings.j2" to remote "/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/.source.conf" <<< 6562 1726776628.50019: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/.source.conf" <<< 6562 1726776628.50213: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776628.50250: stderr chunk (state=3): >>><<< 6562 1726776628.50253: stdout chunk (state=3): >>><<< 6562 1726776628.50279: _low_level_execute_command(): starting 6562 1726776628.50282: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/ /root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/.source.conf && sleep 0' 6562 1726776628.50819: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.50861: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776628.50864: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776628.50866: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.50915: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.52796: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776628.52800: stdout chunk (state=3): >>><<< 6562 1726776628.52802: stderr chunk (state=3): >>><<< 6562 1726776628.52805: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776628.52808: variable 'ansible_module_compression' from source: unknown 6562 1726776628.52824: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6562 1726776628.52849: variable 'ansible_facts' from source: unknown 6562 1726776628.52939: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/AnsiballZ_copy.py 6562 1726776628.53160: Sending initial data 6562 1726776628.53164: Sent initial data (150 bytes) 6562 1726776628.53793: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776628.53815: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776628.53835: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.53914: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.55507: 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 <<< 6562 1726776628.55580: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776628.55621: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpdm_p6vr3 /root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/AnsiballZ_copy.py <<< 6562 1726776628.55641: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/AnsiballZ_copy.py" <<< 6562 1726776628.55693: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpdm_p6vr3" to remote "/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/AnsiballZ_copy.py" <<< 6562 1726776628.56504: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776628.56537: stderr chunk (state=3): >>><<< 6562 1726776628.56552: stdout chunk (state=3): >>><<< 6562 1726776628.56592: done transferring module to remote 6562 1726776628.56678: _low_level_execute_command(): starting 6562 1726776628.56681: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/ /root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/AnsiballZ_copy.py && sleep 0' 6562 1726776628.57303: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.57349: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776628.57366: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776628.57391: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.57473: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.59281: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776628.59298: stdout chunk (state=3): >>><<< 6562 1726776628.59317: stderr chunk (state=3): >>><<< 6562 1726776628.59396: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776628.59399: _low_level_execute_command(): starting 6562 1726776628.59402: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/AnsiballZ_copy.py && sleep 0' 6562 1726776628.59974: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776628.59992: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776628.60009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776628.60058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.60130: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776628.60152: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776628.60177: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.60266: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.76998: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/.source.conf", "md5sum": "9c36ebcc135366fa59ab6f2f2da76a73", "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 351, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "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}}} <<< 6562 1726776628.78382: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776628.78390: stdout chunk (state=3): >>><<< 6562 1726776628.78393: stderr chunk (state=3): >>><<< 6562 1726776628.78493: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/.source.conf", "md5sum": "9c36ebcc135366fa59ab6f2f2da76a73", "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 351, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776628.78497: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/.source.conf', 'dest': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': '221aa34fef95c2fe05408be9921820449785a5b2', '_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-1726776628.142384-9269-232367807461846/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776628.78499: _low_level_execute_command(): starting 6562 1726776628.78502: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/ > /dev/null 2>&1 && sleep 0' 6562 1726776628.79077: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776628.79178: 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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776628.79214: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.79294: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.81104: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776628.81128: stderr chunk (state=3): >>><<< 6562 1726776628.81131: stdout chunk (state=3): >>><<< 6562 1726776628.81144: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776628.81154: handler run complete 6562 1726776628.81173: attempt loop complete, returning result 6562 1726776628.81176: _execute() done 6562 1726776628.81178: dumping result to json 6562 1726776628.81183: done dumping result, returning 6562 1726776628.81200: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [12343ab9-b159-238d-eb1a-000000000311] 6562 1726776628.81203: sending task result for task 12343ab9-b159-238d-eb1a-000000000311 6562 1726776628.81332: done sending task result for task 12343ab9-b159-238d-eb1a-000000000311 6562 1726776628.81335: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "9c36ebcc135366fa59ab6f2f2da76a73", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 351, "src": "/root/.ansible/tmp/ansible-tmp-1726776628.142384-9269-232367807461846/.source.conf", "state": "file", "uid": 0 } 6562 1726776628.81425: no more pending results, returning what we have 6562 1726776628.81428: results queue empty 6562 1726776628.81429: checking for any_errors_fatal 6562 1726776628.81435: done checking for any_errors_fatal 6562 1726776628.81436: checking for max_fail_percentage 6562 1726776628.81437: done checking for max_fail_percentage 6562 1726776628.81438: checking to see if all hosts have failed and the running result is not ok 6562 1726776628.81439: done checking to see if all hosts have failed 6562 1726776628.81439: getting the remaining hosts for this loop 6562 1726776628.81441: done getting the remaining hosts for this loop 6562 1726776628.81444: getting the next task for host managed_node2 6562 1726776628.81450: done getting next task for host managed_node2 6562 1726776628.81453: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6562 1726776628.81456: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776628.81465: getting variables 6562 1726776628.81466: in VariableManager get_vars() 6562 1726776628.81499: Calling all_inventory to load vars for managed_node2 6562 1726776628.81501: Calling groups_inventory to load vars for managed_node2 6562 1726776628.81503: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776628.81512: Calling all_plugins_play to load vars for managed_node2 6562 1726776628.81514: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776628.81516: Calling groups_plugins_play to load vars for managed_node2 6562 1726776628.81667: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776628.81788: done with get_vars() 6562 1726776628.81797: done getting variables 6562 1726776628.81839: 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:28 -0400 (0:00:00.715) 0:01:11.053 **** 6562 1726776628.81860: entering _queue_task() for managed_node2/service 6562 1726776628.82042: worker is 1 (out of 1 available) 6562 1726776628.82055: exiting _queue_task() for managed_node2/service 6562 1726776628.82067: done queuing things up, now waiting for results queue to drain 6562 1726776628.82068: waiting for pending results... 6562 1726776628.82241: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6562 1726776628.82312: in run() - task 12343ab9-b159-238d-eb1a-000000000312 6562 1726776628.82324: variable 'ansible_search_path' from source: unknown 6562 1726776628.82328: variable 'ansible_search_path' from source: unknown 6562 1726776628.82361: variable '__kernel_settings_services' from source: include_vars 6562 1726776628.82605: variable '__kernel_settings_services' from source: include_vars 6562 1726776628.82792: variable 'omit' from source: magic vars 6562 1726776628.82795: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776628.82797: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776628.82799: variable 'omit' from source: magic vars 6562 1726776628.83001: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776628.83162: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776628.83196: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776628.83220: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776628.83246: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776628.83320: variable '__kernel_settings_register_profile' from source: set_fact 6562 1726776628.83329: variable '__kernel_settings_register_mode' from source: set_fact 6562 1726776628.83347: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 6562 1726776628.83350: when evaluation is False, skipping this task 6562 1726776628.83369: variable 'item' from source: unknown 6562 1726776628.83794: variable 'item' from source: unknown skipping: [managed_node2] => (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" } 6562 1726776628.84085: dumping result to json 6562 1726776628.84094: done dumping result, returning 6562 1726776628.84097: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [12343ab9-b159-238d-eb1a-000000000312] 6562 1726776628.84099: sending task result for task 12343ab9-b159-238d-eb1a-000000000312 6562 1726776628.84144: done sending task result for task 12343ab9-b159-238d-eb1a-000000000312 skipping: [managed_node2] => { "changed": false } MSG: All items skipped 6562 1726776628.84174: no more pending results, returning what we have 6562 1726776628.84177: results queue empty 6562 1726776628.84177: checking for any_errors_fatal 6562 1726776628.84185: done checking for any_errors_fatal 6562 1726776628.84188: checking for max_fail_percentage 6562 1726776628.84190: done checking for max_fail_percentage 6562 1726776628.84190: checking to see if all hosts have failed and the running result is not ok 6562 1726776628.84192: done checking to see if all hosts have failed 6562 1726776628.84193: getting the remaining hosts for this loop 6562 1726776628.84194: done getting the remaining hosts for this loop 6562 1726776628.84196: getting the next task for host managed_node2 6562 1726776628.84200: done getting next task for host managed_node2 6562 1726776628.84202: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6562 1726776628.84204: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776628.84214: WORKER PROCESS EXITING 6562 1726776628.84221: getting variables 6562 1726776628.84222: in VariableManager get_vars() 6562 1726776628.84244: Calling all_inventory to load vars for managed_node2 6562 1726776628.84245: Calling groups_inventory to load vars for managed_node2 6562 1726776628.84247: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776628.84252: Calling all_plugins_play to load vars for managed_node2 6562 1726776628.84254: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776628.84256: Calling groups_plugins_play to load vars for managed_node2 6562 1726776628.84356: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776628.84473: done with get_vars() 6562 1726776628.84481: done getting variables 6562 1726776628.84522: 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:28 -0400 (0:00:00.026) 0:01:11.080 **** 6562 1726776628.84544: entering _queue_task() for managed_node2/command 6562 1726776628.84717: worker is 1 (out of 1 available) 6562 1726776628.84730: exiting _queue_task() for managed_node2/command 6562 1726776628.84742: done queuing things up, now waiting for results queue to drain 6562 1726776628.84743: waiting for pending results... 6562 1726776628.84911: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6562 1726776628.84976: in run() - task 12343ab9-b159-238d-eb1a-000000000313 6562 1726776628.84989: variable 'ansible_search_path' from source: unknown 6562 1726776628.84994: variable 'ansible_search_path' from source: unknown 6562 1726776628.85020: calling self._execute() 6562 1726776628.85077: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776628.85081: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776628.85093: variable 'omit' from source: magic vars 6562 1726776628.85409: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776628.85798: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776628.85826: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776628.85850: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776628.85873: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776628.85949: variable '__kernel_settings_register_profile' from source: set_fact 6562 1726776628.85967: Evaluated conditional (not __kernel_settings_register_profile is changed): True 6562 1726776628.86053: variable '__kernel_settings_register_mode' from source: set_fact 6562 1726776628.86061: Evaluated conditional (not __kernel_settings_register_mode is changed): True 6562 1726776628.86137: variable '__kernel_settings_register_apply' from source: set_fact 6562 1726776628.86145: Evaluated conditional (__kernel_settings_register_apply is changed): True 6562 1726776628.86150: variable 'omit' from source: magic vars 6562 1726776628.86178: variable 'omit' from source: magic vars 6562 1726776628.86255: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776628.87480: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776628.87531: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776628.87556: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776628.87579: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776628.87604: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776628.87649: variable '__kernel_settings_active_profile' from source: set_fact 6562 1726776628.87672: variable 'omit' from source: magic vars 6562 1726776628.87702: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776628.87722: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776628.87737: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776628.87750: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776628.87758: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776628.87780: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776628.87783: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776628.87788: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776628.87851: Set connection var ansible_timeout to 10 6562 1726776628.87857: Set connection var ansible_pipelining to False 6562 1726776628.87862: Set connection var ansible_shell_executable to /bin/sh 6562 1726776628.87869: Set connection var ansible_shell_type to sh 6562 1726776628.87874: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776628.87876: Set connection var ansible_connection to ssh 6562 1726776628.87897: variable 'ansible_shell_executable' from source: unknown 6562 1726776628.87900: variable 'ansible_connection' from source: unknown 6562 1726776628.87902: variable 'ansible_module_compression' from source: unknown 6562 1726776628.87905: variable 'ansible_shell_type' from source: unknown 6562 1726776628.87907: variable 'ansible_shell_executable' from source: unknown 6562 1726776628.87909: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776628.87911: variable 'ansible_pipelining' from source: unknown 6562 1726776628.87914: variable 'ansible_timeout' from source: unknown 6562 1726776628.87919: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776628.87988: 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) 6562 1726776628.87999: variable 'omit' from source: magic vars 6562 1726776628.88004: starting attempt loop 6562 1726776628.88006: running the handler 6562 1726776628.88017: _low_level_execute_command(): starting 6562 1726776628.88023: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776628.88508: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776628.88512: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.88515: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776628.88517: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.88568: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776628.88571: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776628.88573: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.88635: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.90297: stdout chunk (state=3): >>>/root <<< 6562 1726776628.90447: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776628.90450: stdout chunk (state=3): >>><<< 6562 1726776628.90453: stderr chunk (state=3): >>><<< 6562 1726776628.90470: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776628.90552: _low_level_execute_command(): starting 6562 1726776628.90555: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776628.904804-9329-222763700106926 `" && echo ansible-tmp-1726776628.904804-9329-222763700106926="` echo /root/.ansible/tmp/ansible-tmp-1726776628.904804-9329-222763700106926 `" ) && sleep 0' 6562 1726776628.91038: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776628.91050: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776628.91062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776628.91075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776628.91136: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.91175: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776628.91193: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776628.91216: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.91284: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.93602: stdout chunk (state=3): >>>ansible-tmp-1726776628.904804-9329-222763700106926=/root/.ansible/tmp/ansible-tmp-1726776628.904804-9329-222763700106926 <<< 6562 1726776628.93710: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776628.93734: stderr chunk (state=3): >>><<< 6562 1726776628.93737: stdout chunk (state=3): >>><<< 6562 1726776628.93752: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776628.904804-9329-222763700106926=/root/.ansible/tmp/ansible-tmp-1726776628.904804-9329-222763700106926 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776628.93775: variable 'ansible_module_compression' from source: unknown 6562 1726776628.93813: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776628.93836: variable 'ansible_facts' from source: unknown 6562 1726776628.93889: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776628.904804-9329-222763700106926/AnsiballZ_command.py 6562 1726776628.93980: Sending initial data 6562 1726776628.93983: Sent initial data (153 bytes) 6562 1726776628.94417: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776628.94420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776628.94422: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.94424: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776628.94426: 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 <<< 6562 1726776628.94428: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.94473: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776628.94477: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.94532: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.96056: 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 <<< 6562 1726776628.96060: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776628.96103: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776628.96149: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp7ofly81r /root/.ansible/tmp/ansible-tmp-1726776628.904804-9329-222763700106926/AnsiballZ_command.py <<< 6562 1726776628.96159: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776628.904804-9329-222763700106926/AnsiballZ_command.py" <<< 6562 1726776628.96196: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp7ofly81r" to remote "/root/.ansible/tmp/ansible-tmp-1726776628.904804-9329-222763700106926/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776628.904804-9329-222763700106926/AnsiballZ_command.py" <<< 6562 1726776628.96744: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776628.96780: stderr chunk (state=3): >>><<< 6562 1726776628.96784: stdout chunk (state=3): >>><<< 6562 1726776628.96827: done transferring module to remote 6562 1726776628.96835: _low_level_execute_command(): starting 6562 1726776628.96841: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776628.904804-9329-222763700106926/ /root/.ansible/tmp/ansible-tmp-1726776628.904804-9329-222763700106926/AnsiballZ_command.py && sleep 0' 6562 1726776628.97261: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776628.97264: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776628.97266: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.97269: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776628.97271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.97320: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776628.97323: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.97374: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776628.99114: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776628.99136: stderr chunk (state=3): >>><<< 6562 1726776628.99139: stdout chunk (state=3): >>><<< 6562 1726776628.99153: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776628.99156: _low_level_execute_command(): starting 6562 1726776628.99159: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776628.904804-9329-222763700106926/AnsiballZ_command.py && sleep 0' 6562 1726776628.99574: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776628.99578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776628.99580: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.99582: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776628.99584: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776628.99635: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776628.99638: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776628.99695: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776630.27935: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 16:10:29.152107", "end": "2024-09-19 16:10:30.278212", "delta": "0:00:01.126105", "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}}} <<< 6562 1726776630.29576: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776630.29605: stderr chunk (state=3): >>><<< 6562 1726776630.29608: stdout chunk (state=3): >>><<< 6562 1726776630.29624: _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:29.152107", "end": "2024-09-19 16:10:30.278212", "delta": "0:00:01.126105", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776630.29650: 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-1726776628.904804-9329-222763700106926/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776630.29659: _low_level_execute_command(): starting 6562 1726776630.29661: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776628.904804-9329-222763700106926/ > /dev/null 2>&1 && sleep 0' 6562 1726776630.30067: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776630.30071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776630.30104: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776630.30107: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776630.30110: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776630.30112: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776630.30165: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776630.30168: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776630.30170: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776630.30228: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776630.32106: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776630.32128: stderr chunk (state=3): >>><<< 6562 1726776630.32131: stdout chunk (state=3): >>><<< 6562 1726776630.32143: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776630.32148: handler run complete 6562 1726776630.32164: Evaluated conditional (True): True 6562 1726776630.32172: attempt loop complete, returning result 6562 1726776630.32174: _execute() done 6562 1726776630.32177: dumping result to json 6562 1726776630.32182: done dumping result, returning 6562 1726776630.32194: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [12343ab9-b159-238d-eb1a-000000000313] 6562 1726776630.32199: sending task result for task 12343ab9-b159-238d-eb1a-000000000313 6562 1726776630.32293: done sending task result for task 12343ab9-b159-238d-eb1a-000000000313 6562 1726776630.32298: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest kernel_settings" ], "delta": "0:00:01.126105", "end": "2024-09-19 16:10:30.278212", "rc": 0, "start": "2024-09-19 16:10:29.152107" } 6562 1726776630.32365: no more pending results, returning what we have 6562 1726776630.32368: results queue empty 6562 1726776630.32369: checking for any_errors_fatal 6562 1726776630.32376: done checking for any_errors_fatal 6562 1726776630.32377: checking for max_fail_percentage 6562 1726776630.32378: done checking for max_fail_percentage 6562 1726776630.32379: checking to see if all hosts have failed and the running result is not ok 6562 1726776630.32380: done checking to see if all hosts have failed 6562 1726776630.32381: getting the remaining hosts for this loop 6562 1726776630.32382: done getting the remaining hosts for this loop 6562 1726776630.32388: getting the next task for host managed_node2 6562 1726776630.32396: done getting next task for host managed_node2 6562 1726776630.32400: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6562 1726776630.32402: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776630.32413: getting variables 6562 1726776630.32415: in VariableManager get_vars() 6562 1726776630.32446: Calling all_inventory to load vars for managed_node2 6562 1726776630.32449: Calling groups_inventory to load vars for managed_node2 6562 1726776630.32451: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776630.32459: Calling all_plugins_play to load vars for managed_node2 6562 1726776630.32461: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776630.32463: Calling groups_plugins_play to load vars for managed_node2 6562 1726776630.32791: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776630.32904: done with get_vars() 6562 1726776630.32911: 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:30 -0400 (0:00:01.484) 0:01:12.564 **** 6562 1726776630.32975: entering _queue_task() for managed_node2/include_tasks 6562 1726776630.33153: worker is 1 (out of 1 available) 6562 1726776630.33165: exiting _queue_task() for managed_node2/include_tasks 6562 1726776630.33177: done queuing things up, now waiting for results queue to drain 6562 1726776630.33179: waiting for pending results... 6562 1726776630.33350: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6562 1726776630.33426: in run() - task 12343ab9-b159-238d-eb1a-000000000314 6562 1726776630.33437: variable 'ansible_search_path' from source: unknown 6562 1726776630.33440: variable 'ansible_search_path' from source: unknown 6562 1726776630.33466: calling self._execute() 6562 1726776630.33532: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.33538: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.33546: variable 'omit' from source: magic vars 6562 1726776630.33865: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776630.34037: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776630.34069: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776630.34098: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776630.34124: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776630.34208: variable '__kernel_settings_register_apply' from source: set_fact 6562 1726776630.34227: Evaluated conditional (__kernel_settings_register_apply is changed): True 6562 1726776630.34231: _execute() done 6562 1726776630.34234: dumping result to json 6562 1726776630.34236: done dumping result, returning 6562 1726776630.34243: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [12343ab9-b159-238d-eb1a-000000000314] 6562 1726776630.34248: sending task result for task 12343ab9-b159-238d-eb1a-000000000314 6562 1726776630.34332: done sending task result for task 12343ab9-b159-238d-eb1a-000000000314 6562 1726776630.34334: WORKER PROCESS EXITING 6562 1726776630.34370: no more pending results, returning what we have 6562 1726776630.34374: in VariableManager get_vars() 6562 1726776630.34409: Calling all_inventory to load vars for managed_node2 6562 1726776630.34412: Calling groups_inventory to load vars for managed_node2 6562 1726776630.34414: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776630.34422: Calling all_plugins_play to load vars for managed_node2 6562 1726776630.34425: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776630.34427: Calling groups_plugins_play to load vars for managed_node2 6562 1726776630.34543: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776630.34663: done with get_vars() 6562 1726776630.34668: variable 'ansible_search_path' from source: unknown 6562 1726776630.34669: variable 'ansible_search_path' from source: unknown 6562 1726776630.34694: we have included files to process 6562 1726776630.34695: generating all_blocks data 6562 1726776630.34696: done generating all_blocks data 6562 1726776630.34700: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6562 1726776630.34701: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6562 1726776630.34702: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6562 1726776630.34942: done processing included file 6562 1726776630.34944: iterating over new_blocks loaded from include file 6562 1726776630.34945: in VariableManager get_vars() 6562 1726776630.34960: done with get_vars() 6562 1726776630.34961: filtering new block on tags 6562 1726776630.34994: done filtering new block on tags 6562 1726776630.34996: 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_node2 6562 1726776630.34999: extending task lists for all hosts with included blocks 6562 1726776630.35359: done extending task lists 6562 1726776630.35360: done processing included files 6562 1726776630.35361: results queue empty 6562 1726776630.35361: checking for any_errors_fatal 6562 1726776630.35364: done checking for any_errors_fatal 6562 1726776630.35365: checking for max_fail_percentage 6562 1726776630.35365: done checking for max_fail_percentage 6562 1726776630.35366: checking to see if all hosts have failed and the running result is not ok 6562 1726776630.35367: done checking to see if all hosts have failed 6562 1726776630.35367: getting the remaining hosts for this loop 6562 1726776630.35368: done getting the remaining hosts for this loop 6562 1726776630.35369: getting the next task for host managed_node2 6562 1726776630.35372: done getting next task for host managed_node2 6562 1726776630.35373: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6562 1726776630.35376: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776630.35382: getting variables 6562 1726776630.35382: in VariableManager get_vars() 6562 1726776630.35393: Calling all_inventory to load vars for managed_node2 6562 1726776630.35395: Calling groups_inventory to load vars for managed_node2 6562 1726776630.35396: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776630.35399: Calling all_plugins_play to load vars for managed_node2 6562 1726776630.35400: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776630.35402: Calling groups_plugins_play to load vars for managed_node2 6562 1726776630.35475: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776630.35590: done with get_vars() 6562 1726776630.35595: done getting variables 6562 1726776630.35620: 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:30 -0400 (0:00:00.026) 0:01:12.591 **** 6562 1726776630.35640: entering _queue_task() for managed_node2/command 6562 1726776630.35807: worker is 1 (out of 1 available) 6562 1726776630.35819: exiting _queue_task() for managed_node2/command 6562 1726776630.35830: done queuing things up, now waiting for results queue to drain 6562 1726776630.35832: waiting for pending results... 6562 1726776630.35985: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6562 1726776630.36059: in run() - task 12343ab9-b159-238d-eb1a-000000000483 6562 1726776630.36070: variable 'ansible_search_path' from source: unknown 6562 1726776630.36074: variable 'ansible_search_path' from source: unknown 6562 1726776630.36102: calling self._execute() 6562 1726776630.36164: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.36167: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.36176: variable 'omit' from source: magic vars 6562 1726776630.36247: variable 'omit' from source: magic vars 6562 1726776630.36289: variable 'omit' from source: magic vars 6562 1726776630.36316: variable 'omit' from source: magic vars 6562 1726776630.36347: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776630.36372: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776630.36392: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776630.36407: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776630.36417: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776630.36439: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776630.36443: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.36445: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.36514: Set connection var ansible_timeout to 10 6562 1726776630.36521: Set connection var ansible_pipelining to False 6562 1726776630.36526: Set connection var ansible_shell_executable to /bin/sh 6562 1726776630.36532: Set connection var ansible_shell_type to sh 6562 1726776630.36537: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776630.36540: Set connection var ansible_connection to ssh 6562 1726776630.36555: variable 'ansible_shell_executable' from source: unknown 6562 1726776630.36558: variable 'ansible_connection' from source: unknown 6562 1726776630.36561: variable 'ansible_module_compression' from source: unknown 6562 1726776630.36563: variable 'ansible_shell_type' from source: unknown 6562 1726776630.36565: variable 'ansible_shell_executable' from source: unknown 6562 1726776630.36568: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.36572: variable 'ansible_pipelining' from source: unknown 6562 1726776630.36574: variable 'ansible_timeout' from source: unknown 6562 1726776630.36578: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.36676: 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) 6562 1726776630.36684: variable 'omit' from source: magic vars 6562 1726776630.36717: starting attempt loop 6562 1726776630.36721: running the handler 6562 1726776630.36723: _low_level_execute_command(): starting 6562 1726776630.36726: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776630.37197: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776630.37201: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776630.37204: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776630.37261: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776630.37264: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776630.37266: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776630.37318: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776630.38916: stdout chunk (state=3): >>>/root <<< 6562 1726776630.39017: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776630.39043: stderr chunk (state=3): >>><<< 6562 1726776630.39046: stdout chunk (state=3): >>><<< 6562 1726776630.39067: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776630.39078: _low_level_execute_command(): starting 6562 1726776630.39083: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776630.3906746-9353-274194213117760 `" && echo ansible-tmp-1726776630.3906746-9353-274194213117760="` echo /root/.ansible/tmp/ansible-tmp-1726776630.3906746-9353-274194213117760 `" ) && sleep 0' 6562 1726776630.39509: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776630.39513: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776630.39515: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776630.39517: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776630.39527: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776630.39572: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776630.39580: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776630.39582: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776630.39622: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776630.41730: stdout chunk (state=3): >>>ansible-tmp-1726776630.3906746-9353-274194213117760=/root/.ansible/tmp/ansible-tmp-1726776630.3906746-9353-274194213117760 <<< 6562 1726776630.41878: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776630.41907: stderr chunk (state=3): >>><<< 6562 1726776630.41910: stdout chunk (state=3): >>><<< 6562 1726776630.41923: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776630.3906746-9353-274194213117760=/root/.ansible/tmp/ansible-tmp-1726776630.3906746-9353-274194213117760 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776630.41951: variable 'ansible_module_compression' from source: unknown 6562 1726776630.41997: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776630.42027: variable 'ansible_facts' from source: unknown 6562 1726776630.42083: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776630.3906746-9353-274194213117760/AnsiballZ_command.py 6562 1726776630.42190: Sending initial data 6562 1726776630.42193: Sent initial data (154 bytes) 6562 1726776630.42629: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776630.42632: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776630.42634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776630.42636: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776630.42639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776630.42697: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776630.42704: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776630.42706: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776630.42746: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776630.44295: 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 <<< 6562 1726776630.44299: 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 <<< 6562 1726776630.44345: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776630.44403: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmptwizj425 /root/.ansible/tmp/ansible-tmp-1726776630.3906746-9353-274194213117760/AnsiballZ_command.py <<< 6562 1726776630.44415: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776630.3906746-9353-274194213117760/AnsiballZ_command.py" <<< 6562 1726776630.44454: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmptwizj425" to remote "/root/.ansible/tmp/ansible-tmp-1726776630.3906746-9353-274194213117760/AnsiballZ_command.py" <<< 6562 1726776630.44457: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776630.3906746-9353-274194213117760/AnsiballZ_command.py" <<< 6562 1726776630.45005: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776630.45041: stderr chunk (state=3): >>><<< 6562 1726776630.45045: stdout chunk (state=3): >>><<< 6562 1726776630.45071: done transferring module to remote 6562 1726776630.45079: _low_level_execute_command(): starting 6562 1726776630.45083: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776630.3906746-9353-274194213117760/ /root/.ansible/tmp/ansible-tmp-1726776630.3906746-9353-274194213117760/AnsiballZ_command.py && sleep 0' 6562 1726776630.45506: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776630.45509: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776630.45511: 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.11.25 is address debug1: re-parsing configuration <<< 6562 1726776630.45514: 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.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776630.45566: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776630.45571: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776630.45573: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776630.45617: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776630.47384: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776630.47410: stderr chunk (state=3): >>><<< 6562 1726776630.47413: stdout chunk (state=3): >>><<< 6562 1726776630.47425: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776630.47428: _low_level_execute_command(): starting 6562 1726776630.47432: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776630.3906746-9353-274194213117760/AnsiballZ_command.py && sleep 0' 6562 1726776630.47836: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776630.47839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776630.47842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776630.47844: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776630.47846: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776630.47899: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776630.47905: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776630.47953: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776630.73260: 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:30.633595", "end": "2024-09-19 16:10:30.731414", "delta": "0:00:00.097819", "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}}} <<< 6562 1726776630.74839: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776630.74863: stderr chunk (state=3): >>><<< 6562 1726776630.74866: stdout chunk (state=3): >>><<< 6562 1726776630.74882: _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:30.633595", "end": "2024-09-19 16:10:30.731414", "delta": "0:00:00.097819", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776630.74927: 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-1726776630.3906746-9353-274194213117760/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776630.74934: _low_level_execute_command(): starting 6562 1726776630.74940: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776630.3906746-9353-274194213117760/ > /dev/null 2>&1 && sleep 0' 6562 1726776630.75390: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776630.75393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776630.75395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776630.75402: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776630.75405: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776630.75453: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776630.75456: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776630.75462: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776630.75511: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776630.77346: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776630.77371: stderr chunk (state=3): >>><<< 6562 1726776630.77374: stdout chunk (state=3): >>><<< 6562 1726776630.77390: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776630.77393: handler run complete 6562 1726776630.77412: Evaluated conditional (False): False 6562 1726776630.77421: attempt loop complete, returning result 6562 1726776630.77423: _execute() done 6562 1726776630.77426: dumping result to json 6562 1726776630.77431: done dumping result, returning 6562 1726776630.77441: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [12343ab9-b159-238d-eb1a-000000000483] 6562 1726776630.77444: sending task result for task 12343ab9-b159-238d-eb1a-000000000483 6562 1726776630.77541: done sending task result for task 12343ab9-b159-238d-eb1a-000000000483 6562 1726776630.77546: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.097819", "end": "2024-09-19 16:10:30.731414", "rc": 0, "start": "2024-09-19 16:10:30.633595" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 6562 1726776630.77633: no more pending results, returning what we have 6562 1726776630.77637: results queue empty 6562 1726776630.77637: checking for any_errors_fatal 6562 1726776630.77639: done checking for any_errors_fatal 6562 1726776630.77639: checking for max_fail_percentage 6562 1726776630.77641: done checking for max_fail_percentage 6562 1726776630.77641: checking to see if all hosts have failed and the running result is not ok 6562 1726776630.77642: done checking to see if all hosts have failed 6562 1726776630.77643: getting the remaining hosts for this loop 6562 1726776630.77645: done getting the remaining hosts for this loop 6562 1726776630.77648: getting the next task for host managed_node2 6562 1726776630.77654: done getting next task for host managed_node2 6562 1726776630.77657: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6562 1726776630.77660: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776630.77670: getting variables 6562 1726776630.77671: in VariableManager get_vars() 6562 1726776630.77707: Calling all_inventory to load vars for managed_node2 6562 1726776630.77710: Calling groups_inventory to load vars for managed_node2 6562 1726776630.77712: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776630.77720: Calling all_plugins_play to load vars for managed_node2 6562 1726776630.77722: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776630.77724: Calling groups_plugins_play to load vars for managed_node2 6562 1726776630.77860: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776630.77985: done with get_vars() 6562 1726776630.77997: done getting variables 6562 1726776630.78037: 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:30 -0400 (0:00:00.424) 0:01:13.015 **** 6562 1726776630.78060: entering _queue_task() for managed_node2/shell 6562 1726776630.78244: worker is 1 (out of 1 available) 6562 1726776630.78255: exiting _queue_task() for managed_node2/shell 6562 1726776630.78266: done queuing things up, now waiting for results queue to drain 6562 1726776630.78268: waiting for pending results... 6562 1726776630.78434: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6562 1726776630.78515: in run() - task 12343ab9-b159-238d-eb1a-000000000484 6562 1726776630.78526: variable 'ansible_search_path' from source: unknown 6562 1726776630.78530: variable 'ansible_search_path' from source: unknown 6562 1726776630.78556: calling self._execute() 6562 1726776630.78620: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.78624: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.78632: variable 'omit' from source: magic vars 6562 1726776630.78954: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776630.79131: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776630.79163: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776630.79191: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776630.79222: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776630.79310: variable '__kernel_settings_register_verify_values' from source: set_fact 6562 1726776630.79331: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6562 1726776630.79335: when evaluation is False, skipping this task 6562 1726776630.79337: _execute() done 6562 1726776630.79341: dumping result to json 6562 1726776630.79343: done dumping result, returning 6562 1726776630.79347: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [12343ab9-b159-238d-eb1a-000000000484] 6562 1726776630.79352: sending task result for task 12343ab9-b159-238d-eb1a-000000000484 6562 1726776630.79430: done sending task result for task 12343ab9-b159-238d-eb1a-000000000484 6562 1726776630.79433: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6562 1726776630.79510: no more pending results, returning what we have 6562 1726776630.79513: results queue empty 6562 1726776630.79513: checking for any_errors_fatal 6562 1726776630.79520: done checking for any_errors_fatal 6562 1726776630.79521: checking for max_fail_percentage 6562 1726776630.79522: done checking for max_fail_percentage 6562 1726776630.79523: checking to see if all hosts have failed and the running result is not ok 6562 1726776630.79524: done checking to see if all hosts have failed 6562 1726776630.79524: getting the remaining hosts for this loop 6562 1726776630.79526: done getting the remaining hosts for this loop 6562 1726776630.79529: getting the next task for host managed_node2 6562 1726776630.79533: done getting next task for host managed_node2 6562 1726776630.79536: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6562 1726776630.79539: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776630.79553: getting variables 6562 1726776630.79554: in VariableManager get_vars() 6562 1726776630.79579: Calling all_inventory to load vars for managed_node2 6562 1726776630.79580: Calling groups_inventory to load vars for managed_node2 6562 1726776630.79582: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776630.79590: Calling all_plugins_play to load vars for managed_node2 6562 1726776630.79592: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776630.79594: Calling groups_plugins_play to load vars for managed_node2 6562 1726776630.79698: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776630.79822: done with get_vars() 6562 1726776630.79829: done getting variables 6562 1726776630.79867: 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:30 -0400 (0:00:00.018) 0:01:13.033 **** 6562 1726776630.79892: entering _queue_task() for managed_node2/fail 6562 1726776630.80061: worker is 1 (out of 1 available) 6562 1726776630.80075: exiting _queue_task() for managed_node2/fail 6562 1726776630.80085: done queuing things up, now waiting for results queue to drain 6562 1726776630.80088: waiting for pending results... 6562 1726776630.80247: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6562 1726776630.80327: in run() - task 12343ab9-b159-238d-eb1a-000000000485 6562 1726776630.80338: variable 'ansible_search_path' from source: unknown 6562 1726776630.80341: variable 'ansible_search_path' from source: unknown 6562 1726776630.80367: calling self._execute() 6562 1726776630.80428: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.80432: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.80441: variable 'omit' from source: magic vars 6562 1726776630.80750: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776630.80958: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776630.80990: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776630.81016: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776630.81040: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776630.81118: variable '__kernel_settings_register_verify_values' from source: set_fact 6562 1726776630.81137: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6562 1726776630.81140: when evaluation is False, skipping this task 6562 1726776630.81143: _execute() done 6562 1726776630.81146: dumping result to json 6562 1726776630.81148: done dumping result, returning 6562 1726776630.81154: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [12343ab9-b159-238d-eb1a-000000000485] 6562 1726776630.81159: sending task result for task 12343ab9-b159-238d-eb1a-000000000485 skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6562 1726776630.81282: no more pending results, returning what we have 6562 1726776630.81285: results queue empty 6562 1726776630.81288: checking for any_errors_fatal 6562 1726776630.81291: done checking for any_errors_fatal 6562 1726776630.81292: checking for max_fail_percentage 6562 1726776630.81293: done checking for max_fail_percentage 6562 1726776630.81294: checking to see if all hosts have failed and the running result is not ok 6562 1726776630.81295: done checking to see if all hosts have failed 6562 1726776630.81295: getting the remaining hosts for this loop 6562 1726776630.81297: done getting the remaining hosts for this loop 6562 1726776630.81300: getting the next task for host managed_node2 6562 1726776630.81307: done getting next task for host managed_node2 6562 1726776630.81310: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6562 1726776630.81313: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776630.81327: getting variables 6562 1726776630.81328: in VariableManager get_vars() 6562 1726776630.81355: Calling all_inventory to load vars for managed_node2 6562 1726776630.81358: Calling groups_inventory to load vars for managed_node2 6562 1726776630.81360: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776630.81367: Calling all_plugins_play to load vars for managed_node2 6562 1726776630.81369: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776630.81372: Calling groups_plugins_play to load vars for managed_node2 6562 1726776630.81512: done sending task result for task 12343ab9-b159-238d-eb1a-000000000485 6562 1726776630.81516: WORKER PROCESS EXITING 6562 1726776630.81524: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776630.81638: done with get_vars() 6562 1726776630.81644: done getting variables 6562 1726776630.81681: 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:30 -0400 (0:00:00.018) 0:01:13.051 **** 6562 1726776630.81705: entering _queue_task() for managed_node2/set_fact 6562 1726776630.81870: worker is 1 (out of 1 available) 6562 1726776630.81882: exiting _queue_task() for managed_node2/set_fact 6562 1726776630.81895: done queuing things up, now waiting for results queue to drain 6562 1726776630.81896: waiting for pending results... 6562 1726776630.82048: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6562 1726776630.82111: in run() - task 12343ab9-b159-238d-eb1a-000000000315 6562 1726776630.82122: variable 'ansible_search_path' from source: unknown 6562 1726776630.82126: variable 'ansible_search_path' from source: unknown 6562 1726776630.82152: calling self._execute() 6562 1726776630.82215: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.82219: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.82228: variable 'omit' from source: magic vars 6562 1726776630.82298: variable 'omit' from source: magic vars 6562 1726776630.82330: variable 'omit' from source: magic vars 6562 1726776630.82353: variable 'omit' from source: magic vars 6562 1726776630.82384: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776630.82413: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776630.82430: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776630.82445: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776630.82452: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776630.82475: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776630.82478: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.82481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.82549: Set connection var ansible_timeout to 10 6562 1726776630.82555: Set connection var ansible_pipelining to False 6562 1726776630.82560: Set connection var ansible_shell_executable to /bin/sh 6562 1726776630.82567: Set connection var ansible_shell_type to sh 6562 1726776630.82571: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776630.82574: Set connection var ansible_connection to ssh 6562 1726776630.82590: variable 'ansible_shell_executable' from source: unknown 6562 1726776630.82596: variable 'ansible_connection' from source: unknown 6562 1726776630.82599: variable 'ansible_module_compression' from source: unknown 6562 1726776630.82602: variable 'ansible_shell_type' from source: unknown 6562 1726776630.82604: variable 'ansible_shell_executable' from source: unknown 6562 1726776630.82607: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.82609: variable 'ansible_pipelining' from source: unknown 6562 1726776630.82612: variable 'ansible_timeout' from source: unknown 6562 1726776630.82617: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.82718: 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) 6562 1726776630.82726: variable 'omit' from source: magic vars 6562 1726776630.82731: starting attempt loop 6562 1726776630.82734: running the handler 6562 1726776630.82742: handler run complete 6562 1726776630.82750: attempt loop complete, returning result 6562 1726776630.82753: _execute() done 6562 1726776630.82755: dumping result to json 6562 1726776630.82758: done dumping result, returning 6562 1726776630.82764: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [12343ab9-b159-238d-eb1a-000000000315] 6562 1726776630.82771: sending task result for task 12343ab9-b159-238d-eb1a-000000000315 6562 1726776630.82842: done sending task result for task 12343ab9-b159-238d-eb1a-000000000315 6562 1726776630.82845: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 6562 1726776630.82929: no more pending results, returning what we have 6562 1726776630.82931: results queue empty 6562 1726776630.82932: checking for any_errors_fatal 6562 1726776630.82938: done checking for any_errors_fatal 6562 1726776630.82939: checking for max_fail_percentage 6562 1726776630.82940: done checking for max_fail_percentage 6562 1726776630.82941: checking to see if all hosts have failed and the running result is not ok 6562 1726776630.82942: done checking to see if all hosts have failed 6562 1726776630.82942: getting the remaining hosts for this loop 6562 1726776630.82944: done getting the remaining hosts for this loop 6562 1726776630.82946: getting the next task for host managed_node2 6562 1726776630.82951: done getting next task for host managed_node2 6562 1726776630.82954: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6562 1726776630.82956: ^ state is: HOST STATE: block=2, task=26, 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 6562 1726776630.82962: getting variables 6562 1726776630.82963: in VariableManager get_vars() 6562 1726776630.82983: Calling all_inventory to load vars for managed_node2 6562 1726776630.82985: Calling groups_inventory to load vars for managed_node2 6562 1726776630.82989: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776630.82995: Calling all_plugins_play to load vars for managed_node2 6562 1726776630.82997: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776630.82998: Calling groups_plugins_play to load vars for managed_node2 6562 1726776630.83101: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776630.83219: done with get_vars() 6562 1726776630.83225: done getting variables 6562 1726776630.83260: 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:30 -0400 (0:00:00.015) 0:01:13.067 **** 6562 1726776630.83280: entering _queue_task() for managed_node2/set_fact 6562 1726776630.83451: worker is 1 (out of 1 available) 6562 1726776630.83464: exiting _queue_task() for managed_node2/set_fact 6562 1726776630.83475: done queuing things up, now waiting for results queue to drain 6562 1726776630.83477: waiting for pending results... 6562 1726776630.83632: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6562 1726776630.83696: in run() - task 12343ab9-b159-238d-eb1a-000000000316 6562 1726776630.83707: variable 'ansible_search_path' from source: unknown 6562 1726776630.83711: variable 'ansible_search_path' from source: unknown 6562 1726776630.83735: calling self._execute() 6562 1726776630.83796: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.83801: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.83811: variable 'omit' from source: magic vars 6562 1726776630.83877: variable 'omit' from source: magic vars 6562 1726776630.83915: variable 'omit' from source: magic vars 6562 1726776630.84166: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776630.84379: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776630.84414: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776630.84439: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776630.84466: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776630.84560: variable '__kernel_settings_register_profile' from source: set_fact 6562 1726776630.84571: variable '__kernel_settings_register_mode' from source: set_fact 6562 1726776630.84578: variable '__kernel_settings_register_apply' from source: set_fact 6562 1726776630.84619: variable 'omit' from source: magic vars 6562 1726776630.84640: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776630.84660: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776630.84675: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776630.84693: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776630.84701: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776630.84724: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776630.84727: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.84729: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.84793: Set connection var ansible_timeout to 10 6562 1726776630.84801: Set connection var ansible_pipelining to False 6562 1726776630.84806: Set connection var ansible_shell_executable to /bin/sh 6562 1726776630.84812: Set connection var ansible_shell_type to sh 6562 1726776630.84817: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776630.84819: Set connection var ansible_connection to ssh 6562 1726776630.84835: variable 'ansible_shell_executable' from source: unknown 6562 1726776630.84837: variable 'ansible_connection' from source: unknown 6562 1726776630.84840: variable 'ansible_module_compression' from source: unknown 6562 1726776630.84842: variable 'ansible_shell_type' from source: unknown 6562 1726776630.84844: variable 'ansible_shell_executable' from source: unknown 6562 1726776630.84846: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.84850: variable 'ansible_pipelining' from source: unknown 6562 1726776630.84853: variable 'ansible_timeout' from source: unknown 6562 1726776630.84857: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.84933: 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) 6562 1726776630.84942: variable 'omit' from source: magic vars 6562 1726776630.84947: starting attempt loop 6562 1726776630.84950: running the handler 6562 1726776630.84958: handler run complete 6562 1726776630.84966: attempt loop complete, returning result 6562 1726776630.84968: _execute() done 6562 1726776630.84971: dumping result to json 6562 1726776630.84973: done dumping result, returning 6562 1726776630.84980: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [12343ab9-b159-238d-eb1a-000000000316] 6562 1726776630.84984: sending task result for task 12343ab9-b159-238d-eb1a-000000000316 6562 1726776630.85058: done sending task result for task 12343ab9-b159-238d-eb1a-000000000316 6562 1726776630.85061: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 6562 1726776630.85121: no more pending results, returning what we have 6562 1726776630.85124: results queue empty 6562 1726776630.85125: checking for any_errors_fatal 6562 1726776630.85130: done checking for any_errors_fatal 6562 1726776630.85130: checking for max_fail_percentage 6562 1726776630.85132: done checking for max_fail_percentage 6562 1726776630.85133: checking to see if all hosts have failed and the running result is not ok 6562 1726776630.85133: done checking to see if all hosts have failed 6562 1726776630.85134: getting the remaining hosts for this loop 6562 1726776630.85136: done getting the remaining hosts for this loop 6562 1726776630.85138: getting the next task for host managed_node2 6562 1726776630.85146: done getting next task for host managed_node2 6562 1726776630.85148: ^ task is: TASK: meta (role_complete) 6562 1726776630.85150: ^ state is: HOST STATE: block=2, task=27, 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 6562 1726776630.85159: getting variables 6562 1726776630.85160: in VariableManager get_vars() 6562 1726776630.85189: Calling all_inventory to load vars for managed_node2 6562 1726776630.85191: Calling groups_inventory to load vars for managed_node2 6562 1726776630.85193: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776630.85201: Calling all_plugins_play to load vars for managed_node2 6562 1726776630.85203: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776630.85206: Calling groups_plugins_play to load vars for managed_node2 6562 1726776630.85340: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776630.85452: done with get_vars() 6562 1726776630.85459: done getting variables 6562 1726776630.85511: done queuing things up, now waiting for results queue to drain 6562 1726776630.85513: results queue empty 6562 1726776630.85513: checking for any_errors_fatal 6562 1726776630.85515: done checking for any_errors_fatal 6562 1726776630.85515: checking for max_fail_percentage 6562 1726776630.85516: done checking for max_fail_percentage 6562 1726776630.85520: checking to see if all hosts have failed and the running result is not ok 6562 1726776630.85521: done checking to see if all hosts have failed 6562 1726776630.85521: getting the remaining hosts for this loop 6562 1726776630.85522: done getting the remaining hosts for this loop 6562 1726776630.85523: getting the next task for host managed_node2 6562 1726776630.85526: done getting next task for host managed_node2 6562 1726776630.85527: ^ task is: TASK: meta (flush_handlers) 6562 1726776630.85528: ^ state is: HOST STATE: block=2, task=28, 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 6562 1726776630.85530: getting variables 6562 1726776630.85530: in VariableManager get_vars() 6562 1726776630.85537: Calling all_inventory to load vars for managed_node2 6562 1726776630.85539: Calling groups_inventory to load vars for managed_node2 6562 1726776630.85540: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776630.85542: Calling all_plugins_play to load vars for managed_node2 6562 1726776630.85544: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776630.85545: Calling groups_plugins_play to load vars for managed_node2 6562 1726776630.85624: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776630.85728: done with get_vars() 6562 1726776630.85733: done getting variables TASK [Force handlers] ********************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:130 Thursday 19 September 2024 16:10:30 -0400 (0:00:00.024) 0:01:13.092 **** 6562 1726776630.85775: in VariableManager get_vars() 6562 1726776630.85781: Calling all_inventory to load vars for managed_node2 6562 1726776630.85782: Calling groups_inventory to load vars for managed_node2 6562 1726776630.85783: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776630.85788: Calling all_plugins_play to load vars for managed_node2 6562 1726776630.85790: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776630.85792: Calling groups_plugins_play to load vars for managed_node2 6562 1726776630.85866: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776630.85984: done with get_vars() META: triggered running handlers for managed_node2 6562 1726776630.85996: done queuing things up, now waiting for results queue to drain 6562 1726776630.85997: results queue empty 6562 1726776630.85998: checking for any_errors_fatal 6562 1726776630.85999: done checking for any_errors_fatal 6562 1726776630.85999: checking for max_fail_percentage 6562 1726776630.86000: done checking for max_fail_percentage 6562 1726776630.86000: checking to see if all hosts have failed and the running result is not ok 6562 1726776630.86001: done checking to see if all hosts have failed 6562 1726776630.86001: getting the remaining hosts for this loop 6562 1726776630.86001: done getting the remaining hosts for this loop 6562 1726776630.86003: getting the next task for host managed_node2 6562 1726776630.86006: done getting next task for host managed_node2 6562 1726776630.86007: ^ task is: TASK: Ensure kernel_settings_reboot_required is not set or is false 6562 1726776630.86008: ^ state is: HOST STATE: block=2, task=29, 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 6562 1726776630.86009: getting variables 6562 1726776630.86010: in VariableManager get_vars() 6562 1726776630.86015: Calling all_inventory to load vars for managed_node2 6562 1726776630.86016: Calling groups_inventory to load vars for managed_node2 6562 1726776630.86018: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776630.86020: Calling all_plugins_play to load vars for managed_node2 6562 1726776630.86022: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776630.86023: Calling groups_plugins_play to load vars for managed_node2 6562 1726776630.86098: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776630.86203: done with get_vars() 6562 1726776630.86209: done getting variables 6562 1726776630.86232: 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 kernel_settings_reboot_required is not set or is false] *********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:133 Thursday 19 September 2024 16:10:30 -0400 (0:00:00.004) 0:01:13.097 **** 6562 1726776630.86245: entering _queue_task() for managed_node2/assert 6562 1726776630.86413: worker is 1 (out of 1 available) 6562 1726776630.86427: exiting _queue_task() for managed_node2/assert 6562 1726776630.86440: done queuing things up, now waiting for results queue to drain 6562 1726776630.86441: waiting for pending results... 6562 1726776630.86598: running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false 6562 1726776630.86649: in run() - task 12343ab9-b159-238d-eb1a-00000000001c 6562 1726776630.86662: variable 'ansible_search_path' from source: unknown 6562 1726776630.86690: calling self._execute() 6562 1726776630.86754: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.86760: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.86768: variable 'omit' from source: magic vars 6562 1726776630.86843: variable 'omit' from source: magic vars 6562 1726776630.86864: variable 'omit' from source: magic vars 6562 1726776630.86890: variable 'omit' from source: magic vars 6562 1726776630.86924: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776630.86951: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776630.86968: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776630.86981: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776630.86995: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776630.87018: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776630.87021: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.87023: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.87087: Set connection var ansible_timeout to 10 6562 1726776630.87099: Set connection var ansible_pipelining to False 6562 1726776630.87102: Set connection var ansible_shell_executable to /bin/sh 6562 1726776630.87108: Set connection var ansible_shell_type to sh 6562 1726776630.87113: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776630.87115: Set connection var ansible_connection to ssh 6562 1726776630.87131: variable 'ansible_shell_executable' from source: unknown 6562 1726776630.87134: variable 'ansible_connection' from source: unknown 6562 1726776630.87136: variable 'ansible_module_compression' from source: unknown 6562 1726776630.87138: variable 'ansible_shell_type' from source: unknown 6562 1726776630.87140: variable 'ansible_shell_executable' from source: unknown 6562 1726776630.87143: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.87147: variable 'ansible_pipelining' from source: unknown 6562 1726776630.87150: variable 'ansible_timeout' from source: unknown 6562 1726776630.87154: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.87255: 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) 6562 1726776630.87263: variable 'omit' from source: magic vars 6562 1726776630.87268: starting attempt loop 6562 1726776630.87271: running the handler 6562 1726776630.87518: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776630.88940: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776630.88981: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776630.89011: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776630.89036: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776630.89055: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776630.89108: 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) 6562 1726776630.89137: 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) 6562 1726776630.89155: 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) 6562 1726776630.89182: 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) 6562 1726776630.89197: 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) 6562 1726776630.89272: variable 'kernel_settings_reboot_required' from source: set_fact 6562 1726776630.89289: Evaluated conditional (not kernel_settings_reboot_required | d(false)): True 6562 1726776630.89297: handler run complete 6562 1726776630.89313: attempt loop complete, returning result 6562 1726776630.89316: _execute() done 6562 1726776630.89319: dumping result to json 6562 1726776630.89321: done dumping result, returning 6562 1726776630.89328: done running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false [12343ab9-b159-238d-eb1a-00000000001c] 6562 1726776630.89333: sending task result for task 12343ab9-b159-238d-eb1a-00000000001c 6562 1726776630.89417: done sending task result for task 12343ab9-b159-238d-eb1a-00000000001c 6562 1726776630.89420: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6562 1726776630.89462: no more pending results, returning what we have 6562 1726776630.89465: results queue empty 6562 1726776630.89466: checking for any_errors_fatal 6562 1726776630.89468: done checking for any_errors_fatal 6562 1726776630.89469: checking for max_fail_percentage 6562 1726776630.89470: done checking for max_fail_percentage 6562 1726776630.89471: checking to see if all hosts have failed and the running result is not ok 6562 1726776630.89471: done checking to see if all hosts have failed 6562 1726776630.89472: getting the remaining hosts for this loop 6562 1726776630.89475: done getting the remaining hosts for this loop 6562 1726776630.89478: getting the next task for host managed_node2 6562 1726776630.89484: done getting next task for host managed_node2 6562 1726776630.89489: ^ task is: TASK: Ensure role reported changed 6562 1726776630.89491: ^ state is: HOST STATE: block=2, task=30, 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 6562 1726776630.89494: getting variables 6562 1726776630.89496: in VariableManager get_vars() 6562 1726776630.89529: Calling all_inventory to load vars for managed_node2 6562 1726776630.89531: Calling groups_inventory to load vars for managed_node2 6562 1726776630.89533: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776630.89543: Calling all_plugins_play to load vars for managed_node2 6562 1726776630.89551: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776630.89554: Calling groups_plugins_play to load vars for managed_node2 6562 1726776630.89723: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776630.89834: done with get_vars() 6562 1726776630.89841: done getting variables 6562 1726776630.89879: 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_change_settings.yml:137 Thursday 19 September 2024 16:10:30 -0400 (0:00:00.036) 0:01:13.133 **** 6562 1726776630.89902: entering _queue_task() for managed_node2/assert 6562 1726776630.90082: worker is 1 (out of 1 available) 6562 1726776630.90096: exiting _queue_task() for managed_node2/assert 6562 1726776630.90110: done queuing things up, now waiting for results queue to drain 6562 1726776630.90112: waiting for pending results... 6562 1726776630.90277: running TaskExecutor() for managed_node2/TASK: Ensure role reported changed 6562 1726776630.90334: in run() - task 12343ab9-b159-238d-eb1a-00000000001d 6562 1726776630.90345: variable 'ansible_search_path' from source: unknown 6562 1726776630.90372: calling self._execute() 6562 1726776630.90442: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.90448: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.90456: variable 'omit' from source: magic vars 6562 1726776630.90529: variable 'omit' from source: magic vars 6562 1726776630.90553: variable 'omit' from source: magic vars 6562 1726776630.90576: variable 'omit' from source: magic vars 6562 1726776630.90613: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776630.90639: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776630.90655: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776630.90671: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776630.90680: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776630.90708: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776630.90711: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.90714: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.90779: Set connection var ansible_timeout to 10 6562 1726776630.90785: Set connection var ansible_pipelining to False 6562 1726776630.90794: Set connection var ansible_shell_executable to /bin/sh 6562 1726776630.90800: Set connection var ansible_shell_type to sh 6562 1726776630.90805: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776630.90808: Set connection var ansible_connection to ssh 6562 1726776630.90824: variable 'ansible_shell_executable' from source: unknown 6562 1726776630.90826: variable 'ansible_connection' from source: unknown 6562 1726776630.90829: variable 'ansible_module_compression' from source: unknown 6562 1726776630.90831: variable 'ansible_shell_type' from source: unknown 6562 1726776630.90833: variable 'ansible_shell_executable' from source: unknown 6562 1726776630.90836: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.90840: variable 'ansible_pipelining' from source: unknown 6562 1726776630.90842: variable 'ansible_timeout' from source: unknown 6562 1726776630.90846: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.90950: 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) 6562 1726776630.90958: variable 'omit' from source: magic vars 6562 1726776630.90963: starting attempt loop 6562 1726776630.90966: running the handler 6562 1726776630.91209: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776630.92633: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776630.92682: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776630.92711: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776630.92737: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776630.92757: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776630.92809: 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) 6562 1726776630.92829: 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) 6562 1726776630.92847: 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) 6562 1726776630.92872: 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) 6562 1726776630.92882: 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) 6562 1726776630.92959: variable '__kernel_settings_changed' from source: set_fact 6562 1726776630.92973: Evaluated conditional (__kernel_settings_changed | d(false)): True 6562 1726776630.92978: handler run complete 6562 1726776630.93000: attempt loop complete, returning result 6562 1726776630.93003: _execute() done 6562 1726776630.93005: dumping result to json 6562 1726776630.93008: done dumping result, returning 6562 1726776630.93014: done running TaskExecutor() for managed_node2/TASK: Ensure role reported changed [12343ab9-b159-238d-eb1a-00000000001d] 6562 1726776630.93019: sending task result for task 12343ab9-b159-238d-eb1a-00000000001d 6562 1726776630.93100: done sending task result for task 12343ab9-b159-238d-eb1a-00000000001d 6562 1726776630.93103: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6562 1726776630.93146: no more pending results, returning what we have 6562 1726776630.93149: results queue empty 6562 1726776630.93149: checking for any_errors_fatal 6562 1726776630.93158: done checking for any_errors_fatal 6562 1726776630.93158: checking for max_fail_percentage 6562 1726776630.93160: done checking for max_fail_percentage 6562 1726776630.93161: checking to see if all hosts have failed and the running result is not ok 6562 1726776630.93162: done checking to see if all hosts have failed 6562 1726776630.93162: getting the remaining hosts for this loop 6562 1726776630.93164: done getting the remaining hosts for this loop 6562 1726776630.93167: getting the next task for host managed_node2 6562 1726776630.93174: done getting next task for host managed_node2 6562 1726776630.93176: ^ task is: TASK: Check sysctl after reboot 6562 1726776630.93178: ^ state is: HOST STATE: block=2, task=31, 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 6562 1726776630.93181: getting variables 6562 1726776630.93182: in VariableManager get_vars() 6562 1726776630.93219: Calling all_inventory to load vars for managed_node2 6562 1726776630.93222: Calling groups_inventory to load vars for managed_node2 6562 1726776630.93224: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776630.93234: Calling all_plugins_play to load vars for managed_node2 6562 1726776630.93236: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776630.93244: Calling groups_plugins_play to load vars for managed_node2 6562 1726776630.93370: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776630.93488: done with get_vars() 6562 1726776630.93496: done getting variables 6562 1726776630.93535: 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 [Check sysctl after reboot] *********************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:141 Thursday 19 September 2024 16:10:30 -0400 (0:00:00.036) 0:01:13.170 **** 6562 1726776630.93554: entering _queue_task() for managed_node2/shell 6562 1726776630.93734: worker is 1 (out of 1 available) 6562 1726776630.93746: exiting _queue_task() for managed_node2/shell 6562 1726776630.93759: done queuing things up, now waiting for results queue to drain 6562 1726776630.93761: waiting for pending results... 6562 1726776630.93936: running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot 6562 1726776630.93990: in run() - task 12343ab9-b159-238d-eb1a-00000000001e 6562 1726776630.94001: variable 'ansible_search_path' from source: unknown 6562 1726776630.94028: calling self._execute() 6562 1726776630.94091: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.94101: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.94108: variable 'omit' from source: magic vars 6562 1726776630.94180: variable 'omit' from source: magic vars 6562 1726776630.94206: variable 'omit' from source: magic vars 6562 1726776630.94231: variable 'omit' from source: magic vars 6562 1726776630.94264: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776630.94291: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776630.94312: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776630.94326: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776630.94336: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776630.94359: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776630.94362: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.94365: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.94434: Set connection var ansible_timeout to 10 6562 1726776630.94442: Set connection var ansible_pipelining to False 6562 1726776630.94447: Set connection var ansible_shell_executable to /bin/sh 6562 1726776630.94453: Set connection var ansible_shell_type to sh 6562 1726776630.94458: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776630.94460: Set connection var ansible_connection to ssh 6562 1726776630.94476: variable 'ansible_shell_executable' from source: unknown 6562 1726776630.94479: variable 'ansible_connection' from source: unknown 6562 1726776630.94481: variable 'ansible_module_compression' from source: unknown 6562 1726776630.94484: variable 'ansible_shell_type' from source: unknown 6562 1726776630.94487: variable 'ansible_shell_executable' from source: unknown 6562 1726776630.94493: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776630.94497: variable 'ansible_pipelining' from source: unknown 6562 1726776630.94500: variable 'ansible_timeout' from source: unknown 6562 1726776630.94504: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776630.94607: 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) 6562 1726776630.94616: variable 'omit' from source: magic vars 6562 1726776630.94621: starting attempt loop 6562 1726776630.94624: running the handler 6562 1726776630.94633: 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) 6562 1726776630.94648: _low_level_execute_command(): starting 6562 1726776630.94654: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776630.95158: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776630.95162: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776630.95166: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776630.95169: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776630.95221: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776630.95224: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776630.95226: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776630.95289: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776630.96959: stdout chunk (state=3): >>>/root <<< 6562 1726776630.97051: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776630.97082: stderr chunk (state=3): >>><<< 6562 1726776630.97090: stdout chunk (state=3): >>><<< 6562 1726776630.97111: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776630.97122: _low_level_execute_command(): starting 6562 1726776630.97128: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776630.971096-9367-179492713857102 `" && echo ansible-tmp-1726776630.971096-9367-179492713857102="` echo /root/.ansible/tmp/ansible-tmp-1726776630.971096-9367-179492713857102 `" ) && sleep 0' 6562 1726776630.97565: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776630.97605: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776630.97608: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776630.97619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776630.97621: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776630.97624: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776630.97626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776630.97668: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776630.97671: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776630.97679: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776630.97723: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776630.99922: stdout chunk (state=3): >>>ansible-tmp-1726776630.971096-9367-179492713857102=/root/.ansible/tmp/ansible-tmp-1726776630.971096-9367-179492713857102 <<< 6562 1726776631.00027: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776631.00056: stderr chunk (state=3): >>><<< 6562 1726776631.00059: stdout chunk (state=3): >>><<< 6562 1726776631.00075: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776630.971096-9367-179492713857102=/root/.ansible/tmp/ansible-tmp-1726776630.971096-9367-179492713857102 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776631.00110: variable 'ansible_module_compression' from source: unknown 6562 1726776631.00156: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776631.00187: variable 'ansible_facts' from source: unknown 6562 1726776631.00243: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776630.971096-9367-179492713857102/AnsiballZ_command.py 6562 1726776631.00350: Sending initial data 6562 1726776631.00353: Sent initial data (153 bytes) 6562 1726776631.00818: 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 <<< 6562 1726776631.00823: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776631.00826: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776631.00829: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776631.00831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776631.00833: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776631.00880: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776631.00883: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776631.00893: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776631.00941: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776631.02476: 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 <<< 6562 1726776631.02519: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776631.02570: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp80xr9ce3 /root/.ansible/tmp/ansible-tmp-1726776630.971096-9367-179492713857102/AnsiballZ_command.py <<< 6562 1726776631.02574: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776630.971096-9367-179492713857102/AnsiballZ_command.py" <<< 6562 1726776631.02614: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp80xr9ce3" to remote "/root/.ansible/tmp/ansible-tmp-1726776630.971096-9367-179492713857102/AnsiballZ_command.py" <<< 6562 1726776631.02621: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776630.971096-9367-179492713857102/AnsiballZ_command.py" <<< 6562 1726776631.03152: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776631.03200: stderr chunk (state=3): >>><<< 6562 1726776631.03203: stdout chunk (state=3): >>><<< 6562 1726776631.03246: done transferring module to remote 6562 1726776631.03255: _low_level_execute_command(): starting 6562 1726776631.03260: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776630.971096-9367-179492713857102/ /root/.ansible/tmp/ansible-tmp-1726776630.971096-9367-179492713857102/AnsiballZ_command.py && sleep 0' 6562 1726776631.03712: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776631.03715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776631.03718: 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.11.25 is address debug1: re-parsing configuration <<< 6562 1726776631.03724: 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.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776631.03727: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776631.03773: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776631.03776: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776631.03782: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776631.03827: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776631.05556: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776631.05583: stderr chunk (state=3): >>><<< 6562 1726776631.05591: stdout chunk (state=3): >>><<< 6562 1726776631.05604: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776631.05607: _low_level_execute_command(): starting 6562 1726776631.05612: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776630.971096-9367-179492713857102/AnsiballZ_command.py && sleep 0' 6562 1726776631.06064: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776631.06068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776631.06070: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776631.06072: 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 <<< 6562 1726776631.06074: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776631.06120: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776631.06132: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776631.06191: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776631.22259: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000", "start": "2024-09-19 16:10:31.216582", "end": "2024-09-19 16:10:31.221754", "delta": "0:00:00.005172", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000", "_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}}} <<< 6562 1726776631.23804: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776631.23808: stdout chunk (state=3): >>><<< 6562 1726776631.23812: stderr chunk (state=3): >>><<< 6562 1726776631.23828: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000", "start": "2024-09-19 16:10:31.216582", "end": "2024-09-19 16:10:31.221754", "delta": "0:00:00.005172", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000", "_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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776631.23928: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000', '_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-1726776630.971096-9367-179492713857102/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776631.23934: _low_level_execute_command(): starting 6562 1726776631.23939: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776630.971096-9367-179492713857102/ > /dev/null 2>&1 && sleep 0' 6562 1726776631.24384: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776631.24395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776631.24397: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776631.24400: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776631.24402: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776631.24453: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776631.24456: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776631.24463: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776631.24510: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776631.26332: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776631.26358: stderr chunk (state=3): >>><<< 6562 1726776631.26361: stdout chunk (state=3): >>><<< 6562 1726776631.26374: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776631.26380: handler run complete 6562 1726776631.26403: Evaluated conditional (False): False 6562 1726776631.26411: attempt loop complete, returning result 6562 1726776631.26414: _execute() done 6562 1726776631.26416: dumping result to json 6562 1726776631.26421: done dumping result, returning 6562 1726776631.26428: done running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot [12343ab9-b159-238d-eb1a-00000000001e] 6562 1726776631.26433: sending task result for task 12343ab9-b159-238d-eb1a-00000000001e 6562 1726776631.26526: done sending task result for task 12343ab9-b159-238d-eb1a-00000000001e 6562 1726776631.26529: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000", "delta": "0:00:00.005172", "end": "2024-09-19 16:10:31.221754", "rc": 0, "start": "2024-09-19 16:10:31.216582" } 6562 1726776631.26588: no more pending results, returning what we have 6562 1726776631.26591: results queue empty 6562 1726776631.26592: checking for any_errors_fatal 6562 1726776631.26598: done checking for any_errors_fatal 6562 1726776631.26598: checking for max_fail_percentage 6562 1726776631.26600: done checking for max_fail_percentage 6562 1726776631.26601: checking to see if all hosts have failed and the running result is not ok 6562 1726776631.26602: done checking to see if all hosts have failed 6562 1726776631.26602: getting the remaining hosts for this loop 6562 1726776631.26605: done getting the remaining hosts for this loop 6562 1726776631.26608: getting the next task for host managed_node2 6562 1726776631.26615: done getting next task for host managed_node2 6562 1726776631.26618: ^ task is: TASK: Apply kernel_settings for removing 6562 1726776631.26619: ^ state is: HOST STATE: block=2, task=32, 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 6562 1726776631.26623: getting variables 6562 1726776631.26625: in VariableManager get_vars() 6562 1726776631.26658: Calling all_inventory to load vars for managed_node2 6562 1726776631.26661: Calling groups_inventory to load vars for managed_node2 6562 1726776631.26663: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776631.26672: Calling all_plugins_play to load vars for managed_node2 6562 1726776631.26674: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776631.26677: Calling groups_plugins_play to load vars for managed_node2 6562 1726776631.26841: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776631.26955: done with get_vars() 6562 1726776631.26963: done getting variables TASK [Apply kernel_settings for removing] ************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:147 Thursday 19 September 2024 16:10:31 -0400 (0:00:00.334) 0:01:13.505 **** 6562 1726776631.27028: entering _queue_task() for managed_node2/include_role 6562 1726776631.27225: worker is 1 (out of 1 available) 6562 1726776631.27239: exiting _queue_task() for managed_node2/include_role 6562 1726776631.27253: done queuing things up, now waiting for results queue to drain 6562 1726776631.27255: waiting for pending results... 6562 1726776631.27615: running TaskExecutor() for managed_node2/TASK: Apply kernel_settings for removing 6562 1726776631.27635: in run() - task 12343ab9-b159-238d-eb1a-00000000001f 6562 1726776631.27656: variable 'ansible_search_path' from source: unknown 6562 1726776631.27701: calling self._execute() 6562 1726776631.27819: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776631.27823: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776631.27891: variable 'omit' from source: magic vars 6562 1726776631.27955: _execute() done 6562 1726776631.27964: dumping result to json 6562 1726776631.27974: done dumping result, returning 6562 1726776631.27988: done running TaskExecutor() for managed_node2/TASK: Apply kernel_settings for removing [12343ab9-b159-238d-eb1a-00000000001f] 6562 1726776631.28001: sending task result for task 12343ab9-b159-238d-eb1a-00000000001f 6562 1726776631.28217: no more pending results, returning what we have 6562 1726776631.28222: in VariableManager get_vars() 6562 1726776631.28266: Calling all_inventory to load vars for managed_node2 6562 1726776631.28270: Calling groups_inventory to load vars for managed_node2 6562 1726776631.28272: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776631.28438: Calling all_plugins_play to load vars for managed_node2 6562 1726776631.28442: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776631.28448: done sending task result for task 12343ab9-b159-238d-eb1a-00000000001f 6562 1726776631.28451: WORKER PROCESS EXITING 6562 1726776631.28455: Calling groups_plugins_play to load vars for managed_node2 6562 1726776631.28630: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776631.28810: done with get_vars() 6562 1726776631.28816: variable 'ansible_search_path' from source: unknown 6562 1726776631.30226: variable 'omit' from source: magic vars 6562 1726776631.30241: variable 'omit' from source: magic vars 6562 1726776631.30250: variable 'omit' from source: magic vars 6562 1726776631.30252: we have included files to process 6562 1726776631.30253: generating all_blocks data 6562 1726776631.30254: done generating all_blocks data 6562 1726776631.30256: processing included file: fedora.linux_system_roles.kernel_settings 6562 1726776631.30268: in VariableManager get_vars() 6562 1726776631.30278: done with get_vars() 6562 1726776631.30298: in VariableManager get_vars() 6562 1726776631.30309: done with get_vars() 6562 1726776631.30332: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6562 1726776631.30374: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6562 1726776631.30391: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6562 1726776631.30434: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6562 1726776631.30737: in VariableManager get_vars() 6562 1726776631.30751: done with get_vars() 6562 1726776631.31530: in VariableManager get_vars() 6562 1726776631.31543: done with get_vars() 6562 1726776631.31643: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6562 1726776631.32177: iterating over new_blocks loaded from include file 6562 1726776631.32178: in VariableManager get_vars() 6562 1726776631.32191: done with get_vars() 6562 1726776631.32192: filtering new block on tags 6562 1726776631.32215: done filtering new block on tags 6562 1726776631.32217: in VariableManager get_vars() 6562 1726776631.32225: done with get_vars() 6562 1726776631.32226: filtering new block on tags 6562 1726776631.32246: done filtering new block on tags 6562 1726776631.32247: in VariableManager get_vars() 6562 1726776631.32255: done with get_vars() 6562 1726776631.32256: filtering new block on tags 6562 1726776631.32330: done filtering new block on tags 6562 1726776631.32332: in VariableManager get_vars() 6562 1726776631.32341: done with get_vars() 6562 1726776631.32342: filtering new block on tags 6562 1726776631.32352: done filtering new block on tags 6562 1726776631.32368: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node2 6562 1726776631.32372: extending task lists for all hosts with included blocks 6562 1726776631.33698: done extending task lists 6562 1726776631.33699: done processing included files 6562 1726776631.33699: results queue empty 6562 1726776631.33700: checking for any_errors_fatal 6562 1726776631.33702: done checking for any_errors_fatal 6562 1726776631.33703: checking for max_fail_percentage 6562 1726776631.33703: done checking for max_fail_percentage 6562 1726776631.33704: checking to see if all hosts have failed and the running result is not ok 6562 1726776631.33704: done checking to see if all hosts have failed 6562 1726776631.33705: getting the remaining hosts for this loop 6562 1726776631.33706: done getting the remaining hosts for this loop 6562 1726776631.33707: getting the next task for host managed_node2 6562 1726776631.33710: done getting next task for host managed_node2 6562 1726776631.33712: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6562 1726776631.33713: ^ state is: HOST STATE: block=2, task=33, 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 6562 1726776631.33720: getting variables 6562 1726776631.33720: in VariableManager get_vars() 6562 1726776631.33729: Calling all_inventory to load vars for managed_node2 6562 1726776631.33730: Calling groups_inventory to load vars for managed_node2 6562 1726776631.33731: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776631.33735: Calling all_plugins_play to load vars for managed_node2 6562 1726776631.33736: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776631.33739: Calling groups_plugins_play to load vars for managed_node2 6562 1726776631.33829: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776631.33935: done with get_vars() 6562 1726776631.33941: done getting variables 6562 1726776631.33967: 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:31 -0400 (0:00:00.069) 0:01:13.574 **** 6562 1726776631.33985: entering _queue_task() for managed_node2/fail 6562 1726776631.34197: worker is 1 (out of 1 available) 6562 1726776631.34208: exiting _queue_task() for managed_node2/fail 6562 1726776631.34221: done queuing things up, now waiting for results queue to drain 6562 1726776631.34222: waiting for pending results... 6562 1726776631.34394: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6562 1726776631.34467: in run() - task 12343ab9-b159-238d-eb1a-00000000060d 6562 1726776631.34479: variable 'ansible_search_path' from source: unknown 6562 1726776631.34482: variable 'ansible_search_path' from source: unknown 6562 1726776631.34516: calling self._execute() 6562 1726776631.34579: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776631.34583: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776631.34596: variable 'omit' from source: magic vars 6562 1726776631.34942: variable 'kernel_settings_sysctl' from source: include params 6562 1726776631.34954: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776631.34961: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 6562 1726776631.35152: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776631.36539: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776631.36579: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776631.36610: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776631.36636: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776631.36655: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776631.36713: 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) 6562 1726776631.36734: 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) 6562 1726776631.36751: 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) 6562 1726776631.36776: 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) 6562 1726776631.36788: 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) 6562 1726776631.36826: 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) 6562 1726776631.36843: 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) 6562 1726776631.36860: 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) 6562 1726776631.36884: 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) 6562 1726776631.36899: 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) 6562 1726776631.36929: 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) 6562 1726776631.36946: 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) 6562 1726776631.36963: 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) 6562 1726776631.36988: 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) 6562 1726776631.37001: 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) 6562 1726776631.37179: variable 'kernel_settings_sysctl' from source: include params 6562 1726776631.37230: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776631.37352: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776631.37380: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776631.37406: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776631.37427: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776631.37457: 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) 6562 1726776631.37472: 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) 6562 1726776631.37493: 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) 6562 1726776631.37511: 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) 6562 1726776631.37538: 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) 6562 1726776631.37551: 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) 6562 1726776631.37567: 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) 6562 1726776631.37583: 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) 6562 1726776631.37609: 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 6562 1726776631.37620: when evaluation is False, skipping this task 6562 1726776631.37622: _execute() done 6562 1726776631.37625: dumping result to json 6562 1726776631.37628: done dumping result, returning 6562 1726776631.37630: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [12343ab9-b159-238d-eb1a-00000000060d] 6562 1726776631.37632: sending task result for task 12343ab9-b159-238d-eb1a-00000000060d 6562 1726776631.37721: done sending task result for task 12343ab9-b159-238d-eb1a-00000000060d 6562 1726776631.37724: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 6562 1726776631.37772: no more pending results, returning what we have 6562 1726776631.37775: results queue empty 6562 1726776631.37776: checking for any_errors_fatal 6562 1726776631.37777: done checking for any_errors_fatal 6562 1726776631.37778: checking for max_fail_percentage 6562 1726776631.37780: done checking for max_fail_percentage 6562 1726776631.37780: checking to see if all hosts have failed and the running result is not ok 6562 1726776631.37781: done checking to see if all hosts have failed 6562 1726776631.37782: getting the remaining hosts for this loop 6562 1726776631.37784: done getting the remaining hosts for this loop 6562 1726776631.37789: getting the next task for host managed_node2 6562 1726776631.37796: done getting next task for host managed_node2 6562 1726776631.37801: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6562 1726776631.37804: ^ state is: HOST STATE: block=2, task=33, 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 6562 1726776631.37820: getting variables 6562 1726776631.37822: in VariableManager get_vars() 6562 1726776631.37857: Calling all_inventory to load vars for managed_node2 6562 1726776631.37860: Calling groups_inventory to load vars for managed_node2 6562 1726776631.37862: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776631.37870: Calling all_plugins_play to load vars for managed_node2 6562 1726776631.37872: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776631.37875: Calling groups_plugins_play to load vars for managed_node2 6562 1726776631.38008: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776631.38133: done with get_vars() 6562 1726776631.38142: 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:31 -0400 (0:00:00.042) 0:01:13.616 **** 6562 1726776631.38206: entering _queue_task() for managed_node2/include_tasks 6562 1726776631.38392: worker is 1 (out of 1 available) 6562 1726776631.38406: exiting _queue_task() for managed_node2/include_tasks 6562 1726776631.38420: done queuing things up, now waiting for results queue to drain 6562 1726776631.38421: waiting for pending results... 6562 1726776631.38597: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6562 1726776631.38673: in run() - task 12343ab9-b159-238d-eb1a-00000000060e 6562 1726776631.38689: variable 'ansible_search_path' from source: unknown 6562 1726776631.38693: variable 'ansible_search_path' from source: unknown 6562 1726776631.38720: calling self._execute() 6562 1726776631.38788: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776631.38796: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776631.38805: variable 'omit' from source: magic vars 6562 1726776631.38878: _execute() done 6562 1726776631.38882: dumping result to json 6562 1726776631.38885: done dumping result, returning 6562 1726776631.38895: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [12343ab9-b159-238d-eb1a-00000000060e] 6562 1726776631.38900: sending task result for task 12343ab9-b159-238d-eb1a-00000000060e 6562 1726776631.38984: done sending task result for task 12343ab9-b159-238d-eb1a-00000000060e 6562 1726776631.38989: WORKER PROCESS EXITING 6562 1726776631.39031: no more pending results, returning what we have 6562 1726776631.39035: in VariableManager get_vars() 6562 1726776631.39069: Calling all_inventory to load vars for managed_node2 6562 1726776631.39072: Calling groups_inventory to load vars for managed_node2 6562 1726776631.39074: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776631.39082: Calling all_plugins_play to load vars for managed_node2 6562 1726776631.39085: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776631.39090: Calling groups_plugins_play to load vars for managed_node2 6562 1726776631.39242: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776631.39354: done with get_vars() 6562 1726776631.39359: variable 'ansible_search_path' from source: unknown 6562 1726776631.39359: variable 'ansible_search_path' from source: unknown 6562 1726776631.39380: we have included files to process 6562 1726776631.39380: generating all_blocks data 6562 1726776631.39381: done generating all_blocks data 6562 1726776631.39385: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6562 1726776631.39387: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6562 1726776631.39389: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6562 1726776631.39816: done processing included file 6562 1726776631.39819: iterating over new_blocks loaded from include file 6562 1726776631.39820: in VariableManager get_vars() 6562 1726776631.39834: done with get_vars() 6562 1726776631.39836: filtering new block on tags 6562 1726776631.39851: done filtering new block on tags 6562 1726776631.39853: in VariableManager get_vars() 6562 1726776631.39865: done with get_vars() 6562 1726776631.39866: filtering new block on tags 6562 1726776631.39889: done filtering new block on tags 6562 1726776631.39891: in VariableManager get_vars() 6562 1726776631.39905: done with get_vars() 6562 1726776631.39906: filtering new block on tags 6562 1726776631.39926: done filtering new block on tags 6562 1726776631.39928: in VariableManager get_vars() 6562 1726776631.39940: done with get_vars() 6562 1726776631.39941: filtering new block on tags 6562 1726776631.39953: done filtering new block on tags 6562 1726776631.39954: 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_node2 6562 1726776631.39958: extending task lists for all hosts with included blocks 6562 1726776631.40064: done extending task lists 6562 1726776631.40065: done processing included files 6562 1726776631.40065: results queue empty 6562 1726776631.40066: checking for any_errors_fatal 6562 1726776631.40068: done checking for any_errors_fatal 6562 1726776631.40068: checking for max_fail_percentage 6562 1726776631.40069: done checking for max_fail_percentage 6562 1726776631.40070: checking to see if all hosts have failed and the running result is not ok 6562 1726776631.40070: done checking to see if all hosts have failed 6562 1726776631.40070: getting the remaining hosts for this loop 6562 1726776631.40071: done getting the remaining hosts for this loop 6562 1726776631.40073: getting the next task for host managed_node2 6562 1726776631.40075: done getting next task for host managed_node2 6562 1726776631.40077: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6562 1726776631.40080: ^ state is: HOST STATE: block=2, task=33, 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 6562 1726776631.40088: getting variables 6562 1726776631.40089: in VariableManager get_vars() 6562 1726776631.40097: Calling all_inventory to load vars for managed_node2 6562 1726776631.40099: Calling groups_inventory to load vars for managed_node2 6562 1726776631.40100: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776631.40103: Calling all_plugins_play to load vars for managed_node2 6562 1726776631.40105: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776631.40107: Calling groups_plugins_play to load vars for managed_node2 6562 1726776631.40182: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776631.40292: done with get_vars() 6562 1726776631.40299: 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:31 -0400 (0:00:00.021) 0:01:13.638 **** 6562 1726776631.40343: entering _queue_task() for managed_node2/setup 6562 1726776631.40527: worker is 1 (out of 1 available) 6562 1726776631.40539: exiting _queue_task() for managed_node2/setup 6562 1726776631.40553: done queuing things up, now waiting for results queue to drain 6562 1726776631.40555: waiting for pending results... 6562 1726776631.40730: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6562 1726776631.40819: in run() - task 12343ab9-b159-238d-eb1a-000000000789 6562 1726776631.40830: variable 'ansible_search_path' from source: unknown 6562 1726776631.40833: variable 'ansible_search_path' from source: unknown 6562 1726776631.40861: calling self._execute() 6562 1726776631.40929: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776631.40933: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776631.40942: variable 'omit' from source: magic vars 6562 1726776631.41308: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776631.42740: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776631.42783: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776631.42815: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776631.42839: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776631.42859: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776631.42930: 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) 6562 1726776631.42952: 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) 6562 1726776631.42969: 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) 6562 1726776631.42999: 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) 6562 1726776631.43010: 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) 6562 1726776631.43047: 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) 6562 1726776631.43065: 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) 6562 1726776631.43081: 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) 6562 1726776631.43110: 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) 6562 1726776631.43121: 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) 6562 1726776631.43237: variable '__kernel_settings_required_facts' from source: role '' all vars 6562 1726776631.43246: variable 'ansible_facts' from source: unknown 6562 1726776631.43313: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 6562 1726776631.43316: when evaluation is False, skipping this task 6562 1726776631.43319: _execute() done 6562 1726776631.43322: dumping result to json 6562 1726776631.43324: done dumping result, returning 6562 1726776631.43331: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [12343ab9-b159-238d-eb1a-000000000789] 6562 1726776631.43335: sending task result for task 12343ab9-b159-238d-eb1a-000000000789 6562 1726776631.43423: done sending task result for task 12343ab9-b159-238d-eb1a-000000000789 6562 1726776631.43426: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 6562 1726776631.43472: no more pending results, returning what we have 6562 1726776631.43476: results queue empty 6562 1726776631.43476: checking for any_errors_fatal 6562 1726776631.43478: done checking for any_errors_fatal 6562 1726776631.43479: checking for max_fail_percentage 6562 1726776631.43480: done checking for max_fail_percentage 6562 1726776631.43481: checking to see if all hosts have failed and the running result is not ok 6562 1726776631.43482: done checking to see if all hosts have failed 6562 1726776631.43482: getting the remaining hosts for this loop 6562 1726776631.43484: done getting the remaining hosts for this loop 6562 1726776631.43490: getting the next task for host managed_node2 6562 1726776631.43500: done getting next task for host managed_node2 6562 1726776631.43504: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6562 1726776631.43508: ^ state is: HOST STATE: block=2, task=33, 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 6562 1726776631.43524: getting variables 6562 1726776631.43526: in VariableManager get_vars() 6562 1726776631.43561: Calling all_inventory to load vars for managed_node2 6562 1726776631.43564: Calling groups_inventory to load vars for managed_node2 6562 1726776631.43566: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776631.43574: Calling all_plugins_play to load vars for managed_node2 6562 1726776631.43576: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776631.43579: Calling groups_plugins_play to load vars for managed_node2 6562 1726776631.43716: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776631.43868: done with get_vars() 6562 1726776631.43875: 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:31 -0400 (0:00:00.035) 0:01:13.674 **** 6562 1726776631.43943: entering _queue_task() for managed_node2/stat 6562 1726776631.44133: worker is 1 (out of 1 available) 6562 1726776631.44147: exiting _queue_task() for managed_node2/stat 6562 1726776631.44160: done queuing things up, now waiting for results queue to drain 6562 1726776631.44162: waiting for pending results... 6562 1726776631.44344: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6562 1726776631.44436: in run() - task 12343ab9-b159-238d-eb1a-00000000078b 6562 1726776631.44448: variable 'ansible_search_path' from source: unknown 6562 1726776631.44453: variable 'ansible_search_path' from source: unknown 6562 1726776631.44479: calling self._execute() 6562 1726776631.44546: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776631.44550: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776631.44559: variable 'omit' from source: magic vars 6562 1726776631.44897: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776631.45072: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776631.45108: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776631.45133: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776631.45160: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776631.45225: 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) 6562 1726776631.45242: 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) 6562 1726776631.45261: 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) 6562 1726776631.45279: 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) 6562 1726776631.45368: variable '__kernel_settings_is_ostree' from source: set_fact 6562 1726776631.45376: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6562 1726776631.45379: when evaluation is False, skipping this task 6562 1726776631.45382: _execute() done 6562 1726776631.45385: dumping result to json 6562 1726776631.45390: done dumping result, returning 6562 1726776631.45397: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [12343ab9-b159-238d-eb1a-00000000078b] 6562 1726776631.45402: sending task result for task 12343ab9-b159-238d-eb1a-00000000078b 6562 1726776631.45482: done sending task result for task 12343ab9-b159-238d-eb1a-00000000078b 6562 1726776631.45485: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6562 1726776631.45535: no more pending results, returning what we have 6562 1726776631.45538: results queue empty 6562 1726776631.45539: checking for any_errors_fatal 6562 1726776631.45547: done checking for any_errors_fatal 6562 1726776631.45548: checking for max_fail_percentage 6562 1726776631.45549: done checking for max_fail_percentage 6562 1726776631.45550: checking to see if all hosts have failed and the running result is not ok 6562 1726776631.45551: done checking to see if all hosts have failed 6562 1726776631.45551: getting the remaining hosts for this loop 6562 1726776631.45553: done getting the remaining hosts for this loop 6562 1726776631.45557: getting the next task for host managed_node2 6562 1726776631.45564: done getting next task for host managed_node2 6562 1726776631.45568: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6562 1726776631.45571: ^ state is: HOST STATE: block=2, task=33, 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 6562 1726776631.45588: getting variables 6562 1726776631.45590: in VariableManager get_vars() 6562 1726776631.45620: Calling all_inventory to load vars for managed_node2 6562 1726776631.45623: Calling groups_inventory to load vars for managed_node2 6562 1726776631.45625: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776631.45632: Calling all_plugins_play to load vars for managed_node2 6562 1726776631.45634: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776631.45637: Calling groups_plugins_play to load vars for managed_node2 6562 1726776631.45753: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776631.45875: done with get_vars() 6562 1726776631.45882: done getting variables 6562 1726776631.45923: 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:31 -0400 (0:00:00.020) 0:01:13.694 **** 6562 1726776631.45947: entering _queue_task() for managed_node2/set_fact 6562 1726776631.46131: worker is 1 (out of 1 available) 6562 1726776631.46145: exiting _queue_task() for managed_node2/set_fact 6562 1726776631.46158: done queuing things up, now waiting for results queue to drain 6562 1726776631.46160: waiting for pending results... 6562 1726776631.46331: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6562 1726776631.46424: in run() - task 12343ab9-b159-238d-eb1a-00000000078c 6562 1726776631.46437: variable 'ansible_search_path' from source: unknown 6562 1726776631.46440: variable 'ansible_search_path' from source: unknown 6562 1726776631.46467: calling self._execute() 6562 1726776631.46534: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776631.46540: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776631.46549: variable 'omit' from source: magic vars 6562 1726776631.46880: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776631.47114: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776631.47147: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776631.47170: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776631.47199: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776631.47263: 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) 6562 1726776631.47280: 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) 6562 1726776631.47302: 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) 6562 1726776631.47319: 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) 6562 1726776631.47407: variable '__kernel_settings_is_ostree' from source: set_fact 6562 1726776631.47415: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6562 1726776631.47417: when evaluation is False, skipping this task 6562 1726776631.47420: _execute() done 6562 1726776631.47423: dumping result to json 6562 1726776631.47425: done dumping result, returning 6562 1726776631.47432: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [12343ab9-b159-238d-eb1a-00000000078c] 6562 1726776631.47437: sending task result for task 12343ab9-b159-238d-eb1a-00000000078c 6562 1726776631.47520: done sending task result for task 12343ab9-b159-238d-eb1a-00000000078c 6562 1726776631.47523: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6562 1726776631.47566: no more pending results, returning what we have 6562 1726776631.47570: results queue empty 6562 1726776631.47571: checking for any_errors_fatal 6562 1726776631.47576: done checking for any_errors_fatal 6562 1726776631.47576: checking for max_fail_percentage 6562 1726776631.47578: done checking for max_fail_percentage 6562 1726776631.47579: checking to see if all hosts have failed and the running result is not ok 6562 1726776631.47580: done checking to see if all hosts have failed 6562 1726776631.47581: getting the remaining hosts for this loop 6562 1726776631.47583: done getting the remaining hosts for this loop 6562 1726776631.47588: getting the next task for host managed_node2 6562 1726776631.47598: done getting next task for host managed_node2 6562 1726776631.47601: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6562 1726776631.47605: ^ state is: HOST STATE: block=2, task=33, 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 6562 1726776631.47620: getting variables 6562 1726776631.47621: in VariableManager get_vars() 6562 1726776631.47652: Calling all_inventory to load vars for managed_node2 6562 1726776631.47655: Calling groups_inventory to load vars for managed_node2 6562 1726776631.47657: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776631.47664: Calling all_plugins_play to load vars for managed_node2 6562 1726776631.47667: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776631.47669: Calling groups_plugins_play to load vars for managed_node2 6562 1726776631.47823: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776631.47942: done with get_vars() 6562 1726776631.47950: 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:31 -0400 (0:00:00.020) 0:01:13.714 **** 6562 1726776631.48016: entering _queue_task() for managed_node2/stat 6562 1726776631.48200: worker is 1 (out of 1 available) 6562 1726776631.48211: exiting _queue_task() for managed_node2/stat 6562 1726776631.48223: done queuing things up, now waiting for results queue to drain 6562 1726776631.48225: waiting for pending results... 6562 1726776631.48396: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6562 1726776631.48483: in run() - task 12343ab9-b159-238d-eb1a-00000000078e 6562 1726776631.48498: variable 'ansible_search_path' from source: unknown 6562 1726776631.48502: variable 'ansible_search_path' from source: unknown 6562 1726776631.48528: calling self._execute() 6562 1726776631.48596: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776631.48599: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776631.48610: variable 'omit' from source: magic vars 6562 1726776631.48931: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776631.49106: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776631.49142: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776631.49168: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776631.49196: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776631.49257: 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) 6562 1726776631.49274: 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) 6562 1726776631.49296: 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) 6562 1726776631.49315: 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) 6562 1726776631.49402: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776631.49411: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6562 1726776631.49415: when evaluation is False, skipping this task 6562 1726776631.49418: _execute() done 6562 1726776631.49420: dumping result to json 6562 1726776631.49423: done dumping result, returning 6562 1726776631.49430: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [12343ab9-b159-238d-eb1a-00000000078e] 6562 1726776631.49433: sending task result for task 12343ab9-b159-238d-eb1a-00000000078e 6562 1726776631.49517: done sending task result for task 12343ab9-b159-238d-eb1a-00000000078e 6562 1726776631.49520: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6562 1726776631.49582: no more pending results, returning what we have 6562 1726776631.49585: results queue empty 6562 1726776631.49587: checking for any_errors_fatal 6562 1726776631.49594: done checking for any_errors_fatal 6562 1726776631.49594: checking for max_fail_percentage 6562 1726776631.49596: done checking for max_fail_percentage 6562 1726776631.49597: checking to see if all hosts have failed and the running result is not ok 6562 1726776631.49597: done checking to see if all hosts have failed 6562 1726776631.49598: getting the remaining hosts for this loop 6562 1726776631.49600: done getting the remaining hosts for this loop 6562 1726776631.49603: getting the next task for host managed_node2 6562 1726776631.49610: done getting next task for host managed_node2 6562 1726776631.49613: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6562 1726776631.49617: ^ state is: HOST STATE: block=2, task=33, 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 6562 1726776631.49631: getting variables 6562 1726776631.49632: in VariableManager get_vars() 6562 1726776631.49662: Calling all_inventory to load vars for managed_node2 6562 1726776631.49664: Calling groups_inventory to load vars for managed_node2 6562 1726776631.49666: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776631.49674: Calling all_plugins_play to load vars for managed_node2 6562 1726776631.49677: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776631.49679: Calling groups_plugins_play to load vars for managed_node2 6562 1726776631.49791: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776631.49911: done with get_vars() 6562 1726776631.49919: done getting variables 6562 1726776631.49957: 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:31 -0400 (0:00:00.019) 0:01:13.734 **** 6562 1726776631.49979: entering _queue_task() for managed_node2/set_fact 6562 1726776631.50161: worker is 1 (out of 1 available) 6562 1726776631.50176: exiting _queue_task() for managed_node2/set_fact 6562 1726776631.50190: done queuing things up, now waiting for results queue to drain 6562 1726776631.50192: waiting for pending results... 6562 1726776631.50360: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6562 1726776631.50448: in run() - task 12343ab9-b159-238d-eb1a-00000000078f 6562 1726776631.50459: variable 'ansible_search_path' from source: unknown 6562 1726776631.50463: variable 'ansible_search_path' from source: unknown 6562 1726776631.50494: calling self._execute() 6562 1726776631.50559: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776631.50564: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776631.50573: variable 'omit' from source: magic vars 6562 1726776631.50903: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776631.51131: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776631.51164: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776631.51190: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776631.51218: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776631.51280: 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) 6562 1726776631.51302: 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) 6562 1726776631.51320: 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) 6562 1726776631.51337: 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) 6562 1726776631.51423: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776631.51430: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6562 1726776631.51433: when evaluation is False, skipping this task 6562 1726776631.51436: _execute() done 6562 1726776631.51439: dumping result to json 6562 1726776631.51441: done dumping result, returning 6562 1726776631.51448: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [12343ab9-b159-238d-eb1a-00000000078f] 6562 1726776631.51451: sending task result for task 12343ab9-b159-238d-eb1a-00000000078f 6562 1726776631.51532: done sending task result for task 12343ab9-b159-238d-eb1a-00000000078f 6562 1726776631.51535: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6562 1726776631.51580: no more pending results, returning what we have 6562 1726776631.51584: results queue empty 6562 1726776631.51585: checking for any_errors_fatal 6562 1726776631.51593: done checking for any_errors_fatal 6562 1726776631.51594: checking for max_fail_percentage 6562 1726776631.51596: done checking for max_fail_percentage 6562 1726776631.51597: checking to see if all hosts have failed and the running result is not ok 6562 1726776631.51598: done checking to see if all hosts have failed 6562 1726776631.51598: getting the remaining hosts for this loop 6562 1726776631.51600: done getting the remaining hosts for this loop 6562 1726776631.51604: getting the next task for host managed_node2 6562 1726776631.51613: done getting next task for host managed_node2 6562 1726776631.51617: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6562 1726776631.51620: ^ state is: HOST STATE: block=2, task=33, 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 6562 1726776631.51635: getting variables 6562 1726776631.51637: in VariableManager get_vars() 6562 1726776631.51666: Calling all_inventory to load vars for managed_node2 6562 1726776631.51669: Calling groups_inventory to load vars for managed_node2 6562 1726776631.51671: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776631.51679: Calling all_plugins_play to load vars for managed_node2 6562 1726776631.51681: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776631.51683: Calling groups_plugins_play to load vars for managed_node2 6562 1726776631.51838: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776631.51957: done with get_vars() 6562 1726776631.51965: done getting variables 6562 1726776631.52006: 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:31 -0400 (0:00:00.020) 0:01:13.755 **** 6562 1726776631.52030: entering _queue_task() for managed_node2/include_vars 6562 1726776631.52211: worker is 1 (out of 1 available) 6562 1726776631.52223: exiting _queue_task() for managed_node2/include_vars 6562 1726776631.52237: done queuing things up, now waiting for results queue to drain 6562 1726776631.52239: waiting for pending results... 6562 1726776631.52415: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6562 1726776631.52502: in run() - task 12343ab9-b159-238d-eb1a-000000000791 6562 1726776631.52514: variable 'ansible_search_path' from source: unknown 6562 1726776631.52518: variable 'ansible_search_path' from source: unknown 6562 1726776631.52545: calling self._execute() 6562 1726776631.52613: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776631.52618: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776631.52626: variable 'omit' from source: magic vars 6562 1726776631.52704: variable 'omit' from source: magic vars 6562 1726776631.52749: variable 'omit' from source: magic vars 6562 1726776631.53018: variable 'ffparams' from source: task vars 6562 1726776631.53112: variable 'ansible_facts' from source: unknown 6562 1726776631.53242: variable 'ansible_facts' from source: unknown 6562 1726776631.53332: variable 'ansible_facts' from source: unknown 6562 1726776631.53419: variable 'ansible_facts' from source: unknown 6562 1726776631.53495: variable 'role_path' from source: magic vars 6562 1726776631.53622: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6562 1726776631.53775: Loaded config def from plugin (lookup/first_found) 6562 1726776631.53780: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 6562 1726776631.53814: variable 'ansible_search_path' from source: unknown 6562 1726776631.53829: variable 'ansible_search_path' from source: unknown 6562 1726776631.53836: variable 'ansible_search_path' from source: unknown 6562 1726776631.53842: variable 'ansible_search_path' from source: unknown 6562 1726776631.53848: variable 'ansible_search_path' from source: unknown 6562 1726776631.53865: variable 'omit' from source: magic vars 6562 1726776631.53885: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776631.53909: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776631.53923: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776631.53936: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776631.53943: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776631.53965: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776631.53968: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776631.53970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776631.54036: Set connection var ansible_timeout to 10 6562 1726776631.54042: Set connection var ansible_pipelining to False 6562 1726776631.54047: Set connection var ansible_shell_executable to /bin/sh 6562 1726776631.54054: Set connection var ansible_shell_type to sh 6562 1726776631.54058: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776631.54061: Set connection var ansible_connection to ssh 6562 1726776631.54078: variable 'ansible_shell_executable' from source: unknown 6562 1726776631.54080: variable 'ansible_connection' from source: unknown 6562 1726776631.54083: variable 'ansible_module_compression' from source: unknown 6562 1726776631.54085: variable 'ansible_shell_type' from source: unknown 6562 1726776631.54089: variable 'ansible_shell_executable' from source: unknown 6562 1726776631.54095: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776631.54098: variable 'ansible_pipelining' from source: unknown 6562 1726776631.54100: variable 'ansible_timeout' from source: unknown 6562 1726776631.54104: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776631.54180: 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) 6562 1726776631.54193: variable 'omit' from source: magic vars 6562 1726776631.54198: starting attempt loop 6562 1726776631.54201: running the handler 6562 1726776631.54249: handler run complete 6562 1726776631.54257: attempt loop complete, returning result 6562 1726776631.54259: _execute() done 6562 1726776631.54262: dumping result to json 6562 1726776631.54265: done dumping result, returning 6562 1726776631.54273: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [12343ab9-b159-238d-eb1a-000000000791] 6562 1726776631.54278: sending task result for task 12343ab9-b159-238d-eb1a-000000000791 6562 1726776631.54379: done sending task result for task 12343ab9-b159-238d-eb1a-000000000791 6562 1726776631.54382: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6562 1726776631.54454: no more pending results, returning what we have 6562 1726776631.54457: results queue empty 6562 1726776631.54458: checking for any_errors_fatal 6562 1726776631.54463: done checking for any_errors_fatal 6562 1726776631.54464: checking for max_fail_percentage 6562 1726776631.54465: done checking for max_fail_percentage 6562 1726776631.54466: checking to see if all hosts have failed and the running result is not ok 6562 1726776631.54467: done checking to see if all hosts have failed 6562 1726776631.54467: getting the remaining hosts for this loop 6562 1726776631.54469: done getting the remaining hosts for this loop 6562 1726776631.54472: getting the next task for host managed_node2 6562 1726776631.54480: done getting next task for host managed_node2 6562 1726776631.54484: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6562 1726776631.54489: ^ state is: HOST STATE: block=2, task=33, 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 6562 1726776631.54499: getting variables 6562 1726776631.54500: in VariableManager get_vars() 6562 1726776631.54531: Calling all_inventory to load vars for managed_node2 6562 1726776631.54533: Calling groups_inventory to load vars for managed_node2 6562 1726776631.54535: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776631.54544: Calling all_plugins_play to load vars for managed_node2 6562 1726776631.54546: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776631.54548: Calling groups_plugins_play to load vars for managed_node2 6562 1726776631.54667: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776631.54794: done with get_vars() 6562 1726776631.54803: done getting variables 6562 1726776631.54843: 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:31 -0400 (0:00:00.028) 0:01:13.783 **** 6562 1726776631.54865: entering _queue_task() for managed_node2/package 6562 1726776631.55060: worker is 1 (out of 1 available) 6562 1726776631.55073: exiting _queue_task() for managed_node2/package 6562 1726776631.55088: done queuing things up, now waiting for results queue to drain 6562 1726776631.55090: waiting for pending results... 6562 1726776631.55271: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6562 1726776631.55348: in run() - task 12343ab9-b159-238d-eb1a-00000000060f 6562 1726776631.55360: variable 'ansible_search_path' from source: unknown 6562 1726776631.55363: variable 'ansible_search_path' from source: unknown 6562 1726776631.55395: calling self._execute() 6562 1726776631.55457: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776631.55462: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776631.55470: variable 'omit' from source: magic vars 6562 1726776631.55549: variable 'omit' from source: magic vars 6562 1726776631.55582: variable 'omit' from source: magic vars 6562 1726776631.55608: variable '__kernel_settings_packages' from source: include_vars 6562 1726776631.55828: variable '__kernel_settings_packages' from source: include_vars 6562 1726776631.56041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776631.57379: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776631.57426: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776631.57453: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776631.57479: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776631.57676: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776631.57749: 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) 6562 1726776631.57769: 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) 6562 1726776631.57787: 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) 6562 1726776631.57817: 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) 6562 1726776631.57828: 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) 6562 1726776631.57903: variable '__kernel_settings_is_ostree' from source: set_fact 6562 1726776631.57906: variable 'omit' from source: magic vars 6562 1726776631.57933: variable 'omit' from source: magic vars 6562 1726776631.57953: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776631.57973: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776631.57990: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776631.58006: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776631.58013: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776631.58037: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776631.58041: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776631.58043: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776631.58115: Set connection var ansible_timeout to 10 6562 1726776631.58121: Set connection var ansible_pipelining to False 6562 1726776631.58126: Set connection var ansible_shell_executable to /bin/sh 6562 1726776631.58133: Set connection var ansible_shell_type to sh 6562 1726776631.58139: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776631.58142: Set connection var ansible_connection to ssh 6562 1726776631.58160: variable 'ansible_shell_executable' from source: unknown 6562 1726776631.58162: variable 'ansible_connection' from source: unknown 6562 1726776631.58165: variable 'ansible_module_compression' from source: unknown 6562 1726776631.58167: variable 'ansible_shell_type' from source: unknown 6562 1726776631.58170: variable 'ansible_shell_executable' from source: unknown 6562 1726776631.58172: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776631.58174: variable 'ansible_pipelining' from source: unknown 6562 1726776631.58177: variable 'ansible_timeout' from source: unknown 6562 1726776631.58181: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776631.58253: 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) 6562 1726776631.58262: variable 'omit' from source: magic vars 6562 1726776631.58267: starting attempt loop 6562 1726776631.58270: running the handler 6562 1726776631.58276: variable 'ansible_facts' from source: unknown 6562 1726776631.58278: variable 'ansible_facts' from source: unknown 6562 1726776631.58322: _low_level_execute_command(): starting 6562 1726776631.58327: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776631.58821: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776631.58827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776631.58829: 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.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776631.58831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776631.58873: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776631.58876: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776631.58893: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776631.58948: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776631.60619: stdout chunk (state=3): >>>/root <<< 6562 1726776631.60716: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776631.60746: stderr chunk (state=3): >>><<< 6562 1726776631.60757: stdout chunk (state=3): >>><<< 6562 1726776631.60770: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776631.60782: _low_level_execute_command(): starting 6562 1726776631.60790: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776631.6077166-9387-267231326638036 `" && echo ansible-tmp-1726776631.6077166-9387-267231326638036="` echo /root/.ansible/tmp/ansible-tmp-1726776631.6077166-9387-267231326638036 `" ) && sleep 0' 6562 1726776631.61237: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776631.61240: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776631.61243: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776631.61245: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776631.61247: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776631.61300: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776631.61303: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776631.61358: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776631.63595: stdout chunk (state=3): >>>ansible-tmp-1726776631.6077166-9387-267231326638036=/root/.ansible/tmp/ansible-tmp-1726776631.6077166-9387-267231326638036 <<< 6562 1726776631.63699: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776631.63728: stderr chunk (state=3): >>><<< 6562 1726776631.63732: stdout chunk (state=3): >>><<< 6562 1726776631.63748: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776631.6077166-9387-267231326638036=/root/.ansible/tmp/ansible-tmp-1726776631.6077166-9387-267231326638036 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776631.63776: variable 'ansible_module_compression' from source: unknown 6562 1726776631.63823: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 6562 1726776631.63856: variable 'ansible_facts' from source: unknown 6562 1726776631.63939: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776631.6077166-9387-267231326638036/AnsiballZ_dnf.py 6562 1726776631.64038: Sending initial data 6562 1726776631.64042: Sent initial data (150 bytes) 6562 1726776631.64484: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776631.64492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776631.64494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776631.64496: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776631.64498: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776631.64501: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776631.64549: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776631.64552: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776631.64556: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776631.64606: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776631.66178: 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 <<< 6562 1726776631.66225: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776631.66273: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmperxh_8s1 /root/.ansible/tmp/ansible-tmp-1726776631.6077166-9387-267231326638036/AnsiballZ_dnf.py <<< 6562 1726776631.66280: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776631.6077166-9387-267231326638036/AnsiballZ_dnf.py" <<< 6562 1726776631.66320: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmperxh_8s1" to remote "/root/.ansible/tmp/ansible-tmp-1726776631.6077166-9387-267231326638036/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776631.6077166-9387-267231326638036/AnsiballZ_dnf.py" <<< 6562 1726776631.67026: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776631.67068: stderr chunk (state=3): >>><<< 6562 1726776631.67071: stdout chunk (state=3): >>><<< 6562 1726776631.67102: done transferring module to remote 6562 1726776631.67111: _low_level_execute_command(): starting 6562 1726776631.67116: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776631.6077166-9387-267231326638036/ /root/.ansible/tmp/ansible-tmp-1726776631.6077166-9387-267231326638036/AnsiballZ_dnf.py && sleep 0' 6562 1726776631.67570: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776631.67573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776631.67576: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776631.67578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776631.67580: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776631.67632: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776631.67638: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776631.67642: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776631.67694: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776631.69441: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776631.69466: stderr chunk (state=3): >>><<< 6562 1726776631.69469: stdout chunk (state=3): >>><<< 6562 1726776631.69484: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776631.69492: _low_level_execute_command(): starting 6562 1726776631.69494: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776631.6077166-9387-267231326638036/AnsiballZ_dnf.py && sleep 0' 6562 1726776631.69925: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776631.69929: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776631.69940: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776631.69994: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776631.69999: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776631.70010: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776631.70062: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776632.11638: 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}}} <<< 6562 1726776632.15784: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776632.15815: stderr chunk (state=3): >>><<< 6562 1726776632.15818: stdout chunk (state=3): >>><<< 6562 1726776632.15832: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776632.15871: 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-1726776631.6077166-9387-267231326638036/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776632.15878: _low_level_execute_command(): starting 6562 1726776632.15883: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776631.6077166-9387-267231326638036/ > /dev/null 2>&1 && sleep 0' 6562 1726776632.16344: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776632.16347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.16350: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776632.16352: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776632.16354: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.16394: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776632.16411: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776632.16468: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776632.18335: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776632.18361: stderr chunk (state=3): >>><<< 6562 1726776632.18364: stdout chunk (state=3): >>><<< 6562 1726776632.18378: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776632.18384: handler run complete 6562 1726776632.18415: attempt loop complete, returning result 6562 1726776632.18418: _execute() done 6562 1726776632.18420: dumping result to json 6562 1726776632.18425: done dumping result, returning 6562 1726776632.18434: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [12343ab9-b159-238d-eb1a-00000000060f] 6562 1726776632.18438: sending task result for task 12343ab9-b159-238d-eb1a-00000000060f 6562 1726776632.18534: done sending task result for task 12343ab9-b159-238d-eb1a-00000000060f 6562 1726776632.18537: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 6562 1726776632.18646: no more pending results, returning what we have 6562 1726776632.18650: results queue empty 6562 1726776632.18650: checking for any_errors_fatal 6562 1726776632.18658: done checking for any_errors_fatal 6562 1726776632.18659: checking for max_fail_percentage 6562 1726776632.18660: done checking for max_fail_percentage 6562 1726776632.18661: checking to see if all hosts have failed and the running result is not ok 6562 1726776632.18662: done checking to see if all hosts have failed 6562 1726776632.18662: getting the remaining hosts for this loop 6562 1726776632.18664: done getting the remaining hosts for this loop 6562 1726776632.18667: getting the next task for host managed_node2 6562 1726776632.18675: done getting next task for host managed_node2 6562 1726776632.18678: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6562 1726776632.18681: ^ state is: HOST STATE: block=2, task=34, 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 6562 1726776632.18693: getting variables 6562 1726776632.18694: in VariableManager get_vars() 6562 1726776632.18726: Calling all_inventory to load vars for managed_node2 6562 1726776632.18728: Calling groups_inventory to load vars for managed_node2 6562 1726776632.18730: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776632.18739: Calling all_plugins_play to load vars for managed_node2 6562 1726776632.18741: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776632.18743: Calling groups_plugins_play to load vars for managed_node2 6562 1726776632.18901: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776632.19021: done with get_vars() 6562 1726776632.19029: done getting variables 6562 1726776632.19069: 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:32 -0400 (0:00:00.642) 0:01:14.425 **** 6562 1726776632.19094: entering _queue_task() for managed_node2/debug 6562 1726776632.19291: worker is 1 (out of 1 available) 6562 1726776632.19305: exiting _queue_task() for managed_node2/debug 6562 1726776632.19319: done queuing things up, now waiting for results queue to drain 6562 1726776632.19321: waiting for pending results... 6562 1726776632.19499: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6562 1726776632.19576: in run() - task 12343ab9-b159-238d-eb1a-000000000611 6562 1726776632.19591: variable 'ansible_search_path' from source: unknown 6562 1726776632.19595: variable 'ansible_search_path' from source: unknown 6562 1726776632.19623: calling self._execute() 6562 1726776632.19690: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776632.19699: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776632.19707: variable 'omit' from source: magic vars 6562 1726776632.20050: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776632.21682: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776632.21735: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776632.21767: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776632.21798: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776632.21821: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776632.21887: 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) 6562 1726776632.21916: 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) 6562 1726776632.21937: 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) 6562 1726776632.21961: 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) 6562 1726776632.21974: 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) 6562 1726776632.22058: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776632.22073: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6562 1726776632.22076: when evaluation is False, skipping this task 6562 1726776632.22078: _execute() done 6562 1726776632.22081: dumping result to json 6562 1726776632.22083: done dumping result, returning 6562 1726776632.22095: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [12343ab9-b159-238d-eb1a-000000000611] 6562 1726776632.22101: sending task result for task 12343ab9-b159-238d-eb1a-000000000611 6562 1726776632.22187: done sending task result for task 12343ab9-b159-238d-eb1a-000000000611 6562 1726776632.22191: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 6562 1726776632.22235: no more pending results, returning what we have 6562 1726776632.22238: results queue empty 6562 1726776632.22239: checking for any_errors_fatal 6562 1726776632.22247: done checking for any_errors_fatal 6562 1726776632.22247: checking for max_fail_percentage 6562 1726776632.22249: done checking for max_fail_percentage 6562 1726776632.22249: checking to see if all hosts have failed and the running result is not ok 6562 1726776632.22250: done checking to see if all hosts have failed 6562 1726776632.22251: getting the remaining hosts for this loop 6562 1726776632.22253: done getting the remaining hosts for this loop 6562 1726776632.22256: getting the next task for host managed_node2 6562 1726776632.22264: done getting next task for host managed_node2 6562 1726776632.22268: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6562 1726776632.22270: ^ state is: HOST STATE: block=2, task=34, 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 6562 1726776632.22288: getting variables 6562 1726776632.22289: in VariableManager get_vars() 6562 1726776632.22324: Calling all_inventory to load vars for managed_node2 6562 1726776632.22327: Calling groups_inventory to load vars for managed_node2 6562 1726776632.22329: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776632.22341: Calling all_plugins_play to load vars for managed_node2 6562 1726776632.22343: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776632.22346: Calling groups_plugins_play to load vars for managed_node2 6562 1726776632.22483: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776632.22610: done with get_vars() 6562 1726776632.22619: done getting variables 6562 1726776632.22660: 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:32 -0400 (0:00:00.035) 0:01:14.461 **** 6562 1726776632.22683: entering _queue_task() for managed_node2/reboot 6562 1726776632.22884: worker is 1 (out of 1 available) 6562 1726776632.22899: exiting _queue_task() for managed_node2/reboot 6562 1726776632.22912: done queuing things up, now waiting for results queue to drain 6562 1726776632.22913: waiting for pending results... 6562 1726776632.23100: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6562 1726776632.23176: in run() - task 12343ab9-b159-238d-eb1a-000000000612 6562 1726776632.23191: variable 'ansible_search_path' from source: unknown 6562 1726776632.23195: variable 'ansible_search_path' from source: unknown 6562 1726776632.23224: calling self._execute() 6562 1726776632.23292: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776632.23299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776632.23308: variable 'omit' from source: magic vars 6562 1726776632.23716: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776632.25291: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776632.25337: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776632.25364: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776632.25390: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776632.25414: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776632.25470: 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) 6562 1726776632.25495: 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) 6562 1726776632.25513: 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) 6562 1726776632.25540: 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) 6562 1726776632.25550: 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) 6562 1726776632.25631: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776632.25645: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6562 1726776632.25648: when evaluation is False, skipping this task 6562 1726776632.25650: _execute() done 6562 1726776632.25653: dumping result to json 6562 1726776632.25655: done dumping result, returning 6562 1726776632.25663: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [12343ab9-b159-238d-eb1a-000000000612] 6562 1726776632.25668: sending task result for task 12343ab9-b159-238d-eb1a-000000000612 6562 1726776632.25754: done sending task result for task 12343ab9-b159-238d-eb1a-000000000612 6562 1726776632.25757: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6562 1726776632.25804: no more pending results, returning what we have 6562 1726776632.25808: results queue empty 6562 1726776632.25809: checking for any_errors_fatal 6562 1726776632.25815: done checking for any_errors_fatal 6562 1726776632.25816: checking for max_fail_percentage 6562 1726776632.25817: done checking for max_fail_percentage 6562 1726776632.25818: checking to see if all hosts have failed and the running result is not ok 6562 1726776632.25819: done checking to see if all hosts have failed 6562 1726776632.25820: getting the remaining hosts for this loop 6562 1726776632.25821: done getting the remaining hosts for this loop 6562 1726776632.25825: getting the next task for host managed_node2 6562 1726776632.25833: done getting next task for host managed_node2 6562 1726776632.25837: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6562 1726776632.25840: ^ state is: HOST STATE: block=2, task=34, 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 6562 1726776632.25854: getting variables 6562 1726776632.25856: in VariableManager get_vars() 6562 1726776632.25893: Calling all_inventory to load vars for managed_node2 6562 1726776632.25896: Calling groups_inventory to load vars for managed_node2 6562 1726776632.25898: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776632.25907: Calling all_plugins_play to load vars for managed_node2 6562 1726776632.25910: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776632.25912: Calling groups_plugins_play to load vars for managed_node2 6562 1726776632.26084: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776632.26206: done with get_vars() 6562 1726776632.26214: done getting variables 6562 1726776632.26253: 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:32 -0400 (0:00:00.035) 0:01:14.497 **** 6562 1726776632.26276: entering _queue_task() for managed_node2/fail 6562 1726776632.26476: worker is 1 (out of 1 available) 6562 1726776632.26490: exiting _queue_task() for managed_node2/fail 6562 1726776632.26504: done queuing things up, now waiting for results queue to drain 6562 1726776632.26506: waiting for pending results... 6562 1726776632.26684: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6562 1726776632.26770: in run() - task 12343ab9-b159-238d-eb1a-000000000613 6562 1726776632.26784: variable 'ansible_search_path' from source: unknown 6562 1726776632.26792: variable 'ansible_search_path' from source: unknown 6562 1726776632.26823: calling self._execute() 6562 1726776632.26903: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776632.26907: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776632.26916: variable 'omit' from source: magic vars 6562 1726776632.27285: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776632.29271: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776632.29276: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776632.29278: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776632.29281: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776632.29283: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776632.29288: 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) 6562 1726776632.29291: 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) 6562 1726776632.29294: 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) 6562 1726776632.29316: 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) 6562 1726776632.29329: 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) 6562 1726776632.29438: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776632.29457: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6562 1726776632.29460: when evaluation is False, skipping this task 6562 1726776632.29464: _execute() done 6562 1726776632.29466: dumping result to json 6562 1726776632.29469: done dumping result, returning 6562 1726776632.29477: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [12343ab9-b159-238d-eb1a-000000000613] 6562 1726776632.29482: sending task result for task 12343ab9-b159-238d-eb1a-000000000613 6562 1726776632.29581: done sending task result for task 12343ab9-b159-238d-eb1a-000000000613 6562 1726776632.29585: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6562 1726776632.29669: no more pending results, returning what we have 6562 1726776632.29673: results queue empty 6562 1726776632.29674: checking for any_errors_fatal 6562 1726776632.29678: done checking for any_errors_fatal 6562 1726776632.29679: checking for max_fail_percentage 6562 1726776632.29681: done checking for max_fail_percentage 6562 1726776632.29681: checking to see if all hosts have failed and the running result is not ok 6562 1726776632.29682: done checking to see if all hosts have failed 6562 1726776632.29683: getting the remaining hosts for this loop 6562 1726776632.29685: done getting the remaining hosts for this loop 6562 1726776632.29691: getting the next task for host managed_node2 6562 1726776632.29700: done getting next task for host managed_node2 6562 1726776632.29704: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6562 1726776632.29707: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776632.29721: getting variables 6562 1726776632.29724: in VariableManager get_vars() 6562 1726776632.29755: Calling all_inventory to load vars for managed_node2 6562 1726776632.29758: Calling groups_inventory to load vars for managed_node2 6562 1726776632.29760: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776632.29768: Calling all_plugins_play to load vars for managed_node2 6562 1726776632.29770: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776632.29772: Calling groups_plugins_play to load vars for managed_node2 6562 1726776632.29985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776632.30209: done with get_vars() 6562 1726776632.30221: 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:32 -0400 (0:00:00.040) 0:01:14.537 **** 6562 1726776632.30318: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776632.30577: worker is 1 (out of 1 available) 6562 1726776632.30794: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776632.30807: done queuing things up, now waiting for results queue to drain 6562 1726776632.30809: waiting for pending results... 6562 1726776632.30895: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6562 1726776632.30973: in run() - task 12343ab9-b159-238d-eb1a-000000000615 6562 1726776632.30988: variable 'ansible_search_path' from source: unknown 6562 1726776632.30992: variable 'ansible_search_path' from source: unknown 6562 1726776632.31022: calling self._execute() 6562 1726776632.31091: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776632.31098: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776632.31106: variable 'omit' from source: magic vars 6562 1726776632.31183: variable 'omit' from source: magic vars 6562 1726776632.31222: variable 'omit' from source: magic vars 6562 1726776632.31243: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6562 1726776632.31528: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6562 1726776632.31588: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776632.31617: variable 'omit' from source: magic vars 6562 1726776632.31650: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776632.31676: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776632.31698: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776632.31712: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776632.31722: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776632.31745: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776632.31748: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776632.31751: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776632.31822: Set connection var ansible_timeout to 10 6562 1726776632.31829: Set connection var ansible_pipelining to False 6562 1726776632.31834: Set connection var ansible_shell_executable to /bin/sh 6562 1726776632.31840: Set connection var ansible_shell_type to sh 6562 1726776632.31845: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776632.31847: Set connection var ansible_connection to ssh 6562 1726776632.31863: variable 'ansible_shell_executable' from source: unknown 6562 1726776632.31867: variable 'ansible_connection' from source: unknown 6562 1726776632.31869: variable 'ansible_module_compression' from source: unknown 6562 1726776632.31871: variable 'ansible_shell_type' from source: unknown 6562 1726776632.31873: variable 'ansible_shell_executable' from source: unknown 6562 1726776632.31875: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776632.31879: variable 'ansible_pipelining' from source: unknown 6562 1726776632.31882: variable 'ansible_timeout' from source: unknown 6562 1726776632.31887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776632.32021: 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__) 6562 1726776632.32030: variable 'omit' from source: magic vars 6562 1726776632.32036: starting attempt loop 6562 1726776632.32038: running the handler 6562 1726776632.32050: _low_level_execute_command(): starting 6562 1726776632.32056: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776632.32564: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776632.32568: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.32572: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.32627: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776632.32630: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776632.32632: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776632.32698: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776632.34372: stdout chunk (state=3): >>>/root <<< 6562 1726776632.34466: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776632.34500: stderr chunk (state=3): >>><<< 6562 1726776632.34504: stdout chunk (state=3): >>><<< 6562 1726776632.34523: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776632.34535: _low_level_execute_command(): starting 6562 1726776632.34542: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776632.3452346-9400-220198565294075 `" && echo ansible-tmp-1726776632.3452346-9400-220198565294075="` echo /root/.ansible/tmp/ansible-tmp-1726776632.3452346-9400-220198565294075 `" ) && sleep 0' 6562 1726776632.34992: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776632.34996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776632.35006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.35008: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776632.35010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.35056: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776632.35060: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776632.35066: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776632.35116: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776632.37447: stdout chunk (state=3): >>>ansible-tmp-1726776632.3452346-9400-220198565294075=/root/.ansible/tmp/ansible-tmp-1726776632.3452346-9400-220198565294075 <<< 6562 1726776632.37550: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776632.37578: stderr chunk (state=3): >>><<< 6562 1726776632.37581: stdout chunk (state=3): >>><<< 6562 1726776632.37601: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776632.3452346-9400-220198565294075=/root/.ansible/tmp/ansible-tmp-1726776632.3452346-9400-220198565294075 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776632.37641: variable 'ansible_module_compression' from source: unknown 6562 1726776632.37671: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6562 1726776632.37705: variable 'ansible_facts' from source: unknown 6562 1726776632.37764: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776632.3452346-9400-220198565294075/AnsiballZ_kernel_settings_get_config.py 6562 1726776632.37865: Sending initial data 6562 1726776632.37869: Sent initial data (173 bytes) 6562 1726776632.38320: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776632.38323: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776632.38326: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.38328: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776632.38330: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776632.38332: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.38381: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776632.38384: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776632.38394: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776632.38436: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776632.40553: 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 <<< 6562 1726776632.40613: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776632.40676: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp5kjxyd7b /root/.ansible/tmp/ansible-tmp-1726776632.3452346-9400-220198565294075/AnsiballZ_kernel_settings_get_config.py <<< 6562 1726776632.40679: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776632.3452346-9400-220198565294075/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776632.40726: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp5kjxyd7b" to remote "/root/.ansible/tmp/ansible-tmp-1726776632.3452346-9400-220198565294075/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776632.40731: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776632.3452346-9400-220198565294075/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776632.41309: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776632.41354: stderr chunk (state=3): >>><<< 6562 1726776632.41357: stdout chunk (state=3): >>><<< 6562 1726776632.41404: done transferring module to remote 6562 1726776632.41413: _low_level_execute_command(): starting 6562 1726776632.41418: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776632.3452346-9400-220198565294075/ /root/.ansible/tmp/ansible-tmp-1726776632.3452346-9400-220198565294075/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776632.41861: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776632.41865: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776632.41871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.41873: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776632.41875: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.41927: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776632.41931: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776632.41935: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776632.41983: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776632.43781: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776632.43811: stderr chunk (state=3): >>><<< 6562 1726776632.43816: stdout chunk (state=3): >>><<< 6562 1726776632.43829: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776632.43832: _low_level_execute_command(): starting 6562 1726776632.43837: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776632.3452346-9400-220198565294075/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776632.44244: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776632.44274: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776632.44277: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.44279: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776632.44281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776632.44283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.44335: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776632.44342: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776632.44344: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776632.44394: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776632.60089: 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"}}} <<< 6562 1726776632.61405: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776632.61433: stderr chunk (state=3): >>><<< 6562 1726776632.61436: stdout chunk (state=3): >>><<< 6562 1726776632.61452: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776632.61478: 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-1726776632.3452346-9400-220198565294075/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776632.61487: _low_level_execute_command(): starting 6562 1726776632.61495: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776632.3452346-9400-220198565294075/ > /dev/null 2>&1 && sleep 0' 6562 1726776632.61935: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776632.61942: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776632.61945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.61947: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776632.61949: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.61994: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776632.62002: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776632.62017: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776632.62055: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776632.63899: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776632.63923: stderr chunk (state=3): >>><<< 6562 1726776632.63926: stdout chunk (state=3): >>><<< 6562 1726776632.63938: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776632.63944: handler run complete 6562 1726776632.63958: attempt loop complete, returning result 6562 1726776632.63960: _execute() done 6562 1726776632.63962: dumping result to json 6562 1726776632.63967: done dumping result, returning 6562 1726776632.63976: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [12343ab9-b159-238d-eb1a-000000000615] 6562 1726776632.63980: sending task result for task 12343ab9-b159-238d-eb1a-000000000615 6562 1726776632.64077: done sending task result for task 12343ab9-b159-238d-eb1a-000000000615 6562 1726776632.64079: WORKER PROCESS EXITING ok: [managed_node2] => { "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" } } 6562 1726776632.64165: no more pending results, returning what we have 6562 1726776632.64168: results queue empty 6562 1726776632.64169: checking for any_errors_fatal 6562 1726776632.64175: done checking for any_errors_fatal 6562 1726776632.64176: checking for max_fail_percentage 6562 1726776632.64177: done checking for max_fail_percentage 6562 1726776632.64178: checking to see if all hosts have failed and the running result is not ok 6562 1726776632.64179: done checking to see if all hosts have failed 6562 1726776632.64179: getting the remaining hosts for this loop 6562 1726776632.64181: done getting the remaining hosts for this loop 6562 1726776632.64184: getting the next task for host managed_node2 6562 1726776632.64192: done getting next task for host managed_node2 6562 1726776632.64196: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6562 1726776632.64199: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776632.64208: getting variables 6562 1726776632.64210: in VariableManager get_vars() 6562 1726776632.64241: Calling all_inventory to load vars for managed_node2 6562 1726776632.64244: Calling groups_inventory to load vars for managed_node2 6562 1726776632.64246: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776632.64254: Calling all_plugins_play to load vars for managed_node2 6562 1726776632.64256: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776632.64258: Calling groups_plugins_play to load vars for managed_node2 6562 1726776632.64412: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776632.64529: done with get_vars() 6562 1726776632.64537: 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:32 -0400 (0:00:00.342) 0:01:14.880 **** 6562 1726776632.64604: entering _queue_task() for managed_node2/stat 6562 1726776632.64779: worker is 1 (out of 1 available) 6562 1726776632.64793: exiting _queue_task() for managed_node2/stat 6562 1726776632.64805: done queuing things up, now waiting for results queue to drain 6562 1726776632.64807: waiting for pending results... 6562 1726776632.64979: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6562 1726776632.65055: in run() - task 12343ab9-b159-238d-eb1a-000000000616 6562 1726776632.65066: variable 'ansible_search_path' from source: unknown 6562 1726776632.65070: variable 'ansible_search_path' from source: unknown 6562 1726776632.65110: variable '__prof_from_conf' from source: task vars 6562 1726776632.65336: variable '__prof_from_conf' from source: task vars 6562 1726776632.65463: variable '__data' from source: task vars 6562 1726776632.65517: variable '__kernel_settings_register_tuned_main' from source: set_fact 6562 1726776632.65652: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776632.65659: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776632.65706: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776632.65721: variable 'omit' from source: magic vars 6562 1726776632.65801: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776632.65808: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776632.65817: variable 'omit' from source: magic vars 6562 1726776632.66185: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776632.67515: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776632.67555: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776632.67580: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776632.67608: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776632.67628: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776632.67690: 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) 6562 1726776632.67714: 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) 6562 1726776632.67731: 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) 6562 1726776632.67759: 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) 6562 1726776632.67769: 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) 6562 1726776632.67833: variable 'item' from source: unknown 6562 1726776632.67841: Evaluated conditional (item | length > 0): False 6562 1726776632.67844: when evaluation is False, skipping this task 6562 1726776632.67866: variable 'item' from source: unknown 6562 1726776632.67913: variable 'item' from source: unknown skipping: [managed_node2] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 6562 1726776632.68050: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776632.68053: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776632.68056: variable 'omit' from source: magic vars 6562 1726776632.68114: 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) 6562 1726776632.68130: 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) 6562 1726776632.68148: 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) 6562 1726776632.68174: 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) 6562 1726776632.68184: 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) 6562 1726776632.68238: variable 'item' from source: unknown 6562 1726776632.68244: Evaluated conditional (item | length > 0): True 6562 1726776632.68249: variable 'omit' from source: magic vars 6562 1726776632.68275: variable 'omit' from source: magic vars 6562 1726776632.68309: variable 'item' from source: unknown 6562 1726776632.68351: variable 'item' from source: unknown 6562 1726776632.68362: variable 'omit' from source: magic vars 6562 1726776632.68381: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776632.68405: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776632.68420: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776632.68432: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776632.68440: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776632.68460: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776632.68463: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776632.68466: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776632.68532: Set connection var ansible_timeout to 10 6562 1726776632.68540: Set connection var ansible_pipelining to False 6562 1726776632.68545: Set connection var ansible_shell_executable to /bin/sh 6562 1726776632.68551: Set connection var ansible_shell_type to sh 6562 1726776632.68556: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776632.68558: Set connection var ansible_connection to ssh 6562 1726776632.68571: variable 'ansible_shell_executable' from source: unknown 6562 1726776632.68574: variable 'ansible_connection' from source: unknown 6562 1726776632.68576: variable 'ansible_module_compression' from source: unknown 6562 1726776632.68578: variable 'ansible_shell_type' from source: unknown 6562 1726776632.68580: variable 'ansible_shell_executable' from source: unknown 6562 1726776632.68583: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776632.68588: variable 'ansible_pipelining' from source: unknown 6562 1726776632.68594: variable 'ansible_timeout' from source: unknown 6562 1726776632.68598: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776632.68687: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6562 1726776632.68697: variable 'omit' from source: magic vars 6562 1726776632.68703: starting attempt loop 6562 1726776632.68706: running the handler 6562 1726776632.68718: _low_level_execute_command(): starting 6562 1726776632.68723: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776632.69195: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776632.69197: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.69204: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776632.69207: 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 <<< 6562 1726776632.69218: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.69270: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776632.69273: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776632.69279: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776632.69329: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776632.70938: stdout chunk (state=3): >>>/root <<< 6562 1726776632.71039: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776632.71063: stderr chunk (state=3): >>><<< 6562 1726776632.71066: stdout chunk (state=3): >>><<< 6562 1726776632.71084: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776632.71097: _low_level_execute_command(): starting 6562 1726776632.71100: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776632.7108333-9409-106974865549326 `" && echo ansible-tmp-1726776632.7108333-9409-106974865549326="` echo /root/.ansible/tmp/ansible-tmp-1726776632.7108333-9409-106974865549326 `" ) && sleep 0' 6562 1726776632.71518: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776632.71521: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776632.71523: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.71525: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776632.71527: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776632.71529: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.71575: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776632.71579: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776632.71630: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776632.73784: stdout chunk (state=3): >>>ansible-tmp-1726776632.7108333-9409-106974865549326=/root/.ansible/tmp/ansible-tmp-1726776632.7108333-9409-106974865549326 <<< 6562 1726776632.73889: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776632.73911: stderr chunk (state=3): >>><<< 6562 1726776632.73914: stdout chunk (state=3): >>><<< 6562 1726776632.73930: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776632.7108333-9409-106974865549326=/root/.ansible/tmp/ansible-tmp-1726776632.7108333-9409-106974865549326 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776632.73962: variable 'ansible_module_compression' from source: unknown 6562 1726776632.74000: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776632.74023: variable 'ansible_facts' from source: unknown 6562 1726776632.74079: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776632.7108333-9409-106974865549326/AnsiballZ_stat.py 6562 1726776632.74168: Sending initial data 6562 1726776632.74172: Sent initial data (151 bytes) 6562 1726776632.74593: 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 <<< 6562 1726776632.74596: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776632.74602: 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.11.25 is address debug1: re-parsing configuration <<< 6562 1726776632.74605: 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 <<< 6562 1726776632.74607: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.74650: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776632.74654: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776632.74708: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776632.76242: 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" <<< 6562 1726776632.76249: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776632.76291: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776632.76336: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpr5b6syai /root/.ansible/tmp/ansible-tmp-1726776632.7108333-9409-106974865549326/AnsiballZ_stat.py <<< 6562 1726776632.76344: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776632.7108333-9409-106974865549326/AnsiballZ_stat.py" <<< 6562 1726776632.76390: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpr5b6syai" to remote "/root/.ansible/tmp/ansible-tmp-1726776632.7108333-9409-106974865549326/AnsiballZ_stat.py" <<< 6562 1726776632.76393: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776632.7108333-9409-106974865549326/AnsiballZ_stat.py" <<< 6562 1726776632.76930: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776632.76967: stderr chunk (state=3): >>><<< 6562 1726776632.76970: stdout chunk (state=3): >>><<< 6562 1726776632.77003: done transferring module to remote 6562 1726776632.77011: _low_level_execute_command(): starting 6562 1726776632.77014: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776632.7108333-9409-106974865549326/ /root/.ansible/tmp/ansible-tmp-1726776632.7108333-9409-106974865549326/AnsiballZ_stat.py && sleep 0' 6562 1726776632.77421: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776632.77424: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.77426: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776632.77429: 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.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.77476: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776632.77479: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776632.77531: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776632.79274: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776632.79297: stderr chunk (state=3): >>><<< 6562 1726776632.79300: stdout chunk (state=3): >>><<< 6562 1726776632.79312: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776632.79315: _low_level_execute_command(): starting 6562 1726776632.79318: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776632.7108333-9409-106974865549326/AnsiballZ_stat.py && sleep 0' 6562 1726776632.79717: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776632.79720: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776632.79723: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.79725: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776632.79727: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776632.79729: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.79772: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776632.79782: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776632.79832: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776632.96040: 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": 341835968, "dev": 51714, "nlink": 3, "atime": 1726776579.2222946, "mtime": 1726776577.0892854, "ctime": 1726776577.0892854, "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": "1946630135", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6562 1726776632.97623: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776632.97650: stderr chunk (state=3): >>><<< 6562 1726776632.97653: stdout chunk (state=3): >>><<< 6562 1726776632.97667: _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": 341835968, "dev": 51714, "nlink": 3, "atime": 1726776579.2222946, "mtime": 1726776577.0892854, "ctime": 1726776577.0892854, "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": "1946630135", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776632.97709: 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-1726776632.7108333-9409-106974865549326/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776632.97716: _low_level_execute_command(): starting 6562 1726776632.97721: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776632.7108333-9409-106974865549326/ > /dev/null 2>&1 && sleep 0' 6562 1726776632.98161: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776632.98165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.98167: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776632.98169: 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.11.25 originally 10.31.11.25 <<< 6562 1726776632.98171: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776632.98223: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776632.98226: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776632.98232: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776632.98279: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.00052: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776633.00076: stderr chunk (state=3): >>><<< 6562 1726776633.00079: stdout chunk (state=3): >>><<< 6562 1726776633.00096: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776633.00101: handler run complete 6562 1726776633.00132: attempt loop complete, returning result 6562 1726776633.00147: variable 'item' from source: unknown 6562 1726776633.00208: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1726776579.2222946, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776577.0892854, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 341835968, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776577.0892854, "nlink": 3, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 29, "uid": 0, "version": "1946630135", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6562 1726776633.00358: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776633.00361: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776633.00363: variable 'omit' from source: magic vars 6562 1726776633.00432: 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) 6562 1726776633.00450: 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) 6562 1726776633.00467: 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) 6562 1726776633.00497: 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) 6562 1726776633.00508: 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) 6562 1726776633.00563: variable 'item' from source: unknown 6562 1726776633.00569: Evaluated conditional (item | length > 0): True 6562 1726776633.00574: variable 'omit' from source: magic vars 6562 1726776633.00590: variable 'omit' from source: magic vars 6562 1726776633.00616: variable 'item' from source: unknown 6562 1726776633.00658: variable 'item' from source: unknown 6562 1726776633.00669: variable 'omit' from source: magic vars 6562 1726776633.00685: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776633.00695: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776633.00701: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776633.00711: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776633.00714: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776633.00716: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776633.00762: Set connection var ansible_timeout to 10 6562 1726776633.00768: Set connection var ansible_pipelining to False 6562 1726776633.00772: Set connection var ansible_shell_executable to /bin/sh 6562 1726776633.00779: Set connection var ansible_shell_type to sh 6562 1726776633.00783: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776633.00789: Set connection var ansible_connection to ssh 6562 1726776633.00803: variable 'ansible_shell_executable' from source: unknown 6562 1726776633.00805: variable 'ansible_connection' from source: unknown 6562 1726776633.00808: variable 'ansible_module_compression' from source: unknown 6562 1726776633.00810: variable 'ansible_shell_type' from source: unknown 6562 1726776633.00812: variable 'ansible_shell_executable' from source: unknown 6562 1726776633.00814: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776633.00818: variable 'ansible_pipelining' from source: unknown 6562 1726776633.00821: variable 'ansible_timeout' from source: unknown 6562 1726776633.00825: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776633.00893: 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) 6562 1726776633.00900: variable 'omit' from source: magic vars 6562 1726776633.00903: starting attempt loop 6562 1726776633.00907: running the handler 6562 1726776633.00914: _low_level_execute_command(): starting 6562 1726776633.00916: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776633.01334: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776633.01339: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776633.01343: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.01345: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776633.01347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.01402: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.01406: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776633.01410: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.01457: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.03009: stdout chunk (state=3): >>>/root <<< 6562 1726776633.03113: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776633.03136: stderr chunk (state=3): >>><<< 6562 1726776633.03139: stdout chunk (state=3): >>><<< 6562 1726776633.03150: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776633.03157: _low_level_execute_command(): starting 6562 1726776633.03161: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776633.0314977-9409-252255616634844 `" && echo ansible-tmp-1726776633.0314977-9409-252255616634844="` echo /root/.ansible/tmp/ansible-tmp-1726776633.0314977-9409-252255616634844 `" ) && sleep 0' 6562 1726776633.03565: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776633.03572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776633.03574: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.03576: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776633.03578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.03628: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.03632: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776633.03637: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.03681: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.05789: stdout chunk (state=3): >>>ansible-tmp-1726776633.0314977-9409-252255616634844=/root/.ansible/tmp/ansible-tmp-1726776633.0314977-9409-252255616634844 <<< 6562 1726776633.05883: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776633.05908: stderr chunk (state=3): >>><<< 6562 1726776633.05911: stdout chunk (state=3): >>><<< 6562 1726776633.05923: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776633.0314977-9409-252255616634844=/root/.ansible/tmp/ansible-tmp-1726776633.0314977-9409-252255616634844 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776633.05953: variable 'ansible_module_compression' from source: unknown 6562 1726776633.05984: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776633.06004: variable 'ansible_facts' from source: unknown 6562 1726776633.06046: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776633.0314977-9409-252255616634844/AnsiballZ_stat.py 6562 1726776633.06132: Sending initial data 6562 1726776633.06136: Sent initial data (151 bytes) 6562 1726776633.06562: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776633.06565: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776633.06567: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.06569: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776633.06571: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.06626: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.06629: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776633.06633: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.06677: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.08193: 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 <<< 6562 1726776633.08197: 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 <<< 6562 1726776633.08236: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776633.08283: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpfx89oir1 /root/.ansible/tmp/ansible-tmp-1726776633.0314977-9409-252255616634844/AnsiballZ_stat.py <<< 6562 1726776633.08290: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776633.0314977-9409-252255616634844/AnsiballZ_stat.py" <<< 6562 1726776633.08328: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpfx89oir1" to remote "/root/.ansible/tmp/ansible-tmp-1726776633.0314977-9409-252255616634844/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776633.0314977-9409-252255616634844/AnsiballZ_stat.py" <<< 6562 1726776633.08868: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776633.08907: stderr chunk (state=3): >>><<< 6562 1726776633.08910: stdout chunk (state=3): >>><<< 6562 1726776633.08932: done transferring module to remote 6562 1726776633.08939: _low_level_execute_command(): starting 6562 1726776633.08944: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776633.0314977-9409-252255616634844/ /root/.ansible/tmp/ansible-tmp-1726776633.0314977-9409-252255616634844/AnsiballZ_stat.py && sleep 0' 6562 1726776633.09349: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776633.09352: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776633.09357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.09359: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776633.09361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.09411: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.09416: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.09462: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.11196: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776633.11220: stderr chunk (state=3): >>><<< 6562 1726776633.11223: stdout chunk (state=3): >>><<< 6562 1726776633.11234: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776633.11237: _low_level_execute_command(): starting 6562 1726776633.11242: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776633.0314977-9409-252255616634844/AnsiballZ_stat.py && sleep 0' 6562 1726776633.11640: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776633.11643: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776633.11645: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.11647: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776633.11649: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.11694: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.11703: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.11757: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.28103: 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": 339738816, "dev": 51714, "nlink": 4, "atime": 1726776569.9272544, "mtime": 1726776585.5563219, "ctime": 1726776585.5563219, "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": "2716892619", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6562 1726776633.29607: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776633.29633: stderr chunk (state=3): >>><<< 6562 1726776633.29637: stdout chunk (state=3): >>><<< 6562 1726776633.29651: _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": 339738816, "dev": 51714, "nlink": 4, "atime": 1726776569.9272544, "mtime": 1726776585.5563219, "ctime": 1726776585.5563219, "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": "2716892619", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776633.29684: 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-1726776633.0314977-9409-252255616634844/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776633.29696: _low_level_execute_command(): starting 6562 1726776633.29701: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776633.0314977-9409-252255616634844/ > /dev/null 2>&1 && sleep 0' 6562 1726776633.30145: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776633.30149: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.30151: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776633.30153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776633.30155: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.30205: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.30209: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.30265: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.32094: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776633.32118: stderr chunk (state=3): >>><<< 6562 1726776633.32121: stdout chunk (state=3): >>><<< 6562 1726776633.32134: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776633.32140: handler run complete 6562 1726776633.32171: attempt loop complete, returning result 6562 1726776633.32192: variable 'item' from source: unknown 6562 1726776633.32249: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726776569.9272544, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776585.5563219, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 339738816, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776585.5563219, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "version": "2716892619", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6562 1726776633.32395: dumping result to json 6562 1726776633.32398: done dumping result, returning 6562 1726776633.32400: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [12343ab9-b159-238d-eb1a-000000000616] 6562 1726776633.32401: sending task result for task 12343ab9-b159-238d-eb1a-000000000616 6562 1726776633.32447: done sending task result for task 12343ab9-b159-238d-eb1a-000000000616 6562 1726776633.32450: WORKER PROCESS EXITING 6562 1726776633.32547: no more pending results, returning what we have 6562 1726776633.32551: results queue empty 6562 1726776633.32551: checking for any_errors_fatal 6562 1726776633.32556: done checking for any_errors_fatal 6562 1726776633.32557: checking for max_fail_percentage 6562 1726776633.32558: done checking for max_fail_percentage 6562 1726776633.32559: checking to see if all hosts have failed and the running result is not ok 6562 1726776633.32559: done checking to see if all hosts have failed 6562 1726776633.32560: getting the remaining hosts for this loop 6562 1726776633.32562: done getting the remaining hosts for this loop 6562 1726776633.32565: getting the next task for host managed_node2 6562 1726776633.32569: done getting next task for host managed_node2 6562 1726776633.32573: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6562 1726776633.32576: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776633.32584: getting variables 6562 1726776633.32589: in VariableManager get_vars() 6562 1726776633.32620: Calling all_inventory to load vars for managed_node2 6562 1726776633.32622: Calling groups_inventory to load vars for managed_node2 6562 1726776633.32624: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776633.32632: Calling all_plugins_play to load vars for managed_node2 6562 1726776633.32634: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776633.32636: Calling groups_plugins_play to load vars for managed_node2 6562 1726776633.32913: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776633.33027: done with get_vars() 6562 1726776633.33034: done getting variables 6562 1726776633.33073: 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:33 -0400 (0:00:00.684) 0:01:15.565 **** 6562 1726776633.33101: entering _queue_task() for managed_node2/set_fact 6562 1726776633.33277: worker is 1 (out of 1 available) 6562 1726776633.33294: exiting _queue_task() for managed_node2/set_fact 6562 1726776633.33307: done queuing things up, now waiting for results queue to drain 6562 1726776633.33309: waiting for pending results... 6562 1726776633.33475: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6562 1726776633.33557: in run() - task 12343ab9-b159-238d-eb1a-000000000617 6562 1726776633.33568: variable 'ansible_search_path' from source: unknown 6562 1726776633.33571: variable 'ansible_search_path' from source: unknown 6562 1726776633.33601: calling self._execute() 6562 1726776633.33669: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776633.33673: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776633.33683: variable 'omit' from source: magic vars 6562 1726776633.33758: variable 'omit' from source: magic vars 6562 1726776633.33793: variable 'omit' from source: magic vars 6562 1726776633.34108: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776633.35496: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776633.35536: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776633.35563: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776633.35595: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776633.35613: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776633.35666: 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) 6562 1726776633.35690: 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) 6562 1726776633.35708: 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) 6562 1726776633.35733: 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) 6562 1726776633.35746: 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) 6562 1726776633.35779: 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) 6562 1726776633.35798: 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) 6562 1726776633.35817: 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) 6562 1726776633.35841: 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) 6562 1726776633.35851: 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) 6562 1726776633.35893: 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) 6562 1726776633.35908: 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) 6562 1726776633.35926: 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) 6562 1726776633.35950: 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) 6562 1726776633.35960: 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) 6562 1726776633.36104: variable '__kernel_settings_find_profile_dirs' from source: set_fact 6562 1726776633.36170: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776633.36284: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776633.36312: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776633.36333: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776633.36354: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776633.36383: 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) 6562 1726776633.36404: 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) 6562 1726776633.36421: 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) 6562 1726776633.36439: 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) 6562 1726776633.36475: variable 'omit' from source: magic vars 6562 1726776633.36497: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776633.36516: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776633.36531: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776633.36544: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776633.36552: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776633.36574: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776633.36577: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776633.36580: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776633.36643: Set connection var ansible_timeout to 10 6562 1726776633.36650: Set connection var ansible_pipelining to False 6562 1726776633.36655: Set connection var ansible_shell_executable to /bin/sh 6562 1726776633.36661: Set connection var ansible_shell_type to sh 6562 1726776633.36674: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776633.36677: Set connection var ansible_connection to ssh 6562 1726776633.36690: variable 'ansible_shell_executable' from source: unknown 6562 1726776633.36693: variable 'ansible_connection' from source: unknown 6562 1726776633.36696: variable 'ansible_module_compression' from source: unknown 6562 1726776633.36698: variable 'ansible_shell_type' from source: unknown 6562 1726776633.36700: variable 'ansible_shell_executable' from source: unknown 6562 1726776633.36702: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776633.36704: variable 'ansible_pipelining' from source: unknown 6562 1726776633.36706: variable 'ansible_timeout' from source: unknown 6562 1726776633.36711: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776633.36774: 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) 6562 1726776633.36782: variable 'omit' from source: magic vars 6562 1726776633.36793: starting attempt loop 6562 1726776633.36796: running the handler 6562 1726776633.36801: handler run complete 6562 1726776633.36809: attempt loop complete, returning result 6562 1726776633.36811: _execute() done 6562 1726776633.36814: dumping result to json 6562 1726776633.36816: done dumping result, returning 6562 1726776633.36823: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [12343ab9-b159-238d-eb1a-000000000617] 6562 1726776633.36827: sending task result for task 12343ab9-b159-238d-eb1a-000000000617 6562 1726776633.36901: done sending task result for task 12343ab9-b159-238d-eb1a-000000000617 6562 1726776633.36904: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 6562 1726776633.36964: no more pending results, returning what we have 6562 1726776633.36967: results queue empty 6562 1726776633.36967: checking for any_errors_fatal 6562 1726776633.36979: done checking for any_errors_fatal 6562 1726776633.36979: checking for max_fail_percentage 6562 1726776633.36981: done checking for max_fail_percentage 6562 1726776633.36982: checking to see if all hosts have failed and the running result is not ok 6562 1726776633.36982: done checking to see if all hosts have failed 6562 1726776633.36983: getting the remaining hosts for this loop 6562 1726776633.36985: done getting the remaining hosts for this loop 6562 1726776633.36992: getting the next task for host managed_node2 6562 1726776633.36998: done getting next task for host managed_node2 6562 1726776633.37001: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6562 1726776633.37004: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776633.37014: getting variables 6562 1726776633.37015: in VariableManager get_vars() 6562 1726776633.37045: Calling all_inventory to load vars for managed_node2 6562 1726776633.37047: Calling groups_inventory to load vars for managed_node2 6562 1726776633.37049: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776633.37057: Calling all_plugins_play to load vars for managed_node2 6562 1726776633.37059: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776633.37061: Calling groups_plugins_play to load vars for managed_node2 6562 1726776633.37178: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776633.37303: done with get_vars() 6562 1726776633.37311: done getting variables 6562 1726776633.37351: 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:33 -0400 (0:00:00.042) 0:01:15.608 **** 6562 1726776633.37373: entering _queue_task() for managed_node2/service 6562 1726776633.37551: worker is 1 (out of 1 available) 6562 1726776633.37566: exiting _queue_task() for managed_node2/service 6562 1726776633.37579: done queuing things up, now waiting for results queue to drain 6562 1726776633.37580: waiting for pending results... 6562 1726776633.37744: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6562 1726776633.37822: in run() - task 12343ab9-b159-238d-eb1a-000000000618 6562 1726776633.37833: variable 'ansible_search_path' from source: unknown 6562 1726776633.37836: variable 'ansible_search_path' from source: unknown 6562 1726776633.37869: variable '__kernel_settings_services' from source: include_vars 6562 1726776633.38102: variable '__kernel_settings_services' from source: include_vars 6562 1726776633.38154: variable 'omit' from source: magic vars 6562 1726776633.38291: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776633.38297: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776633.38306: variable 'omit' from source: magic vars 6562 1726776633.38355: variable 'omit' from source: magic vars 6562 1726776633.38383: variable 'omit' from source: magic vars 6562 1726776633.38415: variable 'item' from source: unknown 6562 1726776633.38467: variable 'item' from source: unknown 6562 1726776633.38484: variable 'omit' from source: magic vars 6562 1726776633.38515: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776633.38540: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776633.38555: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776633.38569: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776633.38578: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776633.38602: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776633.38605: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776633.38607: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776633.38669: Set connection var ansible_timeout to 10 6562 1726776633.38675: Set connection var ansible_pipelining to False 6562 1726776633.38680: Set connection var ansible_shell_executable to /bin/sh 6562 1726776633.38691: Set connection var ansible_shell_type to sh 6562 1726776633.38693: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776633.38696: Set connection var ansible_connection to ssh 6562 1726776633.38709: variable 'ansible_shell_executable' from source: unknown 6562 1726776633.38712: variable 'ansible_connection' from source: unknown 6562 1726776633.38714: variable 'ansible_module_compression' from source: unknown 6562 1726776633.38716: variable 'ansible_shell_type' from source: unknown 6562 1726776633.38718: variable 'ansible_shell_executable' from source: unknown 6562 1726776633.38721: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776633.38725: variable 'ansible_pipelining' from source: unknown 6562 1726776633.38727: variable 'ansible_timeout' from source: unknown 6562 1726776633.38732: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776633.38826: 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) 6562 1726776633.38834: variable 'omit' from source: magic vars 6562 1726776633.38840: starting attempt loop 6562 1726776633.38842: running the handler 6562 1726776633.38903: variable 'ansible_facts' from source: unknown 6562 1726776633.38978: _low_level_execute_command(): starting 6562 1726776633.38984: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776633.39482: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776633.39487: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.39491: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776633.39494: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.39543: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.39546: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776633.39548: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.39612: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.41298: stdout chunk (state=3): >>>/root <<< 6562 1726776633.41389: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776633.41419: stderr chunk (state=3): >>><<< 6562 1726776633.41422: stdout chunk (state=3): >>><<< 6562 1726776633.41442: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776633.41453: _low_level_execute_command(): starting 6562 1726776633.41458: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776633.4144132-9428-39051614558467 `" && echo ansible-tmp-1726776633.4144132-9428-39051614558467="` echo /root/.ansible/tmp/ansible-tmp-1726776633.4144132-9428-39051614558467 `" ) && sleep 0' 6562 1726776633.41891: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776633.41894: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776633.41903: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.41905: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776633.41908: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776633.41910: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.41954: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.41961: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776633.41964: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.42011: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.44158: stdout chunk (state=3): >>>ansible-tmp-1726776633.4144132-9428-39051614558467=/root/.ansible/tmp/ansible-tmp-1726776633.4144132-9428-39051614558467 <<< 6562 1726776633.44261: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776633.44288: stderr chunk (state=3): >>><<< 6562 1726776633.44292: stdout chunk (state=3): >>><<< 6562 1726776633.44307: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776633.4144132-9428-39051614558467=/root/.ansible/tmp/ansible-tmp-1726776633.4144132-9428-39051614558467 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776633.44334: variable 'ansible_module_compression' from source: unknown 6562 1726776633.44372: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6562 1726776633.44426: variable 'ansible_facts' from source: unknown 6562 1726776633.44559: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776633.4144132-9428-39051614558467/AnsiballZ_systemd.py 6562 1726776633.44660: Sending initial data 6562 1726776633.44663: Sent initial data (153 bytes) 6562 1726776633.45096: 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 <<< 6562 1726776633.45099: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.45101: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776633.45103: 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 <<< 6562 1726776633.45105: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.45156: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.45163: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776633.45165: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.45209: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.46750: 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" <<< 6562 1726776633.46754: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776633.46796: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776633.46844: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp3gy63rv2 /root/.ansible/tmp/ansible-tmp-1726776633.4144132-9428-39051614558467/AnsiballZ_systemd.py <<< 6562 1726776633.46848: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776633.4144132-9428-39051614558467/AnsiballZ_systemd.py" <<< 6562 1726776633.46893: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp3gy63rv2" to remote "/root/.ansible/tmp/ansible-tmp-1726776633.4144132-9428-39051614558467/AnsiballZ_systemd.py" <<< 6562 1726776633.46896: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776633.4144132-9428-39051614558467/AnsiballZ_systemd.py" <<< 6562 1726776633.47979: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776633.48021: stderr chunk (state=3): >>><<< 6562 1726776633.48024: stdout chunk (state=3): >>><<< 6562 1726776633.48065: done transferring module to remote 6562 1726776633.48074: _low_level_execute_command(): starting 6562 1726776633.48078: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776633.4144132-9428-39051614558467/ /root/.ansible/tmp/ansible-tmp-1726776633.4144132-9428-39051614558467/AnsiballZ_systemd.py && sleep 0' 6562 1726776633.48518: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776633.48521: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776633.48523: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.48529: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776633.48531: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776633.48533: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.48581: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.48590: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776633.48592: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.48634: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.50384: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776633.50410: stderr chunk (state=3): >>><<< 6562 1726776633.50413: stdout chunk (state=3): >>><<< 6562 1726776633.50425: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776633.50428: _low_level_execute_command(): starting 6562 1726776633.50433: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776633.4144132-9428-39051614558467/AnsiballZ_systemd.py && sleep 0' 6562 1726776633.50848: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776633.50851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776633.50853: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776633.50856: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776633.50858: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.50911: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.50915: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776633.50919: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.50967: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.80821: 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": "709", "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:10 EDT", "ExecMainStartTimestampMonotonic": "9728163", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ExecMainHandoffTimestampMonotonic": "9745362", "ExecMainPID": "709", "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:10 EDT] ; stop_time=[n/a] ; pid=709 ; 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:10 EDT] ; stop_time=[n/a] ; pid=709 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3094", "MemoryCurrent": "19849216", "MemoryPeak": "21700608", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3359391744", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "370287820<<< 6562 1726776633.80854: stdout chunk (state=3): >>>8", "CPUUsageNSec": "219488000", "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", "U<<< 6562 1726776633.80866: stdout chunk (state=3): >>>tmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "system.slice dbus-broker.service sysinit.target dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus-broker.service basic.target systemd-journald.socket system.slice network.target sysinit.target dbus.socket 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:11 EDT", "StateChangeTimestampMonotonic": "10286723", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:10 EDT", "InactiveExitTimestampMonotonic": "9729936", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:11 EDT", "ActiveEnterTimestampMonotonic": "10286723", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ConditionTimestampMonotonic": "9725085", "AssertTimestamp": "Thu 2024-09-19 16:10:10 EDT", "AssertTimestampMonotonic": "9725088", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "6bcad8262b34446983db3cf0225fbb2b", "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}}} <<< 6562 1726776633.82725: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776633.82753: stderr chunk (state=3): >>><<< 6562 1726776633.82756: stdout chunk (state=3): >>><<< 6562 1726776633.82783: _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": "709", "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:10 EDT", "ExecMainStartTimestampMonotonic": "9728163", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ExecMainHandoffTimestampMonotonic": "9745362", "ExecMainPID": "709", "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:10 EDT] ; stop_time=[n/a] ; pid=709 ; 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:10 EDT] ; stop_time=[n/a] ; pid=709 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3094", "MemoryCurrent": "19849216", "MemoryPeak": "21700608", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3359391744", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "219488000", "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": "system.slice dbus-broker.service sysinit.target dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus-broker.service basic.target systemd-journald.socket system.slice network.target sysinit.target dbus.socket 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:11 EDT", "StateChangeTimestampMonotonic": "10286723", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:10 EDT", "InactiveExitTimestampMonotonic": "9729936", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:11 EDT", "ActiveEnterTimestampMonotonic": "10286723", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ConditionTimestampMonotonic": "9725085", "AssertTimestamp": "Thu 2024-09-19 16:10:10 EDT", "AssertTimestampMonotonic": "9725088", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "6bcad8262b34446983db3cf0225fbb2b", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776633.82920: 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-1726776633.4144132-9428-39051614558467/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776633.82935: _low_level_execute_command(): starting 6562 1726776633.82940: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776633.4144132-9428-39051614558467/ > /dev/null 2>&1 && sleep 0' 6562 1726776633.83380: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776633.83383: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776633.83388: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.83391: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776633.83393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776633.83395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.83443: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.83446: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776633.83452: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.83500: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.85342: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776633.85366: stderr chunk (state=3): >>><<< 6562 1726776633.85370: stdout chunk (state=3): >>><<< 6562 1726776633.85384: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776633.85394: handler run complete 6562 1726776633.85431: attempt loop complete, returning result 6562 1726776633.85447: variable 'item' from source: unknown 6562 1726776633.85510: variable 'item' from source: unknown ok: [managed_node2] => (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:11 EDT", "ActiveEnterTimestampMonotonic": "10286723", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service dbus-broker.service basic.target systemd-journald.socket system.slice network.target sysinit.target dbus.socket systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:10:10 EDT", "AssertTimestampMonotonic": "9725088", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "219488000", "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:10 EDT", "ConditionTimestampMonotonic": "9725085", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3094", "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:10 EDT", "ExecMainHandoffTimestampMonotonic": "9745362", "ExecMainPID": "709", "ExecMainStartTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ExecMainStartTimestampMonotonic": "9728163", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:10:10 EDT] ; stop_time=[n/a] ; pid=709 ; 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:10 EDT] ; stop_time=[n/a] ; pid=709 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:10 EDT", "InactiveExitTimestampMonotonic": "9729936", "InvocationID": "6bcad8262b34446983db3cf0225fbb2b", "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": "709", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3359391744", "MemoryCurrent": "19849216", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "21700608", "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": "system.slice dbus-broker.service sysinit.target dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:10:11 EDT", "StateChangeTimestampMonotonic": "10286723", "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" } } 6562 1726776633.85988: dumping result to json 6562 1726776633.85991: done dumping result, returning 6562 1726776633.85993: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [12343ab9-b159-238d-eb1a-000000000618] 6562 1726776633.85995: sending task result for task 12343ab9-b159-238d-eb1a-000000000618 6562 1726776633.86064: done sending task result for task 12343ab9-b159-238d-eb1a-000000000618 6562 1726776633.86067: WORKER PROCESS EXITING 6562 1726776633.86144: no more pending results, returning what we have 6562 1726776633.86146: results queue empty 6562 1726776633.86147: checking for any_errors_fatal 6562 1726776633.86150: done checking for any_errors_fatal 6562 1726776633.86150: checking for max_fail_percentage 6562 1726776633.86151: done checking for max_fail_percentage 6562 1726776633.86152: checking to see if all hosts have failed and the running result is not ok 6562 1726776633.86152: done checking to see if all hosts have failed 6562 1726776633.86153: getting the remaining hosts for this loop 6562 1726776633.86154: done getting the remaining hosts for this loop 6562 1726776633.86156: getting the next task for host managed_node2 6562 1726776633.86159: done getting next task for host managed_node2 6562 1726776633.86162: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6562 1726776633.86164: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776633.86169: getting variables 6562 1726776633.86170: in VariableManager get_vars() 6562 1726776633.86193: Calling all_inventory to load vars for managed_node2 6562 1726776633.86195: Calling groups_inventory to load vars for managed_node2 6562 1726776633.86196: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776633.86203: Calling all_plugins_play to load vars for managed_node2 6562 1726776633.86204: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776633.86206: Calling groups_plugins_play to load vars for managed_node2 6562 1726776633.86303: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776633.86418: done with get_vars() 6562 1726776633.86425: 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:33 -0400 (0:00:00.491) 0:01:16.099 **** 6562 1726776633.86490: entering _queue_task() for managed_node2/file 6562 1726776633.86666: worker is 1 (out of 1 available) 6562 1726776633.86679: exiting _queue_task() for managed_node2/file 6562 1726776633.86695: done queuing things up, now waiting for results queue to drain 6562 1726776633.86697: waiting for pending results... 6562 1726776633.86865: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6562 1726776633.86936: in run() - task 12343ab9-b159-238d-eb1a-000000000619 6562 1726776633.86948: variable 'ansible_search_path' from source: unknown 6562 1726776633.86952: variable 'ansible_search_path' from source: unknown 6562 1726776633.86980: calling self._execute() 6562 1726776633.87052: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776633.87058: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776633.87066: variable 'omit' from source: magic vars 6562 1726776633.87167: variable 'omit' from source: magic vars 6562 1726776633.87210: variable 'omit' from source: magic vars 6562 1726776633.87233: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776633.87455: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776633.87527: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776633.87531: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776633.87567: variable 'omit' from source: magic vars 6562 1726776633.87600: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776633.87626: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776633.87650: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776633.87665: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776633.87678: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776633.87701: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776633.87705: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776633.87707: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776633.87771: Set connection var ansible_timeout to 10 6562 1726776633.87778: Set connection var ansible_pipelining to False 6562 1726776633.87783: Set connection var ansible_shell_executable to /bin/sh 6562 1726776633.87793: Set connection var ansible_shell_type to sh 6562 1726776633.87796: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776633.87799: Set connection var ansible_connection to ssh 6562 1726776633.87814: variable 'ansible_shell_executable' from source: unknown 6562 1726776633.87817: variable 'ansible_connection' from source: unknown 6562 1726776633.87819: variable 'ansible_module_compression' from source: unknown 6562 1726776633.87821: variable 'ansible_shell_type' from source: unknown 6562 1726776633.87824: variable 'ansible_shell_executable' from source: unknown 6562 1726776633.87826: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776633.87831: variable 'ansible_pipelining' from source: unknown 6562 1726776633.87833: variable 'ansible_timeout' from source: unknown 6562 1726776633.87837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776633.87976: 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__) 6562 1726776633.87984: variable 'omit' from source: magic vars 6562 1726776633.87992: starting attempt loop 6562 1726776633.87995: running the handler 6562 1726776633.88007: _low_level_execute_command(): starting 6562 1726776633.88013: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776633.88479: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776633.88514: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776633.88518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.88521: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776633.88523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776633.88525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.88574: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.88577: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776633.88579: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.88632: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.90244: stdout chunk (state=3): >>>/root <<< 6562 1726776633.90345: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776633.90369: stderr chunk (state=3): >>><<< 6562 1726776633.90373: stdout chunk (state=3): >>><<< 6562 1726776633.90395: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776633.90406: _low_level_execute_command(): starting 6562 1726776633.90411: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776633.9039488-9436-202624079219621 `" && echo ansible-tmp-1726776633.9039488-9436-202624079219621="` echo /root/.ansible/tmp/ansible-tmp-1726776633.9039488-9436-202624079219621 `" ) && sleep 0' 6562 1726776633.90832: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776633.90836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776633.90845: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.90849: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776633.90852: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.90893: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.90897: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776633.90910: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.90951: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.93210: stdout chunk (state=3): >>>ansible-tmp-1726776633.9039488-9436-202624079219621=/root/.ansible/tmp/ansible-tmp-1726776633.9039488-9436-202624079219621 <<< 6562 1726776633.93320: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776633.93344: stderr chunk (state=3): >>><<< 6562 1726776633.93348: stdout chunk (state=3): >>><<< 6562 1726776633.93362: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776633.9039488-9436-202624079219621=/root/.ansible/tmp/ansible-tmp-1726776633.9039488-9436-202624079219621 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776633.93401: variable 'ansible_module_compression' from source: unknown 6562 1726776633.93444: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6562 1726776633.93476: variable 'ansible_facts' from source: unknown 6562 1726776633.93540: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776633.9039488-9436-202624079219621/AnsiballZ_file.py 6562 1726776633.93636: Sending initial data 6562 1726776633.93639: Sent initial data (151 bytes) 6562 1726776633.94070: 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 <<< 6562 1726776633.94075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776633.94078: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.94080: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776633.94082: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.94130: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.94133: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.94185: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.95713: 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 <<< 6562 1726776633.95720: 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 <<< 6562 1726776633.95764: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776633.95813: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpajyhprtb /root/.ansible/tmp/ansible-tmp-1726776633.9039488-9436-202624079219621/AnsiballZ_file.py <<< 6562 1726776633.95820: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776633.9039488-9436-202624079219621/AnsiballZ_file.py" <<< 6562 1726776633.95864: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpajyhprtb" to remote "/root/.ansible/tmp/ansible-tmp-1726776633.9039488-9436-202624079219621/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776633.9039488-9436-202624079219621/AnsiballZ_file.py" <<< 6562 1726776633.96449: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776633.96490: stderr chunk (state=3): >>><<< 6562 1726776633.96493: stdout chunk (state=3): >>><<< 6562 1726776633.96513: done transferring module to remote 6562 1726776633.96521: _low_level_execute_command(): starting 6562 1726776633.96525: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776633.9039488-9436-202624079219621/ /root/.ansible/tmp/ansible-tmp-1726776633.9039488-9436-202624079219621/AnsiballZ_file.py && sleep 0' 6562 1726776633.96940: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776633.96943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776633.96945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.96947: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776633.96952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.96991: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.97010: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.97057: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776633.98821: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776633.98845: stderr chunk (state=3): >>><<< 6562 1726776633.98848: stdout chunk (state=3): >>><<< 6562 1726776633.98861: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776633.98864: _low_level_execute_command(): starting 6562 1726776633.98869: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776633.9039488-9436-202624079219621/AnsiballZ_file.py && sleep 0' 6562 1726776633.99280: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776633.99283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776633.99289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776633.99292: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776633.99295: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776633.99343: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776633.99350: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776633.99351: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776633.99401: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776634.16358: 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}}} <<< 6562 1726776634.17833: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776634.17859: stderr chunk (state=3): >>><<< 6562 1726776634.17862: stdout chunk (state=3): >>><<< 6562 1726776634.17879: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776634.17915: 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-1726776633.9039488-9436-202624079219621/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776634.17924: _low_level_execute_command(): starting 6562 1726776634.17927: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776633.9039488-9436-202624079219621/ > /dev/null 2>&1 && sleep 0' 6562 1726776634.18372: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.18376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776634.18378: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.18380: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776634.18382: 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 <<< 6562 1726776634.18384: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.18437: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776634.18440: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776634.18446: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776634.18495: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776634.20355: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776634.20380: stderr chunk (state=3): >>><<< 6562 1726776634.20383: stdout chunk (state=3): >>><<< 6562 1726776634.20401: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776634.20407: handler run complete 6562 1726776634.20426: attempt loop complete, returning result 6562 1726776634.20429: _execute() done 6562 1726776634.20431: dumping result to json 6562 1726776634.20435: done dumping result, returning 6562 1726776634.20444: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [12343ab9-b159-238d-eb1a-000000000619] 6562 1726776634.20449: sending task result for task 12343ab9-b159-238d-eb1a-000000000619 ok: [managed_node2] => { "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 } 6562 1726776634.20655: no more pending results, returning what we have 6562 1726776634.20658: results queue empty 6562 1726776634.20659: checking for any_errors_fatal 6562 1726776634.20672: done checking for any_errors_fatal 6562 1726776634.20673: checking for max_fail_percentage 6562 1726776634.20675: done checking for max_fail_percentage 6562 1726776634.20675: checking to see if all hosts have failed and the running result is not ok 6562 1726776634.20676: done checking to see if all hosts have failed 6562 1726776634.20677: getting the remaining hosts for this loop 6562 1726776634.20678: done getting the remaining hosts for this loop 6562 1726776634.20681: getting the next task for host managed_node2 6562 1726776634.20688: done getting next task for host managed_node2 6562 1726776634.20694: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6562 1726776634.20697: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776634.20704: done sending task result for task 12343ab9-b159-238d-eb1a-000000000619 6562 1726776634.20707: WORKER PROCESS EXITING 6562 1726776634.20713: getting variables 6562 1726776634.20715: in VariableManager get_vars() 6562 1726776634.20741: Calling all_inventory to load vars for managed_node2 6562 1726776634.20743: Calling groups_inventory to load vars for managed_node2 6562 1726776634.20745: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776634.20753: Calling all_plugins_play to load vars for managed_node2 6562 1726776634.20755: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776634.20757: Calling groups_plugins_play to load vars for managed_node2 6562 1726776634.20866: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776634.20991: done with get_vars() 6562 1726776634.20998: 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:34 -0400 (0:00:00.345) 0:01:16.445 **** 6562 1726776634.21061: entering _queue_task() for managed_node2/slurp 6562 1726776634.21241: worker is 1 (out of 1 available) 6562 1726776634.21254: exiting _queue_task() for managed_node2/slurp 6562 1726776634.21266: done queuing things up, now waiting for results queue to drain 6562 1726776634.21268: waiting for pending results... 6562 1726776634.21441: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6562 1726776634.21517: in run() - task 12343ab9-b159-238d-eb1a-00000000061a 6562 1726776634.21529: variable 'ansible_search_path' from source: unknown 6562 1726776634.21533: variable 'ansible_search_path' from source: unknown 6562 1726776634.21558: calling self._execute() 6562 1726776634.21627: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776634.21633: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776634.21641: variable 'omit' from source: magic vars 6562 1726776634.21715: variable 'omit' from source: magic vars 6562 1726776634.21750: variable 'omit' from source: magic vars 6562 1726776634.21772: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776634.21989: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776634.22051: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776634.22076: variable 'omit' from source: magic vars 6562 1726776634.22112: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776634.22140: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776634.22157: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776634.22169: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776634.22179: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776634.22205: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776634.22209: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776634.22211: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776634.22277: Set connection var ansible_timeout to 10 6562 1726776634.22284: Set connection var ansible_pipelining to False 6562 1726776634.22292: Set connection var ansible_shell_executable to /bin/sh 6562 1726776634.22300: Set connection var ansible_shell_type to sh 6562 1726776634.22304: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776634.22307: Set connection var ansible_connection to ssh 6562 1726776634.22322: variable 'ansible_shell_executable' from source: unknown 6562 1726776634.22326: variable 'ansible_connection' from source: unknown 6562 1726776634.22328: variable 'ansible_module_compression' from source: unknown 6562 1726776634.22331: variable 'ansible_shell_type' from source: unknown 6562 1726776634.22334: variable 'ansible_shell_executable' from source: unknown 6562 1726776634.22336: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776634.22338: variable 'ansible_pipelining' from source: unknown 6562 1726776634.22340: variable 'ansible_timeout' from source: unknown 6562 1726776634.22344: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776634.22485: 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__) 6562 1726776634.22497: variable 'omit' from source: magic vars 6562 1726776634.22502: starting attempt loop 6562 1726776634.22504: running the handler 6562 1726776634.22516: _low_level_execute_command(): starting 6562 1726776634.22522: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776634.23028: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.23031: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.23035: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776634.23037: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776634.23039: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.23083: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776634.23091: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776634.23093: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776634.23149: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776634.24784: stdout chunk (state=3): >>>/root <<< 6562 1726776634.24879: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776634.24914: stderr chunk (state=3): >>><<< 6562 1726776634.24917: stdout chunk (state=3): >>><<< 6562 1726776634.24939: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776634.24951: _low_level_execute_command(): starting 6562 1726776634.24956: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776634.2493703-9444-164941473361943 `" && echo ansible-tmp-1726776634.2493703-9444-164941473361943="` echo /root/.ansible/tmp/ansible-tmp-1726776634.2493703-9444-164941473361943 `" ) && sleep 0' 6562 1726776634.25370: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776634.25408: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776634.25419: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776634.25421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.25424: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.25426: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.25468: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776634.25471: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776634.25473: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776634.25524: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776634.27722: stdout chunk (state=3): >>>ansible-tmp-1726776634.2493703-9444-164941473361943=/root/.ansible/tmp/ansible-tmp-1726776634.2493703-9444-164941473361943 <<< 6562 1726776634.27829: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776634.27854: stderr chunk (state=3): >>><<< 6562 1726776634.27857: stdout chunk (state=3): >>><<< 6562 1726776634.27872: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776634.2493703-9444-164941473361943=/root/.ansible/tmp/ansible-tmp-1726776634.2493703-9444-164941473361943 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776634.27914: variable 'ansible_module_compression' from source: unknown 6562 1726776634.27946: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 6562 1726776634.27975: variable 'ansible_facts' from source: unknown 6562 1726776634.28031: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776634.2493703-9444-164941473361943/AnsiballZ_slurp.py 6562 1726776634.28169: Sending initial data 6562 1726776634.28172: Sent initial data (152 bytes) 6562 1726776634.28577: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776634.28581: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776634.28583: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.28585: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.28589: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.28641: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776634.28645: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776634.28648: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776634.28695: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776634.30235: 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 <<< 6562 1726776634.30239: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776634.30279: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776634.30335: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp4h9a_o30 /root/.ansible/tmp/ansible-tmp-1726776634.2493703-9444-164941473361943/AnsiballZ_slurp.py <<< 6562 1726776634.30338: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776634.2493703-9444-164941473361943/AnsiballZ_slurp.py" <<< 6562 1726776634.30381: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp4h9a_o30" to remote "/root/.ansible/tmp/ansible-tmp-1726776634.2493703-9444-164941473361943/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776634.2493703-9444-164941473361943/AnsiballZ_slurp.py" <<< 6562 1726776634.30921: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776634.30958: stderr chunk (state=3): >>><<< 6562 1726776634.30961: stdout chunk (state=3): >>><<< 6562 1726776634.30989: done transferring module to remote 6562 1726776634.30997: _low_level_execute_command(): starting 6562 1726776634.31001: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776634.2493703-9444-164941473361943/ /root/.ansible/tmp/ansible-tmp-1726776634.2493703-9444-164941473361943/AnsiballZ_slurp.py && sleep 0' 6562 1726776634.31423: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.31427: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776634.31429: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.31435: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776634.31437: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776634.31439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.31478: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776634.31481: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776634.31533: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776634.33290: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776634.33311: stderr chunk (state=3): >>><<< 6562 1726776634.33315: stdout chunk (state=3): >>><<< 6562 1726776634.33327: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776634.33330: _low_level_execute_command(): starting 6562 1726776634.33334: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776634.2493703-9444-164941473361943/AnsiballZ_slurp.py && sleep 0' 6562 1726776634.33740: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.33744: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.33746: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776634.33748: 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 <<< 6562 1726776634.33750: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.33794: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776634.33804: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776634.33862: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776634.49324: 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"}}} <<< 6562 1726776634.50694: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776634.50719: stderr chunk (state=3): >>><<< 6562 1726776634.50722: stdout chunk (state=3): >>><<< 6562 1726776634.50737: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776634.50763: 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-1726776634.2493703-9444-164941473361943/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776634.50771: _low_level_execute_command(): starting 6562 1726776634.50776: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776634.2493703-9444-164941473361943/ > /dev/null 2>&1 && sleep 0' 6562 1726776634.51223: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.51227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.51229: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.51237: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.51290: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776634.51294: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776634.51301: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776634.51349: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776634.53215: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776634.53241: stderr chunk (state=3): >>><<< 6562 1726776634.53244: stdout chunk (state=3): >>><<< 6562 1726776634.53258: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776634.53264: handler run complete 6562 1726776634.53277: attempt loop complete, returning result 6562 1726776634.53280: _execute() done 6562 1726776634.53282: dumping result to json 6562 1726776634.53290: done dumping result, returning 6562 1726776634.53298: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [12343ab9-b159-238d-eb1a-00000000061a] 6562 1726776634.53303: sending task result for task 12343ab9-b159-238d-eb1a-00000000061a ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6562 1726776634.53462: no more pending results, returning what we have 6562 1726776634.53466: results queue empty 6562 1726776634.53466: checking for any_errors_fatal 6562 1726776634.53479: done checking for any_errors_fatal 6562 1726776634.53479: checking for max_fail_percentage 6562 1726776634.53481: done checking for max_fail_percentage 6562 1726776634.53482: checking to see if all hosts have failed and the running result is not ok 6562 1726776634.53483: done checking to see if all hosts have failed 6562 1726776634.53484: getting the remaining hosts for this loop 6562 1726776634.53488: done getting the remaining hosts for this loop 6562 1726776634.53492: getting the next task for host managed_node2 6562 1726776634.53498: done getting next task for host managed_node2 6562 1726776634.53502: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6562 1726776634.53505: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776634.53516: getting variables 6562 1726776634.53518: in VariableManager get_vars() 6562 1726776634.53550: Calling all_inventory to load vars for managed_node2 6562 1726776634.53553: Calling groups_inventory to load vars for managed_node2 6562 1726776634.53555: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776634.53563: Calling all_plugins_play to load vars for managed_node2 6562 1726776634.53565: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776634.53568: Calling groups_plugins_play to load vars for managed_node2 6562 1726776634.53699: done sending task result for task 12343ab9-b159-238d-eb1a-00000000061a 6562 1726776634.53705: WORKER PROCESS EXITING 6562 1726776634.53715: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776634.53862: done with get_vars() 6562 1726776634.53870: done getting variables 6562 1726776634.53914: 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:34 -0400 (0:00:00.328) 0:01:16.774 **** 6562 1726776634.53937: entering _queue_task() for managed_node2/set_fact 6562 1726776634.54129: worker is 1 (out of 1 available) 6562 1726776634.54142: exiting _queue_task() for managed_node2/set_fact 6562 1726776634.54155: done queuing things up, now waiting for results queue to drain 6562 1726776634.54157: waiting for pending results... 6562 1726776634.54327: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6562 1726776634.54400: in run() - task 12343ab9-b159-238d-eb1a-00000000061b 6562 1726776634.54412: variable 'ansible_search_path' from source: unknown 6562 1726776634.54416: variable 'ansible_search_path' from source: unknown 6562 1726776634.54442: calling self._execute() 6562 1726776634.54515: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776634.54519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776634.54530: variable 'omit' from source: magic vars 6562 1726776634.54609: variable 'omit' from source: magic vars 6562 1726776634.54641: variable 'omit' from source: magic vars 6562 1726776634.54939: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776634.54947: variable '__cur_profile' from source: task vars 6562 1726776634.55051: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776634.56456: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776634.56509: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776634.56536: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776634.56562: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776634.56581: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776634.56644: 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) 6562 1726776634.56666: 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) 6562 1726776634.56684: 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) 6562 1726776634.56714: 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) 6562 1726776634.56725: 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) 6562 1726776634.56806: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6562 1726776634.56847: variable 'omit' from source: magic vars 6562 1726776634.56868: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776634.56894: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776634.56909: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776634.56922: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776634.56930: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776634.56953: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776634.56956: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776634.56958: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776634.57029: Set connection var ansible_timeout to 10 6562 1726776634.57036: Set connection var ansible_pipelining to False 6562 1726776634.57041: Set connection var ansible_shell_executable to /bin/sh 6562 1726776634.57047: Set connection var ansible_shell_type to sh 6562 1726776634.57052: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776634.57054: Set connection var ansible_connection to ssh 6562 1726776634.57072: variable 'ansible_shell_executable' from source: unknown 6562 1726776634.57074: variable 'ansible_connection' from source: unknown 6562 1726776634.57077: variable 'ansible_module_compression' from source: unknown 6562 1726776634.57079: variable 'ansible_shell_type' from source: unknown 6562 1726776634.57081: variable 'ansible_shell_executable' from source: unknown 6562 1726776634.57083: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776634.57091: variable 'ansible_pipelining' from source: unknown 6562 1726776634.57094: variable 'ansible_timeout' from source: unknown 6562 1726776634.57099: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776634.57165: 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) 6562 1726776634.57174: variable 'omit' from source: magic vars 6562 1726776634.57179: starting attempt loop 6562 1726776634.57181: running the handler 6562 1726776634.57196: handler run complete 6562 1726776634.57205: attempt loop complete, returning result 6562 1726776634.57207: _execute() done 6562 1726776634.57210: dumping result to json 6562 1726776634.57212: done dumping result, returning 6562 1726776634.57219: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [12343ab9-b159-238d-eb1a-00000000061b] 6562 1726776634.57223: sending task result for task 12343ab9-b159-238d-eb1a-00000000061b 6562 1726776634.57313: done sending task result for task 12343ab9-b159-238d-eb1a-00000000061b 6562 1726776634.57317: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 6562 1726776634.57379: no more pending results, returning what we have 6562 1726776634.57382: results queue empty 6562 1726776634.57383: checking for any_errors_fatal 6562 1726776634.57390: done checking for any_errors_fatal 6562 1726776634.57391: checking for max_fail_percentage 6562 1726776634.57392: done checking for max_fail_percentage 6562 1726776634.57393: checking to see if all hosts have failed and the running result is not ok 6562 1726776634.57394: done checking to see if all hosts have failed 6562 1726776634.57395: getting the remaining hosts for this loop 6562 1726776634.57398: done getting the remaining hosts for this loop 6562 1726776634.57401: getting the next task for host managed_node2 6562 1726776634.57408: done getting next task for host managed_node2 6562 1726776634.57411: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6562 1726776634.57414: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776634.57430: getting variables 6562 1726776634.57431: in VariableManager get_vars() 6562 1726776634.57462: Calling all_inventory to load vars for managed_node2 6562 1726776634.57464: Calling groups_inventory to load vars for managed_node2 6562 1726776634.57467: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776634.57474: Calling all_plugins_play to load vars for managed_node2 6562 1726776634.57476: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776634.57479: Calling groups_plugins_play to load vars for managed_node2 6562 1726776634.57610: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776634.57734: done with get_vars() 6562 1726776634.57743: done getting variables 6562 1726776634.57783: 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:34 -0400 (0:00:00.038) 0:01:16.812 **** 6562 1726776634.57809: entering _queue_task() for managed_node2/copy 6562 1726776634.58000: worker is 1 (out of 1 available) 6562 1726776634.58013: exiting _queue_task() for managed_node2/copy 6562 1726776634.58027: done queuing things up, now waiting for results queue to drain 6562 1726776634.58029: waiting for pending results... 6562 1726776634.58213: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6562 1726776634.58290: in run() - task 12343ab9-b159-238d-eb1a-00000000061c 6562 1726776634.58302: variable 'ansible_search_path' from source: unknown 6562 1726776634.58306: variable 'ansible_search_path' from source: unknown 6562 1726776634.58334: calling self._execute() 6562 1726776634.58411: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776634.58414: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776634.58423: variable 'omit' from source: magic vars 6562 1726776634.58497: variable 'omit' from source: magic vars 6562 1726776634.58533: variable 'omit' from source: magic vars 6562 1726776634.58556: variable '__kernel_settings_active_profile' from source: set_fact 6562 1726776634.58784: variable '__kernel_settings_active_profile' from source: set_fact 6562 1726776634.58808: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776634.58858: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776634.58913: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776634.58998: variable 'omit' from source: magic vars 6562 1726776634.59031: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776634.59057: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776634.59074: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776634.59090: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776634.59098: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776634.59122: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776634.59125: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776634.59127: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776634.59195: Set connection var ansible_timeout to 10 6562 1726776634.59202: Set connection var ansible_pipelining to False 6562 1726776634.59207: Set connection var ansible_shell_executable to /bin/sh 6562 1726776634.59214: Set connection var ansible_shell_type to sh 6562 1726776634.59218: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776634.59221: Set connection var ansible_connection to ssh 6562 1726776634.59238: variable 'ansible_shell_executable' from source: unknown 6562 1726776634.59241: variable 'ansible_connection' from source: unknown 6562 1726776634.59243: variable 'ansible_module_compression' from source: unknown 6562 1726776634.59245: variable 'ansible_shell_type' from source: unknown 6562 1726776634.59247: variable 'ansible_shell_executable' from source: unknown 6562 1726776634.59249: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776634.59251: variable 'ansible_pipelining' from source: unknown 6562 1726776634.59257: variable 'ansible_timeout' from source: unknown 6562 1726776634.59259: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776634.59357: 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) 6562 1726776634.59367: variable 'omit' from source: magic vars 6562 1726776634.59372: starting attempt loop 6562 1726776634.59376: running the handler 6562 1726776634.59389: _low_level_execute_command(): starting 6562 1726776634.59395: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776634.59898: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.59904: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.59908: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.59910: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.59960: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776634.59963: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776634.59966: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776634.60028: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776634.61697: stdout chunk (state=3): >>>/root <<< 6562 1726776634.61784: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776634.61818: stderr chunk (state=3): >>><<< 6562 1726776634.61821: stdout chunk (state=3): >>><<< 6562 1726776634.61845: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776634.61857: _low_level_execute_command(): starting 6562 1726776634.61862: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940 `" && echo ansible-tmp-1726776634.6184509-9456-201168040683940="` echo /root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940 `" ) && sleep 0' 6562 1726776634.62331: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776634.62337: 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.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776634.62347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776634.62349: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776634.62351: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.62400: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776634.62403: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776634.62410: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776634.62461: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776634.64656: stdout chunk (state=3): >>>ansible-tmp-1726776634.6184509-9456-201168040683940=/root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940 <<< 6562 1726776634.64759: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776634.64793: stderr chunk (state=3): >>><<< 6562 1726776634.64796: stdout chunk (state=3): >>><<< 6562 1726776634.64812: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776634.6184509-9456-201168040683940=/root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776634.64891: variable 'ansible_module_compression' from source: unknown 6562 1726776634.64930: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776634.64959: variable 'ansible_facts' from source: unknown 6562 1726776634.65022: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/AnsiballZ_stat.py 6562 1726776634.65115: Sending initial data 6562 1726776634.65118: Sent initial data (151 bytes) 6562 1726776634.65561: 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 <<< 6562 1726776634.65564: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776634.65567: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.65569: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.65571: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.65622: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776634.65626: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776634.65632: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776634.65676: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776634.67233: 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 <<< 6562 1726776634.67278: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776634.67325: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp2i5_vkh2 /root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/AnsiballZ_stat.py <<< 6562 1726776634.67329: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/AnsiballZ_stat.py" <<< 6562 1726776634.67370: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp2i5_vkh2" to remote "/root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/AnsiballZ_stat.py" <<< 6562 1726776634.67378: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/AnsiballZ_stat.py" <<< 6562 1726776634.67913: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776634.67959: stderr chunk (state=3): >>><<< 6562 1726776634.67962: stdout chunk (state=3): >>><<< 6562 1726776634.68005: done transferring module to remote 6562 1726776634.68014: _low_level_execute_command(): starting 6562 1726776634.68019: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/ /root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/AnsiballZ_stat.py && sleep 0' 6562 1726776634.68462: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.68466: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776634.68468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.68472: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.68478: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.68528: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776634.68531: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776634.68537: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776634.68580: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776634.70341: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776634.70365: stderr chunk (state=3): >>><<< 6562 1726776634.70368: stdout chunk (state=3): >>><<< 6562 1726776634.70383: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776634.70388: _low_level_execute_command(): starting 6562 1726776634.70395: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/AnsiballZ_stat.py && sleep 0' 6562 1726776634.70841: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.70845: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.70847: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.70849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.70907: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776634.70911: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776634.70915: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776634.70969: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776634.87561: 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": 517996677, "dev": 51714, "nlink": 1, "atime": 1726776634.490632, "mtime": 1726776629.2645974, "ctime": 1726776629.2645974, "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": "2773188140", "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}}} <<< 6562 1726776634.89116: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776634.89141: stderr chunk (state=3): >>><<< 6562 1726776634.89144: stdout chunk (state=3): >>><<< 6562 1726776634.89159: _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": 517996677, "dev": 51714, "nlink": 1, "atime": 1726776634.490632, "mtime": 1726776629.2645974, "ctime": 1726776629.2645974, "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": "2773188140", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776634.89206: 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-1726776634.6184509-9456-201168040683940/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776634.89243: variable 'ansible_module_compression' from source: unknown 6562 1726776634.89274: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6562 1726776634.89292: variable 'ansible_facts' from source: unknown 6562 1726776634.89340: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/AnsiballZ_file.py 6562 1726776634.89436: Sending initial data 6562 1726776634.89439: Sent initial data (151 bytes) 6562 1726776634.89887: 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 <<< 6562 1726776634.89891: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.89894: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776634.89896: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776634.89898: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.89948: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776634.89951: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776634.89953: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776634.90011: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776634.91620: 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 <<< 6562 1726776634.91666: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776634.91716: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpnrz2t5rv /root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/AnsiballZ_file.py <<< 6562 1726776634.91720: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/AnsiballZ_file.py" <<< 6562 1726776634.91763: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpnrz2t5rv" to remote "/root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/AnsiballZ_file.py" <<< 6562 1726776634.91769: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/AnsiballZ_file.py" <<< 6562 1726776634.92350: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776634.92397: stderr chunk (state=3): >>><<< 6562 1726776634.92400: stdout chunk (state=3): >>><<< 6562 1726776634.92464: done transferring module to remote 6562 1726776634.92471: _low_level_execute_command(): starting 6562 1726776634.92476: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/ /root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/AnsiballZ_file.py && sleep 0' 6562 1726776634.92929: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776634.92932: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776634.92934: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.92936: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776634.92939: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.92941: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.92991: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776634.92994: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776634.93000: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776634.93047: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776634.94832: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776634.94860: stderr chunk (state=3): >>><<< 6562 1726776634.94863: stdout chunk (state=3): >>><<< 6562 1726776634.94877: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776634.94880: _low_level_execute_command(): starting 6562 1726776634.94887: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/AnsiballZ_file.py && sleep 0' 6562 1726776634.95327: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776634.95335: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.95338: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776634.95340: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776634.95342: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776634.95392: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776634.95395: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776634.95399: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776634.95452: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776635.11994: 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": ".d9lz5o4y", "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}}} <<< 6562 1726776635.13462: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776635.13497: stderr chunk (state=3): >>><<< 6562 1726776635.13500: stdout chunk (state=3): >>><<< 6562 1726776635.13517: _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": ".d9lz5o4y", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776635.13546: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.d9lz5o4y', '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-1726776634.6184509-9456-201168040683940/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776635.13554: _low_level_execute_command(): starting 6562 1726776635.13559: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776634.6184509-9456-201168040683940/ > /dev/null 2>&1 && sleep 0' 6562 1726776635.14025: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.14029: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.14031: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.14033: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.14081: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776635.14085: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776635.14091: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776635.14146: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776635.16006: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776635.16027: stderr chunk (state=3): >>><<< 6562 1726776635.16030: stdout chunk (state=3): >>><<< 6562 1726776635.16043: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776635.16053: handler run complete 6562 1726776635.16073: attempt loop complete, returning result 6562 1726776635.16076: _execute() done 6562 1726776635.16078: dumping result to json 6562 1726776635.16083: done dumping result, returning 6562 1726776635.16096: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [12343ab9-b159-238d-eb1a-00000000061c] 6562 1726776635.16101: sending task result for task 12343ab9-b159-238d-eb1a-00000000061c 6562 1726776635.16208: done sending task result for task 12343ab9-b159-238d-eb1a-00000000061c 6562 1726776635.16211: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6562 1726776635.16303: no more pending results, returning what we have 6562 1726776635.16306: results queue empty 6562 1726776635.16307: checking for any_errors_fatal 6562 1726776635.16313: done checking for any_errors_fatal 6562 1726776635.16313: checking for max_fail_percentage 6562 1726776635.16315: done checking for max_fail_percentage 6562 1726776635.16316: checking to see if all hosts have failed and the running result is not ok 6562 1726776635.16317: done checking to see if all hosts have failed 6562 1726776635.16317: getting the remaining hosts for this loop 6562 1726776635.16319: done getting the remaining hosts for this loop 6562 1726776635.16322: getting the next task for host managed_node2 6562 1726776635.16328: done getting next task for host managed_node2 6562 1726776635.16331: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6562 1726776635.16334: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776635.16343: getting variables 6562 1726776635.16344: in VariableManager get_vars() 6562 1726776635.16375: Calling all_inventory to load vars for managed_node2 6562 1726776635.16378: Calling groups_inventory to load vars for managed_node2 6562 1726776635.16380: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776635.16390: Calling all_plugins_play to load vars for managed_node2 6562 1726776635.16392: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776635.16395: Calling groups_plugins_play to load vars for managed_node2 6562 1726776635.16551: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776635.16669: done with get_vars() 6562 1726776635.16676: done getting variables 6562 1726776635.16719: 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:35 -0400 (0:00:00.589) 0:01:17.402 **** 6562 1726776635.16741: entering _queue_task() for managed_node2/copy 6562 1726776635.16934: worker is 1 (out of 1 available) 6562 1726776635.16948: exiting _queue_task() for managed_node2/copy 6562 1726776635.16962: done queuing things up, now waiting for results queue to drain 6562 1726776635.16963: waiting for pending results... 6562 1726776635.17147: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6562 1726776635.17230: in run() - task 12343ab9-b159-238d-eb1a-00000000061d 6562 1726776635.17242: variable 'ansible_search_path' from source: unknown 6562 1726776635.17245: variable 'ansible_search_path' from source: unknown 6562 1726776635.17275: calling self._execute() 6562 1726776635.17349: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776635.17353: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776635.17362: variable 'omit' from source: magic vars 6562 1726776635.17444: variable 'omit' from source: magic vars 6562 1726776635.17481: variable 'omit' from source: magic vars 6562 1726776635.17508: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6562 1726776635.17740: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6562 1726776635.17803: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776635.17832: variable 'omit' from source: magic vars 6562 1726776635.17868: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776635.17899: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776635.17916: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776635.17929: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776635.17938: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776635.17962: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776635.17965: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776635.17967: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776635.18039: Set connection var ansible_timeout to 10 6562 1726776635.18045: Set connection var ansible_pipelining to False 6562 1726776635.18050: Set connection var ansible_shell_executable to /bin/sh 6562 1726776635.18058: Set connection var ansible_shell_type to sh 6562 1726776635.18063: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776635.18065: Set connection var ansible_connection to ssh 6562 1726776635.18082: variable 'ansible_shell_executable' from source: unknown 6562 1726776635.18087: variable 'ansible_connection' from source: unknown 6562 1726776635.18090: variable 'ansible_module_compression' from source: unknown 6562 1726776635.18093: variable 'ansible_shell_type' from source: unknown 6562 1726776635.18096: variable 'ansible_shell_executable' from source: unknown 6562 1726776635.18098: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776635.18103: variable 'ansible_pipelining' from source: unknown 6562 1726776635.18105: variable 'ansible_timeout' from source: unknown 6562 1726776635.18109: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776635.18215: 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) 6562 1726776635.18224: variable 'omit' from source: magic vars 6562 1726776635.18230: starting attempt loop 6562 1726776635.18233: running the handler 6562 1726776635.18243: _low_level_execute_command(): starting 6562 1726776635.18249: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776635.18775: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.18783: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.18808: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776635.18812: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.18858: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776635.18862: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776635.18873: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776635.18931: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776635.20605: stdout chunk (state=3): >>>/root <<< 6562 1726776635.20691: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776635.20721: stderr chunk (state=3): >>><<< 6562 1726776635.20724: stdout chunk (state=3): >>><<< 6562 1726776635.20746: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776635.20758: _low_level_execute_command(): starting 6562 1726776635.20764: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489 `" && echo ansible-tmp-1726776635.2074556-9468-211757902711489="` echo /root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489 `" ) && sleep 0' 6562 1726776635.21213: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776635.21217: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.21229: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.21231: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.21274: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776635.21277: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776635.21279: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776635.21338: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776635.23573: stdout chunk (state=3): >>>ansible-tmp-1726776635.2074556-9468-211757902711489=/root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489 <<< 6562 1726776635.23675: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776635.23706: stderr chunk (state=3): >>><<< 6562 1726776635.23709: stdout chunk (state=3): >>><<< 6562 1726776635.23725: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776635.2074556-9468-211757902711489=/root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776635.23806: variable 'ansible_module_compression' from source: unknown 6562 1726776635.23847: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776635.23876: variable 'ansible_facts' from source: unknown 6562 1726776635.23942: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/AnsiballZ_stat.py 6562 1726776635.24037: Sending initial data 6562 1726776635.24040: Sent initial data (151 bytes) 6562 1726776635.24493: 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 <<< 6562 1726776635.24498: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776635.24501: 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.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776635.24503: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.24557: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776635.24560: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776635.24562: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776635.24613: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776635.26193: 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 <<< 6562 1726776635.26234: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776635.26288: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp6vc2fkzn /root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/AnsiballZ_stat.py <<< 6562 1726776635.26294: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/AnsiballZ_stat.py" <<< 6562 1726776635.26332: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp6vc2fkzn" to remote "/root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/AnsiballZ_stat.py" <<< 6562 1726776635.26340: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/AnsiballZ_stat.py" <<< 6562 1726776635.26899: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776635.26944: stderr chunk (state=3): >>><<< 6562 1726776635.26948: stdout chunk (state=3): >>><<< 6562 1726776635.26972: done transferring module to remote 6562 1726776635.26980: _low_level_execute_command(): starting 6562 1726776635.26987: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/ /root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/AnsiballZ_stat.py && sleep 0' 6562 1726776635.27440: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.27444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.27447: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.27453: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.27507: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776635.27510: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776635.27565: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776635.29346: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776635.29371: stderr chunk (state=3): >>><<< 6562 1726776635.29374: stdout chunk (state=3): >>><<< 6562 1726776635.29392: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776635.29395: _low_level_execute_command(): starting 6562 1726776635.29397: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/AnsiballZ_stat.py && sleep 0' 6562 1726776635.29843: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.29847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.29849: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776635.29851: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.29853: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.29895: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776635.29911: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776635.29971: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776635.46548: 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": 524288132, "dev": 51714, "nlink": 1, "atime": 1726776627.4675853, "mtime": 1726776629.2655973, "ctime": 1726776629.2655973, "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": "4203923433", "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}}} <<< 6562 1726776635.48090: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776635.48116: stderr chunk (state=3): >>><<< 6562 1726776635.48119: stdout chunk (state=3): >>><<< 6562 1726776635.48136: _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": 524288132, "dev": 51714, "nlink": 1, "atime": 1726776627.4675853, "mtime": 1726776629.2655973, "ctime": 1726776629.2655973, "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": "4203923433", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776635.48182: 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-1726776635.2074556-9468-211757902711489/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776635.48223: variable 'ansible_module_compression' from source: unknown 6562 1726776635.48253: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6562 1726776635.48269: variable 'ansible_facts' from source: unknown 6562 1726776635.48320: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/AnsiballZ_file.py 6562 1726776635.48417: Sending initial data 6562 1726776635.48420: Sent initial data (151 bytes) 6562 1726776635.48850: 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 <<< 6562 1726776635.48854: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776635.48881: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.48884: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776635.48890: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.48894: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.48949: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776635.48952: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776635.48954: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776635.49013: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776635.50623: 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 <<< 6562 1726776635.50671: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776635.50723: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp8jmno8hn /root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/AnsiballZ_file.py <<< 6562 1726776635.50726: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/AnsiballZ_file.py" <<< 6562 1726776635.50775: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp8jmno8hn" to remote "/root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/AnsiballZ_file.py" <<< 6562 1726776635.50778: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/AnsiballZ_file.py" <<< 6562 1726776635.51364: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776635.51408: stderr chunk (state=3): >>><<< 6562 1726776635.51412: stdout chunk (state=3): >>><<< 6562 1726776635.51444: done transferring module to remote 6562 1726776635.51452: _low_level_execute_command(): starting 6562 1726776635.51457: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/ /root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/AnsiballZ_file.py && sleep 0' 6562 1726776635.51918: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.51922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.51925: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.51927: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.51977: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776635.51980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776635.51982: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776635.52037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776635.53805: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776635.53829: stderr chunk (state=3): >>><<< 6562 1726776635.53832: stdout chunk (state=3): >>><<< 6562 1726776635.53848: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776635.53850: _low_level_execute_command(): starting 6562 1726776635.53856: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/AnsiballZ_file.py && sleep 0' 6562 1726776635.54319: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.54324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.54331: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.54378: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776635.54381: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776635.54383: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776635.54444: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776635.71847: 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": ".8mj0vmth", "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}}} <<< 6562 1726776635.73289: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776635.73319: stderr chunk (state=3): >>><<< 6562 1726776635.73322: stdout chunk (state=3): >>><<< 6562 1726776635.73337: _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": ".8mj0vmth", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776635.73365: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.8mj0vmth', '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-1726776635.2074556-9468-211757902711489/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776635.73373: _low_level_execute_command(): starting 6562 1726776635.73378: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776635.2074556-9468-211757902711489/ > /dev/null 2>&1 && sleep 0' 6562 1726776635.73845: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.73848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.73850: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776635.73853: 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 <<< 6562 1726776635.73855: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.73908: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776635.73911: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776635.73914: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776635.73969: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776635.75890: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776635.75900: stderr chunk (state=3): >>><<< 6562 1726776635.75902: stdout chunk (state=3): >>><<< 6562 1726776635.75916: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776635.75924: handler run complete 6562 1726776635.75945: attempt loop complete, returning result 6562 1726776635.75947: _execute() done 6562 1726776635.75950: dumping result to json 6562 1726776635.75955: done dumping result, returning 6562 1726776635.75964: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [12343ab9-b159-238d-eb1a-00000000061d] 6562 1726776635.75969: sending task result for task 12343ab9-b159-238d-eb1a-00000000061d 6562 1726776635.76078: done sending task result for task 12343ab9-b159-238d-eb1a-00000000061d 6562 1726776635.76083: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6562 1726776635.76175: no more pending results, returning what we have 6562 1726776635.76179: results queue empty 6562 1726776635.76179: checking for any_errors_fatal 6562 1726776635.76189: done checking for any_errors_fatal 6562 1726776635.76190: checking for max_fail_percentage 6562 1726776635.76192: done checking for max_fail_percentage 6562 1726776635.76192: checking to see if all hosts have failed and the running result is not ok 6562 1726776635.76193: done checking to see if all hosts have failed 6562 1726776635.76194: getting the remaining hosts for this loop 6562 1726776635.76196: done getting the remaining hosts for this loop 6562 1726776635.76199: getting the next task for host managed_node2 6562 1726776635.76205: done getting next task for host managed_node2 6562 1726776635.76209: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 6562 1726776635.76212: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776635.76222: getting variables 6562 1726776635.76223: in VariableManager get_vars() 6562 1726776635.76254: Calling all_inventory to load vars for managed_node2 6562 1726776635.76257: Calling groups_inventory to load vars for managed_node2 6562 1726776635.76259: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776635.76267: Calling all_plugins_play to load vars for managed_node2 6562 1726776635.76269: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776635.76271: Calling groups_plugins_play to load vars for managed_node2 6562 1726776635.76396: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776635.76519: done with get_vars() 6562 1726776635.76527: 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:35 -0400 (0:00:00.598) 0:01:18.000 **** 6562 1726776635.76587: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776635.76785: worker is 1 (out of 1 available) 6562 1726776635.76800: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776635.76813: done queuing things up, now waiting for results queue to drain 6562 1726776635.76815: waiting for pending results... 6562 1726776635.76992: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config 6562 1726776635.77071: in run() - task 12343ab9-b159-238d-eb1a-00000000061e 6562 1726776635.77082: variable 'ansible_search_path' from source: unknown 6562 1726776635.77087: variable 'ansible_search_path' from source: unknown 6562 1726776635.77120: calling self._execute() 6562 1726776635.77184: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776635.77193: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776635.77204: variable 'omit' from source: magic vars 6562 1726776635.77278: variable 'omit' from source: magic vars 6562 1726776635.77318: variable 'omit' from source: magic vars 6562 1726776635.77341: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776635.77633: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776635.77690: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776635.77751: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776635.77754: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776635.77793: variable 'omit' from source: magic vars 6562 1726776635.77828: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776635.77854: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776635.77871: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776635.77884: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776635.77897: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776635.77921: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776635.77924: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776635.77927: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776635.77995: Set connection var ansible_timeout to 10 6562 1726776635.78003: Set connection var ansible_pipelining to False 6562 1726776635.78008: Set connection var ansible_shell_executable to /bin/sh 6562 1726776635.78014: Set connection var ansible_shell_type to sh 6562 1726776635.78018: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776635.78021: Set connection var ansible_connection to ssh 6562 1726776635.78038: variable 'ansible_shell_executable' from source: unknown 6562 1726776635.78041: variable 'ansible_connection' from source: unknown 6562 1726776635.78043: variable 'ansible_module_compression' from source: unknown 6562 1726776635.78046: variable 'ansible_shell_type' from source: unknown 6562 1726776635.78048: variable 'ansible_shell_executable' from source: unknown 6562 1726776635.78050: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776635.78054: variable 'ansible_pipelining' from source: unknown 6562 1726776635.78057: variable 'ansible_timeout' from source: unknown 6562 1726776635.78060: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776635.78201: 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__) 6562 1726776635.78210: variable 'omit' from source: magic vars 6562 1726776635.78216: starting attempt loop 6562 1726776635.78218: running the handler 6562 1726776635.78230: _low_level_execute_command(): starting 6562 1726776635.78236: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776635.78742: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.78746: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.78750: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776635.78752: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.78804: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776635.78807: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776635.78809: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776635.78869: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776635.80517: stdout chunk (state=3): >>>/root <<< 6562 1726776635.80617: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776635.80648: stderr chunk (state=3): >>><<< 6562 1726776635.80651: stdout chunk (state=3): >>><<< 6562 1726776635.80673: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776635.80685: _low_level_execute_command(): starting 6562 1726776635.80694: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776635.806734-9483-96381718242722 `" && echo ansible-tmp-1726776635.806734-9483-96381718242722="` echo /root/.ansible/tmp/ansible-tmp-1726776635.806734-9483-96381718242722 `" ) && sleep 0' 6562 1726776635.81147: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776635.81152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776635.81161: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.81163: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.81166: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.81213: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776635.81216: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776635.81218: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776635.81271: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776635.83471: stdout chunk (state=3): >>>ansible-tmp-1726776635.806734-9483-96381718242722=/root/.ansible/tmp/ansible-tmp-1726776635.806734-9483-96381718242722 <<< 6562 1726776635.83571: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776635.83602: stderr chunk (state=3): >>><<< 6562 1726776635.83605: stdout chunk (state=3): >>><<< 6562 1726776635.83622: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776635.806734-9483-96381718242722=/root/.ansible/tmp/ansible-tmp-1726776635.806734-9483-96381718242722 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776635.83664: variable 'ansible_module_compression' from source: unknown 6562 1726776635.83702: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6562 1726776635.83734: variable 'ansible_facts' from source: unknown 6562 1726776635.83796: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776635.806734-9483-96381718242722/AnsiballZ_kernel_settings_get_config.py 6562 1726776635.83902: Sending initial data 6562 1726776635.83906: Sent initial data (171 bytes) 6562 1726776635.84363: 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 <<< 6562 1726776635.84367: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.84369: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776635.84371: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776635.84373: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.84428: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776635.84432: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776635.84434: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776635.84490: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776635.86033: 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 <<< 6562 1726776635.86076: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776635.86125: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpsfm6dmqw /root/.ansible/tmp/ansible-tmp-1726776635.806734-9483-96381718242722/AnsiballZ_kernel_settings_get_config.py <<< 6562 1726776635.86131: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776635.806734-9483-96381718242722/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776635.86176: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpsfm6dmqw" to remote "/root/.ansible/tmp/ansible-tmp-1726776635.806734-9483-96381718242722/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776635.86178: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776635.806734-9483-96381718242722/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776635.86717: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776635.86762: stderr chunk (state=3): >>><<< 6562 1726776635.86766: stdout chunk (state=3): >>><<< 6562 1726776635.86794: done transferring module to remote 6562 1726776635.86804: _low_level_execute_command(): starting 6562 1726776635.86808: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776635.806734-9483-96381718242722/ /root/.ansible/tmp/ansible-tmp-1726776635.806734-9483-96381718242722/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776635.87245: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.87249: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.87266: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.87325: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776635.87328: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776635.87332: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776635.87377: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776635.89156: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776635.89161: stdout chunk (state=3): >>><<< 6562 1726776635.89163: stderr chunk (state=3): >>><<< 6562 1726776635.89178: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776635.89181: _low_level_execute_command(): starting 6562 1726776635.89190: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776635.806734-9483-96381718242722/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776635.89650: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776635.89655: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776635.89658: 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.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776635.89660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776635.89713: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776635.89717: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776635.89719: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776635.89776: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.05564: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 6562 1726776636.06946: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776636.06969: stderr chunk (state=3): >>><<< 6562 1726776636.06972: stdout chunk (state=3): >>><<< 6562 1726776636.06989: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776636.07016: 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-1726776635.806734-9483-96381718242722/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776636.07024: _low_level_execute_command(): starting 6562 1726776636.07029: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776635.806734-9483-96381718242722/ > /dev/null 2>&1 && sleep 0' 6562 1726776636.07450: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776636.07459: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776636.07482: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.07485: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.07490: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.07546: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.07549: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776636.07551: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.07607: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.09430: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776636.09452: stderr chunk (state=3): >>><<< 6562 1726776636.09456: stdout chunk (state=3): >>><<< 6562 1726776636.09469: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776636.09475: handler run complete 6562 1726776636.09496: attempt loop complete, returning result 6562 1726776636.09499: _execute() done 6562 1726776636.09501: dumping result to json 6562 1726776636.09505: done dumping result, returning 6562 1726776636.09514: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config [12343ab9-b159-238d-eb1a-00000000061e] 6562 1726776636.09518: sending task result for task 12343ab9-b159-238d-eb1a-00000000061e 6562 1726776636.09617: done sending task result for task 12343ab9-b159-238d-eb1a-00000000061e 6562 1726776636.09620: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "sysctl": { "fs.epoll.max_user_watches": "785592", "vm.max_map_count": "65530" }, "sysfs": { "/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0" } } } 6562 1726776636.09718: no more pending results, returning what we have 6562 1726776636.09721: results queue empty 6562 1726776636.09722: checking for any_errors_fatal 6562 1726776636.09729: done checking for any_errors_fatal 6562 1726776636.09730: checking for max_fail_percentage 6562 1726776636.09732: done checking for max_fail_percentage 6562 1726776636.09732: checking to see if all hosts have failed and the running result is not ok 6562 1726776636.09733: done checking to see if all hosts have failed 6562 1726776636.09734: getting the remaining hosts for this loop 6562 1726776636.09735: done getting the remaining hosts for this loop 6562 1726776636.09739: getting the next task for host managed_node2 6562 1726776636.09745: done getting next task for host managed_node2 6562 1726776636.09748: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6562 1726776636.09751: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776636.09760: getting variables 6562 1726776636.09762: in VariableManager get_vars() 6562 1726776636.09795: Calling all_inventory to load vars for managed_node2 6562 1726776636.09798: Calling groups_inventory to load vars for managed_node2 6562 1726776636.09800: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776636.09809: Calling all_plugins_play to load vars for managed_node2 6562 1726776636.09811: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776636.09813: Calling groups_plugins_play to load vars for managed_node2 6562 1726776636.09966: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776636.10084: done with get_vars() 6562 1726776636.10094: done getting variables 6562 1726776636.10134: 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:36 -0400 (0:00:00.335) 0:01:18.336 **** 6562 1726776636.10157: entering _queue_task() for managed_node2/template 6562 1726776636.10351: worker is 1 (out of 1 available) 6562 1726776636.10366: exiting _queue_task() for managed_node2/template 6562 1726776636.10379: done queuing things up, now waiting for results queue to drain 6562 1726776636.10381: waiting for pending results... 6562 1726776636.10557: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6562 1726776636.10629: in run() - task 12343ab9-b159-238d-eb1a-00000000061f 6562 1726776636.10642: variable 'ansible_search_path' from source: unknown 6562 1726776636.10646: variable 'ansible_search_path' from source: unknown 6562 1726776636.10672: calling self._execute() 6562 1726776636.10748: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776636.10752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776636.10763: variable 'omit' from source: magic vars 6562 1726776636.10842: variable 'omit' from source: magic vars 6562 1726776636.10878: variable 'omit' from source: magic vars 6562 1726776636.11126: variable '__kernel_settings_profile_src' from source: role '' all vars 6562 1726776636.11132: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776636.11195: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776636.11215: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776636.11262: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776636.11313: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776636.11373: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776636.11377: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776636.11407: variable 'omit' from source: magic vars 6562 1726776636.11442: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776636.11469: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776636.11495: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776636.11509: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776636.11518: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776636.11541: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776636.11544: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776636.11547: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776636.11620: Set connection var ansible_timeout to 10 6562 1726776636.11626: Set connection var ansible_pipelining to False 6562 1726776636.11632: Set connection var ansible_shell_executable to /bin/sh 6562 1726776636.11638: Set connection var ansible_shell_type to sh 6562 1726776636.11643: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776636.11646: Set connection var ansible_connection to ssh 6562 1726776636.11662: variable 'ansible_shell_executable' from source: unknown 6562 1726776636.11665: variable 'ansible_connection' from source: unknown 6562 1726776636.11668: variable 'ansible_module_compression' from source: unknown 6562 1726776636.11670: variable 'ansible_shell_type' from source: unknown 6562 1726776636.11672: variable 'ansible_shell_executable' from source: unknown 6562 1726776636.11675: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776636.11679: variable 'ansible_pipelining' from source: unknown 6562 1726776636.11683: variable 'ansible_timeout' from source: unknown 6562 1726776636.11685: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776636.11787: 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) 6562 1726776636.11799: variable 'omit' from source: magic vars 6562 1726776636.11802: starting attempt loop 6562 1726776636.11805: running the handler 6562 1726776636.11816: _low_level_execute_command(): starting 6562 1726776636.11822: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776636.12328: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.12332: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776636.12338: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776636.12340: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.12383: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.12390: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776636.12406: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.12466: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.14132: stdout chunk (state=3): >>>/root <<< 6562 1726776636.14228: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776636.14260: stderr chunk (state=3): >>><<< 6562 1726776636.14264: stdout chunk (state=3): >>><<< 6562 1726776636.14284: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776636.14301: _low_level_execute_command(): starting 6562 1726776636.14308: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585 `" && echo ansible-tmp-1726776636.142846-9491-62000761022585="` echo /root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585 `" ) && sleep 0' 6562 1726776636.14765: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776636.14769: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776636.14772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.14774: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.14776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.14830: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.14833: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776636.14835: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.14891: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.17059: stdout chunk (state=3): >>>ansible-tmp-1726776636.142846-9491-62000761022585=/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585 <<< 6562 1726776636.17163: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776636.17191: stderr chunk (state=3): >>><<< 6562 1726776636.17194: stdout chunk (state=3): >>><<< 6562 1726776636.17214: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776636.142846-9491-62000761022585=/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776636.17229: 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 6562 1726776636.17250: 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 6562 1726776636.17272: variable 'ansible_search_path' from source: unknown 6562 1726776636.17851: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776636.19174: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776636.19230: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776636.19257: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776636.19282: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776636.19306: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776636.19495: 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) 6562 1726776636.19515: 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) 6562 1726776636.19532: 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) 6562 1726776636.19559: 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) 6562 1726776636.19569: 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) 6562 1726776636.19791: 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) 6562 1726776636.19810: 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) 6562 1726776636.19826: 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) 6562 1726776636.19850: 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) 6562 1726776636.19862: 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) 6562 1726776636.20106: variable 'ansible_managed' from source: unknown 6562 1726776636.20109: variable '__sections' from source: task vars 6562 1726776636.20199: 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) 6562 1726776636.20215: 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) 6562 1726776636.20232: 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) 6562 1726776636.20258: 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) 6562 1726776636.20268: 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) 6562 1726776636.20342: variable 'kernel_settings_sysctl' from source: include params 6562 1726776636.20349: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776636.20355: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776636.20397: variable '__sysctl_old' from source: task vars 6562 1726776636.20442: variable '__sysctl_old' from source: task vars 6562 1726776636.20575: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776636.20578: variable 'kernel_settings_sysctl' from source: include params 6562 1726776636.20584: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776636.20592: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776636.20597: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776636.20731: variable 'kernel_settings_sysfs' from source: include params 6562 1726776636.20738: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776636.20740: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776636.20760: variable '__sysfs_old' from source: task vars 6562 1726776636.20804: variable '__sysfs_old' from source: task vars 6562 1726776636.20934: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776636.20939: variable 'kernel_settings_sysfs' from source: include params 6562 1726776636.20944: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776636.20950: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776636.20953: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776636.20989: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6562 1726776636.20998: variable '__systemd_old' from source: task vars 6562 1726776636.21040: variable '__systemd_old' from source: task vars 6562 1726776636.21163: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776636.21166: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6562 1726776636.21170: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776636.21176: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776636.21190: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 6562 1726776636.21196: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6562 1726776636.21199: variable '__trans_huge_old' from source: task vars 6562 1726776636.21244: variable '__trans_huge_old' from source: task vars 6562 1726776636.21367: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776636.21370: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 6562 1726776636.21373: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776636.21378: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776636.21392: variable '__trans_defrag_old' from source: task vars 6562 1726776636.21433: variable '__trans_defrag_old' from source: task vars 6562 1726776636.21572: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776636.21575: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6562 1726776636.21578: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776636.21583: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776636.21604: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776636.21618: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776636.21630: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776636.21636: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776636.21641: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776636.21658: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776636.21664: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776636.21672: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776636.21680: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776636.21688: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776636.21696: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776636.21701: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776636.21707: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776636.22124: 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) 6562 1726776636.22169: variable 'ansible_module_compression' from source: unknown 6562 1726776636.22210: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776636.22227: variable 'ansible_facts' from source: unknown 6562 1726776636.22288: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/AnsiballZ_stat.py 6562 1726776636.22377: Sending initial data 6562 1726776636.22381: Sent initial data (149 bytes) 6562 1726776636.22840: 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 <<< 6562 1726776636.22843: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776636.22845: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.22848: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.22850: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.22902: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.22907: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.22970: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.24607: 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 <<< 6562 1726776636.24648: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776636.24704: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp1k5etbd9 /root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/AnsiballZ_stat.py <<< 6562 1726776636.24707: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/AnsiballZ_stat.py" <<< 6562 1726776636.24749: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp1k5etbd9" to remote "/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/AnsiballZ_stat.py" <<< 6562 1726776636.24755: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/AnsiballZ_stat.py" <<< 6562 1726776636.25304: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776636.25349: stderr chunk (state=3): >>><<< 6562 1726776636.25353: stdout chunk (state=3): >>><<< 6562 1726776636.25377: done transferring module to remote 6562 1726776636.25388: _low_level_execute_command(): starting 6562 1726776636.25395: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/ /root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/AnsiballZ_stat.py && sleep 0' 6562 1726776636.25840: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776636.25843: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776636.25846: 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.11.25 is address <<< 6562 1726776636.25848: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.25850: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.25893: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.25907: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.25960: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.27733: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776636.27760: stderr chunk (state=3): >>><<< 6562 1726776636.27763: stdout chunk (state=3): >>><<< 6562 1726776636.27779: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776636.27783: _low_level_execute_command(): starting 6562 1726776636.27790: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/AnsiballZ_stat.py && sleep 0' 6562 1726776636.28245: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776636.28249: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.28251: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.28253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.28309: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.28313: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776636.28315: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.28375: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.45146: 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": 351, "inode": 134217986, "dev": 51714, "nlink": 1, "atime": 1726776629.2585974, "mtime": 1726776577.509287, "ctime": 1726776628.761594, "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": "221aa34fef95c2fe05408be9921820449785a5b2", "mimetype": "text/plain", "charset": "us-ascii", "version": "1089514270", "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}}} <<< 6562 1726776636.46671: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776636.46700: stderr chunk (state=3): >>><<< 6562 1726776636.46703: stdout chunk (state=3): >>><<< 6562 1726776636.46719: _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": 351, "inode": 134217986, "dev": 51714, "nlink": 1, "atime": 1726776629.2585974, "mtime": 1726776577.509287, "ctime": 1726776628.761594, "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": "221aa34fef95c2fe05408be9921820449785a5b2", "mimetype": "text/plain", "charset": "us-ascii", "version": "1089514270", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776636.46759: 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-1726776636.142846-9491-62000761022585/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776636.46855: Sending initial data 6562 1726776636.46859: Sent initial data (163 bytes) 6562 1726776636.47336: 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 <<< 6562 1726776636.47343: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.47345: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.47401: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.47404: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776636.47406: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.47466: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.49083: 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 <<< 6562 1726776636.49123: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776636.49174: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpl4z7wwcq/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/.source.conf <<< 6562 1726776636.49184: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/.source.conf" <<< 6562 1726776636.49224: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpl4z7wwcq/kernel_settings.j2" to remote "/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/.source.conf" <<< 6562 1726776636.49226: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/.source.conf" <<< 6562 1726776636.49426: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776636.49471: stderr chunk (state=3): >>><<< 6562 1726776636.49474: stdout chunk (state=3): >>><<< 6562 1726776636.49549: _low_level_execute_command(): starting 6562 1726776636.49553: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/ /root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/.source.conf && sleep 0' 6562 1726776636.49957: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.49960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.49963: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.49965: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.50020: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.50024: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776636.50026: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.50077: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.51865: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776636.51870: stdout chunk (state=3): >>><<< 6562 1726776636.51873: stderr chunk (state=3): >>><<< 6562 1726776636.51894: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776636.51916: variable 'ansible_module_compression' from source: unknown 6562 1726776636.51951: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6562 1726776636.51966: variable 'ansible_facts' from source: unknown 6562 1726776636.52017: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/AnsiballZ_copy.py 6562 1726776636.52111: Sending initial data 6562 1726776636.52115: Sent initial data (149 bytes) 6562 1726776636.52547: 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 <<< 6562 1726776636.52576: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776636.52579: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.52581: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776636.52583: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.52588: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.52639: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.52642: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776636.52644: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.52701: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.54250: 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 <<< 6562 1726776636.54295: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776636.54343: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpa6fll1mg /root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/AnsiballZ_copy.py <<< 6562 1726776636.54350: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/AnsiballZ_copy.py" <<< 6562 1726776636.54394: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpa6fll1mg" to remote "/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/AnsiballZ_copy.py" <<< 6562 1726776636.54397: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/AnsiballZ_copy.py" <<< 6562 1726776636.54973: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776636.55020: stderr chunk (state=3): >>><<< 6562 1726776636.55023: stdout chunk (state=3): >>><<< 6562 1726776636.55054: done transferring module to remote 6562 1726776636.55062: _low_level_execute_command(): starting 6562 1726776636.55067: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/ /root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/AnsiballZ_copy.py && sleep 0' 6562 1726776636.55523: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.55526: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.55529: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776636.55531: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.55533: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.55582: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.55589: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776636.55591: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.55643: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.57413: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776636.57418: stderr chunk (state=3): >>><<< 6562 1726776636.57421: stdout chunk (state=3): >>><<< 6562 1726776636.57434: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776636.57437: _low_level_execute_command(): starting 6562 1726776636.57442: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/AnsiballZ_copy.py && sleep 0' 6562 1726776636.57873: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.57879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.57913: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776636.57917: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.57966: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.57969: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776636.57971: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.58032: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.74537: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/.source.conf", "md5sum": "1fd7f2202613b516022cf613601e26bd", "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "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}}} <<< 6562 1726776636.75912: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776636.75938: stderr chunk (state=3): >>><<< 6562 1726776636.75941: stdout chunk (state=3): >>><<< 6562 1726776636.75956: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/.source.conf", "md5sum": "1fd7f2202613b516022cf613601e26bd", "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776636.75982: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/.source.conf', 'dest': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': '3107bf46f5c007ef178305bb243dd11664f9bf35', '_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-1726776636.142846-9491-62000761022585/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776636.76015: _low_level_execute_command(): starting 6562 1726776636.76018: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/ > /dev/null 2>&1 && sleep 0' 6562 1726776636.76445: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.76449: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776636.76479: stderr chunk (state=3): >>>debug2: match not found <<< 6562 1726776636.76482: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.76485: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776636.76490: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776636.76492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.76545: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.76548: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776636.76550: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.76609: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.78432: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776636.78454: stderr chunk (state=3): >>><<< 6562 1726776636.78457: stdout chunk (state=3): >>><<< 6562 1726776636.78471: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776636.78482: handler run complete 6562 1726776636.78507: attempt loop complete, returning result 6562 1726776636.78510: _execute() done 6562 1726776636.78513: dumping result to json 6562 1726776636.78518: done dumping result, returning 6562 1726776636.78526: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [12343ab9-b159-238d-eb1a-00000000061f] 6562 1726776636.78531: sending task result for task 12343ab9-b159-238d-eb1a-00000000061f 6562 1726776636.78669: done sending task result for task 12343ab9-b159-238d-eb1a-00000000061f 6562 1726776636.78672: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "1fd7f2202613b516022cf613601e26bd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "src": "/root/.ansible/tmp/ansible-tmp-1726776636.142846-9491-62000761022585/.source.conf", "state": "file", "uid": 0 } 6562 1726776636.78758: no more pending results, returning what we have 6562 1726776636.78761: results queue empty 6562 1726776636.78762: checking for any_errors_fatal 6562 1726776636.78768: done checking for any_errors_fatal 6562 1726776636.78768: checking for max_fail_percentage 6562 1726776636.78770: done checking for max_fail_percentage 6562 1726776636.78771: checking to see if all hosts have failed and the running result is not ok 6562 1726776636.78771: done checking to see if all hosts have failed 6562 1726776636.78772: getting the remaining hosts for this loop 6562 1726776636.78774: done getting the remaining hosts for this loop 6562 1726776636.78777: getting the next task for host managed_node2 6562 1726776636.78783: done getting next task for host managed_node2 6562 1726776636.78789: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6562 1726776636.78792: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776636.78802: getting variables 6562 1726776636.78803: in VariableManager get_vars() 6562 1726776636.78834: Calling all_inventory to load vars for managed_node2 6562 1726776636.78836: Calling groups_inventory to load vars for managed_node2 6562 1726776636.78838: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776636.78846: Calling all_plugins_play to load vars for managed_node2 6562 1726776636.78848: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776636.78851: Calling groups_plugins_play to load vars for managed_node2 6562 1726776636.79000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776636.79118: done with get_vars() 6562 1726776636.79126: done getting variables 6562 1726776636.79168: 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:36 -0400 (0:00:00.690) 0:01:19.026 **** 6562 1726776636.79193: entering _queue_task() for managed_node2/service 6562 1726776636.79394: worker is 1 (out of 1 available) 6562 1726776636.79407: exiting _queue_task() for managed_node2/service 6562 1726776636.79420: done queuing things up, now waiting for results queue to drain 6562 1726776636.79421: waiting for pending results... 6562 1726776636.79606: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6562 1726776636.79681: in run() - task 12343ab9-b159-238d-eb1a-000000000620 6562 1726776636.79696: variable 'ansible_search_path' from source: unknown 6562 1726776636.79700: variable 'ansible_search_path' from source: unknown 6562 1726776636.79740: variable '__kernel_settings_services' from source: include_vars 6562 1726776636.79981: variable '__kernel_settings_services' from source: include_vars 6562 1726776636.80041: variable 'omit' from source: magic vars 6562 1726776636.80141: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776636.80148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776636.80157: variable 'omit' from source: magic vars 6562 1726776636.80344: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776636.80521: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776636.80555: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776636.80578: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776636.80608: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776636.80684: variable '__kernel_settings_register_profile' from source: set_fact 6562 1726776636.80699: variable '__kernel_settings_register_mode' from source: set_fact 6562 1726776636.80715: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 6562 1726776636.80719: when evaluation is False, skipping this task 6562 1726776636.80743: variable 'item' from source: unknown 6562 1726776636.80818: variable 'item' from source: unknown skipping: [managed_node2] => (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" } 6562 1726776636.80982: dumping result to json 6562 1726776636.80984: done dumping result, returning 6562 1726776636.80992: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [12343ab9-b159-238d-eb1a-000000000620] 6562 1726776636.80994: sending task result for task 12343ab9-b159-238d-eb1a-000000000620 6562 1726776636.81034: done sending task result for task 12343ab9-b159-238d-eb1a-000000000620 6562 1726776636.81037: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 6562 1726776636.81127: no more pending results, returning what we have 6562 1726776636.81130: results queue empty 6562 1726776636.81130: checking for any_errors_fatal 6562 1726776636.81142: done checking for any_errors_fatal 6562 1726776636.81143: checking for max_fail_percentage 6562 1726776636.81144: done checking for max_fail_percentage 6562 1726776636.81145: checking to see if all hosts have failed and the running result is not ok 6562 1726776636.81145: done checking to see if all hosts have failed 6562 1726776636.81146: getting the remaining hosts for this loop 6562 1726776636.81148: done getting the remaining hosts for this loop 6562 1726776636.81150: getting the next task for host managed_node2 6562 1726776636.81154: done getting next task for host managed_node2 6562 1726776636.81157: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6562 1726776636.81159: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776636.81170: getting variables 6562 1726776636.81171: in VariableManager get_vars() 6562 1726776636.81200: Calling all_inventory to load vars for managed_node2 6562 1726776636.81202: Calling groups_inventory to load vars for managed_node2 6562 1726776636.81203: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776636.81210: Calling all_plugins_play to load vars for managed_node2 6562 1726776636.81212: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776636.81213: Calling groups_plugins_play to load vars for managed_node2 6562 1726776636.81323: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776636.81443: done with get_vars() 6562 1726776636.81451: done getting variables 6562 1726776636.81495: 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:36 -0400 (0:00:00.023) 0:01:19.049 **** 6562 1726776636.81518: entering _queue_task() for managed_node2/command 6562 1726776636.81731: worker is 1 (out of 1 available) 6562 1726776636.81744: exiting _queue_task() for managed_node2/command 6562 1726776636.81759: done queuing things up, now waiting for results queue to drain 6562 1726776636.81761: waiting for pending results... 6562 1726776636.81944: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6562 1726776636.82017: in run() - task 12343ab9-b159-238d-eb1a-000000000621 6562 1726776636.82029: variable 'ansible_search_path' from source: unknown 6562 1726776636.82032: variable 'ansible_search_path' from source: unknown 6562 1726776636.82059: calling self._execute() 6562 1726776636.82129: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776636.82132: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776636.82142: variable 'omit' from source: magic vars 6562 1726776636.82483: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776636.82733: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776636.82768: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776636.82795: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776636.82820: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776636.82905: variable '__kernel_settings_register_profile' from source: set_fact 6562 1726776636.82928: Evaluated conditional (not __kernel_settings_register_profile is changed): True 6562 1726776636.83028: variable '__kernel_settings_register_mode' from source: set_fact 6562 1726776636.83038: Evaluated conditional (not __kernel_settings_register_mode is changed): True 6562 1726776636.83117: variable '__kernel_settings_register_apply' from source: set_fact 6562 1726776636.83125: Evaluated conditional (__kernel_settings_register_apply is changed): True 6562 1726776636.83131: variable 'omit' from source: magic vars 6562 1726776636.83164: variable 'omit' from source: magic vars 6562 1726776636.83248: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776636.84621: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776636.84673: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776636.84704: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776636.84727: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776636.84747: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776636.84807: variable '__kernel_settings_active_profile' from source: set_fact 6562 1726776636.84836: variable 'omit' from source: magic vars 6562 1726776636.84862: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776636.84883: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776636.84904: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776636.84917: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776636.84925: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776636.84949: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776636.84952: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776636.84954: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776636.85025: Set connection var ansible_timeout to 10 6562 1726776636.85032: Set connection var ansible_pipelining to False 6562 1726776636.85037: Set connection var ansible_shell_executable to /bin/sh 6562 1726776636.85043: Set connection var ansible_shell_type to sh 6562 1726776636.85048: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776636.85050: Set connection var ansible_connection to ssh 6562 1726776636.85068: variable 'ansible_shell_executable' from source: unknown 6562 1726776636.85070: variable 'ansible_connection' from source: unknown 6562 1726776636.85072: variable 'ansible_module_compression' from source: unknown 6562 1726776636.85075: variable 'ansible_shell_type' from source: unknown 6562 1726776636.85077: variable 'ansible_shell_executable' from source: unknown 6562 1726776636.85081: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776636.85084: variable 'ansible_pipelining' from source: unknown 6562 1726776636.85091: variable 'ansible_timeout' from source: unknown 6562 1726776636.85095: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776636.85169: 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) 6562 1726776636.85178: variable 'omit' from source: magic vars 6562 1726776636.85182: starting attempt loop 6562 1726776636.85185: running the handler 6562 1726776636.85200: _low_level_execute_command(): starting 6562 1726776636.85205: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776636.85676: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.85711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776636.85714: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.85717: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776636.85720: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.85769: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.85772: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776636.85774: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.85834: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.87485: stdout chunk (state=3): >>>/root <<< 6562 1726776636.87582: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776636.87616: stderr chunk (state=3): >>><<< 6562 1726776636.87619: stdout chunk (state=3): >>><<< 6562 1726776636.87640: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776636.87650: _low_level_execute_command(): starting 6562 1726776636.87656: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776636.876395-9510-253554769029700 `" && echo ansible-tmp-1726776636.876395-9510-253554769029700="` echo /root/.ansible/tmp/ansible-tmp-1726776636.876395-9510-253554769029700 `" ) && sleep 0' 6562 1726776636.88072: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776636.88076: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776636.88108: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776636.88111: 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.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.88114: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.88161: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.88165: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776636.88174: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.88224: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.90442: stdout chunk (state=3): >>>ansible-tmp-1726776636.876395-9510-253554769029700=/root/.ansible/tmp/ansible-tmp-1726776636.876395-9510-253554769029700 <<< 6562 1726776636.90546: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776636.90573: stderr chunk (state=3): >>><<< 6562 1726776636.90576: stdout chunk (state=3): >>><<< 6562 1726776636.90595: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776636.876395-9510-253554769029700=/root/.ansible/tmp/ansible-tmp-1726776636.876395-9510-253554769029700 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776636.90623: variable 'ansible_module_compression' from source: unknown 6562 1726776636.90658: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776636.90684: variable 'ansible_facts' from source: unknown 6562 1726776636.90741: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776636.876395-9510-253554769029700/AnsiballZ_command.py 6562 1726776636.90839: Sending initial data 6562 1726776636.90842: Sent initial data (153 bytes) 6562 1726776636.91283: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776636.91290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776636.91293: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.91295: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.91302: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776636.91305: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.91347: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.91354: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776636.91356: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.91403: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.92944: 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 <<< 6562 1726776636.92992: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776636.93038: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpyxqg1pxm /root/.ansible/tmp/ansible-tmp-1726776636.876395-9510-253554769029700/AnsiballZ_command.py <<< 6562 1726776636.93042: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776636.876395-9510-253554769029700/AnsiballZ_command.py" <<< 6562 1726776636.93084: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpyxqg1pxm" to remote "/root/.ansible/tmp/ansible-tmp-1726776636.876395-9510-253554769029700/AnsiballZ_command.py" <<< 6562 1726776636.93093: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776636.876395-9510-253554769029700/AnsiballZ_command.py" <<< 6562 1726776636.93598: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776636.93640: stderr chunk (state=3): >>><<< 6562 1726776636.93643: stdout chunk (state=3): >>><<< 6562 1726776636.93684: done transferring module to remote 6562 1726776636.93698: _low_level_execute_command(): starting 6562 1726776636.93702: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776636.876395-9510-253554769029700/ /root/.ansible/tmp/ansible-tmp-1726776636.876395-9510-253554769029700/AnsiballZ_command.py && sleep 0' 6562 1726776636.94137: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776636.94141: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776636.94143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.94145: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776636.94147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776636.94149: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.94198: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.94202: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.94252: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776636.95975: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776636.96004: stderr chunk (state=3): >>><<< 6562 1726776636.96007: stdout chunk (state=3): >>><<< 6562 1726776636.96023: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776636.96027: _low_level_execute_command(): starting 6562 1726776636.96029: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776636.876395-9510-253554769029700/AnsiballZ_command.py && sleep 0' 6562 1726776636.96441: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776636.96444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776636.96447: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.96459: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776636.96515: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776636.96522: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776636.96524: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776636.96574: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776638.23315: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 16:10:37.116949", "end": "2024-09-19 16:10:38.232122", "delta": "0:00:01.115173", "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}}} <<< 6562 1726776638.24992: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776638.25020: stderr chunk (state=3): >>><<< 6562 1726776638.25023: stdout chunk (state=3): >>><<< 6562 1726776638.25039: _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:37.116949", "end": "2024-09-19 16:10:38.232122", "delta": "0:00:01.115173", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776638.25068: 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-1726776636.876395-9510-253554769029700/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776638.25076: _low_level_execute_command(): starting 6562 1726776638.25080: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776636.876395-9510-253554769029700/ > /dev/null 2>&1 && sleep 0' 6562 1726776638.25526: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776638.25529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.25531: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776638.25534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776638.25535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.25584: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776638.25595: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776638.25600: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776638.25643: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776638.27518: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776638.27542: stderr chunk (state=3): >>><<< 6562 1726776638.27545: stdout chunk (state=3): >>><<< 6562 1726776638.27558: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776638.27563: handler run complete 6562 1726776638.27579: Evaluated conditional (True): True 6562 1726776638.27591: attempt loop complete, returning result 6562 1726776638.27594: _execute() done 6562 1726776638.27596: dumping result to json 6562 1726776638.27599: done dumping result, returning 6562 1726776638.27608: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [12343ab9-b159-238d-eb1a-000000000621] 6562 1726776638.27612: sending task result for task 12343ab9-b159-238d-eb1a-000000000621 6562 1726776638.27713: done sending task result for task 12343ab9-b159-238d-eb1a-000000000621 6562 1726776638.27716: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest kernel_settings" ], "delta": "0:00:01.115173", "end": "2024-09-19 16:10:38.232122", "rc": 0, "start": "2024-09-19 16:10:37.116949" } 6562 1726776638.27810: no more pending results, returning what we have 6562 1726776638.27814: results queue empty 6562 1726776638.27814: checking for any_errors_fatal 6562 1726776638.27821: done checking for any_errors_fatal 6562 1726776638.27822: checking for max_fail_percentage 6562 1726776638.27823: done checking for max_fail_percentage 6562 1726776638.27824: checking to see if all hosts have failed and the running result is not ok 6562 1726776638.27825: done checking to see if all hosts have failed 6562 1726776638.27825: getting the remaining hosts for this loop 6562 1726776638.27827: done getting the remaining hosts for this loop 6562 1726776638.27830: getting the next task for host managed_node2 6562 1726776638.27837: done getting next task for host managed_node2 6562 1726776638.27840: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6562 1726776638.27843: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776638.27853: getting variables 6562 1726776638.27854: in VariableManager get_vars() 6562 1726776638.27884: Calling all_inventory to load vars for managed_node2 6562 1726776638.27890: Calling groups_inventory to load vars for managed_node2 6562 1726776638.27893: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776638.27901: Calling all_plugins_play to load vars for managed_node2 6562 1726776638.27903: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776638.27905: Calling groups_plugins_play to load vars for managed_node2 6562 1726776638.28065: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776638.28184: done with get_vars() 6562 1726776638.28195: 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:38 -0400 (0:00:01.467) 0:01:20.517 **** 6562 1726776638.28259: entering _queue_task() for managed_node2/include_tasks 6562 1726776638.28443: worker is 1 (out of 1 available) 6562 1726776638.28456: exiting _queue_task() for managed_node2/include_tasks 6562 1726776638.28468: done queuing things up, now waiting for results queue to drain 6562 1726776638.28470: waiting for pending results... 6562 1726776638.28645: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6562 1726776638.28715: in run() - task 12343ab9-b159-238d-eb1a-000000000622 6562 1726776638.28727: variable 'ansible_search_path' from source: unknown 6562 1726776638.28731: variable 'ansible_search_path' from source: unknown 6562 1726776638.28757: calling self._execute() 6562 1726776638.28824: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.28828: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.28837: variable 'omit' from source: magic vars 6562 1726776638.29150: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776638.29321: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776638.29355: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776638.29381: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776638.29409: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776638.29482: variable '__kernel_settings_register_apply' from source: set_fact 6562 1726776638.29505: Evaluated conditional (__kernel_settings_register_apply is changed): True 6562 1726776638.29508: _execute() done 6562 1726776638.29511: dumping result to json 6562 1726776638.29515: done dumping result, returning 6562 1726776638.29521: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [12343ab9-b159-238d-eb1a-000000000622] 6562 1726776638.29526: sending task result for task 12343ab9-b159-238d-eb1a-000000000622 6562 1726776638.29611: done sending task result for task 12343ab9-b159-238d-eb1a-000000000622 6562 1726776638.29614: WORKER PROCESS EXITING 6562 1726776638.29652: no more pending results, returning what we have 6562 1726776638.29656: in VariableManager get_vars() 6562 1726776638.29693: Calling all_inventory to load vars for managed_node2 6562 1726776638.29696: Calling groups_inventory to load vars for managed_node2 6562 1726776638.29698: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776638.29706: Calling all_plugins_play to load vars for managed_node2 6562 1726776638.29708: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776638.29710: Calling groups_plugins_play to load vars for managed_node2 6562 1726776638.29825: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776638.29940: done with get_vars() 6562 1726776638.29946: variable 'ansible_search_path' from source: unknown 6562 1726776638.29947: variable 'ansible_search_path' from source: unknown 6562 1726776638.29967: we have included files to process 6562 1726776638.29968: generating all_blocks data 6562 1726776638.29971: done generating all_blocks data 6562 1726776638.29975: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6562 1726776638.29975: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6562 1726776638.29977: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6562 1726776638.30226: done processing included file 6562 1726776638.30229: iterating over new_blocks loaded from include file 6562 1726776638.30230: in VariableManager get_vars() 6562 1726776638.30243: done with get_vars() 6562 1726776638.30244: filtering new block on tags 6562 1726776638.30274: done filtering new block on tags 6562 1726776638.30276: 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_node2 6562 1726776638.30279: extending task lists for all hosts with included blocks 6562 1726776638.30646: done extending task lists 6562 1726776638.30647: done processing included files 6562 1726776638.30647: results queue empty 6562 1726776638.30648: checking for any_errors_fatal 6562 1726776638.30651: done checking for any_errors_fatal 6562 1726776638.30651: checking for max_fail_percentage 6562 1726776638.30652: done checking for max_fail_percentage 6562 1726776638.30652: checking to see if all hosts have failed and the running result is not ok 6562 1726776638.30653: done checking to see if all hosts have failed 6562 1726776638.30653: getting the remaining hosts for this loop 6562 1726776638.30654: done getting the remaining hosts for this loop 6562 1726776638.30655: getting the next task for host managed_node2 6562 1726776638.30658: done getting next task for host managed_node2 6562 1726776638.30660: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6562 1726776638.30662: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776638.30668: getting variables 6562 1726776638.30669: in VariableManager get_vars() 6562 1726776638.30677: Calling all_inventory to load vars for managed_node2 6562 1726776638.30678: Calling groups_inventory to load vars for managed_node2 6562 1726776638.30680: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776638.30682: Calling all_plugins_play to load vars for managed_node2 6562 1726776638.30684: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776638.30688: Calling groups_plugins_play to load vars for managed_node2 6562 1726776638.30763: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776638.30872: done with get_vars() 6562 1726776638.30878: done getting variables 6562 1726776638.30908: 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:38 -0400 (0:00:00.026) 0:01:20.544 **** 6562 1726776638.30929: entering _queue_task() for managed_node2/command 6562 1726776638.31103: worker is 1 (out of 1 available) 6562 1726776638.31116: exiting _queue_task() for managed_node2/command 6562 1726776638.31128: done queuing things up, now waiting for results queue to drain 6562 1726776638.31130: waiting for pending results... 6562 1726776638.31292: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6562 1726776638.31368: in run() - task 12343ab9-b159-238d-eb1a-0000000007f9 6562 1726776638.31381: variable 'ansible_search_path' from source: unknown 6562 1726776638.31384: variable 'ansible_search_path' from source: unknown 6562 1726776638.31411: calling self._execute() 6562 1726776638.31471: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.31475: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.31484: variable 'omit' from source: magic vars 6562 1726776638.31563: variable 'omit' from source: magic vars 6562 1726776638.31611: variable 'omit' from source: magic vars 6562 1726776638.31633: variable 'omit' from source: magic vars 6562 1726776638.31664: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776638.31695: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776638.31711: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776638.31724: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776638.31733: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776638.31756: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776638.31759: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.31762: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.31829: Set connection var ansible_timeout to 10 6562 1726776638.31836: Set connection var ansible_pipelining to False 6562 1726776638.31841: Set connection var ansible_shell_executable to /bin/sh 6562 1726776638.31848: Set connection var ansible_shell_type to sh 6562 1726776638.31852: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776638.31855: Set connection var ansible_connection to ssh 6562 1726776638.31870: variable 'ansible_shell_executable' from source: unknown 6562 1726776638.31873: variable 'ansible_connection' from source: unknown 6562 1726776638.31876: variable 'ansible_module_compression' from source: unknown 6562 1726776638.31878: variable 'ansible_shell_type' from source: unknown 6562 1726776638.31881: variable 'ansible_shell_executable' from source: unknown 6562 1726776638.31883: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.31890: variable 'ansible_pipelining' from source: unknown 6562 1726776638.31892: variable 'ansible_timeout' from source: unknown 6562 1726776638.31895: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.31991: 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) 6562 1726776638.31999: variable 'omit' from source: magic vars 6562 1726776638.32004: starting attempt loop 6562 1726776638.32008: running the handler 6562 1726776638.32019: _low_level_execute_command(): starting 6562 1726776638.32025: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776638.32520: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776638.32523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.32526: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776638.32529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.32582: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776638.32587: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776638.32591: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776638.32649: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776638.34296: stdout chunk (state=3): >>>/root <<< 6562 1726776638.34398: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776638.34424: stderr chunk (state=3): >>><<< 6562 1726776638.34428: stdout chunk (state=3): >>><<< 6562 1726776638.34447: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776638.34457: _low_level_execute_command(): starting 6562 1726776638.34463: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776638.3444574-9522-79699018696581 `" && echo ansible-tmp-1726776638.3444574-9522-79699018696581="` echo /root/.ansible/tmp/ansible-tmp-1726776638.3444574-9522-79699018696581 `" ) && sleep 0' 6562 1726776638.34865: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776638.34872: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776638.34892: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.34906: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776638.34916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.34961: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776638.34968: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776638.34970: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776638.35016: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776638.37163: stdout chunk (state=3): >>>ansible-tmp-1726776638.3444574-9522-79699018696581=/root/.ansible/tmp/ansible-tmp-1726776638.3444574-9522-79699018696581 <<< 6562 1726776638.37270: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776638.37294: stderr chunk (state=3): >>><<< 6562 1726776638.37297: stdout chunk (state=3): >>><<< 6562 1726776638.37311: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776638.3444574-9522-79699018696581=/root/.ansible/tmp/ansible-tmp-1726776638.3444574-9522-79699018696581 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776638.37335: variable 'ansible_module_compression' from source: unknown 6562 1726776638.37374: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776638.37400: variable 'ansible_facts' from source: unknown 6562 1726776638.37450: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776638.3444574-9522-79699018696581/AnsiballZ_command.py 6562 1726776638.37543: Sending initial data 6562 1726776638.37546: Sent initial data (153 bytes) 6562 1726776638.37960: 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 <<< 6562 1726776638.37963: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776638.37965: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.37968: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776638.37970: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.38018: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776638.38022: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776638.38073: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776638.39601: 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 <<< 6562 1726776638.39646: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776638.39696: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpy1si5y7o /root/.ansible/tmp/ansible-tmp-1726776638.3444574-9522-79699018696581/AnsiballZ_command.py <<< 6562 1726776638.39703: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776638.3444574-9522-79699018696581/AnsiballZ_command.py" <<< 6562 1726776638.39742: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpy1si5y7o" to remote "/root/.ansible/tmp/ansible-tmp-1726776638.3444574-9522-79699018696581/AnsiballZ_command.py" <<< 6562 1726776638.39746: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776638.3444574-9522-79699018696581/AnsiballZ_command.py" <<< 6562 1726776638.40279: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776638.40316: stderr chunk (state=3): >>><<< 6562 1726776638.40319: stdout chunk (state=3): >>><<< 6562 1726776638.40360: done transferring module to remote 6562 1726776638.40368: _low_level_execute_command(): starting 6562 1726776638.40373: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776638.3444574-9522-79699018696581/ /root/.ansible/tmp/ansible-tmp-1726776638.3444574-9522-79699018696581/AnsiballZ_command.py && sleep 0' 6562 1726776638.40782: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776638.40788: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776638.40791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.40793: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776638.40795: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.40842: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776638.40845: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776638.40898: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776638.42626: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776638.42650: stderr chunk (state=3): >>><<< 6562 1726776638.42653: stdout chunk (state=3): >>><<< 6562 1726776638.42666: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776638.42669: _low_level_execute_command(): starting 6562 1726776638.42674: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776638.3444574-9522-79699018696581/AnsiballZ_command.py && sleep 0' 6562 1726776638.43090: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776638.43094: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776638.43096: 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.11.25 is address debug1: re-parsing configuration <<< 6562 1726776638.43098: 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.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776638.43100: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.43150: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776638.43157: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776638.43159: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776638.43210: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776638.68911: 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:38.585227", "end": "2024-09-19 16:10:38.688090", "delta": "0:00:00.102863", "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}}} <<< 6562 1726776638.70594: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776638.70621: stderr chunk (state=3): >>><<< 6562 1726776638.70625: stdout chunk (state=3): >>><<< 6562 1726776638.70640: _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:38.585227", "end": "2024-09-19 16:10:38.688090", "delta": "0:00:00.102863", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776638.70681: 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-1726776638.3444574-9522-79699018696581/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776638.70688: _low_level_execute_command(): starting 6562 1726776638.70696: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776638.3444574-9522-79699018696581/ > /dev/null 2>&1 && sleep 0' 6562 1726776638.71140: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776638.71144: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.71150: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776638.71152: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776638.71154: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.71206: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776638.71210: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776638.71214: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776638.71264: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776638.73191: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776638.73217: stderr chunk (state=3): >>><<< 6562 1726776638.73221: stdout chunk (state=3): >>><<< 6562 1726776638.73234: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776638.73240: handler run complete 6562 1726776638.73257: Evaluated conditional (False): False 6562 1726776638.73267: attempt loop complete, returning result 6562 1726776638.73270: _execute() done 6562 1726776638.73272: dumping result to json 6562 1726776638.73278: done dumping result, returning 6562 1726776638.73290: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [12343ab9-b159-238d-eb1a-0000000007f9] 6562 1726776638.73293: sending task result for task 12343ab9-b159-238d-eb1a-0000000007f9 6562 1726776638.73399: done sending task result for task 12343ab9-b159-238d-eb1a-0000000007f9 6562 1726776638.73403: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.102863", "end": "2024-09-19 16:10:38.688090", "rc": 0, "start": "2024-09-19 16:10:38.585227" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 6562 1726776638.73495: no more pending results, returning what we have 6562 1726776638.73499: results queue empty 6562 1726776638.73499: checking for any_errors_fatal 6562 1726776638.73501: done checking for any_errors_fatal 6562 1726776638.73502: checking for max_fail_percentage 6562 1726776638.73503: done checking for max_fail_percentage 6562 1726776638.73504: checking to see if all hosts have failed and the running result is not ok 6562 1726776638.73505: done checking to see if all hosts have failed 6562 1726776638.73505: getting the remaining hosts for this loop 6562 1726776638.73507: done getting the remaining hosts for this loop 6562 1726776638.73511: getting the next task for host managed_node2 6562 1726776638.73517: done getting next task for host managed_node2 6562 1726776638.73520: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6562 1726776638.73524: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776638.73534: getting variables 6562 1726776638.73536: in VariableManager get_vars() 6562 1726776638.73567: Calling all_inventory to load vars for managed_node2 6562 1726776638.73570: Calling groups_inventory to load vars for managed_node2 6562 1726776638.73572: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776638.73580: Calling all_plugins_play to load vars for managed_node2 6562 1726776638.73582: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776638.73584: Calling groups_plugins_play to load vars for managed_node2 6562 1726776638.73720: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776638.73843: done with get_vars() 6562 1726776638.73850: done getting variables 6562 1726776638.73894: 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:38 -0400 (0:00:00.429) 0:01:20.973 **** 6562 1726776638.73919: entering _queue_task() for managed_node2/shell 6562 1726776638.74105: worker is 1 (out of 1 available) 6562 1726776638.74117: exiting _queue_task() for managed_node2/shell 6562 1726776638.74129: done queuing things up, now waiting for results queue to drain 6562 1726776638.74131: waiting for pending results... 6562 1726776638.74305: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6562 1726776638.74384: in run() - task 12343ab9-b159-238d-eb1a-0000000007fa 6562 1726776638.74398: variable 'ansible_search_path' from source: unknown 6562 1726776638.74403: variable 'ansible_search_path' from source: unknown 6562 1726776638.74430: calling self._execute() 6562 1726776638.74493: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.74500: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.74509: variable 'omit' from source: magic vars 6562 1726776638.74829: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776638.74998: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776638.75031: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776638.75054: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776638.75079: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776638.75155: variable '__kernel_settings_register_verify_values' from source: set_fact 6562 1726776638.75175: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6562 1726776638.75178: when evaluation is False, skipping this task 6562 1726776638.75181: _execute() done 6562 1726776638.75184: dumping result to json 6562 1726776638.75190: done dumping result, returning 6562 1726776638.75194: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [12343ab9-b159-238d-eb1a-0000000007fa] 6562 1726776638.75199: sending task result for task 12343ab9-b159-238d-eb1a-0000000007fa 6562 1726776638.75276: done sending task result for task 12343ab9-b159-238d-eb1a-0000000007fa 6562 1726776638.75279: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6562 1726776638.75329: no more pending results, returning what we have 6562 1726776638.75332: results queue empty 6562 1726776638.75333: checking for any_errors_fatal 6562 1726776638.75342: done checking for any_errors_fatal 6562 1726776638.75343: checking for max_fail_percentage 6562 1726776638.75344: done checking for max_fail_percentage 6562 1726776638.75345: checking to see if all hosts have failed and the running result is not ok 6562 1726776638.75346: done checking to see if all hosts have failed 6562 1726776638.75346: getting the remaining hosts for this loop 6562 1726776638.75348: done getting the remaining hosts for this loop 6562 1726776638.75351: getting the next task for host managed_node2 6562 1726776638.75356: done getting next task for host managed_node2 6562 1726776638.75360: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6562 1726776638.75364: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776638.75378: getting variables 6562 1726776638.75379: in VariableManager get_vars() 6562 1726776638.75411: Calling all_inventory to load vars for managed_node2 6562 1726776638.75414: Calling groups_inventory to load vars for managed_node2 6562 1726776638.75416: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776638.75423: Calling all_plugins_play to load vars for managed_node2 6562 1726776638.75424: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776638.75426: Calling groups_plugins_play to load vars for managed_node2 6562 1726776638.75525: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776638.75647: done with get_vars() 6562 1726776638.75654: done getting variables 6562 1726776638.75695: 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:38 -0400 (0:00:00.017) 0:01:20.991 **** 6562 1726776638.75718: entering _queue_task() for managed_node2/fail 6562 1726776638.75891: worker is 1 (out of 1 available) 6562 1726776638.75903: exiting _queue_task() for managed_node2/fail 6562 1726776638.75916: done queuing things up, now waiting for results queue to drain 6562 1726776638.75917: waiting for pending results... 6562 1726776638.76072: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6562 1726776638.76153: in run() - task 12343ab9-b159-238d-eb1a-0000000007fb 6562 1726776638.76164: variable 'ansible_search_path' from source: unknown 6562 1726776638.76168: variable 'ansible_search_path' from source: unknown 6562 1726776638.76196: calling self._execute() 6562 1726776638.76251: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.76259: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.76268: variable 'omit' from source: magic vars 6562 1726776638.76577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776638.76780: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776638.76814: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776638.76838: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776638.76862: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776638.76932: variable '__kernel_settings_register_verify_values' from source: set_fact 6562 1726776638.76952: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6562 1726776638.76955: when evaluation is False, skipping this task 6562 1726776638.76958: _execute() done 6562 1726776638.76961: dumping result to json 6562 1726776638.76963: done dumping result, returning 6562 1726776638.76970: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [12343ab9-b159-238d-eb1a-0000000007fb] 6562 1726776638.76972: sending task result for task 12343ab9-b159-238d-eb1a-0000000007fb 6562 1726776638.77058: done sending task result for task 12343ab9-b159-238d-eb1a-0000000007fb 6562 1726776638.77061: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6562 1726776638.77109: no more pending results, returning what we have 6562 1726776638.77112: results queue empty 6562 1726776638.77113: checking for any_errors_fatal 6562 1726776638.77117: done checking for any_errors_fatal 6562 1726776638.77117: checking for max_fail_percentage 6562 1726776638.77119: done checking for max_fail_percentage 6562 1726776638.77119: checking to see if all hosts have failed and the running result is not ok 6562 1726776638.77120: done checking to see if all hosts have failed 6562 1726776638.77121: getting the remaining hosts for this loop 6562 1726776638.77122: done getting the remaining hosts for this loop 6562 1726776638.77125: getting the next task for host managed_node2 6562 1726776638.77132: done getting next task for host managed_node2 6562 1726776638.77136: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6562 1726776638.77138: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776638.77153: getting variables 6562 1726776638.77154: in VariableManager get_vars() 6562 1726776638.77182: Calling all_inventory to load vars for managed_node2 6562 1726776638.77184: Calling groups_inventory to load vars for managed_node2 6562 1726776638.77189: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776638.77197: Calling all_plugins_play to load vars for managed_node2 6562 1726776638.77199: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776638.77201: Calling groups_plugins_play to load vars for managed_node2 6562 1726776638.77336: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776638.77451: done with get_vars() 6562 1726776638.77458: done getting variables 6562 1726776638.77499: 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:38 -0400 (0:00:00.018) 0:01:21.009 **** 6562 1726776638.77519: entering _queue_task() for managed_node2/set_fact 6562 1726776638.77684: worker is 1 (out of 1 available) 6562 1726776638.77702: exiting _queue_task() for managed_node2/set_fact 6562 1726776638.77713: done queuing things up, now waiting for results queue to drain 6562 1726776638.77715: waiting for pending results... 6562 1726776638.77874: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6562 1726776638.77943: in run() - task 12343ab9-b159-238d-eb1a-000000000623 6562 1726776638.77955: variable 'ansible_search_path' from source: unknown 6562 1726776638.77959: variable 'ansible_search_path' from source: unknown 6562 1726776638.77983: calling self._execute() 6562 1726776638.78045: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.78049: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.78058: variable 'omit' from source: magic vars 6562 1726776638.78130: variable 'omit' from source: magic vars 6562 1726776638.78164: variable 'omit' from source: magic vars 6562 1726776638.78190: variable 'omit' from source: magic vars 6562 1726776638.78221: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776638.78245: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776638.78262: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776638.78277: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776638.78288: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776638.78310: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776638.78312: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.78315: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.78380: Set connection var ansible_timeout to 10 6562 1726776638.78383: Set connection var ansible_pipelining to False 6562 1726776638.78391: Set connection var ansible_shell_executable to /bin/sh 6562 1726776638.78398: Set connection var ansible_shell_type to sh 6562 1726776638.78403: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776638.78405: Set connection var ansible_connection to ssh 6562 1726776638.78421: variable 'ansible_shell_executable' from source: unknown 6562 1726776638.78424: variable 'ansible_connection' from source: unknown 6562 1726776638.78426: variable 'ansible_module_compression' from source: unknown 6562 1726776638.78428: variable 'ansible_shell_type' from source: unknown 6562 1726776638.78431: variable 'ansible_shell_executable' from source: unknown 6562 1726776638.78433: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.78437: variable 'ansible_pipelining' from source: unknown 6562 1726776638.78440: variable 'ansible_timeout' from source: unknown 6562 1726776638.78444: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.78541: 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) 6562 1726776638.78551: variable 'omit' from source: magic vars 6562 1726776638.78556: starting attempt loop 6562 1726776638.78559: running the handler 6562 1726776638.78568: handler run complete 6562 1726776638.78576: attempt loop complete, returning result 6562 1726776638.78578: _execute() done 6562 1726776638.78580: dumping result to json 6562 1726776638.78583: done dumping result, returning 6562 1726776638.78592: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [12343ab9-b159-238d-eb1a-000000000623] 6562 1726776638.78596: sending task result for task 12343ab9-b159-238d-eb1a-000000000623 6562 1726776638.78670: done sending task result for task 12343ab9-b159-238d-eb1a-000000000623 6562 1726776638.78673: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 6562 1726776638.78753: no more pending results, returning what we have 6562 1726776638.78755: results queue empty 6562 1726776638.78756: checking for any_errors_fatal 6562 1726776638.78761: done checking for any_errors_fatal 6562 1726776638.78762: checking for max_fail_percentage 6562 1726776638.78763: done checking for max_fail_percentage 6562 1726776638.78764: checking to see if all hosts have failed and the running result is not ok 6562 1726776638.78764: done checking to see if all hosts have failed 6562 1726776638.78765: getting the remaining hosts for this loop 6562 1726776638.78766: done getting the remaining hosts for this loop 6562 1726776638.78769: getting the next task for host managed_node2 6562 1726776638.78773: done getting next task for host managed_node2 6562 1726776638.78775: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6562 1726776638.78777: ^ state is: HOST STATE: block=2, task=35, 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 6562 1726776638.78783: getting variables 6562 1726776638.78784: in VariableManager get_vars() 6562 1726776638.78808: Calling all_inventory to load vars for managed_node2 6562 1726776638.78810: Calling groups_inventory to load vars for managed_node2 6562 1726776638.78812: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776638.78817: Calling all_plugins_play to load vars for managed_node2 6562 1726776638.78819: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776638.78820: Calling groups_plugins_play to load vars for managed_node2 6562 1726776638.78920: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776638.79037: done with get_vars() 6562 1726776638.79044: done getting variables 6562 1726776638.79079: 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:38 -0400 (0:00:00.015) 0:01:21.025 **** 6562 1726776638.79103: entering _queue_task() for managed_node2/set_fact 6562 1726776638.79263: worker is 1 (out of 1 available) 6562 1726776638.79275: exiting _queue_task() for managed_node2/set_fact 6562 1726776638.79290: done queuing things up, now waiting for results queue to drain 6562 1726776638.79292: waiting for pending results... 6562 1726776638.79443: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6562 1726776638.79512: in run() - task 12343ab9-b159-238d-eb1a-000000000624 6562 1726776638.79522: variable 'ansible_search_path' from source: unknown 6562 1726776638.79527: variable 'ansible_search_path' from source: unknown 6562 1726776638.79552: calling self._execute() 6562 1726776638.79613: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.79616: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.79628: variable 'omit' from source: magic vars 6562 1726776638.79695: variable 'omit' from source: magic vars 6562 1726776638.79728: variable 'omit' from source: magic vars 6562 1726776638.79972: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776638.80370: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776638.80401: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776638.80425: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776638.80448: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776638.80536: variable '__kernel_settings_register_profile' from source: set_fact 6562 1726776638.80547: variable '__kernel_settings_register_mode' from source: set_fact 6562 1726776638.80553: variable '__kernel_settings_register_apply' from source: set_fact 6562 1726776638.80591: variable 'omit' from source: magic vars 6562 1726776638.80612: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776638.80633: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776638.80648: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776638.80660: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776638.80668: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776638.80692: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776638.80695: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.80697: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.80760: Set connection var ansible_timeout to 10 6562 1726776638.80766: Set connection var ansible_pipelining to False 6562 1726776638.80771: Set connection var ansible_shell_executable to /bin/sh 6562 1726776638.80777: Set connection var ansible_shell_type to sh 6562 1726776638.80782: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776638.80784: Set connection var ansible_connection to ssh 6562 1726776638.80803: variable 'ansible_shell_executable' from source: unknown 6562 1726776638.80806: variable 'ansible_connection' from source: unknown 6562 1726776638.80808: variable 'ansible_module_compression' from source: unknown 6562 1726776638.80810: variable 'ansible_shell_type' from source: unknown 6562 1726776638.80813: variable 'ansible_shell_executable' from source: unknown 6562 1726776638.80815: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.80818: variable 'ansible_pipelining' from source: unknown 6562 1726776638.80821: variable 'ansible_timeout' from source: unknown 6562 1726776638.80824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.80894: 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) 6562 1726776638.80902: variable 'omit' from source: magic vars 6562 1726776638.80907: starting attempt loop 6562 1726776638.80909: running the handler 6562 1726776638.80918: handler run complete 6562 1726776638.80925: attempt loop complete, returning result 6562 1726776638.80927: _execute() done 6562 1726776638.80930: dumping result to json 6562 1726776638.80933: done dumping result, returning 6562 1726776638.80991: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [12343ab9-b159-238d-eb1a-000000000624] 6562 1726776638.80993: sending task result for task 12343ab9-b159-238d-eb1a-000000000624 6562 1726776638.81033: done sending task result for task 12343ab9-b159-238d-eb1a-000000000624 6562 1726776638.81034: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 6562 1726776638.81109: no more pending results, returning what we have 6562 1726776638.81112: results queue empty 6562 1726776638.81113: checking for any_errors_fatal 6562 1726776638.81116: done checking for any_errors_fatal 6562 1726776638.81117: checking for max_fail_percentage 6562 1726776638.81118: done checking for max_fail_percentage 6562 1726776638.81119: checking to see if all hosts have failed and the running result is not ok 6562 1726776638.81120: done checking to see if all hosts have failed 6562 1726776638.81120: getting the remaining hosts for this loop 6562 1726776638.81122: done getting the remaining hosts for this loop 6562 1726776638.81125: getting the next task for host managed_node2 6562 1726776638.81132: done getting next task for host managed_node2 6562 1726776638.81134: ^ task is: TASK: meta (role_complete) 6562 1726776638.81137: ^ state is: HOST STATE: block=2, task=36, 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 6562 1726776638.81146: getting variables 6562 1726776638.81148: in VariableManager get_vars() 6562 1726776638.81175: Calling all_inventory to load vars for managed_node2 6562 1726776638.81178: Calling groups_inventory to load vars for managed_node2 6562 1726776638.81180: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776638.81190: Calling all_plugins_play to load vars for managed_node2 6562 1726776638.81193: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776638.81195: Calling groups_plugins_play to load vars for managed_node2 6562 1726776638.81465: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776638.81574: done with get_vars() 6562 1726776638.81580: done getting variables 6562 1726776638.81630: done queuing things up, now waiting for results queue to drain 6562 1726776638.81631: results queue empty 6562 1726776638.81632: checking for any_errors_fatal 6562 1726776638.81633: done checking for any_errors_fatal 6562 1726776638.81634: checking for max_fail_percentage 6562 1726776638.81634: done checking for max_fail_percentage 6562 1726776638.81638: checking to see if all hosts have failed and the running result is not ok 6562 1726776638.81639: done checking to see if all hosts have failed 6562 1726776638.81639: getting the remaining hosts for this loop 6562 1726776638.81640: done getting the remaining hosts for this loop 6562 1726776638.81641: getting the next task for host managed_node2 6562 1726776638.81643: done getting next task for host managed_node2 6562 1726776638.81644: ^ task is: TASK: meta (flush_handlers) 6562 1726776638.81645: ^ state is: HOST STATE: block=2, task=37, 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 6562 1726776638.81648: getting variables 6562 1726776638.81648: in VariableManager get_vars() 6562 1726776638.81655: Calling all_inventory to load vars for managed_node2 6562 1726776638.81656: Calling groups_inventory to load vars for managed_node2 6562 1726776638.81657: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776638.81660: Calling all_plugins_play to load vars for managed_node2 6562 1726776638.81661: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776638.81663: Calling groups_plugins_play to load vars for managed_node2 6562 1726776638.81740: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776638.81845: done with get_vars() 6562 1726776638.81850: done getting variables TASK [Force handlers] ********************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:159 Thursday 19 September 2024 16:10:38 -0400 (0:00:00.027) 0:01:21.053 **** 6562 1726776638.81893: in VariableManager get_vars() 6562 1726776638.81899: Calling all_inventory to load vars for managed_node2 6562 1726776638.81901: Calling groups_inventory to load vars for managed_node2 6562 1726776638.81902: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776638.81905: Calling all_plugins_play to load vars for managed_node2 6562 1726776638.81906: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776638.81908: Calling groups_plugins_play to load vars for managed_node2 6562 1726776638.81978: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776638.82098: done with get_vars() META: triggered running handlers for managed_node2 6562 1726776638.82107: done queuing things up, now waiting for results queue to drain 6562 1726776638.82108: results queue empty 6562 1726776638.82109: checking for any_errors_fatal 6562 1726776638.82109: done checking for any_errors_fatal 6562 1726776638.82110: checking for max_fail_percentage 6562 1726776638.82110: done checking for max_fail_percentage 6562 1726776638.82111: checking to see if all hosts have failed and the running result is not ok 6562 1726776638.82111: done checking to see if all hosts have failed 6562 1726776638.82112: getting the remaining hosts for this loop 6562 1726776638.82112: done getting the remaining hosts for this loop 6562 1726776638.82114: getting the next task for host managed_node2 6562 1726776638.82116: done getting next task for host managed_node2 6562 1726776638.82117: ^ task is: TASK: Ensure kernel_settings_reboot_required is not set or is false 6562 1726776638.82118: ^ state is: HOST STATE: block=2, task=38, 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 6562 1726776638.82119: getting variables 6562 1726776638.82120: in VariableManager get_vars() 6562 1726776638.82125: Calling all_inventory to load vars for managed_node2 6562 1726776638.82126: Calling groups_inventory to load vars for managed_node2 6562 1726776638.82128: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776638.82130: Calling all_plugins_play to load vars for managed_node2 6562 1726776638.82132: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776638.82133: Calling groups_plugins_play to load vars for managed_node2 6562 1726776638.82209: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776638.82310: done with get_vars() 6562 1726776638.82315: done getting variables 6562 1726776638.82338: 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 kernel_settings_reboot_required is not set or is false] *********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:162 Thursday 19 September 2024 16:10:38 -0400 (0:00:00.004) 0:01:21.058 **** 6562 1726776638.82350: entering _queue_task() for managed_node2/assert 6562 1726776638.82517: worker is 1 (out of 1 available) 6562 1726776638.82530: exiting _queue_task() for managed_node2/assert 6562 1726776638.82543: done queuing things up, now waiting for results queue to drain 6562 1726776638.82545: waiting for pending results... 6562 1726776638.82701: running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false 6562 1726776638.82747: in run() - task 12343ab9-b159-238d-eb1a-000000000021 6562 1726776638.82760: variable 'ansible_search_path' from source: unknown 6562 1726776638.82789: calling self._execute() 6562 1726776638.82853: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.82857: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.82868: variable 'omit' from source: magic vars 6562 1726776638.82943: variable 'omit' from source: magic vars 6562 1726776638.82964: variable 'omit' from source: magic vars 6562 1726776638.82990: variable 'omit' from source: magic vars 6562 1726776638.83022: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776638.83048: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776638.83065: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776638.83077: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776638.83091: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776638.83113: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776638.83116: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.83119: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.83182: Set connection var ansible_timeout to 10 6562 1726776638.83191: Set connection var ansible_pipelining to False 6562 1726776638.83194: Set connection var ansible_shell_executable to /bin/sh 6562 1726776638.83203: Set connection var ansible_shell_type to sh 6562 1726776638.83206: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776638.83209: Set connection var ansible_connection to ssh 6562 1726776638.83226: variable 'ansible_shell_executable' from source: unknown 6562 1726776638.83229: variable 'ansible_connection' from source: unknown 6562 1726776638.83231: variable 'ansible_module_compression' from source: unknown 6562 1726776638.83234: variable 'ansible_shell_type' from source: unknown 6562 1726776638.83236: variable 'ansible_shell_executable' from source: unknown 6562 1726776638.83238: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.83240: variable 'ansible_pipelining' from source: unknown 6562 1726776638.83244: variable 'ansible_timeout' from source: unknown 6562 1726776638.83248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.83346: 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) 6562 1726776638.83355: variable 'omit' from source: magic vars 6562 1726776638.83360: starting attempt loop 6562 1726776638.83363: running the handler 6562 1726776638.83602: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776638.85004: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776638.85043: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776638.85071: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776638.85098: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776638.85118: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776638.85166: 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) 6562 1726776638.85196: 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) 6562 1726776638.85214: 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) 6562 1726776638.85239: 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) 6562 1726776638.85250: 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) 6562 1726776638.85326: variable 'kernel_settings_reboot_required' from source: set_fact 6562 1726776638.85340: Evaluated conditional (not kernel_settings_reboot_required | d(false)): True 6562 1726776638.85345: handler run complete 6562 1726776638.85360: attempt loop complete, returning result 6562 1726776638.85363: _execute() done 6562 1726776638.85365: dumping result to json 6562 1726776638.85368: done dumping result, returning 6562 1726776638.85374: done running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false [12343ab9-b159-238d-eb1a-000000000021] 6562 1726776638.85379: sending task result for task 12343ab9-b159-238d-eb1a-000000000021 6562 1726776638.85457: done sending task result for task 12343ab9-b159-238d-eb1a-000000000021 6562 1726776638.85460: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6562 1726776638.85527: no more pending results, returning what we have 6562 1726776638.85531: results queue empty 6562 1726776638.85531: checking for any_errors_fatal 6562 1726776638.85534: done checking for any_errors_fatal 6562 1726776638.85534: checking for max_fail_percentage 6562 1726776638.85535: done checking for max_fail_percentage 6562 1726776638.85536: checking to see if all hosts have failed and the running result is not ok 6562 1726776638.85537: done checking to see if all hosts have failed 6562 1726776638.85538: getting the remaining hosts for this loop 6562 1726776638.85539: done getting the remaining hosts for this loop 6562 1726776638.85542: getting the next task for host managed_node2 6562 1726776638.85547: done getting next task for host managed_node2 6562 1726776638.85549: ^ task is: TASK: Ensure role reported changed 6562 1726776638.85551: ^ state is: HOST STATE: block=2, task=39, 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 6562 1726776638.85554: getting variables 6562 1726776638.85555: in VariableManager get_vars() 6562 1726776638.85583: Calling all_inventory to load vars for managed_node2 6562 1726776638.85585: Calling groups_inventory to load vars for managed_node2 6562 1726776638.85590: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776638.85598: Calling all_plugins_play to load vars for managed_node2 6562 1726776638.85605: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776638.85608: Calling groups_plugins_play to load vars for managed_node2 6562 1726776638.85748: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776638.85855: done with get_vars() 6562 1726776638.85862: done getting variables 6562 1726776638.85902: 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_change_settings.yml:166 Thursday 19 September 2024 16:10:38 -0400 (0:00:00.035) 0:01:21.093 **** 6562 1726776638.85920: entering _queue_task() for managed_node2/assert 6562 1726776638.86089: worker is 1 (out of 1 available) 6562 1726776638.86104: exiting _queue_task() for managed_node2/assert 6562 1726776638.86116: done queuing things up, now waiting for results queue to drain 6562 1726776638.86117: waiting for pending results... 6562 1726776638.86273: running TaskExecutor() for managed_node2/TASK: Ensure role reported changed 6562 1726776638.86328: in run() - task 12343ab9-b159-238d-eb1a-000000000022 6562 1726776638.86340: variable 'ansible_search_path' from source: unknown 6562 1726776638.86367: calling self._execute() 6562 1726776638.86439: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.86442: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.86455: variable 'omit' from source: magic vars 6562 1726776638.86536: variable 'omit' from source: magic vars 6562 1726776638.86559: variable 'omit' from source: magic vars 6562 1726776638.86585: variable 'omit' from source: magic vars 6562 1726776638.86622: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776638.86648: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776638.86664: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776638.86678: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776638.86689: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776638.86714: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776638.86717: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.86720: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.86789: Set connection var ansible_timeout to 10 6562 1726776638.86798: Set connection var ansible_pipelining to False 6562 1726776638.86803: Set connection var ansible_shell_executable to /bin/sh 6562 1726776638.86810: Set connection var ansible_shell_type to sh 6562 1726776638.86814: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776638.86817: Set connection var ansible_connection to ssh 6562 1726776638.86833: variable 'ansible_shell_executable' from source: unknown 6562 1726776638.86836: variable 'ansible_connection' from source: unknown 6562 1726776638.86839: variable 'ansible_module_compression' from source: unknown 6562 1726776638.86841: variable 'ansible_shell_type' from source: unknown 6562 1726776638.86843: variable 'ansible_shell_executable' from source: unknown 6562 1726776638.86846: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.86848: variable 'ansible_pipelining' from source: unknown 6562 1726776638.86851: variable 'ansible_timeout' from source: unknown 6562 1726776638.86855: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.86955: 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) 6562 1726776638.86964: variable 'omit' from source: magic vars 6562 1726776638.86969: starting attempt loop 6562 1726776638.86972: running the handler 6562 1726776638.87231: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776638.88721: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776638.88771: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776638.88802: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776638.88827: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776638.88848: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776638.88900: 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) 6562 1726776638.88921: 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) 6562 1726776638.88939: 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) 6562 1726776638.88966: 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) 6562 1726776638.88977: 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) 6562 1726776638.89053: variable '__kernel_settings_changed' from source: set_fact 6562 1726776638.89066: Evaluated conditional (__kernel_settings_changed | d(false)): True 6562 1726776638.89072: handler run complete 6562 1726776638.89089: attempt loop complete, returning result 6562 1726776638.89095: _execute() done 6562 1726776638.89097: dumping result to json 6562 1726776638.89100: done dumping result, returning 6562 1726776638.89108: done running TaskExecutor() for managed_node2/TASK: Ensure role reported changed [12343ab9-b159-238d-eb1a-000000000022] 6562 1726776638.89112: sending task result for task 12343ab9-b159-238d-eb1a-000000000022 6562 1726776638.89195: done sending task result for task 12343ab9-b159-238d-eb1a-000000000022 6562 1726776638.89198: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6562 1726776638.89241: no more pending results, returning what we have 6562 1726776638.89245: results queue empty 6562 1726776638.89245: checking for any_errors_fatal 6562 1726776638.89250: done checking for any_errors_fatal 6562 1726776638.89251: checking for max_fail_percentage 6562 1726776638.89252: done checking for max_fail_percentage 6562 1726776638.89253: checking to see if all hosts have failed and the running result is not ok 6562 1726776638.89254: done checking to see if all hosts have failed 6562 1726776638.89254: getting the remaining hosts for this loop 6562 1726776638.89256: done getting the remaining hosts for this loop 6562 1726776638.89260: getting the next task for host managed_node2 6562 1726776638.89266: done getting next task for host managed_node2 6562 1726776638.89268: ^ task is: TASK: Check sysctl 6562 1726776638.89270: ^ state is: HOST STATE: block=2, task=40, 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 6562 1726776638.89274: getting variables 6562 1726776638.89275: in VariableManager get_vars() 6562 1726776638.89312: Calling all_inventory to load vars for managed_node2 6562 1726776638.89315: Calling groups_inventory to load vars for managed_node2 6562 1726776638.89318: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776638.89327: Calling all_plugins_play to load vars for managed_node2 6562 1726776638.89330: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776638.89339: Calling groups_plugins_play to load vars for managed_node2 6562 1726776638.89472: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776638.89593: done with get_vars() 6562 1726776638.89602: done getting variables 6562 1726776638.89640: 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 [Check sysctl] ************************************************************ task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:170 Thursday 19 September 2024 16:10:38 -0400 (0:00:00.037) 0:01:21.131 **** 6562 1726776638.89659: entering _queue_task() for managed_node2/shell 6562 1726776638.89842: worker is 1 (out of 1 available) 6562 1726776638.89856: exiting _queue_task() for managed_node2/shell 6562 1726776638.89867: done queuing things up, now waiting for results queue to drain 6562 1726776638.89869: waiting for pending results... 6562 1726776638.90042: running TaskExecutor() for managed_node2/TASK: Check sysctl 6562 1726776638.90102: in run() - task 12343ab9-b159-238d-eb1a-000000000023 6562 1726776638.90115: variable 'ansible_search_path' from source: unknown 6562 1726776638.90144: calling self._execute() 6562 1726776638.90213: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.90218: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.90227: variable 'omit' from source: magic vars 6562 1726776638.90307: variable 'omit' from source: magic vars 6562 1726776638.90330: variable 'omit' from source: magic vars 6562 1726776638.90352: variable 'omit' from source: magic vars 6562 1726776638.90388: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776638.90415: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776638.90433: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776638.90447: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776638.90456: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776638.90478: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776638.90481: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.90484: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.90555: Set connection var ansible_timeout to 10 6562 1726776638.90562: Set connection var ansible_pipelining to False 6562 1726776638.90567: Set connection var ansible_shell_executable to /bin/sh 6562 1726776638.90573: Set connection var ansible_shell_type to sh 6562 1726776638.90577: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776638.90580: Set connection var ansible_connection to ssh 6562 1726776638.90599: variable 'ansible_shell_executable' from source: unknown 6562 1726776638.90602: variable 'ansible_connection' from source: unknown 6562 1726776638.90605: variable 'ansible_module_compression' from source: unknown 6562 1726776638.90607: variable 'ansible_shell_type' from source: unknown 6562 1726776638.90609: variable 'ansible_shell_executable' from source: unknown 6562 1726776638.90612: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776638.90614: variable 'ansible_pipelining' from source: unknown 6562 1726776638.90617: variable 'ansible_timeout' from source: unknown 6562 1726776638.90621: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776638.90722: 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) 6562 1726776638.90732: variable 'omit' from source: magic vars 6562 1726776638.90737: starting attempt loop 6562 1726776638.90739: running the handler 6562 1726776638.90751: 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) 6562 1726776638.90768: _low_level_execute_command(): starting 6562 1726776638.90775: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776638.91276: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776638.91280: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.91283: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776638.91290: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.91327: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776638.91342: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776638.91411: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776638.93138: stdout chunk (state=3): >>>/root <<< 6562 1726776638.93242: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776638.93269: stderr chunk (state=3): >>><<< 6562 1726776638.93272: stdout chunk (state=3): >>><<< 6562 1726776638.93298: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776638.93311: _low_level_execute_command(): starting 6562 1726776638.93317: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776638.9329963-9539-232290486241353 `" && echo ansible-tmp-1726776638.9329963-9539-232290486241353="` echo /root/.ansible/tmp/ansible-tmp-1726776638.9329963-9539-232290486241353 `" ) && sleep 0' 6562 1726776638.93754: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776638.93757: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776638.93762: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776638.93772: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776638.93774: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.93818: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776638.93822: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776638.93827: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776638.93884: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776638.96169: stdout chunk (state=3): >>>ansible-tmp-1726776638.9329963-9539-232290486241353=/root/.ansible/tmp/ansible-tmp-1726776638.9329963-9539-232290486241353 <<< 6562 1726776638.96277: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776638.96307: stderr chunk (state=3): >>><<< 6562 1726776638.96310: stdout chunk (state=3): >>><<< 6562 1726776638.96326: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776638.9329963-9539-232290486241353=/root/.ansible/tmp/ansible-tmp-1726776638.9329963-9539-232290486241353 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776638.96352: variable 'ansible_module_compression' from source: unknown 6562 1726776638.96393: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776638.96424: variable 'ansible_facts' from source: unknown 6562 1726776638.96478: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776638.9329963-9539-232290486241353/AnsiballZ_command.py 6562 1726776638.96578: Sending initial data 6562 1726776638.96582: Sent initial data (154 bytes) 6562 1726776638.97020: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776638.97023: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.97026: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776638.97028: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776638.97030: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776638.97072: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776638.97076: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776638.97137: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776638.98802: 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" <<< 6562 1726776638.98807: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776638.98851: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776638.98900: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpnprql2tm /root/.ansible/tmp/ansible-tmp-1726776638.9329963-9539-232290486241353/AnsiballZ_command.py <<< 6562 1726776638.98904: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776638.9329963-9539-232290486241353/AnsiballZ_command.py" <<< 6562 1726776638.98947: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpnprql2tm" to remote "/root/.ansible/tmp/ansible-tmp-1726776638.9329963-9539-232290486241353/AnsiballZ_command.py" <<< 6562 1726776638.98951: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776638.9329963-9539-232290486241353/AnsiballZ_command.py" <<< 6562 1726776638.99489: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776638.99527: stderr chunk (state=3): >>><<< 6562 1726776638.99530: stdout chunk (state=3): >>><<< 6562 1726776638.99560: done transferring module to remote 6562 1726776638.99568: _low_level_execute_command(): starting 6562 1726776638.99573: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776638.9329963-9539-232290486241353/ /root/.ansible/tmp/ansible-tmp-1726776638.9329963-9539-232290486241353/AnsiballZ_command.py && sleep 0' 6562 1726776639.00004: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776639.00008: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776639.00010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.00012: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776639.00018: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776639.00020: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.00067: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776639.00073: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776639.00075: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776639.00123: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776639.01904: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776639.01924: stderr chunk (state=3): >>><<< 6562 1726776639.01927: stdout chunk (state=3): >>><<< 6562 1726776639.01938: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776639.01941: _low_level_execute_command(): starting 6562 1726776639.01946: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776638.9329963-9539-232290486241353/AnsiballZ_command.py && sleep 0' 6562 1726776639.02357: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776639.02360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776639.02363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776639.02365: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776639.02367: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.02419: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776639.02423: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776639.02427: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776639.02478: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776639.18481: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001", "start": "2024-09-19 16:10:39.178744", "end": "2024-09-19 16:10:39.183915", "delta": "0:00:00.005171", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001", "_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}}} <<< 6562 1726776639.20073: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776639.20105: stderr chunk (state=3): >>><<< 6562 1726776639.20109: stdout chunk (state=3): >>><<< 6562 1726776639.20124: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001", "start": "2024-09-19 16:10:39.178744", "end": "2024-09-19 16:10:39.183915", "delta": "0:00:00.005171", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001", "_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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776639.20229: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001', '_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-1726776638.9329963-9539-232290486241353/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776639.20235: _low_level_execute_command(): starting 6562 1726776639.20240: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776638.9329963-9539-232290486241353/ > /dev/null 2>&1 && sleep 0' 6562 1726776639.20658: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776639.20668: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776639.20692: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.20696: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776639.20702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.20742: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776639.20756: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776639.20812: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776639.22637: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776639.22662: stderr chunk (state=3): >>><<< 6562 1726776639.22665: stdout chunk (state=3): >>><<< 6562 1726776639.22682: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776639.22692: handler run complete 6562 1726776639.22707: Evaluated conditional (False): False 6562 1726776639.22715: attempt loop complete, returning result 6562 1726776639.22717: _execute() done 6562 1726776639.22720: dumping result to json 6562 1726776639.22725: done dumping result, returning 6562 1726776639.22732: done running TaskExecutor() for managed_node2/TASK: Check sysctl [12343ab9-b159-238d-eb1a-000000000023] 6562 1726776639.22736: sending task result for task 12343ab9-b159-238d-eb1a-000000000023 6562 1726776639.22831: done sending task result for task 12343ab9-b159-238d-eb1a-000000000023 6562 1726776639.22834: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001", "delta": "0:00:00.005171", "end": "2024-09-19 16:10:39.183915", "rc": 0, "start": "2024-09-19 16:10:39.178744" } 6562 1726776639.22892: no more pending results, returning what we have 6562 1726776639.22896: results queue empty 6562 1726776639.22897: checking for any_errors_fatal 6562 1726776639.22903: done checking for any_errors_fatal 6562 1726776639.22904: checking for max_fail_percentage 6562 1726776639.22905: done checking for max_fail_percentage 6562 1726776639.22906: checking to see if all hosts have failed and the running result is not ok 6562 1726776639.22907: done checking to see if all hosts have failed 6562 1726776639.22907: getting the remaining hosts for this loop 6562 1726776639.22909: done getting the remaining hosts for this loop 6562 1726776639.22913: getting the next task for host managed_node2 6562 1726776639.22919: done getting next task for host managed_node2 6562 1726776639.22921: ^ task is: TASK: Check sysfs after role runs 6562 1726776639.22923: ^ state is: HOST STATE: block=2, task=41, 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 6562 1726776639.22927: getting variables 6562 1726776639.22929: in VariableManager get_vars() 6562 1726776639.22963: Calling all_inventory to load vars for managed_node2 6562 1726776639.22966: Calling groups_inventory to load vars for managed_node2 6562 1726776639.22968: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776639.22977: Calling all_plugins_play to load vars for managed_node2 6562 1726776639.22979: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776639.22981: Calling groups_plugins_play to load vars for managed_node2 6562 1726776639.23147: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776639.23258: done with get_vars() 6562 1726776639.23266: done getting variables 6562 1726776639.23311: 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 sysfs after role runs] ********************************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:176 Thursday 19 September 2024 16:10:39 -0400 (0:00:00.336) 0:01:21.468 **** 6562 1726776639.23331: entering _queue_task() for managed_node2/command 6562 1726776639.23517: worker is 1 (out of 1 available) 6562 1726776639.23529: exiting _queue_task() for managed_node2/command 6562 1726776639.23542: done queuing things up, now waiting for results queue to drain 6562 1726776639.23544: waiting for pending results... 6562 1726776639.23711: running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs 6562 1726776639.23770: in run() - task 12343ab9-b159-238d-eb1a-000000000024 6562 1726776639.23783: variable 'ansible_search_path' from source: unknown 6562 1726776639.23813: calling self._execute() 6562 1726776639.23880: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.23888: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.23897: variable 'omit' from source: magic vars 6562 1726776639.23970: variable 'omit' from source: magic vars 6562 1726776639.23995: variable 'omit' from source: magic vars 6562 1726776639.24018: variable 'omit' from source: magic vars 6562 1726776639.24051: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776639.24078: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776639.24098: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776639.24112: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776639.24122: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776639.24145: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776639.24148: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.24150: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.24220: Set connection var ansible_timeout to 10 6562 1726776639.24227: Set connection var ansible_pipelining to False 6562 1726776639.24232: Set connection var ansible_shell_executable to /bin/sh 6562 1726776639.24238: Set connection var ansible_shell_type to sh 6562 1726776639.24243: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776639.24245: Set connection var ansible_connection to ssh 6562 1726776639.24261: variable 'ansible_shell_executable' from source: unknown 6562 1726776639.24264: variable 'ansible_connection' from source: unknown 6562 1726776639.24266: variable 'ansible_module_compression' from source: unknown 6562 1726776639.24269: variable 'ansible_shell_type' from source: unknown 6562 1726776639.24271: variable 'ansible_shell_executable' from source: unknown 6562 1726776639.24273: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.24277: variable 'ansible_pipelining' from source: unknown 6562 1726776639.24280: variable 'ansible_timeout' from source: unknown 6562 1726776639.24284: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.24389: 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) 6562 1726776639.24397: variable 'omit' from source: magic vars 6562 1726776639.24402: starting attempt loop 6562 1726776639.24405: running the handler 6562 1726776639.24418: _low_level_execute_command(): starting 6562 1726776639.24425: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776639.24931: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776639.24935: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.24940: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776639.24944: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.24991: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776639.24994: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776639.25002: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776639.25062: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776639.26673: stdout chunk (state=3): >>>/root <<< 6562 1726776639.26764: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776639.26797: stderr chunk (state=3): >>><<< 6562 1726776639.26800: stdout chunk (state=3): >>><<< 6562 1726776639.26824: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776639.26837: _low_level_execute_command(): starting 6562 1726776639.26842: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776639.2682457-9547-103421267505761 `" && echo ansible-tmp-1726776639.2682457-9547-103421267505761="` echo /root/.ansible/tmp/ansible-tmp-1726776639.2682457-9547-103421267505761 `" ) && sleep 0' 6562 1726776639.27261: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776639.27268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776639.27292: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.27295: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776639.27314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.27357: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776639.27361: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776639.27363: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776639.27415: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776639.29523: stdout chunk (state=3): >>>ansible-tmp-1726776639.2682457-9547-103421267505761=/root/.ansible/tmp/ansible-tmp-1726776639.2682457-9547-103421267505761 <<< 6562 1726776639.29621: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776639.29650: stderr chunk (state=3): >>><<< 6562 1726776639.29653: stdout chunk (state=3): >>><<< 6562 1726776639.29672: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776639.2682457-9547-103421267505761=/root/.ansible/tmp/ansible-tmp-1726776639.2682457-9547-103421267505761 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776639.29702: variable 'ansible_module_compression' from source: unknown 6562 1726776639.29746: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776639.29777: variable 'ansible_facts' from source: unknown 6562 1726776639.29834: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776639.2682457-9547-103421267505761/AnsiballZ_command.py 6562 1726776639.29937: Sending initial data 6562 1726776639.29941: Sent initial data (154 bytes) 6562 1726776639.30381: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776639.30384: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776639.30390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.30393: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776639.30395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.30442: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776639.30445: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776639.30500: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776639.32043: 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 <<< 6562 1726776639.32091: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776639.32140: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp1x0aw7s6 /root/.ansible/tmp/ansible-tmp-1726776639.2682457-9547-103421267505761/AnsiballZ_command.py <<< 6562 1726776639.32143: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776639.2682457-9547-103421267505761/AnsiballZ_command.py" <<< 6562 1726776639.32182: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp1x0aw7s6" to remote "/root/.ansible/tmp/ansible-tmp-1726776639.2682457-9547-103421267505761/AnsiballZ_command.py" <<< 6562 1726776639.32193: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776639.2682457-9547-103421267505761/AnsiballZ_command.py" <<< 6562 1726776639.32744: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776639.32789: stderr chunk (state=3): >>><<< 6562 1726776639.32793: stdout chunk (state=3): >>><<< 6562 1726776639.32819: done transferring module to remote 6562 1726776639.32828: _low_level_execute_command(): starting 6562 1726776639.32834: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776639.2682457-9547-103421267505761/ /root/.ansible/tmp/ansible-tmp-1726776639.2682457-9547-103421267505761/AnsiballZ_command.py && sleep 0' 6562 1726776639.33276: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776639.33279: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776639.33282: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.33284: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776639.33288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776639.33294: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.33336: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776639.33342: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776639.33397: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776639.35180: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776639.35209: stderr chunk (state=3): >>><<< 6562 1726776639.35212: stdout chunk (state=3): >>><<< 6562 1726776639.35225: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776639.35228: _low_level_execute_command(): starting 6562 1726776639.35233: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776639.2682457-9547-103421267505761/AnsiballZ_command.py && sleep 0' 6562 1726776639.35663: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776639.35666: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776639.35669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.35671: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776639.35673: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.35724: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776639.35727: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776639.35782: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776639.51537: stdout chunk (state=3): >>> {"changed": true, "stdout": "60666", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "60666", "/sys/class/net/lo/mtu"], "start": "2024-09-19 16:10:39.510913", "end": "2024-09-19 16:10:39.514495", "delta": "0:00:00.003582", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 60666 /sys/class/net/lo/mtu", "_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}}} <<< 6562 1726776639.53044: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776639.53070: stderr chunk (state=3): >>><<< 6562 1726776639.53073: stdout chunk (state=3): >>><<< 6562 1726776639.53096: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "60666", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "60666", "/sys/class/net/lo/mtu"], "start": "2024-09-19 16:10:39.510913", "end": "2024-09-19 16:10:39.514495", "delta": "0:00:00.003582", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 60666 /sys/class/net/lo/mtu", "_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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776639.53136: done with _execute_module (ansible.legacy.command, {'_raw_params': 'grep -x 60666 /sys/class/net/lo/mtu', '_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-1726776639.2682457-9547-103421267505761/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776639.53142: _low_level_execute_command(): starting 6562 1726776639.53147: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776639.2682457-9547-103421267505761/ > /dev/null 2>&1 && sleep 0' 6562 1726776639.53592: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776639.53595: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.53598: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776639.53605: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776639.53607: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.53654: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776639.53657: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776639.53659: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776639.53712: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776639.55528: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776639.55557: stderr chunk (state=3): >>><<< 6562 1726776639.55560: stdout chunk (state=3): >>><<< 6562 1726776639.55575: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776639.55580: handler run complete 6562 1726776639.55602: Evaluated conditional (False): False 6562 1726776639.55611: attempt loop complete, returning result 6562 1726776639.55614: _execute() done 6562 1726776639.55617: dumping result to json 6562 1726776639.55622: done dumping result, returning 6562 1726776639.55629: done running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs [12343ab9-b159-238d-eb1a-000000000024] 6562 1726776639.55633: sending task result for task 12343ab9-b159-238d-eb1a-000000000024 6562 1726776639.55731: done sending task result for task 12343ab9-b159-238d-eb1a-000000000024 6562 1726776639.55734: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "grep", "-x", "60666", "/sys/class/net/lo/mtu" ], "delta": "0:00:00.003582", "end": "2024-09-19 16:10:39.514495", "rc": 0, "start": "2024-09-19 16:10:39.510913" } STDOUT: 60666 6562 1726776639.55814: no more pending results, returning what we have 6562 1726776639.55818: results queue empty 6562 1726776639.55818: checking for any_errors_fatal 6562 1726776639.55825: done checking for any_errors_fatal 6562 1726776639.55826: checking for max_fail_percentage 6562 1726776639.55827: done checking for max_fail_percentage 6562 1726776639.55828: checking to see if all hosts have failed and the running result is not ok 6562 1726776639.55829: done checking to see if all hosts have failed 6562 1726776639.55829: getting the remaining hosts for this loop 6562 1726776639.55832: done getting the remaining hosts for this loop 6562 1726776639.55835: getting the next task for host managed_node2 6562 1726776639.55841: done getting next task for host managed_node2 6562 1726776639.55844: ^ task is: TASK: Apply kernel_settings for removing section 6562 1726776639.55846: ^ state is: HOST STATE: block=2, task=42, 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 6562 1726776639.55849: getting variables 6562 1726776639.55851: in VariableManager get_vars() 6562 1726776639.55881: Calling all_inventory to load vars for managed_node2 6562 1726776639.55883: Calling groups_inventory to load vars for managed_node2 6562 1726776639.55889: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776639.55898: Calling all_plugins_play to load vars for managed_node2 6562 1726776639.55900: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776639.55903: Calling groups_plugins_play to load vars for managed_node2 6562 1726776639.56024: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776639.56144: done with get_vars() 6562 1726776639.56153: done getting variables TASK [Apply kernel_settings for removing section] ****************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:180 Thursday 19 September 2024 16:10:39 -0400 (0:00:00.328) 0:01:21.796 **** 6562 1726776639.56220: entering _queue_task() for managed_node2/include_role 6562 1726776639.56402: worker is 1 (out of 1 available) 6562 1726776639.56415: exiting _queue_task() for managed_node2/include_role 6562 1726776639.56428: done queuing things up, now waiting for results queue to drain 6562 1726776639.56430: waiting for pending results... 6562 1726776639.56600: running TaskExecutor() for managed_node2/TASK: Apply kernel_settings for removing section 6562 1726776639.56656: in run() - task 12343ab9-b159-238d-eb1a-000000000025 6562 1726776639.56669: variable 'ansible_search_path' from source: unknown 6562 1726776639.56699: calling self._execute() 6562 1726776639.56768: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.56774: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.56783: variable 'omit' from source: magic vars 6562 1726776639.56858: _execute() done 6562 1726776639.56862: dumping result to json 6562 1726776639.56865: done dumping result, returning 6562 1726776639.56871: done running TaskExecutor() for managed_node2/TASK: Apply kernel_settings for removing section [12343ab9-b159-238d-eb1a-000000000025] 6562 1726776639.56874: sending task result for task 12343ab9-b159-238d-eb1a-000000000025 6562 1726776639.56982: done sending task result for task 12343ab9-b159-238d-eb1a-000000000025 6562 1726776639.56989: WORKER PROCESS EXITING 6562 1726776639.57013: no more pending results, returning what we have 6562 1726776639.57017: in VariableManager get_vars() 6562 1726776639.57048: Calling all_inventory to load vars for managed_node2 6562 1726776639.57050: Calling groups_inventory to load vars for managed_node2 6562 1726776639.57052: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776639.57061: Calling all_plugins_play to load vars for managed_node2 6562 1726776639.57064: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776639.57066: Calling groups_plugins_play to load vars for managed_node2 6562 1726776639.57220: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776639.57327: done with get_vars() 6562 1726776639.57332: variable 'ansible_search_path' from source: unknown 6562 1726776639.59237: variable 'omit' from source: magic vars 6562 1726776639.59252: variable 'omit' from source: magic vars 6562 1726776639.59260: variable 'omit' from source: magic vars 6562 1726776639.59263: we have included files to process 6562 1726776639.59263: generating all_blocks data 6562 1726776639.59264: done generating all_blocks data 6562 1726776639.59266: processing included file: fedora.linux_system_roles.kernel_settings 6562 1726776639.59278: in VariableManager get_vars() 6562 1726776639.59292: done with get_vars() 6562 1726776639.59309: in VariableManager get_vars() 6562 1726776639.59319: done with get_vars() 6562 1726776639.59342: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6562 1726776639.59378: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6562 1726776639.59396: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6562 1726776639.59439: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6562 1726776639.59758: in VariableManager get_vars() 6562 1726776639.59771: done with get_vars() 6562 1726776639.60560: in VariableManager get_vars() 6562 1726776639.60575: done with get_vars() 6562 1726776639.60674: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6562 1726776639.61056: iterating over new_blocks loaded from include file 6562 1726776639.61058: in VariableManager get_vars() 6562 1726776639.61068: done with get_vars() 6562 1726776639.61069: filtering new block on tags 6562 1726776639.61095: done filtering new block on tags 6562 1726776639.61097: in VariableManager get_vars() 6562 1726776639.61106: done with get_vars() 6562 1726776639.61107: filtering new block on tags 6562 1726776639.61128: done filtering new block on tags 6562 1726776639.61130: in VariableManager get_vars() 6562 1726776639.61139: done with get_vars() 6562 1726776639.61140: filtering new block on tags 6562 1726776639.61227: done filtering new block on tags 6562 1726776639.61230: in VariableManager get_vars() 6562 1726776639.61238: done with get_vars() 6562 1726776639.61240: filtering new block on tags 6562 1726776639.61249: done filtering new block on tags 6562 1726776639.61250: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node2 6562 1726776639.61254: extending task lists for all hosts with included blocks 6562 1726776639.63247: done extending task lists 6562 1726776639.63249: done processing included files 6562 1726776639.63250: results queue empty 6562 1726776639.63250: checking for any_errors_fatal 6562 1726776639.63252: done checking for any_errors_fatal 6562 1726776639.63253: checking for max_fail_percentage 6562 1726776639.63253: done checking for max_fail_percentage 6562 1726776639.63254: checking to see if all hosts have failed and the running result is not ok 6562 1726776639.63255: done checking to see if all hosts have failed 6562 1726776639.63255: getting the remaining hosts for this loop 6562 1726776639.63256: done getting the remaining hosts for this loop 6562 1726776639.63258: getting the next task for host managed_node2 6562 1726776639.63260: done getting next task for host managed_node2 6562 1726776639.63262: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6562 1726776639.63264: ^ state is: HOST STATE: block=2, task=43, 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 6562 1726776639.63272: getting variables 6562 1726776639.63273: in VariableManager get_vars() 6562 1726776639.63284: Calling all_inventory to load vars for managed_node2 6562 1726776639.63290: Calling groups_inventory to load vars for managed_node2 6562 1726776639.63292: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776639.63296: Calling all_plugins_play to load vars for managed_node2 6562 1726776639.63297: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776639.63299: Calling groups_plugins_play to load vars for managed_node2 6562 1726776639.63381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776639.63493: done with get_vars() 6562 1726776639.63500: done getting variables 6562 1726776639.63530: 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:39 -0400 (0:00:00.073) 0:01:21.870 **** 6562 1726776639.63549: entering _queue_task() for managed_node2/fail 6562 1726776639.63776: worker is 1 (out of 1 available) 6562 1726776639.63794: exiting _queue_task() for managed_node2/fail 6562 1726776639.63806: done queuing things up, now waiting for results queue to drain 6562 1726776639.63808: waiting for pending results... 6562 1726776639.63980: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6562 1726776639.64057: in run() - task 12343ab9-b159-238d-eb1a-0000000009ee 6562 1726776639.64068: variable 'ansible_search_path' from source: unknown 6562 1726776639.64072: variable 'ansible_search_path' from source: unknown 6562 1726776639.64104: calling self._execute() 6562 1726776639.64171: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.64175: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.64183: variable 'omit' from source: magic vars 6562 1726776639.64526: variable 'kernel_settings_sysctl' from source: include params 6562 1726776639.64536: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776639.64543: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): False 6562 1726776639.64546: when evaluation is False, skipping this task 6562 1726776639.64549: _execute() done 6562 1726776639.64552: dumping result to json 6562 1726776639.64554: done dumping result, returning 6562 1726776639.64562: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [12343ab9-b159-238d-eb1a-0000000009ee] 6562 1726776639.64566: sending task result for task 12343ab9-b159-238d-eb1a-0000000009ee 6562 1726776639.64652: done sending task result for task 12343ab9-b159-238d-eb1a-0000000009ee 6562 1726776639.64655: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "kernel_settings_sysctl != __kernel_settings_state_empty", "skip_reason": "Conditional result was False" } 6562 1726776639.64731: no more pending results, returning what we have 6562 1726776639.64735: results queue empty 6562 1726776639.64736: checking for any_errors_fatal 6562 1726776639.64737: done checking for any_errors_fatal 6562 1726776639.64738: checking for max_fail_percentage 6562 1726776639.64739: done checking for max_fail_percentage 6562 1726776639.64739: checking to see if all hosts have failed and the running result is not ok 6562 1726776639.64740: done checking to see if all hosts have failed 6562 1726776639.64741: getting the remaining hosts for this loop 6562 1726776639.64743: done getting the remaining hosts for this loop 6562 1726776639.64746: getting the next task for host managed_node2 6562 1726776639.64751: done getting next task for host managed_node2 6562 1726776639.64754: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6562 1726776639.64757: ^ state is: HOST STATE: block=2, task=43, 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 6562 1726776639.64772: getting variables 6562 1726776639.64774: in VariableManager get_vars() 6562 1726776639.64807: Calling all_inventory to load vars for managed_node2 6562 1726776639.64809: Calling groups_inventory to load vars for managed_node2 6562 1726776639.64811: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776639.64819: Calling all_plugins_play to load vars for managed_node2 6562 1726776639.64822: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776639.64823: Calling groups_plugins_play to load vars for managed_node2 6562 1726776639.64954: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776639.65074: done with get_vars() 6562 1726776639.65081: 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:39 -0400 (0:00:00.015) 0:01:21.886 **** 6562 1726776639.65145: entering _queue_task() for managed_node2/include_tasks 6562 1726776639.65327: worker is 1 (out of 1 available) 6562 1726776639.65341: exiting _queue_task() for managed_node2/include_tasks 6562 1726776639.65356: done queuing things up, now waiting for results queue to drain 6562 1726776639.65358: waiting for pending results... 6562 1726776639.65518: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6562 1726776639.65585: in run() - task 12343ab9-b159-238d-eb1a-0000000009ef 6562 1726776639.65598: variable 'ansible_search_path' from source: unknown 6562 1726776639.65601: variable 'ansible_search_path' from source: unknown 6562 1726776639.65628: calling self._execute() 6562 1726776639.65697: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.65700: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.65709: variable 'omit' from source: magic vars 6562 1726776639.65780: _execute() done 6562 1726776639.65784: dumping result to json 6562 1726776639.65791: done dumping result, returning 6562 1726776639.65795: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [12343ab9-b159-238d-eb1a-0000000009ef] 6562 1726776639.65800: sending task result for task 12343ab9-b159-238d-eb1a-0000000009ef 6562 1726776639.65877: done sending task result for task 12343ab9-b159-238d-eb1a-0000000009ef 6562 1726776639.65880: WORKER PROCESS EXITING 6562 1726776639.65945: no more pending results, returning what we have 6562 1726776639.65948: in VariableManager get_vars() 6562 1726776639.65981: Calling all_inventory to load vars for managed_node2 6562 1726776639.65983: Calling groups_inventory to load vars for managed_node2 6562 1726776639.65988: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776639.65995: Calling all_plugins_play to load vars for managed_node2 6562 1726776639.65997: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776639.65998: Calling groups_plugins_play to load vars for managed_node2 6562 1726776639.66102: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776639.66222: done with get_vars() 6562 1726776639.66228: variable 'ansible_search_path' from source: unknown 6562 1726776639.66228: variable 'ansible_search_path' from source: unknown 6562 1726776639.66249: we have included files to process 6562 1726776639.66250: generating all_blocks data 6562 1726776639.66251: done generating all_blocks data 6562 1726776639.66257: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6562 1726776639.66257: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6562 1726776639.66259: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6562 1726776639.66708: done processing included file 6562 1726776639.66710: iterating over new_blocks loaded from include file 6562 1726776639.66711: in VariableManager get_vars() 6562 1726776639.66725: done with get_vars() 6562 1726776639.66726: filtering new block on tags 6562 1726776639.66742: done filtering new block on tags 6562 1726776639.66744: in VariableManager get_vars() 6562 1726776639.66756: done with get_vars() 6562 1726776639.66757: filtering new block on tags 6562 1726776639.66778: done filtering new block on tags 6562 1726776639.66779: in VariableManager get_vars() 6562 1726776639.66796: done with get_vars() 6562 1726776639.66797: filtering new block on tags 6562 1726776639.66818: done filtering new block on tags 6562 1726776639.66819: in VariableManager get_vars() 6562 1726776639.66831: done with get_vars() 6562 1726776639.66832: filtering new block on tags 6562 1726776639.66845: done filtering new block on tags 6562 1726776639.66846: 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_node2 6562 1726776639.66849: extending task lists for all hosts with included blocks 6562 1726776639.66933: done extending task lists 6562 1726776639.66934: done processing included files 6562 1726776639.66935: results queue empty 6562 1726776639.66935: checking for any_errors_fatal 6562 1726776639.66938: done checking for any_errors_fatal 6562 1726776639.66938: checking for max_fail_percentage 6562 1726776639.66939: done checking for max_fail_percentage 6562 1726776639.66939: checking to see if all hosts have failed and the running result is not ok 6562 1726776639.66940: done checking to see if all hosts have failed 6562 1726776639.66940: getting the remaining hosts for this loop 6562 1726776639.66941: done getting the remaining hosts for this loop 6562 1726776639.66943: getting the next task for host managed_node2 6562 1726776639.66945: done getting next task for host managed_node2 6562 1726776639.66947: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6562 1726776639.66949: ^ state is: HOST STATE: block=2, task=43, 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 6562 1726776639.66955: getting variables 6562 1726776639.66956: in VariableManager get_vars() 6562 1726776639.66965: Calling all_inventory to load vars for managed_node2 6562 1726776639.66966: Calling groups_inventory to load vars for managed_node2 6562 1726776639.66967: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776639.66970: Calling all_plugins_play to load vars for managed_node2 6562 1726776639.66971: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776639.66973: Calling groups_plugins_play to load vars for managed_node2 6562 1726776639.67066: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776639.67177: done with get_vars() 6562 1726776639.67183: 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:39 -0400 (0:00:00.020) 0:01:21.907 **** 6562 1726776639.67235: entering _queue_task() for managed_node2/setup 6562 1726776639.67411: worker is 1 (out of 1 available) 6562 1726776639.67424: exiting _queue_task() for managed_node2/setup 6562 1726776639.67436: done queuing things up, now waiting for results queue to drain 6562 1726776639.67437: waiting for pending results... 6562 1726776639.67597: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6562 1726776639.67679: in run() - task 12343ab9-b159-238d-eb1a-000000000bd2 6562 1726776639.67693: variable 'ansible_search_path' from source: unknown 6562 1726776639.67696: variable 'ansible_search_path' from source: unknown 6562 1726776639.67722: calling self._execute() 6562 1726776639.67781: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.67790: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.67798: variable 'omit' from source: magic vars 6562 1726776639.68147: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776639.69518: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776639.69567: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776639.69596: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776639.69622: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776639.69641: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776639.69698: 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) 6562 1726776639.69721: 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) 6562 1726776639.69740: 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) 6562 1726776639.69765: 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) 6562 1726776639.69776: 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) 6562 1726776639.69815: 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) 6562 1726776639.69833: 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) 6562 1726776639.69850: 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) 6562 1726776639.69875: 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) 6562 1726776639.69888: 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) 6562 1726776639.69997: variable '__kernel_settings_required_facts' from source: role '' all vars 6562 1726776639.70005: variable 'ansible_facts' from source: unknown 6562 1726776639.70065: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 6562 1726776639.70068: when evaluation is False, skipping this task 6562 1726776639.70071: _execute() done 6562 1726776639.70074: dumping result to json 6562 1726776639.70076: done dumping result, returning 6562 1726776639.70082: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [12343ab9-b159-238d-eb1a-000000000bd2] 6562 1726776639.70090: sending task result for task 12343ab9-b159-238d-eb1a-000000000bd2 6562 1726776639.70173: done sending task result for task 12343ab9-b159-238d-eb1a-000000000bd2 6562 1726776639.70176: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 6562 1726776639.70223: no more pending results, returning what we have 6562 1726776639.70227: results queue empty 6562 1726776639.70227: checking for any_errors_fatal 6562 1726776639.70229: done checking for any_errors_fatal 6562 1726776639.70230: checking for max_fail_percentage 6562 1726776639.70231: done checking for max_fail_percentage 6562 1726776639.70232: checking to see if all hosts have failed and the running result is not ok 6562 1726776639.70233: done checking to see if all hosts have failed 6562 1726776639.70233: getting the remaining hosts for this loop 6562 1726776639.70235: done getting the remaining hosts for this loop 6562 1726776639.70239: getting the next task for host managed_node2 6562 1726776639.70248: done getting next task for host managed_node2 6562 1726776639.70251: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6562 1726776639.70254: ^ state is: HOST STATE: block=2, task=43, 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 6562 1726776639.70270: getting variables 6562 1726776639.70271: in VariableManager get_vars() 6562 1726776639.70305: Calling all_inventory to load vars for managed_node2 6562 1726776639.70307: Calling groups_inventory to load vars for managed_node2 6562 1726776639.70309: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776639.70317: Calling all_plugins_play to load vars for managed_node2 6562 1726776639.70319: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776639.70321: Calling groups_plugins_play to load vars for managed_node2 6562 1726776639.70437: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776639.70558: done with get_vars() 6562 1726776639.70566: 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:39 -0400 (0:00:00.033) 0:01:21.941 **** 6562 1726776639.70631: entering _queue_task() for managed_node2/stat 6562 1726776639.70809: worker is 1 (out of 1 available) 6562 1726776639.70823: exiting _queue_task() for managed_node2/stat 6562 1726776639.70835: done queuing things up, now waiting for results queue to drain 6562 1726776639.70836: waiting for pending results... 6562 1726776639.71005: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6562 1726776639.71091: in run() - task 12343ab9-b159-238d-eb1a-000000000bd4 6562 1726776639.71099: variable 'ansible_search_path' from source: unknown 6562 1726776639.71103: variable 'ansible_search_path' from source: unknown 6562 1726776639.71130: calling self._execute() 6562 1726776639.71194: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.71200: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.71209: variable 'omit' from source: magic vars 6562 1726776639.71530: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776639.71749: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776639.71780: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776639.71807: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776639.71834: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776639.71893: 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) 6562 1726776639.71912: 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) 6562 1726776639.71933: 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) 6562 1726776639.71949: 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) 6562 1726776639.72030: variable '__kernel_settings_is_ostree' from source: set_fact 6562 1726776639.72040: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6562 1726776639.72044: when evaluation is False, skipping this task 6562 1726776639.72046: _execute() done 6562 1726776639.72049: dumping result to json 6562 1726776639.72052: done dumping result, returning 6562 1726776639.72055: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [12343ab9-b159-238d-eb1a-000000000bd4] 6562 1726776639.72058: sending task result for task 12343ab9-b159-238d-eb1a-000000000bd4 6562 1726776639.72136: done sending task result for task 12343ab9-b159-238d-eb1a-000000000bd4 6562 1726776639.72141: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6562 1726776639.72192: no more pending results, returning what we have 6562 1726776639.72195: results queue empty 6562 1726776639.72197: checking for any_errors_fatal 6562 1726776639.72203: done checking for any_errors_fatal 6562 1726776639.72204: checking for max_fail_percentage 6562 1726776639.72205: done checking for max_fail_percentage 6562 1726776639.72206: checking to see if all hosts have failed and the running result is not ok 6562 1726776639.72207: done checking to see if all hosts have failed 6562 1726776639.72208: getting the remaining hosts for this loop 6562 1726776639.72210: done getting the remaining hosts for this loop 6562 1726776639.72213: getting the next task for host managed_node2 6562 1726776639.72219: done getting next task for host managed_node2 6562 1726776639.72222: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6562 1726776639.72225: ^ state is: HOST STATE: block=2, task=43, 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 6562 1726776639.72240: getting variables 6562 1726776639.72242: in VariableManager get_vars() 6562 1726776639.72270: Calling all_inventory to load vars for managed_node2 6562 1726776639.72273: Calling groups_inventory to load vars for managed_node2 6562 1726776639.72275: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776639.72282: Calling all_plugins_play to load vars for managed_node2 6562 1726776639.72284: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776639.72291: Calling groups_plugins_play to load vars for managed_node2 6562 1726776639.72423: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776639.72541: done with get_vars() 6562 1726776639.72548: done getting variables 6562 1726776639.72584: 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:39 -0400 (0:00:00.019) 0:01:21.960 **** 6562 1726776639.72610: entering _queue_task() for managed_node2/set_fact 6562 1726776639.72784: worker is 1 (out of 1 available) 6562 1726776639.72799: exiting _queue_task() for managed_node2/set_fact 6562 1726776639.72811: done queuing things up, now waiting for results queue to drain 6562 1726776639.72812: waiting for pending results... 6562 1726776639.72975: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6562 1726776639.73059: in run() - task 12343ab9-b159-238d-eb1a-000000000bd5 6562 1726776639.73072: variable 'ansible_search_path' from source: unknown 6562 1726776639.73076: variable 'ansible_search_path' from source: unknown 6562 1726776639.73109: calling self._execute() 6562 1726776639.73171: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.73176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.73184: variable 'omit' from source: magic vars 6562 1726776639.73518: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776639.73689: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776639.73724: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776639.73749: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776639.73775: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776639.73845: 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) 6562 1726776639.73863: 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) 6562 1726776639.73881: 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) 6562 1726776639.73903: 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) 6562 1726776639.73984: variable '__kernel_settings_is_ostree' from source: set_fact 6562 1726776639.73995: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6562 1726776639.73998: when evaluation is False, skipping this task 6562 1726776639.74001: _execute() done 6562 1726776639.74004: dumping result to json 6562 1726776639.74007: done dumping result, returning 6562 1726776639.74013: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [12343ab9-b159-238d-eb1a-000000000bd5] 6562 1726776639.74017: sending task result for task 12343ab9-b159-238d-eb1a-000000000bd5 6562 1726776639.74093: done sending task result for task 12343ab9-b159-238d-eb1a-000000000bd5 6562 1726776639.74097: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6562 1726776639.74166: no more pending results, returning what we have 6562 1726776639.74169: results queue empty 6562 1726776639.74170: checking for any_errors_fatal 6562 1726776639.74174: done checking for any_errors_fatal 6562 1726776639.74175: checking for max_fail_percentage 6562 1726776639.74176: done checking for max_fail_percentage 6562 1726776639.74177: checking to see if all hosts have failed and the running result is not ok 6562 1726776639.74178: done checking to see if all hosts have failed 6562 1726776639.74178: getting the remaining hosts for this loop 6562 1726776639.74180: done getting the remaining hosts for this loop 6562 1726776639.74183: getting the next task for host managed_node2 6562 1726776639.74192: done getting next task for host managed_node2 6562 1726776639.74195: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6562 1726776639.74198: ^ state is: HOST STATE: block=2, task=43, 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 6562 1726776639.74213: getting variables 6562 1726776639.74214: in VariableManager get_vars() 6562 1726776639.74241: Calling all_inventory to load vars for managed_node2 6562 1726776639.74243: Calling groups_inventory to load vars for managed_node2 6562 1726776639.74244: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776639.74250: Calling all_plugins_play to load vars for managed_node2 6562 1726776639.74251: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776639.74253: Calling groups_plugins_play to load vars for managed_node2 6562 1726776639.74356: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776639.74474: done with get_vars() 6562 1726776639.74481: 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:39 -0400 (0:00:00.019) 0:01:21.980 **** 6562 1726776639.74545: entering _queue_task() for managed_node2/stat 6562 1726776639.74714: worker is 1 (out of 1 available) 6562 1726776639.74727: exiting _queue_task() for managed_node2/stat 6562 1726776639.74739: done queuing things up, now waiting for results queue to drain 6562 1726776639.74741: waiting for pending results... 6562 1726776639.74905: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6562 1726776639.74984: in run() - task 12343ab9-b159-238d-eb1a-000000000bd7 6562 1726776639.74999: variable 'ansible_search_path' from source: unknown 6562 1726776639.75002: variable 'ansible_search_path' from source: unknown 6562 1726776639.75027: calling self._execute() 6562 1726776639.75088: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.75096: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.75105: variable 'omit' from source: magic vars 6562 1726776639.75474: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776639.75634: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776639.75665: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776639.75690: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776639.75717: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776639.75775: 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) 6562 1726776639.75797: 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) 6562 1726776639.75815: 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) 6562 1726776639.75834: 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) 6562 1726776639.75913: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776639.75921: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6562 1726776639.75924: when evaluation is False, skipping this task 6562 1726776639.75927: _execute() done 6562 1726776639.75930: dumping result to json 6562 1726776639.75932: done dumping result, returning 6562 1726776639.75939: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [12343ab9-b159-238d-eb1a-000000000bd7] 6562 1726776639.75942: sending task result for task 12343ab9-b159-238d-eb1a-000000000bd7 6562 1726776639.76019: done sending task result for task 12343ab9-b159-238d-eb1a-000000000bd7 6562 1726776639.76022: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6562 1726776639.76093: no more pending results, returning what we have 6562 1726776639.76096: results queue empty 6562 1726776639.76097: checking for any_errors_fatal 6562 1726776639.76101: done checking for any_errors_fatal 6562 1726776639.76102: checking for max_fail_percentage 6562 1726776639.76103: done checking for max_fail_percentage 6562 1726776639.76104: checking to see if all hosts have failed and the running result is not ok 6562 1726776639.76105: done checking to see if all hosts have failed 6562 1726776639.76105: getting the remaining hosts for this loop 6562 1726776639.76107: done getting the remaining hosts for this loop 6562 1726776639.76110: getting the next task for host managed_node2 6562 1726776639.76116: done getting next task for host managed_node2 6562 1726776639.76119: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6562 1726776639.76122: ^ state is: HOST STATE: block=2, task=43, 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 6562 1726776639.76138: getting variables 6562 1726776639.76139: in VariableManager get_vars() 6562 1726776639.76162: Calling all_inventory to load vars for managed_node2 6562 1726776639.76164: Calling groups_inventory to load vars for managed_node2 6562 1726776639.76165: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776639.76170: Calling all_plugins_play to load vars for managed_node2 6562 1726776639.76172: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776639.76174: Calling groups_plugins_play to load vars for managed_node2 6562 1726776639.76309: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776639.76425: done with get_vars() 6562 1726776639.76431: done getting variables 6562 1726776639.76466: 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:39 -0400 (0:00:00.019) 0:01:21.999 **** 6562 1726776639.76490: entering _queue_task() for managed_node2/set_fact 6562 1726776639.76656: worker is 1 (out of 1 available) 6562 1726776639.76669: exiting _queue_task() for managed_node2/set_fact 6562 1726776639.76681: done queuing things up, now waiting for results queue to drain 6562 1726776639.76683: waiting for pending results... 6562 1726776639.76843: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6562 1726776639.76929: in run() - task 12343ab9-b159-238d-eb1a-000000000bd8 6562 1726776639.76940: variable 'ansible_search_path' from source: unknown 6562 1726776639.76944: variable 'ansible_search_path' from source: unknown 6562 1726776639.76969: calling self._execute() 6562 1726776639.77029: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.77033: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.77042: variable 'omit' from source: magic vars 6562 1726776639.77357: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776639.77525: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776639.77557: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776639.77582: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776639.77611: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776639.77669: 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) 6562 1726776639.77687: 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) 6562 1726776639.77708: 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) 6562 1726776639.77726: 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) 6562 1726776639.77806: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776639.77814: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6562 1726776639.77816: when evaluation is False, skipping this task 6562 1726776639.77819: _execute() done 6562 1726776639.77822: dumping result to json 6562 1726776639.77825: done dumping result, returning 6562 1726776639.77831: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [12343ab9-b159-238d-eb1a-000000000bd8] 6562 1726776639.77836: sending task result for task 12343ab9-b159-238d-eb1a-000000000bd8 6562 1726776639.77910: done sending task result for task 12343ab9-b159-238d-eb1a-000000000bd8 6562 1726776639.77914: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6562 1726776639.77956: no more pending results, returning what we have 6562 1726776639.77959: results queue empty 6562 1726776639.77960: checking for any_errors_fatal 6562 1726776639.77964: done checking for any_errors_fatal 6562 1726776639.77965: checking for max_fail_percentage 6562 1726776639.77966: done checking for max_fail_percentage 6562 1726776639.77967: checking to see if all hosts have failed and the running result is not ok 6562 1726776639.77968: done checking to see if all hosts have failed 6562 1726776639.77969: getting the remaining hosts for this loop 6562 1726776639.77971: done getting the remaining hosts for this loop 6562 1726776639.77974: getting the next task for host managed_node2 6562 1726776639.77982: done getting next task for host managed_node2 6562 1726776639.77985: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6562 1726776639.77990: ^ state is: HOST STATE: block=2, task=43, 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 6562 1726776639.78005: getting variables 6562 1726776639.78006: in VariableManager get_vars() 6562 1726776639.78035: Calling all_inventory to load vars for managed_node2 6562 1726776639.78037: Calling groups_inventory to load vars for managed_node2 6562 1726776639.78039: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776639.78046: Calling all_plugins_play to load vars for managed_node2 6562 1726776639.78049: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776639.78051: Calling groups_plugins_play to load vars for managed_node2 6562 1726776639.78153: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776639.78271: done with get_vars() 6562 1726776639.78278: done getting variables 6562 1726776639.78316: 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:39 -0400 (0:00:00.018) 0:01:22.018 **** 6562 1726776639.78339: entering _queue_task() for managed_node2/include_vars 6562 1726776639.78507: worker is 1 (out of 1 available) 6562 1726776639.78521: exiting _queue_task() for managed_node2/include_vars 6562 1726776639.78533: done queuing things up, now waiting for results queue to drain 6562 1726776639.78535: waiting for pending results... 6562 1726776639.78693: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6562 1726776639.78776: in run() - task 12343ab9-b159-238d-eb1a-000000000bda 6562 1726776639.78790: variable 'ansible_search_path' from source: unknown 6562 1726776639.78796: variable 'ansible_search_path' from source: unknown 6562 1726776639.78823: calling self._execute() 6562 1726776639.78883: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.78889: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.78900: variable 'omit' from source: magic vars 6562 1726776639.78969: variable 'omit' from source: magic vars 6562 1726776639.79013: variable 'omit' from source: magic vars 6562 1726776639.79320: variable 'ffparams' from source: task vars 6562 1726776639.79413: variable 'ansible_facts' from source: unknown 6562 1726776639.79533: variable 'ansible_facts' from source: unknown 6562 1726776639.79620: variable 'ansible_facts' from source: unknown 6562 1726776639.79705: variable 'ansible_facts' from source: unknown 6562 1726776639.79780: variable 'role_path' from source: magic vars 6562 1726776639.79898: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6562 1726776639.80025: Loaded config def from plugin (lookup/first_found) 6562 1726776639.80029: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 6562 1726776639.80059: variable 'ansible_search_path' from source: unknown 6562 1726776639.80073: variable 'ansible_search_path' from source: unknown 6562 1726776639.80080: variable 'ansible_search_path' from source: unknown 6562 1726776639.80087: variable 'ansible_search_path' from source: unknown 6562 1726776639.80097: variable 'ansible_search_path' from source: unknown 6562 1726776639.80111: variable 'omit' from source: magic vars 6562 1726776639.80130: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776639.80148: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776639.80164: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776639.80177: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776639.80184: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776639.80209: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776639.80212: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.80214: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.80272: Set connection var ansible_timeout to 10 6562 1726776639.80280: Set connection var ansible_pipelining to False 6562 1726776639.80283: Set connection var ansible_shell_executable to /bin/sh 6562 1726776639.80294: Set connection var ansible_shell_type to sh 6562 1726776639.80299: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776639.80301: Set connection var ansible_connection to ssh 6562 1726776639.80316: variable 'ansible_shell_executable' from source: unknown 6562 1726776639.80319: variable 'ansible_connection' from source: unknown 6562 1726776639.80321: variable 'ansible_module_compression' from source: unknown 6562 1726776639.80324: variable 'ansible_shell_type' from source: unknown 6562 1726776639.80326: variable 'ansible_shell_executable' from source: unknown 6562 1726776639.80328: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.80332: variable 'ansible_pipelining' from source: unknown 6562 1726776639.80335: variable 'ansible_timeout' from source: unknown 6562 1726776639.80339: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.80417: 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) 6562 1726776639.80426: variable 'omit' from source: magic vars 6562 1726776639.80431: starting attempt loop 6562 1726776639.80433: running the handler 6562 1726776639.80477: handler run complete 6562 1726776639.80484: attempt loop complete, returning result 6562 1726776639.80489: _execute() done 6562 1726776639.80495: dumping result to json 6562 1726776639.80498: done dumping result, returning 6562 1726776639.80506: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [12343ab9-b159-238d-eb1a-000000000bda] 6562 1726776639.80509: sending task result for task 12343ab9-b159-238d-eb1a-000000000bda 6562 1726776639.80599: done sending task result for task 12343ab9-b159-238d-eb1a-000000000bda 6562 1726776639.80602: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6562 1726776639.80673: no more pending results, returning what we have 6562 1726776639.80676: results queue empty 6562 1726776639.80677: checking for any_errors_fatal 6562 1726776639.80681: done checking for any_errors_fatal 6562 1726776639.80682: checking for max_fail_percentage 6562 1726776639.80683: done checking for max_fail_percentage 6562 1726776639.80683: checking to see if all hosts have failed and the running result is not ok 6562 1726776639.80684: done checking to see if all hosts have failed 6562 1726776639.80685: getting the remaining hosts for this loop 6562 1726776639.80688: done getting the remaining hosts for this loop 6562 1726776639.80692: getting the next task for host managed_node2 6562 1726776639.80699: done getting next task for host managed_node2 6562 1726776639.80702: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6562 1726776639.80704: ^ state is: HOST STATE: block=2, task=43, 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 6562 1726776639.80714: getting variables 6562 1726776639.80715: in VariableManager get_vars() 6562 1726776639.80743: Calling all_inventory to load vars for managed_node2 6562 1726776639.80745: Calling groups_inventory to load vars for managed_node2 6562 1726776639.80747: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776639.80754: Calling all_plugins_play to load vars for managed_node2 6562 1726776639.80757: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776639.80759: Calling groups_plugins_play to load vars for managed_node2 6562 1726776639.80896: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776639.81015: done with get_vars() 6562 1726776639.81023: done getting variables 6562 1726776639.81059: 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:39 -0400 (0:00:00.027) 0:01:22.045 **** 6562 1726776639.81079: entering _queue_task() for managed_node2/package 6562 1726776639.81255: worker is 1 (out of 1 available) 6562 1726776639.81270: exiting _queue_task() for managed_node2/package 6562 1726776639.81282: done queuing things up, now waiting for results queue to drain 6562 1726776639.81284: waiting for pending results... 6562 1726776639.81450: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6562 1726776639.81517: in run() - task 12343ab9-b159-238d-eb1a-0000000009f0 6562 1726776639.81529: variable 'ansible_search_path' from source: unknown 6562 1726776639.81532: variable 'ansible_search_path' from source: unknown 6562 1726776639.81558: calling self._execute() 6562 1726776639.81629: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.81632: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.81640: variable 'omit' from source: magic vars 6562 1726776639.81714: variable 'omit' from source: magic vars 6562 1726776639.81746: variable 'omit' from source: magic vars 6562 1726776639.81769: variable '__kernel_settings_packages' from source: include_vars 6562 1726776639.81982: variable '__kernel_settings_packages' from source: include_vars 6562 1726776639.82130: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776639.83476: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776639.83521: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776639.83547: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776639.83571: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776639.83595: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776639.83660: 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) 6562 1726776639.83680: 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) 6562 1726776639.83702: 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) 6562 1726776639.83727: 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) 6562 1726776639.83738: 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) 6562 1726776639.83812: variable '__kernel_settings_is_ostree' from source: set_fact 6562 1726776639.83815: variable 'omit' from source: magic vars 6562 1726776639.83836: variable 'omit' from source: magic vars 6562 1726776639.83856: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776639.83876: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776639.83895: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776639.83908: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776639.83915: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776639.83937: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776639.83940: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.83943: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.84009: Set connection var ansible_timeout to 10 6562 1726776639.84016: Set connection var ansible_pipelining to False 6562 1726776639.84021: Set connection var ansible_shell_executable to /bin/sh 6562 1726776639.84027: Set connection var ansible_shell_type to sh 6562 1726776639.84032: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776639.84034: Set connection var ansible_connection to ssh 6562 1726776639.84050: variable 'ansible_shell_executable' from source: unknown 6562 1726776639.84052: variable 'ansible_connection' from source: unknown 6562 1726776639.84055: variable 'ansible_module_compression' from source: unknown 6562 1726776639.84057: variable 'ansible_shell_type' from source: unknown 6562 1726776639.84059: variable 'ansible_shell_executable' from source: unknown 6562 1726776639.84061: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776639.84066: variable 'ansible_pipelining' from source: unknown 6562 1726776639.84068: variable 'ansible_timeout' from source: unknown 6562 1726776639.84072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776639.84143: 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) 6562 1726776639.84152: variable 'omit' from source: magic vars 6562 1726776639.84157: starting attempt loop 6562 1726776639.84159: running the handler 6562 1726776639.84165: variable 'ansible_facts' from source: unknown 6562 1726776639.84167: variable 'ansible_facts' from source: unknown 6562 1726776639.84207: _low_level_execute_command(): starting 6562 1726776639.84212: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776639.84694: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776639.84698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.84700: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776639.84702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.84751: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776639.84754: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776639.84756: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776639.84821: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776639.86493: stdout chunk (state=3): >>>/root <<< 6562 1726776639.86589: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776639.86620: stderr chunk (state=3): >>><<< 6562 1726776639.86630: stdout chunk (state=3): >>><<< 6562 1726776639.86642: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776639.86652: _low_level_execute_command(): starting 6562 1726776639.86657: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776639.866428-9567-168314505259042 `" && echo ansible-tmp-1726776639.866428-9567-168314505259042="` echo /root/.ansible/tmp/ansible-tmp-1726776639.866428-9567-168314505259042 `" ) && sleep 0' 6562 1726776639.87080: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776639.87083: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776639.87087: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.87090: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776639.87092: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776639.87094: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.87142: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776639.87145: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776639.87152: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776639.87200: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776639.89320: stdout chunk (state=3): >>>ansible-tmp-1726776639.866428-9567-168314505259042=/root/.ansible/tmp/ansible-tmp-1726776639.866428-9567-168314505259042 <<< 6562 1726776639.89431: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776639.89456: stderr chunk (state=3): >>><<< 6562 1726776639.89459: stdout chunk (state=3): >>><<< 6562 1726776639.89471: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776639.866428-9567-168314505259042=/root/.ansible/tmp/ansible-tmp-1726776639.866428-9567-168314505259042 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776639.89502: variable 'ansible_module_compression' from source: unknown 6562 1726776639.89544: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 6562 1726776639.89575: variable 'ansible_facts' from source: unknown 6562 1726776639.89656: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776639.866428-9567-168314505259042/AnsiballZ_dnf.py 6562 1726776639.89754: Sending initial data 6562 1726776639.89757: Sent initial data (149 bytes) 6562 1726776639.90168: 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 <<< 6562 1726776639.90172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.90182: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.90241: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776639.90246: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776639.90248: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776639.90294: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776639.91822: 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 <<< 6562 1726776639.91827: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776639.91867: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776639.91913: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpbcn01kuv /root/.ansible/tmp/ansible-tmp-1726776639.866428-9567-168314505259042/AnsiballZ_dnf.py <<< 6562 1726776639.91920: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776639.866428-9567-168314505259042/AnsiballZ_dnf.py" <<< 6562 1726776639.91962: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpbcn01kuv" to remote "/root/.ansible/tmp/ansible-tmp-1726776639.866428-9567-168314505259042/AnsiballZ_dnf.py" <<< 6562 1726776639.91965: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776639.866428-9567-168314505259042/AnsiballZ_dnf.py" <<< 6562 1726776639.92621: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776639.92657: stderr chunk (state=3): >>><<< 6562 1726776639.92661: stdout chunk (state=3): >>><<< 6562 1726776639.92696: done transferring module to remote 6562 1726776639.92704: _low_level_execute_command(): starting 6562 1726776639.92708: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776639.866428-9567-168314505259042/ /root/.ansible/tmp/ansible-tmp-1726776639.866428-9567-168314505259042/AnsiballZ_dnf.py && sleep 0' 6562 1726776639.93129: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776639.93132: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776639.93134: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.93136: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776639.93138: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776639.93140: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.93189: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776639.93192: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776639.93244: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776639.94983: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776639.95007: stderr chunk (state=3): >>><<< 6562 1726776639.95011: stdout chunk (state=3): >>><<< 6562 1726776639.95023: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776639.95026: _low_level_execute_command(): starting 6562 1726776639.95030: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776639.866428-9567-168314505259042/AnsiballZ_dnf.py && sleep 0' 6562 1726776639.95429: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776639.95432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776639.95434: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.95436: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776639.95438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776639.95492: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776639.95497: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776639.95499: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776639.95548: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776640.37874: 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}}} <<< 6562 1726776640.42232: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776640.42258: stderr chunk (state=3): >>><<< 6562 1726776640.42262: stdout chunk (state=3): >>><<< 6562 1726776640.42277: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776640.42336: 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-1726776639.866428-9567-168314505259042/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776640.42340: _low_level_execute_command(): starting 6562 1726776640.42348: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776639.866428-9567-168314505259042/ > /dev/null 2>&1 && sleep 0' 6562 1726776640.42773: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776640.42777: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776640.42807: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.42810: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776640.42813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.42865: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776640.42869: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776640.42871: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776640.42923: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776640.44752: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776640.44778: stderr chunk (state=3): >>><<< 6562 1726776640.44781: stdout chunk (state=3): >>><<< 6562 1726776640.44797: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776640.44803: handler run complete 6562 1726776640.44830: attempt loop complete, returning result 6562 1726776640.44833: _execute() done 6562 1726776640.44835: dumping result to json 6562 1726776640.44840: done dumping result, returning 6562 1726776640.44849: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [12343ab9-b159-238d-eb1a-0000000009f0] 6562 1726776640.44853: sending task result for task 12343ab9-b159-238d-eb1a-0000000009f0 6562 1726776640.44951: done sending task result for task 12343ab9-b159-238d-eb1a-0000000009f0 6562 1726776640.44953: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 6562 1726776640.45049: no more pending results, returning what we have 6562 1726776640.45053: results queue empty 6562 1726776640.45053: checking for any_errors_fatal 6562 1726776640.45060: done checking for any_errors_fatal 6562 1726776640.45061: checking for max_fail_percentage 6562 1726776640.45062: done checking for max_fail_percentage 6562 1726776640.45063: checking to see if all hosts have failed and the running result is not ok 6562 1726776640.45064: done checking to see if all hosts have failed 6562 1726776640.45065: getting the remaining hosts for this loop 6562 1726776640.45067: done getting the remaining hosts for this loop 6562 1726776640.45070: getting the next task for host managed_node2 6562 1726776640.45079: done getting next task for host managed_node2 6562 1726776640.45083: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6562 1726776640.45089: ^ state is: HOST STATE: block=2, task=44, 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 6562 1726776640.45100: getting variables 6562 1726776640.45102: in VariableManager get_vars() 6562 1726776640.45133: Calling all_inventory to load vars for managed_node2 6562 1726776640.45136: Calling groups_inventory to load vars for managed_node2 6562 1726776640.45138: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776640.45146: Calling all_plugins_play to load vars for managed_node2 6562 1726776640.45148: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776640.45150: Calling groups_plugins_play to load vars for managed_node2 6562 1726776640.45268: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776640.45393: done with get_vars() 6562 1726776640.45401: done getting variables 6562 1726776640.45442: 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:40 -0400 (0:00:00.643) 0:01:22.689 **** 6562 1726776640.45464: entering _queue_task() for managed_node2/debug 6562 1726776640.45653: worker is 1 (out of 1 available) 6562 1726776640.45667: exiting _queue_task() for managed_node2/debug 6562 1726776640.45679: done queuing things up, now waiting for results queue to drain 6562 1726776640.45681: waiting for pending results... 6562 1726776640.45857: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6562 1726776640.45926: in run() - task 12343ab9-b159-238d-eb1a-0000000009f2 6562 1726776640.45937: variable 'ansible_search_path' from source: unknown 6562 1726776640.45941: variable 'ansible_search_path' from source: unknown 6562 1726776640.45968: calling self._execute() 6562 1726776640.46036: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776640.46039: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776640.46049: variable 'omit' from source: magic vars 6562 1726776640.46448: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776640.47789: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776640.47838: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776640.47864: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776640.47891: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776640.47912: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776640.47969: 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) 6562 1726776640.47992: 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) 6562 1726776640.48010: 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) 6562 1726776640.48035: 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) 6562 1726776640.48045: 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) 6562 1726776640.48122: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776640.48136: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6562 1726776640.48139: when evaluation is False, skipping this task 6562 1726776640.48142: _execute() done 6562 1726776640.48144: dumping result to json 6562 1726776640.48147: done dumping result, returning 6562 1726776640.48154: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [12343ab9-b159-238d-eb1a-0000000009f2] 6562 1726776640.48159: sending task result for task 12343ab9-b159-238d-eb1a-0000000009f2 6562 1726776640.48242: done sending task result for task 12343ab9-b159-238d-eb1a-0000000009f2 6562 1726776640.48245: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 6562 1726776640.48291: no more pending results, returning what we have 6562 1726776640.48295: results queue empty 6562 1726776640.48295: checking for any_errors_fatal 6562 1726776640.48303: done checking for any_errors_fatal 6562 1726776640.48303: checking for max_fail_percentage 6562 1726776640.48305: done checking for max_fail_percentage 6562 1726776640.48306: checking to see if all hosts have failed and the running result is not ok 6562 1726776640.48307: done checking to see if all hosts have failed 6562 1726776640.48307: getting the remaining hosts for this loop 6562 1726776640.48309: done getting the remaining hosts for this loop 6562 1726776640.48313: getting the next task for host managed_node2 6562 1726776640.48321: done getting next task for host managed_node2 6562 1726776640.48325: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6562 1726776640.48327: ^ state is: HOST STATE: block=2, task=44, 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 6562 1726776640.48345: getting variables 6562 1726776640.48347: in VariableManager get_vars() 6562 1726776640.48379: Calling all_inventory to load vars for managed_node2 6562 1726776640.48382: Calling groups_inventory to load vars for managed_node2 6562 1726776640.48384: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776640.48395: Calling all_plugins_play to load vars for managed_node2 6562 1726776640.48398: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776640.48400: Calling groups_plugins_play to load vars for managed_node2 6562 1726776640.48564: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776640.48684: done with get_vars() 6562 1726776640.48694: done getting variables 6562 1726776640.48733: 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:40 -0400 (0:00:00.032) 0:01:22.722 **** 6562 1726776640.48755: entering _queue_task() for managed_node2/reboot 6562 1726776640.48951: worker is 1 (out of 1 available) 6562 1726776640.48966: exiting _queue_task() for managed_node2/reboot 6562 1726776640.48980: done queuing things up, now waiting for results queue to drain 6562 1726776640.48981: waiting for pending results... 6562 1726776640.49150: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6562 1726776640.49231: in run() - task 12343ab9-b159-238d-eb1a-0000000009f3 6562 1726776640.49243: variable 'ansible_search_path' from source: unknown 6562 1726776640.49246: variable 'ansible_search_path' from source: unknown 6562 1726776640.49274: calling self._execute() 6562 1726776640.49344: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776640.49347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776640.49358: variable 'omit' from source: magic vars 6562 1726776640.49699: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776640.51087: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776640.51133: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776640.51160: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776640.51188: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776640.51210: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776640.51265: 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) 6562 1726776640.51289: 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) 6562 1726776640.51311: 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) 6562 1726776640.51336: 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) 6562 1726776640.51348: 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) 6562 1726776640.51427: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776640.51441: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6562 1726776640.51444: when evaluation is False, skipping this task 6562 1726776640.51446: _execute() done 6562 1726776640.51448: dumping result to json 6562 1726776640.51451: done dumping result, returning 6562 1726776640.51459: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [12343ab9-b159-238d-eb1a-0000000009f3] 6562 1726776640.51466: sending task result for task 12343ab9-b159-238d-eb1a-0000000009f3 6562 1726776640.51546: done sending task result for task 12343ab9-b159-238d-eb1a-0000000009f3 6562 1726776640.51549: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6562 1726776640.51596: no more pending results, returning what we have 6562 1726776640.51599: results queue empty 6562 1726776640.51600: checking for any_errors_fatal 6562 1726776640.51605: done checking for any_errors_fatal 6562 1726776640.51606: checking for max_fail_percentage 6562 1726776640.51607: done checking for max_fail_percentage 6562 1726776640.51608: checking to see if all hosts have failed and the running result is not ok 6562 1726776640.51609: done checking to see if all hosts have failed 6562 1726776640.51609: getting the remaining hosts for this loop 6562 1726776640.51611: done getting the remaining hosts for this loop 6562 1726776640.51615: getting the next task for host managed_node2 6562 1726776640.51624: done getting next task for host managed_node2 6562 1726776640.51628: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6562 1726776640.51630: ^ state is: HOST STATE: block=2, task=44, 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 6562 1726776640.51647: getting variables 6562 1726776640.51648: in VariableManager get_vars() 6562 1726776640.51682: Calling all_inventory to load vars for managed_node2 6562 1726776640.51685: Calling groups_inventory to load vars for managed_node2 6562 1726776640.51690: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776640.51698: Calling all_plugins_play to load vars for managed_node2 6562 1726776640.51701: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776640.51703: Calling groups_plugins_play to load vars for managed_node2 6562 1726776640.51830: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776640.51951: done with get_vars() 6562 1726776640.51958: done getting variables 6562 1726776640.52000: 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:40 -0400 (0:00:00.032) 0:01:22.755 **** 6562 1726776640.52023: entering _queue_task() for managed_node2/fail 6562 1726776640.52208: worker is 1 (out of 1 available) 6562 1726776640.52223: exiting _queue_task() for managed_node2/fail 6562 1726776640.52236: done queuing things up, now waiting for results queue to drain 6562 1726776640.52238: waiting for pending results... 6562 1726776640.52417: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6562 1726776640.52490: in run() - task 12343ab9-b159-238d-eb1a-0000000009f4 6562 1726776640.52503: variable 'ansible_search_path' from source: unknown 6562 1726776640.52507: variable 'ansible_search_path' from source: unknown 6562 1726776640.52534: calling self._execute() 6562 1726776640.52602: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776640.52607: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776640.52616: variable 'omit' from source: magic vars 6562 1726776640.53016: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776640.54346: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776640.54400: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776640.54429: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776640.54453: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776640.54473: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776640.54533: 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) 6562 1726776640.54555: 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) 6562 1726776640.54572: 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) 6562 1726776640.54602: 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) 6562 1726776640.54613: 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) 6562 1726776640.54689: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776640.54704: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6562 1726776640.54708: when evaluation is False, skipping this task 6562 1726776640.54710: _execute() done 6562 1726776640.54712: dumping result to json 6562 1726776640.54715: done dumping result, returning 6562 1726776640.54723: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [12343ab9-b159-238d-eb1a-0000000009f4] 6562 1726776640.54728: sending task result for task 12343ab9-b159-238d-eb1a-0000000009f4 6562 1726776640.54812: done sending task result for task 12343ab9-b159-238d-eb1a-0000000009f4 6562 1726776640.54815: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6562 1726776640.54890: no more pending results, returning what we have 6562 1726776640.54893: results queue empty 6562 1726776640.54894: checking for any_errors_fatal 6562 1726776640.54898: done checking for any_errors_fatal 6562 1726776640.54899: checking for max_fail_percentage 6562 1726776640.54901: done checking for max_fail_percentage 6562 1726776640.54901: checking to see if all hosts have failed and the running result is not ok 6562 1726776640.54903: done checking to see if all hosts have failed 6562 1726776640.54903: getting the remaining hosts for this loop 6562 1726776640.54905: done getting the remaining hosts for this loop 6562 1726776640.54908: getting the next task for host managed_node2 6562 1726776640.54918: done getting next task for host managed_node2 6562 1726776640.54921: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6562 1726776640.54924: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776640.54940: getting variables 6562 1726776640.54941: in VariableManager get_vars() 6562 1726776640.54972: Calling all_inventory to load vars for managed_node2 6562 1726776640.54975: Calling groups_inventory to load vars for managed_node2 6562 1726776640.54977: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776640.54985: Calling all_plugins_play to load vars for managed_node2 6562 1726776640.54990: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776640.54992: Calling groups_plugins_play to load vars for managed_node2 6562 1726776640.55139: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776640.55256: done with get_vars() 6562 1726776640.55263: 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:40 -0400 (0:00:00.032) 0:01:22.787 **** 6562 1726776640.55321: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776640.55503: worker is 1 (out of 1 available) 6562 1726776640.55517: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776640.55530: done queuing things up, now waiting for results queue to drain 6562 1726776640.55532: waiting for pending results... 6562 1726776640.55704: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6562 1726776640.55775: in run() - task 12343ab9-b159-238d-eb1a-0000000009f6 6562 1726776640.55789: variable 'ansible_search_path' from source: unknown 6562 1726776640.55793: variable 'ansible_search_path' from source: unknown 6562 1726776640.55821: calling self._execute() 6562 1726776640.55882: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776640.55889: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776640.55899: variable 'omit' from source: magic vars 6562 1726776640.55970: variable 'omit' from source: magic vars 6562 1726776640.56008: variable 'omit' from source: magic vars 6562 1726776640.56030: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6562 1726776640.56244: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6562 1726776640.56305: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776640.56332: variable 'omit' from source: magic vars 6562 1726776640.56363: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776640.56390: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776640.56409: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776640.56422: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776640.56431: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776640.56453: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776640.56456: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776640.56458: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776640.56525: Set connection var ansible_timeout to 10 6562 1726776640.56532: Set connection var ansible_pipelining to False 6562 1726776640.56538: Set connection var ansible_shell_executable to /bin/sh 6562 1726776640.56545: Set connection var ansible_shell_type to sh 6562 1726776640.56549: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776640.56552: Set connection var ansible_connection to ssh 6562 1726776640.56567: variable 'ansible_shell_executable' from source: unknown 6562 1726776640.56570: variable 'ansible_connection' from source: unknown 6562 1726776640.56572: variable 'ansible_module_compression' from source: unknown 6562 1726776640.56575: variable 'ansible_shell_type' from source: unknown 6562 1726776640.56577: variable 'ansible_shell_executable' from source: unknown 6562 1726776640.56579: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776640.56583: variable 'ansible_pipelining' from source: unknown 6562 1726776640.56587: variable 'ansible_timeout' from source: unknown 6562 1726776640.56593: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776640.56720: 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__) 6562 1726776640.56729: variable 'omit' from source: magic vars 6562 1726776640.56732: starting attempt loop 6562 1726776640.56736: running the handler 6562 1726776640.56748: _low_level_execute_command(): starting 6562 1726776640.56755: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776640.57249: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776640.57253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.57256: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776640.57258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.57313: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776640.57316: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776640.57318: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776640.57380: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776640.59060: stdout chunk (state=3): >>>/root <<< 6562 1726776640.59154: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776640.59183: stderr chunk (state=3): >>><<< 6562 1726776640.59190: stdout chunk (state=3): >>><<< 6562 1726776640.59207: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776640.59220: _low_level_execute_command(): starting 6562 1726776640.59226: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776640.5920918-9581-36470877897982 `" && echo ansible-tmp-1726776640.5920918-9581-36470877897982="` echo /root/.ansible/tmp/ansible-tmp-1726776640.5920918-9581-36470877897982 `" ) && sleep 0' 6562 1726776640.59661: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776640.59664: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776640.59673: 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.11.25 is address debug1: re-parsing configuration <<< 6562 1726776640.59676: 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 <<< 6562 1726776640.59678: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.59724: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776640.59728: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776640.59732: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776640.59782: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776640.62121: stdout chunk (state=3): >>>ansible-tmp-1726776640.5920918-9581-36470877897982=/root/.ansible/tmp/ansible-tmp-1726776640.5920918-9581-36470877897982 <<< 6562 1726776640.62230: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776640.62256: stderr chunk (state=3): >>><<< 6562 1726776640.62259: stdout chunk (state=3): >>><<< 6562 1726776640.62274: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776640.5920918-9581-36470877897982=/root/.ansible/tmp/ansible-tmp-1726776640.5920918-9581-36470877897982 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776640.62316: variable 'ansible_module_compression' from source: unknown 6562 1726776640.62348: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6562 1726776640.62376: variable 'ansible_facts' from source: unknown 6562 1726776640.62438: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776640.5920918-9581-36470877897982/AnsiballZ_kernel_settings_get_config.py 6562 1726776640.62533: Sending initial data 6562 1726776640.62536: Sent initial data (172 bytes) 6562 1726776640.62973: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776640.62978: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776640.62980: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.62982: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776640.62984: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.63038: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776640.63041: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776640.63045: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776640.63093: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776640.64679: 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 <<< 6562 1726776640.64724: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776640.64771: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpt0xk530h /root/.ansible/tmp/ansible-tmp-1726776640.5920918-9581-36470877897982/AnsiballZ_kernel_settings_get_config.py <<< 6562 1726776640.64779: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776640.5920918-9581-36470877897982/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776640.64819: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpt0xk530h" to remote "/root/.ansible/tmp/ansible-tmp-1726776640.5920918-9581-36470877897982/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776640.64822: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776640.5920918-9581-36470877897982/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776640.65370: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776640.65415: stderr chunk (state=3): >>><<< 6562 1726776640.65418: stdout chunk (state=3): >>><<< 6562 1726776640.65458: done transferring module to remote 6562 1726776640.65467: _low_level_execute_command(): starting 6562 1726776640.65471: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776640.5920918-9581-36470877897982/ /root/.ansible/tmp/ansible-tmp-1726776640.5920918-9581-36470877897982/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776640.65912: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776640.65915: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776640.65921: 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.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776640.65923: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776640.65925: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.65972: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776640.65975: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776640.65979: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776640.66028: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776640.67865: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776640.67892: stderr chunk (state=3): >>><<< 6562 1726776640.67895: stdout chunk (state=3): >>><<< 6562 1726776640.67909: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776640.67912: _low_level_execute_command(): starting 6562 1726776640.67917: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776640.5920918-9581-36470877897982/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776640.68346: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776640.68349: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776640.68351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.68353: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776640.68355: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.68412: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776640.68415: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776640.68419: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776640.68473: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776640.84524: 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"}}} <<< 6562 1726776640.85951: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776640.85976: stderr chunk (state=3): >>><<< 6562 1726776640.85979: stdout chunk (state=3): >>><<< 6562 1726776640.86001: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776640.86028: 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-1726776640.5920918-9581-36470877897982/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776640.86035: _low_level_execute_command(): starting 6562 1726776640.86040: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776640.5920918-9581-36470877897982/ > /dev/null 2>&1 && sleep 0' 6562 1726776640.86497: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776640.86506: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.86509: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776640.86511: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776640.86513: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.86562: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776640.86569: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776640.86572: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776640.86619: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776640.88470: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776640.88501: stderr chunk (state=3): >>><<< 6562 1726776640.88504: stdout chunk (state=3): >>><<< 6562 1726776640.88520: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776640.88525: handler run complete 6562 1726776640.88541: attempt loop complete, returning result 6562 1726776640.88544: _execute() done 6562 1726776640.88546: dumping result to json 6562 1726776640.88550: done dumping result, returning 6562 1726776640.88559: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [12343ab9-b159-238d-eb1a-0000000009f6] 6562 1726776640.88564: sending task result for task 12343ab9-b159-238d-eb1a-0000000009f6 6562 1726776640.88663: done sending task result for task 12343ab9-b159-238d-eb1a-0000000009f6 6562 1726776640.88666: WORKER PROCESS EXITING ok: [managed_node2] => { "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" } } 6562 1726776640.88759: no more pending results, returning what we have 6562 1726776640.88762: results queue empty 6562 1726776640.88763: checking for any_errors_fatal 6562 1726776640.88768: done checking for any_errors_fatal 6562 1726776640.88769: checking for max_fail_percentage 6562 1726776640.88770: done checking for max_fail_percentage 6562 1726776640.88771: checking to see if all hosts have failed and the running result is not ok 6562 1726776640.88772: done checking to see if all hosts have failed 6562 1726776640.88772: getting the remaining hosts for this loop 6562 1726776640.88774: done getting the remaining hosts for this loop 6562 1726776640.88777: getting the next task for host managed_node2 6562 1726776640.88783: done getting next task for host managed_node2 6562 1726776640.88789: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6562 1726776640.88792: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776640.88803: getting variables 6562 1726776640.88804: in VariableManager get_vars() 6562 1726776640.88837: Calling all_inventory to load vars for managed_node2 6562 1726776640.88839: Calling groups_inventory to load vars for managed_node2 6562 1726776640.88841: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776640.88850: Calling all_plugins_play to load vars for managed_node2 6562 1726776640.88852: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776640.88854: Calling groups_plugins_play to load vars for managed_node2 6562 1726776640.88968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776640.89117: done with get_vars() 6562 1726776640.89126: 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:40 -0400 (0:00:00.338) 0:01:23.126 **** 6562 1726776640.89193: entering _queue_task() for managed_node2/stat 6562 1726776640.89376: worker is 1 (out of 1 available) 6562 1726776640.89395: exiting _queue_task() for managed_node2/stat 6562 1726776640.89409: done queuing things up, now waiting for results queue to drain 6562 1726776640.89410: waiting for pending results... 6562 1726776640.89582: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6562 1726776640.89652: in run() - task 12343ab9-b159-238d-eb1a-0000000009f7 6562 1726776640.89664: variable 'ansible_search_path' from source: unknown 6562 1726776640.89668: variable 'ansible_search_path' from source: unknown 6562 1726776640.89710: variable '__prof_from_conf' from source: task vars 6562 1726776640.89946: variable '__prof_from_conf' from source: task vars 6562 1726776640.90075: variable '__data' from source: task vars 6562 1726776640.90128: variable '__kernel_settings_register_tuned_main' from source: set_fact 6562 1726776640.90275: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776640.90283: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776640.90331: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776640.90346: variable 'omit' from source: magic vars 6562 1726776640.90430: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776640.90437: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776640.90446: variable 'omit' from source: magic vars 6562 1726776640.90622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776640.92274: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776640.92320: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776640.92347: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776640.92373: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776640.92395: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776640.92452: 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) 6562 1726776640.92473: 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) 6562 1726776640.92493: 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) 6562 1726776640.92519: 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) 6562 1726776640.92529: 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) 6562 1726776640.92606: variable 'item' from source: unknown 6562 1726776640.92617: Evaluated conditional (item | length > 0): False 6562 1726776640.92620: when evaluation is False, skipping this task 6562 1726776640.92643: variable 'item' from source: unknown 6562 1726776640.92696: variable 'item' from source: unknown skipping: [managed_node2] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 6562 1726776640.92844: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776640.92847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776640.92850: variable 'omit' from source: magic vars 6562 1726776640.92906: 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) 6562 1726776640.92923: 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) 6562 1726776640.92940: 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) 6562 1726776640.92966: 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) 6562 1726776640.92976: 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) 6562 1726776640.93032: variable 'item' from source: unknown 6562 1726776640.93038: Evaluated conditional (item | length > 0): True 6562 1726776640.93043: variable 'omit' from source: magic vars 6562 1726776640.93072: variable 'omit' from source: magic vars 6562 1726776640.93105: variable 'item' from source: unknown 6562 1726776640.93148: variable 'item' from source: unknown 6562 1726776640.93160: variable 'omit' from source: magic vars 6562 1726776640.93180: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776640.93203: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776640.93219: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776640.93231: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776640.93239: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776640.93259: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776640.93262: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776640.93265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776640.93330: Set connection var ansible_timeout to 10 6562 1726776640.93337: Set connection var ansible_pipelining to False 6562 1726776640.93343: Set connection var ansible_shell_executable to /bin/sh 6562 1726776640.93349: Set connection var ansible_shell_type to sh 6562 1726776640.93354: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776640.93356: Set connection var ansible_connection to ssh 6562 1726776640.93370: variable 'ansible_shell_executable' from source: unknown 6562 1726776640.93373: variable 'ansible_connection' from source: unknown 6562 1726776640.93375: variable 'ansible_module_compression' from source: unknown 6562 1726776640.93377: variable 'ansible_shell_type' from source: unknown 6562 1726776640.93379: variable 'ansible_shell_executable' from source: unknown 6562 1726776640.93382: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776640.93390: variable 'ansible_pipelining' from source: unknown 6562 1726776640.93392: variable 'ansible_timeout' from source: unknown 6562 1726776640.93396: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776640.93491: 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__) 6562 1726776640.93501: variable 'omit' from source: magic vars 6562 1726776640.93506: starting attempt loop 6562 1726776640.93508: running the handler 6562 1726776640.93517: _low_level_execute_command(): starting 6562 1726776640.93522: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776640.93992: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776640.94002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.94012: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776640.94022: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.94063: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776640.94075: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776640.94140: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776640.95818: stdout chunk (state=3): >>>/root <<< 6562 1726776640.95912: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776640.95943: stderr chunk (state=3): >>><<< 6562 1726776640.95946: stdout chunk (state=3): >>><<< 6562 1726776640.95966: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776640.95976: _low_level_execute_command(): starting 6562 1726776640.95982: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776640.959666-9589-62217418945937 `" && echo ansible-tmp-1726776640.959666-9589-62217418945937="` echo /root/.ansible/tmp/ansible-tmp-1726776640.959666-9589-62217418945937 `" ) && sleep 0' 6562 1726776640.96430: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776640.96433: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776640.96435: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.96437: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776640.96440: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.96492: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776640.96496: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776640.96498: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776640.96550: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776640.99002: stdout chunk (state=3): >>>ansible-tmp-1726776640.959666-9589-62217418945937=/root/.ansible/tmp/ansible-tmp-1726776640.959666-9589-62217418945937 <<< 6562 1726776640.99105: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776640.99135: stderr chunk (state=3): >>><<< 6562 1726776640.99138: stdout chunk (state=3): >>><<< 6562 1726776640.99153: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776640.959666-9589-62217418945937=/root/.ansible/tmp/ansible-tmp-1726776640.959666-9589-62217418945937 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776640.99195: variable 'ansible_module_compression' from source: unknown 6562 1726776640.99235: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776640.99264: variable 'ansible_facts' from source: unknown 6562 1726776640.99326: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776640.959666-9589-62217418945937/AnsiballZ_stat.py 6562 1726776640.99428: Sending initial data 6562 1726776640.99431: Sent initial data (149 bytes) 6562 1726776640.99851: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776640.99860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776640.99883: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.99895: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776640.99898: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776640.99946: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776640.99949: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776640.99951: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776641.00007: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776641.01593: 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 <<< 6562 1726776641.01632: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776641.01681: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpgner8_jx /root/.ansible/tmp/ansible-tmp-1726776640.959666-9589-62217418945937/AnsiballZ_stat.py <<< 6562 1726776641.01691: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776640.959666-9589-62217418945937/AnsiballZ_stat.py" <<< 6562 1726776641.01729: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpgner8_jx" to remote "/root/.ansible/tmp/ansible-tmp-1726776640.959666-9589-62217418945937/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776640.959666-9589-62217418945937/AnsiballZ_stat.py" <<< 6562 1726776641.02288: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776641.02331: stderr chunk (state=3): >>><<< 6562 1726776641.02334: stdout chunk (state=3): >>><<< 6562 1726776641.02375: done transferring module to remote 6562 1726776641.02384: _low_level_execute_command(): starting 6562 1726776641.02393: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776640.959666-9589-62217418945937/ /root/.ansible/tmp/ansible-tmp-1726776640.959666-9589-62217418945937/AnsiballZ_stat.py && sleep 0' 6562 1726776641.02831: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776641.02834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.02836: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776641.02838: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776641.02840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.02891: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776641.02895: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776641.02945: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776641.04718: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776641.04743: stderr chunk (state=3): >>><<< 6562 1726776641.04746: stdout chunk (state=3): >>><<< 6562 1726776641.04760: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776641.04763: _low_level_execute_command(): starting 6562 1726776641.04768: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776640.959666-9589-62217418945937/AnsiballZ_stat.py && sleep 0' 6562 1726776641.05215: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776641.05218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776641.05220: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.05222: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776641.05224: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.05276: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776641.05279: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776641.05285: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776641.05339: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776641.21638: 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": 341835968, "dev": 51714, "nlink": 3, "atime": 1726776579.2222946, "mtime": 1726776577.0892854, "ctime": 1726776577.0892854, "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": "1946630135", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6562 1726776641.23203: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776641.23227: stderr chunk (state=3): >>><<< 6562 1726776641.23230: stdout chunk (state=3): >>><<< 6562 1726776641.23245: _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": 341835968, "dev": 51714, "nlink": 3, "atime": 1726776579.2222946, "mtime": 1726776577.0892854, "ctime": 1726776577.0892854, "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": "1946630135", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776641.26063: 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-1726776640.959666-9589-62217418945937/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776641.26068: _low_level_execute_command(): starting 6562 1726776641.26072: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776640.959666-9589-62217418945937/ > /dev/null 2>&1 && sleep 0' 6562 1726776641.26542: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776641.26547: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776641.26550: 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.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776641.26552: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.26594: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776641.26608: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776641.26668: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776641.28557: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776641.28562: stdout chunk (state=3): >>><<< 6562 1726776641.28565: stderr chunk (state=3): >>><<< 6562 1726776641.28582: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776641.28592: handler run complete 6562 1726776641.28623: attempt loop complete, returning result 6562 1726776641.28638: variable 'item' from source: unknown 6562 1726776641.28703: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1726776579.2222946, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776577.0892854, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 341835968, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776577.0892854, "nlink": 3, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 29, "uid": 0, "version": "1946630135", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6562 1726776641.28853: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776641.28856: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776641.28859: variable 'omit' from source: magic vars 6562 1726776641.28935: 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) 6562 1726776641.28953: 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) 6562 1726776641.28973: 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) 6562 1726776641.29002: 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) 6562 1726776641.29013: 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) 6562 1726776641.29070: variable 'item' from source: unknown 6562 1726776641.29078: Evaluated conditional (item | length > 0): True 6562 1726776641.29081: variable 'omit' from source: magic vars 6562 1726776641.29097: variable 'omit' from source: magic vars 6562 1726776641.29126: variable 'item' from source: unknown 6562 1726776641.29171: variable 'item' from source: unknown 6562 1726776641.29182: variable 'omit' from source: magic vars 6562 1726776641.29203: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776641.29211: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776641.29216: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776641.29228: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776641.29231: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776641.29233: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776641.29280: Set connection var ansible_timeout to 10 6562 1726776641.29288: Set connection var ansible_pipelining to False 6562 1726776641.29296: Set connection var ansible_shell_executable to /bin/sh 6562 1726776641.29302: Set connection var ansible_shell_type to sh 6562 1726776641.29308: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776641.29310: Set connection var ansible_connection to ssh 6562 1726776641.29325: variable 'ansible_shell_executable' from source: unknown 6562 1726776641.29328: variable 'ansible_connection' from source: unknown 6562 1726776641.29330: variable 'ansible_module_compression' from source: unknown 6562 1726776641.29332: variable 'ansible_shell_type' from source: unknown 6562 1726776641.29334: variable 'ansible_shell_executable' from source: unknown 6562 1726776641.29337: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776641.29342: variable 'ansible_pipelining' from source: unknown 6562 1726776641.29344: variable 'ansible_timeout' from source: unknown 6562 1726776641.29348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776641.29423: 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) 6562 1726776641.29431: variable 'omit' from source: magic vars 6562 1726776641.29434: starting attempt loop 6562 1726776641.29437: running the handler 6562 1726776641.29444: _low_level_execute_command(): starting 6562 1726776641.29447: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776641.29898: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776641.29901: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.29903: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776641.29905: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776641.29907: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.29959: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776641.29962: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776641.29964: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776641.30019: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776641.31630: stdout chunk (state=3): >>>/root <<< 6562 1726776641.31719: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776641.31749: stderr chunk (state=3): >>><<< 6562 1726776641.31752: stdout chunk (state=3): >>><<< 6562 1726776641.31766: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776641.31775: _low_level_execute_command(): starting 6562 1726776641.31781: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776641.317669-9589-208044331413164 `" && echo ansible-tmp-1726776641.317669-9589-208044331413164="` echo /root/.ansible/tmp/ansible-tmp-1726776641.317669-9589-208044331413164 `" ) && sleep 0' 6562 1726776641.32234: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776641.32243: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776641.32245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.32296: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776641.32299: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776641.32302: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776641.32358: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776641.34562: stdout chunk (state=3): >>>ansible-tmp-1726776641.317669-9589-208044331413164=/root/.ansible/tmp/ansible-tmp-1726776641.317669-9589-208044331413164 <<< 6562 1726776641.34660: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776641.34693: stderr chunk (state=3): >>><<< 6562 1726776641.34696: stdout chunk (state=3): >>><<< 6562 1726776641.34712: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776641.317669-9589-208044331413164=/root/.ansible/tmp/ansible-tmp-1726776641.317669-9589-208044331413164 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776641.34745: variable 'ansible_module_compression' from source: unknown 6562 1726776641.34779: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776641.34798: variable 'ansible_facts' from source: unknown 6562 1726776641.34841: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776641.317669-9589-208044331413164/AnsiballZ_stat.py 6562 1726776641.34935: Sending initial data 6562 1726776641.34939: Sent initial data (150 bytes) 6562 1726776641.35393: 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 <<< 6562 1726776641.35397: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.35399: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776641.35403: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.35461: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776641.35468: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776641.35470: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776641.35516: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776641.37062: 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 <<< 6562 1726776641.37107: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776641.37155: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp30q2lbmo /root/.ansible/tmp/ansible-tmp-1726776641.317669-9589-208044331413164/AnsiballZ_stat.py <<< 6562 1726776641.37163: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776641.317669-9589-208044331413164/AnsiballZ_stat.py" <<< 6562 1726776641.37205: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp30q2lbmo" to remote "/root/.ansible/tmp/ansible-tmp-1726776641.317669-9589-208044331413164/AnsiballZ_stat.py" <<< 6562 1726776641.37208: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776641.317669-9589-208044331413164/AnsiballZ_stat.py" <<< 6562 1726776641.37733: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776641.37776: stderr chunk (state=3): >>><<< 6562 1726776641.37780: stdout chunk (state=3): >>><<< 6562 1726776641.37807: done transferring module to remote 6562 1726776641.37818: _low_level_execute_command(): starting 6562 1726776641.37821: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776641.317669-9589-208044331413164/ /root/.ansible/tmp/ansible-tmp-1726776641.317669-9589-208044331413164/AnsiballZ_stat.py && sleep 0' 6562 1726776641.38250: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776641.38254: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.38268: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.38326: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776641.38329: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776641.38333: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776641.38381: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776641.40168: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776641.40173: stderr chunk (state=3): >>><<< 6562 1726776641.40175: stdout chunk (state=3): >>><<< 6562 1726776641.40197: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776641.40200: _low_level_execute_command(): starting 6562 1726776641.40203: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776641.317669-9589-208044331413164/AnsiballZ_stat.py && sleep 0' 6562 1726776641.40651: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776641.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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776641.40658: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.40712: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776641.40715: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776641.40775: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776641.56943: 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": 339738816, "dev": 51714, "nlink": 4, "atime": 1726776569.9272544, "mtime": 1726776585.5563219, "ctime": 1726776585.5563219, "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": "2716892619", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6562 1726776641.58500: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776641.58525: stderr chunk (state=3): >>><<< 6562 1726776641.58528: stdout chunk (state=3): >>><<< 6562 1726776641.58545: _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": 339738816, "dev": 51714, "nlink": 4, "atime": 1726776569.9272544, "mtime": 1726776585.5563219, "ctime": 1726776585.5563219, "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": "2716892619", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776641.58578: 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-1726776641.317669-9589-208044331413164/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776641.58588: _low_level_execute_command(): starting 6562 1726776641.58592: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776641.317669-9589-208044331413164/ > /dev/null 2>&1 && sleep 0' 6562 1726776641.59023: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776641.59033: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.59045: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.59099: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776641.59103: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776641.59162: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776641.60995: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776641.61022: stderr chunk (state=3): >>><<< 6562 1726776641.61025: stdout chunk (state=3): >>><<< 6562 1726776641.61039: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776641.61044: handler run complete 6562 1726776641.61075: attempt loop complete, returning result 6562 1726776641.61094: variable 'item' from source: unknown 6562 1726776641.61159: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726776569.9272544, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776585.5563219, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 339738816, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776585.5563219, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "version": "2716892619", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6562 1726776641.61308: dumping result to json 6562 1726776641.61311: done dumping result, returning 6562 1726776641.61313: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [12343ab9-b159-238d-eb1a-0000000009f7] 6562 1726776641.61315: sending task result for task 12343ab9-b159-238d-eb1a-0000000009f7 6562 1726776641.61375: done sending task result for task 12343ab9-b159-238d-eb1a-0000000009f7 6562 1726776641.61378: WORKER PROCESS EXITING 6562 1726776641.61476: no more pending results, returning what we have 6562 1726776641.61480: results queue empty 6562 1726776641.61480: checking for any_errors_fatal 6562 1726776641.61490: done checking for any_errors_fatal 6562 1726776641.61491: checking for max_fail_percentage 6562 1726776641.61492: done checking for max_fail_percentage 6562 1726776641.61493: checking to see if all hosts have failed and the running result is not ok 6562 1726776641.61493: done checking to see if all hosts have failed 6562 1726776641.61494: getting the remaining hosts for this loop 6562 1726776641.61496: done getting the remaining hosts for this loop 6562 1726776641.61499: getting the next task for host managed_node2 6562 1726776641.61506: done getting next task for host managed_node2 6562 1726776641.61510: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6562 1726776641.61513: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776641.61523: getting variables 6562 1726776641.61524: in VariableManager get_vars() 6562 1726776641.61557: Calling all_inventory to load vars for managed_node2 6562 1726776641.61560: Calling groups_inventory to load vars for managed_node2 6562 1726776641.61562: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776641.61571: Calling all_plugins_play to load vars for managed_node2 6562 1726776641.61573: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776641.61576: Calling groups_plugins_play to load vars for managed_node2 6562 1726776641.61731: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776641.61874: done with get_vars() 6562 1726776641.61883: done getting variables 6562 1726776641.61929: 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:41 -0400 (0:00:00.727) 0:01:23.854 **** 6562 1726776641.61952: entering _queue_task() for managed_node2/set_fact 6562 1726776641.62171: worker is 1 (out of 1 available) 6562 1726776641.62188: exiting _queue_task() for managed_node2/set_fact 6562 1726776641.62204: done queuing things up, now waiting for results queue to drain 6562 1726776641.62206: waiting for pending results... 6562 1726776641.62396: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6562 1726776641.62477: in run() - task 12343ab9-b159-238d-eb1a-0000000009f8 6562 1726776641.62493: variable 'ansible_search_path' from source: unknown 6562 1726776641.62497: variable 'ansible_search_path' from source: unknown 6562 1726776641.62525: calling self._execute() 6562 1726776641.62596: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776641.62603: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776641.62612: variable 'omit' from source: magic vars 6562 1726776641.62689: variable 'omit' from source: magic vars 6562 1726776641.62729: variable 'omit' from source: magic vars 6562 1726776641.63059: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776641.64745: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776641.64790: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776641.64818: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776641.68343: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776641.68365: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776641.68423: 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) 6562 1726776641.68443: 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) 6562 1726776641.68461: 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) 6562 1726776641.68487: 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) 6562 1726776641.68502: 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) 6562 1726776641.68534: 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) 6562 1726776641.68551: 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) 6562 1726776641.68568: 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) 6562 1726776641.68597: 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) 6562 1726776641.68608: 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) 6562 1726776641.68647: 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) 6562 1726776641.68663: 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) 6562 1726776641.68679: 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) 6562 1726776641.68708: 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) 6562 1726776641.68719: 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) 6562 1726776641.68859: variable '__kernel_settings_find_profile_dirs' from source: set_fact 6562 1726776641.68923: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776641.69034: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776641.69062: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776641.69083: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776641.69107: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776641.69151: 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) 6562 1726776641.69165: 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) 6562 1726776641.69182: 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) 6562 1726776641.69204: 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) 6562 1726776641.69242: variable 'omit' from source: magic vars 6562 1726776641.69262: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776641.69278: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776641.69294: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776641.69305: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776641.69312: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776641.69327: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776641.69329: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776641.69332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776641.69397: Set connection var ansible_timeout to 10 6562 1726776641.69403: Set connection var ansible_pipelining to False 6562 1726776641.69408: Set connection var ansible_shell_executable to /bin/sh 6562 1726776641.69415: Set connection var ansible_shell_type to sh 6562 1726776641.69424: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776641.69427: Set connection var ansible_connection to ssh 6562 1726776641.69439: variable 'ansible_shell_executable' from source: unknown 6562 1726776641.69442: variable 'ansible_connection' from source: unknown 6562 1726776641.69444: variable 'ansible_module_compression' from source: unknown 6562 1726776641.69446: variable 'ansible_shell_type' from source: unknown 6562 1726776641.69449: variable 'ansible_shell_executable' from source: unknown 6562 1726776641.69451: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776641.69456: variable 'ansible_pipelining' from source: unknown 6562 1726776641.69458: variable 'ansible_timeout' from source: unknown 6562 1726776641.69462: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776641.69528: 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) 6562 1726776641.69536: variable 'omit' from source: magic vars 6562 1726776641.69541: starting attempt loop 6562 1726776641.69543: running the handler 6562 1726776641.69551: handler run complete 6562 1726776641.69558: attempt loop complete, returning result 6562 1726776641.69561: _execute() done 6562 1726776641.69563: dumping result to json 6562 1726776641.69566: done dumping result, returning 6562 1726776641.69572: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [12343ab9-b159-238d-eb1a-0000000009f8] 6562 1726776641.69574: sending task result for task 12343ab9-b159-238d-eb1a-0000000009f8 6562 1726776641.69654: done sending task result for task 12343ab9-b159-238d-eb1a-0000000009f8 6562 1726776641.69656: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 6562 1726776641.69746: no more pending results, returning what we have 6562 1726776641.69749: results queue empty 6562 1726776641.69749: checking for any_errors_fatal 6562 1726776641.69758: done checking for any_errors_fatal 6562 1726776641.69759: checking for max_fail_percentage 6562 1726776641.69760: done checking for max_fail_percentage 6562 1726776641.69761: checking to see if all hosts have failed and the running result is not ok 6562 1726776641.69762: done checking to see if all hosts have failed 6562 1726776641.69763: getting the remaining hosts for this loop 6562 1726776641.69765: done getting the remaining hosts for this loop 6562 1726776641.69768: getting the next task for host managed_node2 6562 1726776641.69773: done getting next task for host managed_node2 6562 1726776641.69776: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6562 1726776641.69779: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776641.69791: getting variables 6562 1726776641.69793: in VariableManager get_vars() 6562 1726776641.69826: Calling all_inventory to load vars for managed_node2 6562 1726776641.69829: Calling groups_inventory to load vars for managed_node2 6562 1726776641.69831: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776641.69839: Calling all_plugins_play to load vars for managed_node2 6562 1726776641.69842: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776641.69844: Calling groups_plugins_play to load vars for managed_node2 6562 1726776641.69983: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776641.70107: done with get_vars() 6562 1726776641.70116: done getting variables 6562 1726776641.70159: 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:41 -0400 (0:00:00.082) 0:01:23.936 **** 6562 1726776641.70182: entering _queue_task() for managed_node2/service 6562 1726776641.70402: worker is 1 (out of 1 available) 6562 1726776641.70418: exiting _queue_task() for managed_node2/service 6562 1726776641.70430: done queuing things up, now waiting for results queue to drain 6562 1726776641.70434: waiting for pending results... 6562 1726776641.70637: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6562 1726776641.70722: in run() - task 12343ab9-b159-238d-eb1a-0000000009f9 6562 1726776641.70733: variable 'ansible_search_path' from source: unknown 6562 1726776641.70736: variable 'ansible_search_path' from source: unknown 6562 1726776641.70775: variable '__kernel_settings_services' from source: include_vars 6562 1726776641.71021: variable '__kernel_settings_services' from source: include_vars 6562 1726776641.71079: variable 'omit' from source: magic vars 6562 1726776641.71175: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776641.71183: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776641.71197: variable 'omit' from source: magic vars 6562 1726776641.71252: variable 'omit' from source: magic vars 6562 1726776641.71284: variable 'omit' from source: magic vars 6562 1726776641.71318: variable 'item' from source: unknown 6562 1726776641.71381: variable 'item' from source: unknown 6562 1726776641.71404: variable 'omit' from source: magic vars 6562 1726776641.71441: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776641.71540: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776641.71560: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776641.71575: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776641.71590: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776641.71614: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776641.71617: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776641.71620: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776641.71694: Set connection var ansible_timeout to 10 6562 1726776641.71701: Set connection var ansible_pipelining to False 6562 1726776641.71706: Set connection var ansible_shell_executable to /bin/sh 6562 1726776641.71713: Set connection var ansible_shell_type to sh 6562 1726776641.71718: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776641.71720: Set connection var ansible_connection to ssh 6562 1726776641.71740: variable 'ansible_shell_executable' from source: unknown 6562 1726776641.71743: variable 'ansible_connection' from source: unknown 6562 1726776641.71745: variable 'ansible_module_compression' from source: unknown 6562 1726776641.71747: variable 'ansible_shell_type' from source: unknown 6562 1726776641.71750: variable 'ansible_shell_executable' from source: unknown 6562 1726776641.71752: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776641.71757: variable 'ansible_pipelining' from source: unknown 6562 1726776641.71759: variable 'ansible_timeout' from source: unknown 6562 1726776641.71762: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776641.71869: 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) 6562 1726776641.71879: variable 'omit' from source: magic vars 6562 1726776641.71884: starting attempt loop 6562 1726776641.71891: running the handler 6562 1726776641.71965: variable 'ansible_facts' from source: unknown 6562 1726776641.72057: _low_level_execute_command(): starting 6562 1726776641.72063: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776641.72601: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776641.72607: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776641.72610: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.72660: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776641.72664: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776641.72667: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776641.72724: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776641.74407: stdout chunk (state=3): >>>/root <<< 6562 1726776641.74500: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776641.74532: stderr chunk (state=3): >>><<< 6562 1726776641.74536: stdout chunk (state=3): >>><<< 6562 1726776641.74558: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776641.74570: _low_level_execute_command(): starting 6562 1726776641.74577: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776641.7455883-9608-2467977743291 `" && echo ansible-tmp-1726776641.7455883-9608-2467977743291="` echo /root/.ansible/tmp/ansible-tmp-1726776641.7455883-9608-2467977743291 `" ) && sleep 0' 6562 1726776641.75029: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776641.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.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776641.75043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776641.75045: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776641.75047: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.75096: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776641.75099: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776641.75101: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776641.75152: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776641.77352: stdout chunk (state=3): >>>ansible-tmp-1726776641.7455883-9608-2467977743291=/root/.ansible/tmp/ansible-tmp-1726776641.7455883-9608-2467977743291 <<< 6562 1726776641.77456: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776641.77484: stderr chunk (state=3): >>><<< 6562 1726776641.77491: stdout chunk (state=3): >>><<< 6562 1726776641.77505: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776641.7455883-9608-2467977743291=/root/.ansible/tmp/ansible-tmp-1726776641.7455883-9608-2467977743291 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776641.77534: variable 'ansible_module_compression' from source: unknown 6562 1726776641.77576: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6562 1726776641.77627: variable 'ansible_facts' from source: unknown 6562 1726776641.77761: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776641.7455883-9608-2467977743291/AnsiballZ_systemd.py 6562 1726776641.77866: Sending initial data 6562 1726776641.77870: Sent initial data (152 bytes) 6562 1726776641.78318: 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 <<< 6562 1726776641.78321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.78324: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776641.78326: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776641.78328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.78378: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776641.78381: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776641.78383: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776641.78434: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776641.80003: 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 <<< 6562 1726776641.80047: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776641.80100: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpm7_gcsao /root/.ansible/tmp/ansible-tmp-1726776641.7455883-9608-2467977743291/AnsiballZ_systemd.py <<< 6562 1726776641.80103: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776641.7455883-9608-2467977743291/AnsiballZ_systemd.py" <<< 6562 1726776641.80152: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpm7_gcsao" to remote "/root/.ansible/tmp/ansible-tmp-1726776641.7455883-9608-2467977743291/AnsiballZ_systemd.py" <<< 6562 1726776641.80156: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776641.7455883-9608-2467977743291/AnsiballZ_systemd.py" <<< 6562 1726776641.81245: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776641.81290: stderr chunk (state=3): >>><<< 6562 1726776641.81294: stdout chunk (state=3): >>><<< 6562 1726776641.81332: done transferring module to remote 6562 1726776641.81343: _low_level_execute_command(): starting 6562 1726776641.81348: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776641.7455883-9608-2467977743291/ /root/.ansible/tmp/ansible-tmp-1726776641.7455883-9608-2467977743291/AnsiballZ_systemd.py && sleep 0' 6562 1726776641.81837: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776641.81844: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776641.81851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.81894: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776641.81898: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776641.81905: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776641.81961: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776641.83757: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776641.83780: stderr chunk (state=3): >>><<< 6562 1726776641.83784: stdout chunk (state=3): >>><<< 6562 1726776641.83803: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776641.83806: _low_level_execute_command(): starting 6562 1726776641.83811: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776641.7455883-9608-2467977743291/AnsiballZ_systemd.py && sleep 0' 6562 1726776641.84249: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776641.84253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.84255: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776641.84257: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776641.84259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776641.84304: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776641.84322: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776641.84375: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776642.15741: 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": "709", "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:10 EDT", "ExecMainStartTimestampMonotonic": "9728163", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ExecMainHandoffTimestampMonotonic": "9745362", "ExecMainPID": "709", "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:10 EDT] ; stop_time=[n/a] ; pid=709 ; 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:10 EDT] ; stop_time=[n/a] ; pid=709 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3094", "MemoryCurrent": "19865600", "MemoryPeak": "21700608", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3343302656", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "236872000", "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": "83886<<< 6562 1726776642.15770: stdout chunk (state=3): >>>08", "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": "system.slice dbus-broker.service sysinit.target dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus-broker.service basic.target systemd-journald.socket system.slice network.target sysinit.target dbus.socket systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:<<< 6562 1726776642.15775: stdout chunk (state=3): >>>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:11 EDT", "StateChangeTimestampMonotonic": "10286723", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:10 EDT", "InactiveExitTimestampMonotonic": "9729936", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:11 EDT", "ActiveEnterTimestampMonotonic": "10286723", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ConditionTimestampMonotonic": "9725085", "AssertTimestamp": "Thu 2024-09-19 16:10:10 EDT", "AssertTimestampMonotonic": "9725088", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "6bcad8262b34446983db3cf0225fbb2b", "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}}} <<< 6562 1726776642.17663: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776642.17694: stderr chunk (state=3): >>><<< 6562 1726776642.17698: stdout chunk (state=3): >>><<< 6562 1726776642.17722: _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": "709", "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:10 EDT", "ExecMainStartTimestampMonotonic": "9728163", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ExecMainHandoffTimestampMonotonic": "9745362", "ExecMainPID": "709", "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:10 EDT] ; stop_time=[n/a] ; pid=709 ; 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:10 EDT] ; stop_time=[n/a] ; pid=709 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3094", "MemoryCurrent": "19865600", "MemoryPeak": "21700608", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3343302656", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "236872000", "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": "system.slice dbus-broker.service sysinit.target dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus-broker.service basic.target systemd-journald.socket system.slice network.target sysinit.target dbus.socket 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:11 EDT", "StateChangeTimestampMonotonic": "10286723", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:10 EDT", "InactiveExitTimestampMonotonic": "9729936", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:11 EDT", "ActiveEnterTimestampMonotonic": "10286723", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ConditionTimestampMonotonic": "9725085", "AssertTimestamp": "Thu 2024-09-19 16:10:10 EDT", "AssertTimestampMonotonic": "9725088", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "6bcad8262b34446983db3cf0225fbb2b", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776642.17843: 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-1726776641.7455883-9608-2467977743291/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776642.17857: _low_level_execute_command(): starting 6562 1726776642.17862: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776641.7455883-9608-2467977743291/ > /dev/null 2>&1 && sleep 0' 6562 1726776642.18556: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776642.18560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.18562: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776642.18564: 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 <<< 6562 1726776642.18566: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.18620: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776642.18623: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776642.18625: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776642.18681: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776642.20714: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776642.20730: stderr chunk (state=3): >>><<< 6562 1726776642.20734: stdout chunk (state=3): >>><<< 6562 1726776642.20748: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776642.20755: handler run complete 6562 1726776642.20798: attempt loop complete, returning result 6562 1726776642.20814: variable 'item' from source: unknown 6562 1726776642.20877: variable 'item' from source: unknown ok: [managed_node2] => (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:11 EDT", "ActiveEnterTimestampMonotonic": "10286723", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service dbus-broker.service basic.target systemd-journald.socket system.slice network.target sysinit.target dbus.socket systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:10:10 EDT", "AssertTimestampMonotonic": "9725088", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "236872000", "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:10 EDT", "ConditionTimestampMonotonic": "9725085", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3094", "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:10 EDT", "ExecMainHandoffTimestampMonotonic": "9745362", "ExecMainPID": "709", "ExecMainStartTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ExecMainStartTimestampMonotonic": "9728163", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:10:10 EDT] ; stop_time=[n/a] ; pid=709 ; 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:10 EDT] ; stop_time=[n/a] ; pid=709 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:10 EDT", "InactiveExitTimestampMonotonic": "9729936", "InvocationID": "6bcad8262b34446983db3cf0225fbb2b", "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": "709", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3343302656", "MemoryCurrent": "19865600", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "21700608", "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": "system.slice dbus-broker.service sysinit.target dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:10:11 EDT", "StateChangeTimestampMonotonic": "10286723", "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" } } 6562 1726776642.21352: dumping result to json 6562 1726776642.21355: done dumping result, returning 6562 1726776642.21357: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [12343ab9-b159-238d-eb1a-0000000009f9] 6562 1726776642.21359: sending task result for task 12343ab9-b159-238d-eb1a-0000000009f9 6562 1726776642.21604: done sending task result for task 12343ab9-b159-238d-eb1a-0000000009f9 6562 1726776642.21607: WORKER PROCESS EXITING 6562 1726776642.21678: no more pending results, returning what we have 6562 1726776642.21680: results queue empty 6562 1726776642.21681: checking for any_errors_fatal 6562 1726776642.21683: done checking for any_errors_fatal 6562 1726776642.21683: checking for max_fail_percentage 6562 1726776642.21684: done checking for max_fail_percentage 6562 1726776642.21685: checking to see if all hosts have failed and the running result is not ok 6562 1726776642.21687: done checking to see if all hosts have failed 6562 1726776642.21688: getting the remaining hosts for this loop 6562 1726776642.21689: done getting the remaining hosts for this loop 6562 1726776642.21691: getting the next task for host managed_node2 6562 1726776642.21695: done getting next task for host managed_node2 6562 1726776642.21697: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6562 1726776642.21699: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776642.21706: getting variables 6562 1726776642.21707: in VariableManager get_vars() 6562 1726776642.21725: Calling all_inventory to load vars for managed_node2 6562 1726776642.21727: Calling groups_inventory to load vars for managed_node2 6562 1726776642.21728: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776642.21735: Calling all_plugins_play to load vars for managed_node2 6562 1726776642.21736: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776642.21739: Calling groups_plugins_play to load vars for managed_node2 6562 1726776642.21831: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776642.21943: done with get_vars() 6562 1726776642.21950: 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:42 -0400 (0:00:00.518) 0:01:24.454 **** 6562 1726776642.22014: entering _queue_task() for managed_node2/file 6562 1726776642.22201: worker is 1 (out of 1 available) 6562 1726776642.22215: exiting _queue_task() for managed_node2/file 6562 1726776642.22226: done queuing things up, now waiting for results queue to drain 6562 1726776642.22228: waiting for pending results... 6562 1726776642.22415: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6562 1726776642.22484: in run() - task 12343ab9-b159-238d-eb1a-0000000009fa 6562 1726776642.22500: variable 'ansible_search_path' from source: unknown 6562 1726776642.22503: variable 'ansible_search_path' from source: unknown 6562 1726776642.22530: calling self._execute() 6562 1726776642.22600: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776642.22604: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776642.22614: variable 'omit' from source: magic vars 6562 1726776642.22698: variable 'omit' from source: magic vars 6562 1726776642.22733: variable 'omit' from source: magic vars 6562 1726776642.22755: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776642.22982: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776642.23056: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776642.23061: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776642.26159: variable 'omit' from source: magic vars 6562 1726776642.26185: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776642.26209: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776642.26221: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776642.26233: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776642.26241: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776642.26256: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776642.26259: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776642.26262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776642.26324: Set connection var ansible_timeout to 10 6562 1726776642.26330: Set connection var ansible_pipelining to False 6562 1726776642.26335: Set connection var ansible_shell_executable to /bin/sh 6562 1726776642.26342: Set connection var ansible_shell_type to sh 6562 1726776642.26349: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776642.26352: Set connection var ansible_connection to ssh 6562 1726776642.26367: variable 'ansible_shell_executable' from source: unknown 6562 1726776642.26370: variable 'ansible_connection' from source: unknown 6562 1726776642.26373: variable 'ansible_module_compression' from source: unknown 6562 1726776642.26375: variable 'ansible_shell_type' from source: unknown 6562 1726776642.26378: variable 'ansible_shell_executable' from source: unknown 6562 1726776642.26380: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776642.26383: variable 'ansible_pipelining' from source: unknown 6562 1726776642.26385: variable 'ansible_timeout' from source: unknown 6562 1726776642.26393: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776642.26499: 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__) 6562 1726776642.26507: variable 'omit' from source: magic vars 6562 1726776642.26512: starting attempt loop 6562 1726776642.26515: running the handler 6562 1726776642.26524: _low_level_execute_command(): starting 6562 1726776642.26529: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776642.26983: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776642.27018: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776642.27022: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.27025: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776642.27028: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.27076: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776642.27080: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776642.27082: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776642.27142: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776642.28815: stdout chunk (state=3): >>>/root <<< 6562 1726776642.28916: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776642.28950: stderr chunk (state=3): >>><<< 6562 1726776642.28953: stdout chunk (state=3): >>><<< 6562 1726776642.28972: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776642.28982: _low_level_execute_command(): starting 6562 1726776642.28991: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776642.2897224-9616-272354499443145 `" && echo ansible-tmp-1726776642.2897224-9616-272354499443145="` echo /root/.ansible/tmp/ansible-tmp-1726776642.2897224-9616-272354499443145 `" ) && sleep 0' 6562 1726776642.29433: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776642.29436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776642.29445: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.29448: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776642.29450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.29495: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776642.29501: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776642.29515: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776642.29560: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776642.31733: stdout chunk (state=3): >>>ansible-tmp-1726776642.2897224-9616-272354499443145=/root/.ansible/tmp/ansible-tmp-1726776642.2897224-9616-272354499443145 <<< 6562 1726776642.31832: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776642.31862: stderr chunk (state=3): >>><<< 6562 1726776642.31865: stdout chunk (state=3): >>><<< 6562 1726776642.31880: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776642.2897224-9616-272354499443145=/root/.ansible/tmp/ansible-tmp-1726776642.2897224-9616-272354499443145 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776642.31920: variable 'ansible_module_compression' from source: unknown 6562 1726776642.31955: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6562 1726776642.31990: variable 'ansible_facts' from source: unknown 6562 1726776642.32040: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776642.2897224-9616-272354499443145/AnsiballZ_file.py 6562 1726776642.32140: Sending initial data 6562 1726776642.32143: Sent initial data (151 bytes) 6562 1726776642.32583: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776642.32588: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776642.32591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.32593: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776642.32595: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.32648: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776642.32651: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776642.32655: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776642.32704: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776642.34271: 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 <<< 6562 1726776642.34313: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776642.34361: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp9gshewsc /root/.ansible/tmp/ansible-tmp-1726776642.2897224-9616-272354499443145/AnsiballZ_file.py <<< 6562 1726776642.34369: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776642.2897224-9616-272354499443145/AnsiballZ_file.py" <<< 6562 1726776642.34411: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp9gshewsc" to remote "/root/.ansible/tmp/ansible-tmp-1726776642.2897224-9616-272354499443145/AnsiballZ_file.py" <<< 6562 1726776642.34413: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776642.2897224-9616-272354499443145/AnsiballZ_file.py" <<< 6562 1726776642.34990: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776642.35030: stderr chunk (state=3): >>><<< 6562 1726776642.35033: stdout chunk (state=3): >>><<< 6562 1726776642.35093: done transferring module to remote 6562 1726776642.35103: _low_level_execute_command(): starting 6562 1726776642.35108: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776642.2897224-9616-272354499443145/ /root/.ansible/tmp/ansible-tmp-1726776642.2897224-9616-272354499443145/AnsiballZ_file.py && sleep 0' 6562 1726776642.35545: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776642.35548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.35551: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776642.35557: 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.11.25 originally 10.31.11.25 <<< 6562 1726776642.35559: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.35608: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776642.35612: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776642.35616: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776642.35662: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776642.37462: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776642.37491: stderr chunk (state=3): >>><<< 6562 1726776642.37495: stdout chunk (state=3): >>><<< 6562 1726776642.37512: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776642.37515: _low_level_execute_command(): starting 6562 1726776642.37519: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776642.2897224-9616-272354499443145/AnsiballZ_file.py && sleep 0' 6562 1726776642.37954: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776642.37957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776642.37960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776642.37962: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776642.37964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.38017: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776642.38026: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776642.38029: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776642.38075: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776642.55352: 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}}} <<< 6562 1726776642.56826: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776642.56852: stderr chunk (state=3): >>><<< 6562 1726776642.56856: stdout chunk (state=3): >>><<< 6562 1726776642.56872: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776642.56906: 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-1726776642.2897224-9616-272354499443145/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776642.56914: _low_level_execute_command(): starting 6562 1726776642.56917: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776642.2897224-9616-272354499443145/ > /dev/null 2>&1 && sleep 0' 6562 1726776642.57346: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776642.57350: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.57360: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.57421: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776642.57424: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776642.57430: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776642.57478: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776642.59320: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776642.59347: stderr chunk (state=3): >>><<< 6562 1726776642.59350: stdout chunk (state=3): >>><<< 6562 1726776642.59364: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776642.59370: handler run complete 6562 1726776642.59391: attempt loop complete, returning result 6562 1726776642.59394: _execute() done 6562 1726776642.59397: dumping result to json 6562 1726776642.59400: done dumping result, returning 6562 1726776642.59409: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [12343ab9-b159-238d-eb1a-0000000009fa] 6562 1726776642.59412: sending task result for task 12343ab9-b159-238d-eb1a-0000000009fa 6562 1726776642.59509: done sending task result for task 12343ab9-b159-238d-eb1a-0000000009fa 6562 1726776642.59512: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6562 1726776642.59583: no more pending results, returning what we have 6562 1726776642.59590: results queue empty 6562 1726776642.59591: checking for any_errors_fatal 6562 1726776642.59606: done checking for any_errors_fatal 6562 1726776642.59607: checking for max_fail_percentage 6562 1726776642.59608: done checking for max_fail_percentage 6562 1726776642.59609: checking to see if all hosts have failed and the running result is not ok 6562 1726776642.59610: done checking to see if all hosts have failed 6562 1726776642.59610: getting the remaining hosts for this loop 6562 1726776642.59612: done getting the remaining hosts for this loop 6562 1726776642.59616: getting the next task for host managed_node2 6562 1726776642.59621: done getting next task for host managed_node2 6562 1726776642.59624: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6562 1726776642.59627: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776642.59637: getting variables 6562 1726776642.59639: in VariableManager get_vars() 6562 1726776642.59672: Calling all_inventory to load vars for managed_node2 6562 1726776642.59675: Calling groups_inventory to load vars for managed_node2 6562 1726776642.59677: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776642.59689: Calling all_plugins_play to load vars for managed_node2 6562 1726776642.59692: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776642.59695: Calling groups_plugins_play to load vars for managed_node2 6562 1726776642.59844: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776642.59971: done with get_vars() 6562 1726776642.59979: 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:42 -0400 (0:00:00.380) 0:01:24.835 **** 6562 1726776642.60049: entering _queue_task() for managed_node2/slurp 6562 1726776642.60258: worker is 1 (out of 1 available) 6562 1726776642.60271: exiting _queue_task() for managed_node2/slurp 6562 1726776642.60282: done queuing things up, now waiting for results queue to drain 6562 1726776642.60284: waiting for pending results... 6562 1726776642.60460: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6562 1726776642.60541: in run() - task 12343ab9-b159-238d-eb1a-0000000009fb 6562 1726776642.60553: variable 'ansible_search_path' from source: unknown 6562 1726776642.60556: variable 'ansible_search_path' from source: unknown 6562 1726776642.60588: calling self._execute() 6562 1726776642.60658: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776642.60663: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776642.60673: variable 'omit' from source: magic vars 6562 1726776642.60748: variable 'omit' from source: magic vars 6562 1726776642.60781: variable 'omit' from source: magic vars 6562 1726776642.60808: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776642.61036: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776642.61098: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776642.61126: variable 'omit' from source: magic vars 6562 1726776642.61160: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776642.61192: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776642.61208: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776642.61221: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776642.61231: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776642.61254: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776642.61257: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776642.61260: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776642.61329: Set connection var ansible_timeout to 10 6562 1726776642.61336: Set connection var ansible_pipelining to False 6562 1726776642.61342: Set connection var ansible_shell_executable to /bin/sh 6562 1726776642.61349: Set connection var ansible_shell_type to sh 6562 1726776642.61354: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776642.61356: Set connection var ansible_connection to ssh 6562 1726776642.61373: variable 'ansible_shell_executable' from source: unknown 6562 1726776642.61376: variable 'ansible_connection' from source: unknown 6562 1726776642.61380: variable 'ansible_module_compression' from source: unknown 6562 1726776642.61382: variable 'ansible_shell_type' from source: unknown 6562 1726776642.61389: variable 'ansible_shell_executable' from source: unknown 6562 1726776642.61395: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776642.61397: variable 'ansible_pipelining' from source: unknown 6562 1726776642.61399: variable 'ansible_timeout' from source: unknown 6562 1726776642.61401: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776642.61540: 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__) 6562 1726776642.61549: variable 'omit' from source: magic vars 6562 1726776642.61554: starting attempt loop 6562 1726776642.61556: running the handler 6562 1726776642.61568: _low_level_execute_command(): starting 6562 1726776642.61575: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776642.62077: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776642.62081: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.62084: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776642.62089: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.62140: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776642.62143: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776642.62146: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776642.62206: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776642.63853: stdout chunk (state=3): >>>/root <<< 6562 1726776642.63967: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776642.63971: stdout chunk (state=3): >>><<< 6562 1726776642.63979: stderr chunk (state=3): >>><<< 6562 1726776642.64004: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776642.64018: _low_level_execute_command(): starting 6562 1726776642.64025: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776642.6400564-9627-144830870410184 `" && echo ansible-tmp-1726776642.6400564-9627-144830870410184="` echo /root/.ansible/tmp/ansible-tmp-1726776642.6400564-9627-144830870410184 `" ) && sleep 0' 6562 1726776642.64485: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776642.64491: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.64502: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776642.64504: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.64555: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776642.64558: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776642.64561: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776642.64614: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776642.66864: stdout chunk (state=3): >>>ansible-tmp-1726776642.6400564-9627-144830870410184=/root/.ansible/tmp/ansible-tmp-1726776642.6400564-9627-144830870410184 <<< 6562 1726776642.66965: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776642.66997: stderr chunk (state=3): >>><<< 6562 1726776642.67001: stdout chunk (state=3): >>><<< 6562 1726776642.67018: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776642.6400564-9627-144830870410184=/root/.ansible/tmp/ansible-tmp-1726776642.6400564-9627-144830870410184 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776642.67059: variable 'ansible_module_compression' from source: unknown 6562 1726776642.67095: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 6562 1726776642.67125: variable 'ansible_facts' from source: unknown 6562 1726776642.67181: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776642.6400564-9627-144830870410184/AnsiballZ_slurp.py 6562 1726776642.71103: Sending initial data 6562 1726776642.71108: Sent initial data (152 bytes) 6562 1726776642.71555: 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 <<< 6562 1726776642.71560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776642.71562: 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.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776642.71565: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.71617: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776642.71620: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776642.71622: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776642.71680: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776642.73349: 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 <<< 6562 1726776642.73391: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776642.73436: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp_f4_gitg /root/.ansible/tmp/ansible-tmp-1726776642.6400564-9627-144830870410184/AnsiballZ_slurp.py <<< 6562 1726776642.73444: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776642.6400564-9627-144830870410184/AnsiballZ_slurp.py" <<< 6562 1726776642.73488: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp_f4_gitg" to remote "/root/.ansible/tmp/ansible-tmp-1726776642.6400564-9627-144830870410184/AnsiballZ_slurp.py" <<< 6562 1726776642.73491: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776642.6400564-9627-144830870410184/AnsiballZ_slurp.py" <<< 6562 1726776642.74039: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776642.74079: stderr chunk (state=3): >>><<< 6562 1726776642.74082: stdout chunk (state=3): >>><<< 6562 1726776642.74123: done transferring module to remote 6562 1726776642.74132: _low_level_execute_command(): starting 6562 1726776642.74138: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776642.6400564-9627-144830870410184/ /root/.ansible/tmp/ansible-tmp-1726776642.6400564-9627-144830870410184/AnsiballZ_slurp.py && sleep 0' 6562 1726776642.74583: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776642.74589: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.74591: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776642.74594: 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 <<< 6562 1726776642.74600: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.74649: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776642.74652: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776642.74655: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776642.74708: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776642.76504: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776642.76527: stderr chunk (state=3): >>><<< 6562 1726776642.76530: stdout chunk (state=3): >>><<< 6562 1726776642.76548: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776642.76550: _low_level_execute_command(): starting 6562 1726776642.76555: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776642.6400564-9627-144830870410184/AnsiballZ_slurp.py && sleep 0' 6562 1726776642.77004: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776642.77008: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.77010: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776642.77012: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.77063: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776642.77068: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776642.77070: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776642.77126: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776642.92766: 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"}}} <<< 6562 1726776642.94084: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776642.94114: stderr chunk (state=3): >>><<< 6562 1726776642.94118: stdout chunk (state=3): >>><<< 6562 1726776642.94132: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776642.94155: 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-1726776642.6400564-9627-144830870410184/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776642.94161: _low_level_execute_command(): starting 6562 1726776642.94167: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776642.6400564-9627-144830870410184/ > /dev/null 2>&1 && sleep 0' 6562 1726776642.94631: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776642.94635: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.94638: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776642.94640: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776642.94642: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776642.94694: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776642.94698: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776642.94710: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776642.94779: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776642.96656: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776642.96661: stdout chunk (state=3): >>><<< 6562 1726776642.96665: stderr chunk (state=3): >>><<< 6562 1726776642.96680: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776642.96690: handler run complete 6562 1726776642.96702: attempt loop complete, returning result 6562 1726776642.96705: _execute() done 6562 1726776642.96707: dumping result to json 6562 1726776642.96710: done dumping result, returning 6562 1726776642.96719: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [12343ab9-b159-238d-eb1a-0000000009fb] 6562 1726776642.96721: sending task result for task 12343ab9-b159-238d-eb1a-0000000009fb 6562 1726776642.96815: done sending task result for task 12343ab9-b159-238d-eb1a-0000000009fb 6562 1726776642.96818: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6562 1726776642.96880: no more pending results, returning what we have 6562 1726776642.96883: results queue empty 6562 1726776642.96884: checking for any_errors_fatal 6562 1726776642.96895: done checking for any_errors_fatal 6562 1726776642.96896: checking for max_fail_percentage 6562 1726776642.96897: done checking for max_fail_percentage 6562 1726776642.96898: checking to see if all hosts have failed and the running result is not ok 6562 1726776642.96899: done checking to see if all hosts have failed 6562 1726776642.96899: getting the remaining hosts for this loop 6562 1726776642.96902: done getting the remaining hosts for this loop 6562 1726776642.96905: getting the next task for host managed_node2 6562 1726776642.96911: done getting next task for host managed_node2 6562 1726776642.96914: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6562 1726776642.96917: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776642.96928: getting variables 6562 1726776642.96929: in VariableManager get_vars() 6562 1726776642.96964: Calling all_inventory to load vars for managed_node2 6562 1726776642.96967: Calling groups_inventory to load vars for managed_node2 6562 1726776642.96969: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776642.96978: Calling all_plugins_play to load vars for managed_node2 6562 1726776642.96980: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776642.96983: Calling groups_plugins_play to load vars for managed_node2 6562 1726776642.97145: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776642.99919: done with get_vars() 6562 1726776642.99927: done getting variables 6562 1726776642.99960: 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:42 -0400 (0:00:00.399) 0:01:25.234 **** 6562 1726776642.99978: entering _queue_task() for managed_node2/set_fact 6562 1726776643.00194: worker is 1 (out of 1 available) 6562 1726776643.00207: exiting _queue_task() for managed_node2/set_fact 6562 1726776643.00221: done queuing things up, now waiting for results queue to drain 6562 1726776643.00224: waiting for pending results... 6562 1726776643.00398: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6562 1726776643.00472: in run() - task 12343ab9-b159-238d-eb1a-0000000009fc 6562 1726776643.00483: variable 'ansible_search_path' from source: unknown 6562 1726776643.00490: variable 'ansible_search_path' from source: unknown 6562 1726776643.00519: calling self._execute() 6562 1726776643.00593: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776643.00598: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776643.00603: variable 'omit' from source: magic vars 6562 1726776643.00684: variable 'omit' from source: magic vars 6562 1726776643.00723: variable 'omit' from source: magic vars 6562 1726776643.01026: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776643.01033: variable '__cur_profile' from source: task vars 6562 1726776643.01136: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776643.02536: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776643.02592: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776643.02619: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776643.02645: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776643.02665: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776643.02724: 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) 6562 1726776643.02746: 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) 6562 1726776643.02763: 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) 6562 1726776643.02791: 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) 6562 1726776643.02801: 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) 6562 1726776643.02875: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6562 1726776643.02915: variable 'omit' from source: magic vars 6562 1726776643.02934: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776643.02957: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776643.02971: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776643.02984: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776643.02994: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776643.03017: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776643.03019: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776643.03022: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776643.03089: Set connection var ansible_timeout to 10 6562 1726776643.03095: Set connection var ansible_pipelining to False 6562 1726776643.03101: Set connection var ansible_shell_executable to /bin/sh 6562 1726776643.03107: Set connection var ansible_shell_type to sh 6562 1726776643.03112: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776643.03115: Set connection var ansible_connection to ssh 6562 1726776643.03131: variable 'ansible_shell_executable' from source: unknown 6562 1726776643.03134: variable 'ansible_connection' from source: unknown 6562 1726776643.03137: variable 'ansible_module_compression' from source: unknown 6562 1726776643.03140: variable 'ansible_shell_type' from source: unknown 6562 1726776643.03142: variable 'ansible_shell_executable' from source: unknown 6562 1726776643.03144: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776643.03149: variable 'ansible_pipelining' from source: unknown 6562 1726776643.03151: variable 'ansible_timeout' from source: unknown 6562 1726776643.03158: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776643.03226: 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) 6562 1726776643.03234: variable 'omit' from source: magic vars 6562 1726776643.03239: starting attempt loop 6562 1726776643.03242: running the handler 6562 1726776643.03251: handler run complete 6562 1726776643.03258: attempt loop complete, returning result 6562 1726776643.03262: _execute() done 6562 1726776643.03265: dumping result to json 6562 1726776643.03267: done dumping result, returning 6562 1726776643.03274: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [12343ab9-b159-238d-eb1a-0000000009fc] 6562 1726776643.03278: sending task result for task 12343ab9-b159-238d-eb1a-0000000009fc 6562 1726776643.03354: done sending task result for task 12343ab9-b159-238d-eb1a-0000000009fc 6562 1726776643.03357: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 6562 1726776643.03441: no more pending results, returning what we have 6562 1726776643.03444: results queue empty 6562 1726776643.03445: checking for any_errors_fatal 6562 1726776643.03455: done checking for any_errors_fatal 6562 1726776643.03456: checking for max_fail_percentage 6562 1726776643.03457: done checking for max_fail_percentage 6562 1726776643.03458: checking to see if all hosts have failed and the running result is not ok 6562 1726776643.03459: done checking to see if all hosts have failed 6562 1726776643.03460: getting the remaining hosts for this loop 6562 1726776643.03462: done getting the remaining hosts for this loop 6562 1726776643.03465: getting the next task for host managed_node2 6562 1726776643.03472: done getting next task for host managed_node2 6562 1726776643.03475: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6562 1726776643.03477: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776643.03499: getting variables 6562 1726776643.03500: in VariableManager get_vars() 6562 1726776643.03530: Calling all_inventory to load vars for managed_node2 6562 1726776643.03532: Calling groups_inventory to load vars for managed_node2 6562 1726776643.03534: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776643.03542: Calling all_plugins_play to load vars for managed_node2 6562 1726776643.03544: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776643.03546: Calling groups_plugins_play to load vars for managed_node2 6562 1726776643.03665: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776643.03792: done with get_vars() 6562 1726776643.03801: done getting variables 6562 1726776643.03840: 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:43 -0400 (0:00:00.038) 0:01:25.273 **** 6562 1726776643.03863: entering _queue_task() for managed_node2/copy 6562 1726776643.04052: worker is 1 (out of 1 available) 6562 1726776643.04066: exiting _queue_task() for managed_node2/copy 6562 1726776643.04077: done queuing things up, now waiting for results queue to drain 6562 1726776643.04078: waiting for pending results... 6562 1726776643.04253: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6562 1726776643.04336: in run() - task 12343ab9-b159-238d-eb1a-0000000009fd 6562 1726776643.04346: variable 'ansible_search_path' from source: unknown 6562 1726776643.04350: variable 'ansible_search_path' from source: unknown 6562 1726776643.04378: calling self._execute() 6562 1726776643.04453: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776643.04458: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776643.04467: variable 'omit' from source: magic vars 6562 1726776643.04550: variable 'omit' from source: magic vars 6562 1726776643.04584: variable 'omit' from source: magic vars 6562 1726776643.04611: variable '__kernel_settings_active_profile' from source: set_fact 6562 1726776643.04901: variable '__kernel_settings_active_profile' from source: set_fact 6562 1726776643.04922: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776643.04973: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776643.05027: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776643.05047: variable 'omit' from source: magic vars 6562 1726776643.05079: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776643.05109: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776643.05125: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776643.05138: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776643.05147: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776643.05169: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776643.05173: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776643.05175: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776643.05244: Set connection var ansible_timeout to 10 6562 1726776643.05250: Set connection var ansible_pipelining to False 6562 1726776643.05256: Set connection var ansible_shell_executable to /bin/sh 6562 1726776643.05262: Set connection var ansible_shell_type to sh 6562 1726776643.05267: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776643.05269: Set connection var ansible_connection to ssh 6562 1726776643.05288: variable 'ansible_shell_executable' from source: unknown 6562 1726776643.05294: variable 'ansible_connection' from source: unknown 6562 1726776643.05296: variable 'ansible_module_compression' from source: unknown 6562 1726776643.05299: variable 'ansible_shell_type' from source: unknown 6562 1726776643.05302: variable 'ansible_shell_executable' from source: unknown 6562 1726776643.05304: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776643.05306: variable 'ansible_pipelining' from source: unknown 6562 1726776643.05308: variable 'ansible_timeout' from source: unknown 6562 1726776643.05312: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776643.05410: 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) 6562 1726776643.05420: variable 'omit' from source: magic vars 6562 1726776643.05425: starting attempt loop 6562 1726776643.05428: running the handler 6562 1726776643.05438: _low_level_execute_command(): starting 6562 1726776643.05444: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776643.05942: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776643.05946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.05948: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776643.05951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.06006: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776643.06009: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776643.06012: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776643.06071: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776643.07732: stdout chunk (state=3): >>>/root <<< 6562 1726776643.07831: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776643.07863: stderr chunk (state=3): >>><<< 6562 1726776643.07866: stdout chunk (state=3): >>><<< 6562 1726776643.07890: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776643.07899: _low_level_execute_command(): starting 6562 1726776643.07905: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249 `" && echo ansible-tmp-1726776643.0788684-9636-126969959817249="` echo /root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249 `" ) && sleep 0' 6562 1726776643.08343: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776643.08353: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776643.08356: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.08358: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776643.08360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.08408: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776643.08413: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776643.08417: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776643.08464: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776643.10480: stdout chunk (state=3): >>>ansible-tmp-1726776643.0788684-9636-126969959817249=/root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249 <<< 6562 1726776643.10589: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776643.10617: stderr chunk (state=3): >>><<< 6562 1726776643.10620: stdout chunk (state=3): >>><<< 6562 1726776643.10635: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776643.0788684-9636-126969959817249=/root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776643.10711: variable 'ansible_module_compression' from source: unknown 6562 1726776643.10751: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776643.10784: variable 'ansible_facts' from source: unknown 6562 1726776643.10836: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/AnsiballZ_stat.py 6562 1726776643.10922: Sending initial data 6562 1726776643.10925: Sent initial data (151 bytes) 6562 1726776643.11367: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776643.11370: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776643.11372: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.11375: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776643.11377: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776643.11378: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.11432: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776643.11437: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776643.11441: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776643.11489: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776643.13049: 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 <<< 6562 1726776643.13092: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776643.13138: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpxhehn4u3 /root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/AnsiballZ_stat.py <<< 6562 1726776643.13146: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/AnsiballZ_stat.py" <<< 6562 1726776643.13190: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpxhehn4u3" to remote "/root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/AnsiballZ_stat.py" <<< 6562 1726776643.13193: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/AnsiballZ_stat.py" <<< 6562 1726776643.13763: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776643.13809: stderr chunk (state=3): >>><<< 6562 1726776643.13812: stdout chunk (state=3): >>><<< 6562 1726776643.13839: done transferring module to remote 6562 1726776643.13848: _low_level_execute_command(): starting 6562 1726776643.13853: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/ /root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/AnsiballZ_stat.py && sleep 0' 6562 1726776643.14297: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776643.14300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776643.14307: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.14309: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776643.14311: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776643.14313: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.14354: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776643.14357: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776643.14410: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776643.16224: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776643.16249: stderr chunk (state=3): >>><<< 6562 1726776643.16252: stdout chunk (state=3): >>><<< 6562 1726776643.16266: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776643.16269: _low_level_execute_command(): starting 6562 1726776643.16276: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/AnsiballZ_stat.py && sleep 0' 6562 1726776643.16717: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776643.16720: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776643.16722: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.16725: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776643.16727: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.16777: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776643.16780: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776643.16782: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776643.16837: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776643.34393: 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": 517996677, "dev": 51714, "nlink": 1, "atime": 1726776642.9256883, "mtime": 1726776637.2186503, "ctime": 1726776637.2186503, "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": "2773188140", "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}}} <<< 6562 1726776643.35911: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776643.35938: stderr chunk (state=3): >>><<< 6562 1726776643.35941: stdout chunk (state=3): >>><<< 6562 1726776643.35957: _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": 517996677, "dev": 51714, "nlink": 1, "atime": 1726776642.9256883, "mtime": 1726776637.2186503, "ctime": 1726776637.2186503, "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": "2773188140", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776643.36003: 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-1726776643.0788684-9636-126969959817249/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776643.36042: variable 'ansible_module_compression' from source: unknown 6562 1726776643.36074: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6562 1726776643.36098: variable 'ansible_facts' from source: unknown 6562 1726776643.36149: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/AnsiballZ_file.py 6562 1726776643.36245: Sending initial data 6562 1726776643.36249: Sent initial data (151 bytes) 6562 1726776643.36690: 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 <<< 6562 1726776643.36693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776643.36696: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.36698: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776643.36700: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.36749: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776643.36752: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776643.36754: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776643.36810: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776643.38394: 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" <<< 6562 1726776643.38398: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776643.38438: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776643.38489: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpv55sxpv6 /root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/AnsiballZ_file.py <<< 6562 1726776643.38492: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/AnsiballZ_file.py" <<< 6562 1726776643.38535: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpv55sxpv6" to remote "/root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/AnsiballZ_file.py" <<< 6562 1726776643.38539: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/AnsiballZ_file.py" <<< 6562 1726776643.39120: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776643.39161: stderr chunk (state=3): >>><<< 6562 1726776643.39164: stdout chunk (state=3): >>><<< 6562 1726776643.39193: done transferring module to remote 6562 1726776643.39201: _low_level_execute_command(): starting 6562 1726776643.39205: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/ /root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/AnsiballZ_file.py && sleep 0' 6562 1726776643.39638: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776643.39641: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776643.39644: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776643.39646: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776643.39648: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.39700: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776643.39706: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776643.39751: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776643.41684: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776643.41690: stdout chunk (state=3): >>><<< 6562 1726776643.41693: stderr chunk (state=3): >>><<< 6562 1726776643.41696: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776643.41704: _low_level_execute_command(): starting 6562 1726776643.41706: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/AnsiballZ_file.py && sleep 0' 6562 1726776643.42233: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6562 1726776643.42248: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776643.42265: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776643.42299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.42395: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776643.42423: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776643.42518: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776643.58970: 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": ".sv3km8fv", "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}}} <<< 6562 1726776643.60366: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776643.60398: stderr chunk (state=3): >>><<< 6562 1726776643.60402: stdout chunk (state=3): >>><<< 6562 1726776643.60417: _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": ".sv3km8fv", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776643.60443: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.sv3km8fv', '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-1726776643.0788684-9636-126969959817249/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776643.60451: _low_level_execute_command(): starting 6562 1726776643.60456: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776643.0788684-9636-126969959817249/ > /dev/null 2>&1 && sleep 0' 6562 1726776643.60881: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776643.60889: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.60902: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.60956: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776643.60963: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776643.60965: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776643.61010: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776643.62821: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776643.62845: stderr chunk (state=3): >>><<< 6562 1726776643.62848: stdout chunk (state=3): >>><<< 6562 1726776643.62861: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776643.62867: handler run complete 6562 1726776643.62892: attempt loop complete, returning result 6562 1726776643.62895: _execute() done 6562 1726776643.62897: dumping result to json 6562 1726776643.62903: done dumping result, returning 6562 1726776643.62911: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [12343ab9-b159-238d-eb1a-0000000009fd] 6562 1726776643.62915: sending task result for task 12343ab9-b159-238d-eb1a-0000000009fd 6562 1726776643.63013: done sending task result for task 12343ab9-b159-238d-eb1a-0000000009fd 6562 1726776643.63016: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6562 1726776643.63107: no more pending results, returning what we have 6562 1726776643.63110: results queue empty 6562 1726776643.63111: checking for any_errors_fatal 6562 1726776643.63114: done checking for any_errors_fatal 6562 1726776643.63115: checking for max_fail_percentage 6562 1726776643.63116: done checking for max_fail_percentage 6562 1726776643.63117: checking to see if all hosts have failed and the running result is not ok 6562 1726776643.63118: done checking to see if all hosts have failed 6562 1726776643.63119: getting the remaining hosts for this loop 6562 1726776643.63121: done getting the remaining hosts for this loop 6562 1726776643.63124: getting the next task for host managed_node2 6562 1726776643.63130: done getting next task for host managed_node2 6562 1726776643.63134: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6562 1726776643.63137: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776643.63145: getting variables 6562 1726776643.63147: in VariableManager get_vars() 6562 1726776643.63179: Calling all_inventory to load vars for managed_node2 6562 1726776643.63181: Calling groups_inventory to load vars for managed_node2 6562 1726776643.63183: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776643.63196: Calling all_plugins_play to load vars for managed_node2 6562 1726776643.63199: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776643.63201: Calling groups_plugins_play to load vars for managed_node2 6562 1726776643.63360: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776643.63480: done with get_vars() 6562 1726776643.63491: done getting variables 6562 1726776643.63531: 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:43 -0400 (0:00:00.596) 0:01:25.870 **** 6562 1726776643.63553: entering _queue_task() for managed_node2/copy 6562 1726776643.63743: worker is 1 (out of 1 available) 6562 1726776643.63755: exiting _queue_task() for managed_node2/copy 6562 1726776643.63767: done queuing things up, now waiting for results queue to drain 6562 1726776643.63768: waiting for pending results... 6562 1726776643.63938: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6562 1726776643.64010: in run() - task 12343ab9-b159-238d-eb1a-0000000009fe 6562 1726776643.64021: variable 'ansible_search_path' from source: unknown 6562 1726776643.64024: variable 'ansible_search_path' from source: unknown 6562 1726776643.64051: calling self._execute() 6562 1726776643.64122: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776643.64127: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776643.64136: variable 'omit' from source: magic vars 6562 1726776643.64218: variable 'omit' from source: magic vars 6562 1726776643.64251: variable 'omit' from source: magic vars 6562 1726776643.64274: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6562 1726776643.64499: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6562 1726776643.64559: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776643.64590: variable 'omit' from source: magic vars 6562 1726776643.64620: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776643.64647: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776643.64663: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776643.64676: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776643.64689: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776643.64711: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776643.64714: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776643.64716: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776643.64780: Set connection var ansible_timeout to 10 6562 1726776643.64790: Set connection var ansible_pipelining to False 6562 1726776643.64793: Set connection var ansible_shell_executable to /bin/sh 6562 1726776643.64800: Set connection var ansible_shell_type to sh 6562 1726776643.64805: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776643.64807: Set connection var ansible_connection to ssh 6562 1726776643.64823: variable 'ansible_shell_executable' from source: unknown 6562 1726776643.64826: variable 'ansible_connection' from source: unknown 6562 1726776643.64828: variable 'ansible_module_compression' from source: unknown 6562 1726776643.64830: variable 'ansible_shell_type' from source: unknown 6562 1726776643.64832: variable 'ansible_shell_executable' from source: unknown 6562 1726776643.64834: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776643.64838: variable 'ansible_pipelining' from source: unknown 6562 1726776643.64841: variable 'ansible_timeout' from source: unknown 6562 1726776643.64845: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776643.64944: 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) 6562 1726776643.64953: variable 'omit' from source: magic vars 6562 1726776643.64958: starting attempt loop 6562 1726776643.64960: running the handler 6562 1726776643.64972: _low_level_execute_command(): starting 6562 1726776643.64978: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776643.65454: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776643.65483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776643.65489: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.65492: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776643.65494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.65547: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776643.65550: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776643.65553: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776643.65607: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776643.67199: stdout chunk (state=3): >>>/root <<< 6562 1726776643.67300: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776643.67329: stderr chunk (state=3): >>><<< 6562 1726776643.67332: stdout chunk (state=3): >>><<< 6562 1726776643.67351: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776643.67363: _low_level_execute_command(): starting 6562 1726776643.67368: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214 `" && echo ansible-tmp-1726776643.6735072-9651-260594694192214="` echo /root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214 `" ) && sleep 0' 6562 1726776643.67802: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776643.67806: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776643.67815: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776643.67817: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.67869: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776643.67873: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776643.67876: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776643.67918: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776643.69884: stdout chunk (state=3): >>>ansible-tmp-1726776643.6735072-9651-260594694192214=/root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214 <<< 6562 1726776643.69995: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776643.70021: stderr chunk (state=3): >>><<< 6562 1726776643.70024: stdout chunk (state=3): >>><<< 6562 1726776643.70040: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776643.6735072-9651-260594694192214=/root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776643.70111: variable 'ansible_module_compression' from source: unknown 6562 1726776643.70155: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776643.70191: variable 'ansible_facts' from source: unknown 6562 1726776643.70240: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/AnsiballZ_stat.py 6562 1726776643.70326: Sending initial data 6562 1726776643.70329: Sent initial data (151 bytes) 6562 1726776643.70753: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776643.70756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776643.70758: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.70760: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776643.70762: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.70816: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776643.70823: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776643.70825: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776643.70869: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776643.72454: 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" <<< 6562 1726776643.72457: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776643.72500: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776643.72547: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpqi9ryucj /root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/AnsiballZ_stat.py <<< 6562 1726776643.72554: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/AnsiballZ_stat.py" <<< 6562 1726776643.72595: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpqi9ryucj" to remote "/root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/AnsiballZ_stat.py" <<< 6562 1726776643.73158: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776643.73203: stderr chunk (state=3): >>><<< 6562 1726776643.73206: stdout chunk (state=3): >>><<< 6562 1726776643.73243: done transferring module to remote 6562 1726776643.73254: _low_level_execute_command(): starting 6562 1726776643.73258: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/ /root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/AnsiballZ_stat.py && sleep 0' 6562 1726776643.73693: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776643.73696: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776643.73698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.73700: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776643.73706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.73756: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776643.73759: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776643.73763: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776643.73810: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776643.75561: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776643.75585: stderr chunk (state=3): >>><<< 6562 1726776643.75590: stdout chunk (state=3): >>><<< 6562 1726776643.75606: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776643.75609: _low_level_execute_command(): starting 6562 1726776643.75614: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/AnsiballZ_stat.py && sleep 0' 6562 1726776643.76046: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776643.76049: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776643.76052: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.76054: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776643.76056: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.76102: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776643.76118: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776643.76170: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776643.92726: 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": 524288132, "dev": 51714, "nlink": 1, "atime": 1726776635.4526384, "mtime": 1726776637.2186503, "ctime": 1726776637.2186503, "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": "4203923433", "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}}} <<< 6562 1726776643.94230: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776643.94256: stderr chunk (state=3): >>><<< 6562 1726776643.94259: stdout chunk (state=3): >>><<< 6562 1726776643.94275: _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": 524288132, "dev": 51714, "nlink": 1, "atime": 1726776635.4526384, "mtime": 1726776637.2186503, "ctime": 1726776637.2186503, "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": "4203923433", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776643.94351: 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-1726776643.6735072-9651-260594694192214/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776643.94388: variable 'ansible_module_compression' from source: unknown 6562 1726776643.94424: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6562 1726776643.94444: variable 'ansible_facts' from source: unknown 6562 1726776643.94500: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/AnsiballZ_file.py 6562 1726776643.94592: Sending initial data 6562 1726776643.94596: Sent initial data (151 bytes) 6562 1726776643.95045: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776643.95050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776643.95052: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.95054: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776643.95056: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776643.95058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.95102: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776643.95105: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776643.95108: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776643.95175: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776643.96763: 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 <<< 6562 1726776643.96809: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776643.96864: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp5uun4lgp /root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/AnsiballZ_file.py <<< 6562 1726776643.96871: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/AnsiballZ_file.py" <<< 6562 1726776643.96911: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp5uun4lgp" to remote "/root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/AnsiballZ_file.py" <<< 6562 1726776643.97507: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776643.97550: stderr chunk (state=3): >>><<< 6562 1726776643.97554: stdout chunk (state=3): >>><<< 6562 1726776643.97599: done transferring module to remote 6562 1726776643.97607: _low_level_execute_command(): starting 6562 1726776643.97612: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/ /root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/AnsiballZ_file.py && sleep 0' 6562 1726776643.98049: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776643.98052: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776643.98054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.98056: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776643.98058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776643.98060: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776643.98110: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776643.98114: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776643.98118: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776643.98164: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776643.99902: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776643.99925: stderr chunk (state=3): >>><<< 6562 1726776643.99928: stdout chunk (state=3): >>><<< 6562 1726776643.99942: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776643.99946: _low_level_execute_command(): starting 6562 1726776643.99950: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/AnsiballZ_file.py && sleep 0' 6562 1726776644.00370: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776644.00374: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776644.00381: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.00396: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.00444: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776644.00448: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.00508: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776644.17001: 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": ".mbdhb7ln", "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}}} <<< 6562 1726776644.18437: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776644.18466: stderr chunk (state=3): >>><<< 6562 1726776644.18470: stdout chunk (state=3): >>><<< 6562 1726776644.18485: _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": ".mbdhb7ln", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776644.18516: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.mbdhb7ln', '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-1726776643.6735072-9651-260594694192214/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776644.18524: _low_level_execute_command(): starting 6562 1726776644.18529: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776643.6735072-9651-260594694192214/ > /dev/null 2>&1 && sleep 0' 6562 1726776644.18978: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776644.18981: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.18989: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776644.18991: 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.11.25 originally 10.31.11.25 <<< 6562 1726776644.18993: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.19041: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776644.19044: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776644.19046: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.19103: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776644.20933: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776644.20958: stderr chunk (state=3): >>><<< 6562 1726776644.20961: stdout chunk (state=3): >>><<< 6562 1726776644.20975: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776644.20983: handler run complete 6562 1726776644.21007: attempt loop complete, returning result 6562 1726776644.21011: _execute() done 6562 1726776644.21013: dumping result to json 6562 1726776644.21017: done dumping result, returning 6562 1726776644.21026: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [12343ab9-b159-238d-eb1a-0000000009fe] 6562 1726776644.21030: sending task result for task 12343ab9-b159-238d-eb1a-0000000009fe 6562 1726776644.21133: done sending task result for task 12343ab9-b159-238d-eb1a-0000000009fe 6562 1726776644.21136: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6562 1726776644.21236: no more pending results, returning what we have 6562 1726776644.21240: results queue empty 6562 1726776644.21240: checking for any_errors_fatal 6562 1726776644.21246: done checking for any_errors_fatal 6562 1726776644.21246: checking for max_fail_percentage 6562 1726776644.21248: done checking for max_fail_percentage 6562 1726776644.21249: checking to see if all hosts have failed and the running result is not ok 6562 1726776644.21250: done checking to see if all hosts have failed 6562 1726776644.21250: getting the remaining hosts for this loop 6562 1726776644.21252: done getting the remaining hosts for this loop 6562 1726776644.21255: getting the next task for host managed_node2 6562 1726776644.21261: done getting next task for host managed_node2 6562 1726776644.21265: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 6562 1726776644.21267: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776644.21276: getting variables 6562 1726776644.21278: in VariableManager get_vars() 6562 1726776644.21314: Calling all_inventory to load vars for managed_node2 6562 1726776644.21316: Calling groups_inventory to load vars for managed_node2 6562 1726776644.21318: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776644.21326: Calling all_plugins_play to load vars for managed_node2 6562 1726776644.21328: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776644.21331: Calling groups_plugins_play to load vars for managed_node2 6562 1726776644.21448: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776644.21598: done with get_vars() 6562 1726776644.21605: 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:44 -0400 (0:00:00.581) 0:01:26.451 **** 6562 1726776644.21663: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776644.21858: worker is 1 (out of 1 available) 6562 1726776644.21870: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776644.21882: done queuing things up, now waiting for results queue to drain 6562 1726776644.21888: waiting for pending results... 6562 1726776644.22058: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config 6562 1726776644.22127: in run() - task 12343ab9-b159-238d-eb1a-0000000009ff 6562 1726776644.22139: variable 'ansible_search_path' from source: unknown 6562 1726776644.22142: variable 'ansible_search_path' from source: unknown 6562 1726776644.22168: calling self._execute() 6562 1726776644.22238: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776644.22242: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776644.22252: variable 'omit' from source: magic vars 6562 1726776644.22332: variable 'omit' from source: magic vars 6562 1726776644.22365: variable 'omit' from source: magic vars 6562 1726776644.22391: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776644.22616: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776644.22674: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776644.22738: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776644.22742: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776644.22778: variable 'omit' from source: magic vars 6562 1726776644.22814: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776644.22840: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776644.22856: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776644.22870: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776644.22879: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776644.22905: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776644.22908: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776644.22910: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776644.22976: Set connection var ansible_timeout to 10 6562 1726776644.22982: Set connection var ansible_pipelining to False 6562 1726776644.22990: Set connection var ansible_shell_executable to /bin/sh 6562 1726776644.22996: Set connection var ansible_shell_type to sh 6562 1726776644.23001: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776644.23003: Set connection var ansible_connection to ssh 6562 1726776644.23018: variable 'ansible_shell_executable' from source: unknown 6562 1726776644.23021: variable 'ansible_connection' from source: unknown 6562 1726776644.23023: variable 'ansible_module_compression' from source: unknown 6562 1726776644.23025: variable 'ansible_shell_type' from source: unknown 6562 1726776644.23028: variable 'ansible_shell_executable' from source: unknown 6562 1726776644.23031: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776644.23035: variable 'ansible_pipelining' from source: unknown 6562 1726776644.23038: variable 'ansible_timeout' from source: unknown 6562 1726776644.23042: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776644.23173: 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__) 6562 1726776644.23182: variable 'omit' from source: magic vars 6562 1726776644.23190: starting attempt loop 6562 1726776644.23193: running the handler 6562 1726776644.23205: _low_level_execute_command(): starting 6562 1726776644.23212: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776644.23717: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776644.23721: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.23724: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776644.23726: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.23778: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776644.23781: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776644.23784: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.23841: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776644.25433: stdout chunk (state=3): >>>/root <<< 6562 1726776644.25528: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776644.25559: stderr chunk (state=3): >>><<< 6562 1726776644.25563: stdout chunk (state=3): >>><<< 6562 1726776644.25583: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776644.25600: _low_level_execute_command(): starting 6562 1726776644.25606: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776644.2558737-9663-133818667400937 `" && echo ansible-tmp-1726776644.2558737-9663-133818667400937="` echo /root/.ansible/tmp/ansible-tmp-1726776644.2558737-9663-133818667400937 `" ) && sleep 0' 6562 1726776644.26050: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776644.26054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776644.26064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.26066: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776644.26068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.26118: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776644.26124: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776644.26126: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.26171: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776644.28132: stdout chunk (state=3): >>>ansible-tmp-1726776644.2558737-9663-133818667400937=/root/.ansible/tmp/ansible-tmp-1726776644.2558737-9663-133818667400937 <<< 6562 1726776644.28236: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776644.28265: stderr chunk (state=3): >>><<< 6562 1726776644.28268: stdout chunk (state=3): >>><<< 6562 1726776644.28283: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776644.2558737-9663-133818667400937=/root/.ansible/tmp/ansible-tmp-1726776644.2558737-9663-133818667400937 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776644.28327: variable 'ansible_module_compression' from source: unknown 6562 1726776644.28362: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6562 1726776644.28400: variable 'ansible_facts' from source: unknown 6562 1726776644.28449: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776644.2558737-9663-133818667400937/AnsiballZ_kernel_settings_get_config.py 6562 1726776644.28549: Sending initial data 6562 1726776644.28552: Sent initial data (173 bytes) 6562 1726776644.28982: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776644.28990: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776644.28992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.28994: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776644.28996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.29046: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776644.29053: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776644.29055: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.29101: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776644.30638: 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 <<< 6562 1726776644.30684: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776644.30734: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp0u6wru87 /root/.ansible/tmp/ansible-tmp-1726776644.2558737-9663-133818667400937/AnsiballZ_kernel_settings_get_config.py <<< 6562 1726776644.30738: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776644.2558737-9663-133818667400937/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776644.30782: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp0u6wru87" to remote "/root/.ansible/tmp/ansible-tmp-1726776644.2558737-9663-133818667400937/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776644.30788: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776644.2558737-9663-133818667400937/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776644.31339: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776644.31382: stderr chunk (state=3): >>><<< 6562 1726776644.31389: stdout chunk (state=3): >>><<< 6562 1726776644.31417: done transferring module to remote 6562 1726776644.31426: _low_level_execute_command(): starting 6562 1726776644.31431: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776644.2558737-9663-133818667400937/ /root/.ansible/tmp/ansible-tmp-1726776644.2558737-9663-133818667400937/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776644.31874: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776644.31878: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776644.31884: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.31889: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776644.31891: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776644.31893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.31936: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776644.31939: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.31993: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776644.33731: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776644.33758: stderr chunk (state=3): >>><<< 6562 1726776644.33761: stdout chunk (state=3): >>><<< 6562 1726776644.33775: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776644.33777: _low_level_execute_command(): starting 6562 1726776644.33783: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776644.2558737-9663-133818667400937/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776644.34216: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776644.34221: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.34233: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.34292: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776644.34299: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776644.34306: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.34353: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776644.50288: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "400001", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "60666", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 6562 1726776644.51607: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776644.51635: stderr chunk (state=3): >>><<< 6562 1726776644.51639: stdout chunk (state=3): >>><<< 6562 1726776644.51657: _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": "400001", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "60666", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776644.51688: 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-1726776644.2558737-9663-133818667400937/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776644.51695: _low_level_execute_command(): starting 6562 1726776644.51699: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776644.2558737-9663-133818667400937/ > /dev/null 2>&1 && sleep 0' 6562 1726776644.52147: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776644.52151: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776644.52153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776644.52155: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776644.52157: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.52207: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776644.52210: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776644.52224: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.52273: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776644.54104: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776644.54129: stderr chunk (state=3): >>><<< 6562 1726776644.54132: stdout chunk (state=3): >>><<< 6562 1726776644.54148: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776644.54153: handler run complete 6562 1726776644.54168: attempt loop complete, returning result 6562 1726776644.54171: _execute() done 6562 1726776644.54173: dumping result to json 6562 1726776644.54177: done dumping result, returning 6562 1726776644.54187: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config [12343ab9-b159-238d-eb1a-0000000009ff] 6562 1726776644.54194: sending task result for task 12343ab9-b159-238d-eb1a-0000000009ff 6562 1726776644.54288: done sending task result for task 12343ab9-b159-238d-eb1a-0000000009ff 6562 1726776644.54291: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "sysctl": { "fs.epoll.max_user_watches": "785592", "fs.file-max": "400001", "vm.max_map_count": "65530" }, "sysfs": { "/sys/class/net/lo/mtu": "60666", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0" } } } 6562 1726776644.54369: no more pending results, returning what we have 6562 1726776644.54372: results queue empty 6562 1726776644.54373: checking for any_errors_fatal 6562 1726776644.54382: done checking for any_errors_fatal 6562 1726776644.54383: checking for max_fail_percentage 6562 1726776644.54384: done checking for max_fail_percentage 6562 1726776644.54385: checking to see if all hosts have failed and the running result is not ok 6562 1726776644.54388: done checking to see if all hosts have failed 6562 1726776644.54389: getting the remaining hosts for this loop 6562 1726776644.54391: done getting the remaining hosts for this loop 6562 1726776644.54394: getting the next task for host managed_node2 6562 1726776644.54400: done getting next task for host managed_node2 6562 1726776644.54405: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6562 1726776644.54407: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776644.54418: getting variables 6562 1726776644.54419: in VariableManager get_vars() 6562 1726776644.54453: Calling all_inventory to load vars for managed_node2 6562 1726776644.54455: Calling groups_inventory to load vars for managed_node2 6562 1726776644.54457: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776644.54465: Calling all_plugins_play to load vars for managed_node2 6562 1726776644.54467: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776644.54469: Calling groups_plugins_play to load vars for managed_node2 6562 1726776644.54595: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776644.54721: done with get_vars() 6562 1726776644.54730: done getting variables 6562 1726776644.54770: 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:44 -0400 (0:00:00.331) 0:01:26.782 **** 6562 1726776644.54796: entering _queue_task() for managed_node2/template 6562 1726776644.54985: worker is 1 (out of 1 available) 6562 1726776644.54999: exiting _queue_task() for managed_node2/template 6562 1726776644.55012: done queuing things up, now waiting for results queue to drain 6562 1726776644.55014: waiting for pending results... 6562 1726776644.55185: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6562 1726776644.55262: in run() - task 12343ab9-b159-238d-eb1a-000000000a00 6562 1726776644.55274: variable 'ansible_search_path' from source: unknown 6562 1726776644.55277: variable 'ansible_search_path' from source: unknown 6562 1726776644.55308: calling self._execute() 6562 1726776644.55381: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776644.55391: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776644.55400: variable 'omit' from source: magic vars 6562 1726776644.55479: variable 'omit' from source: magic vars 6562 1726776644.55517: variable 'omit' from source: magic vars 6562 1726776644.55758: variable '__kernel_settings_profile_src' from source: role '' all vars 6562 1726776644.55764: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776644.55824: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776644.55900: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776644.55945: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776644.55995: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776644.56049: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776644.56052: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776644.56078: variable 'omit' from source: magic vars 6562 1726776644.56114: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776644.56143: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776644.56160: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776644.56172: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776644.56182: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776644.56208: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776644.56213: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776644.56215: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776644.56279: Set connection var ansible_timeout to 10 6562 1726776644.56287: Set connection var ansible_pipelining to False 6562 1726776644.56294: Set connection var ansible_shell_executable to /bin/sh 6562 1726776644.56301: Set connection var ansible_shell_type to sh 6562 1726776644.56305: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776644.56308: Set connection var ansible_connection to ssh 6562 1726776644.56324: variable 'ansible_shell_executable' from source: unknown 6562 1726776644.56327: variable 'ansible_connection' from source: unknown 6562 1726776644.56329: variable 'ansible_module_compression' from source: unknown 6562 1726776644.56332: variable 'ansible_shell_type' from source: unknown 6562 1726776644.56334: variable 'ansible_shell_executable' from source: unknown 6562 1726776644.56336: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776644.56338: variable 'ansible_pipelining' from source: unknown 6562 1726776644.56341: variable 'ansible_timeout' from source: unknown 6562 1726776644.56345: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776644.56444: 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) 6562 1726776644.56454: variable 'omit' from source: magic vars 6562 1726776644.56457: starting attempt loop 6562 1726776644.56460: running the handler 6562 1726776644.56471: _low_level_execute_command(): starting 6562 1726776644.56477: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776644.56957: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776644.56993: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776644.56998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.57000: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776644.57002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776644.57005: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.57053: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776644.57056: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776644.57058: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.57115: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776644.58717: stdout chunk (state=3): >>>/root <<< 6562 1726776644.58817: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776644.58850: stderr chunk (state=3): >>><<< 6562 1726776644.58854: stdout chunk (state=3): >>><<< 6562 1726776644.58873: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776644.58888: _low_level_execute_command(): starting 6562 1726776644.58892: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930 `" && echo ansible-tmp-1726776644.58873-9674-217372487686930="` echo /root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930 `" ) && sleep 0' 6562 1726776644.59349: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776644.59353: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776644.59355: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.59357: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776644.59359: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.59416: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776644.59419: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776644.59421: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.59472: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776644.61654: stdout chunk (state=3): >>>ansible-tmp-1726776644.58873-9674-217372487686930=/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930 <<< 6562 1726776644.61755: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776644.61783: stderr chunk (state=3): >>><<< 6562 1726776644.61789: stdout chunk (state=3): >>><<< 6562 1726776644.61806: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776644.58873-9674-217372487686930=/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776644.61824: 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 6562 1726776644.61843: 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 6562 1726776644.61863: variable 'ansible_search_path' from source: unknown 6562 1726776644.62409: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776644.63773: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776644.63828: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776644.63854: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776644.63879: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776644.63903: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776644.64088: 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) 6562 1726776644.64111: 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) 6562 1726776644.64129: 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) 6562 1726776644.64155: 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) 6562 1726776644.64165: 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) 6562 1726776644.64387: 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) 6562 1726776644.64405: 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) 6562 1726776644.64422: 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) 6562 1726776644.64448: 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) 6562 1726776644.64458: 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) 6562 1726776644.64714: variable 'ansible_managed' from source: unknown 6562 1726776644.64717: variable '__sections' from source: task vars 6562 1726776644.64805: 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) 6562 1726776644.64821: 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) 6562 1726776644.64838: 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) 6562 1726776644.64865: 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) 6562 1726776644.64875: 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) 6562 1726776644.64950: variable 'kernel_settings_sysctl' from source: include params 6562 1726776644.64956: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776644.64960: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776644.64993: variable '__sysctl_old' from source: task vars 6562 1726776644.65037: variable '__sysctl_old' from source: task vars 6562 1726776644.65169: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776644.65172: variable 'kernel_settings_sysctl' from source: include params 6562 1726776644.65177: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776644.65181: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776644.65189: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776644.65314: variable 'kernel_settings_sysfs' from source: include params 6562 1726776644.65317: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776644.65323: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776644.65334: variable '__sysfs_old' from source: task vars 6562 1726776644.65375: variable '__sysfs_old' from source: task vars 6562 1726776644.65510: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776644.65513: variable 'kernel_settings_sysfs' from source: include params 6562 1726776644.65516: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776644.65521: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776644.65526: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776644.65541: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6562 1726776644.65548: variable '__systemd_old' from source: task vars 6562 1726776644.65592: variable '__systemd_old' from source: task vars 6562 1726776644.65715: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776644.65719: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6562 1726776644.65721: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776644.65727: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776644.65744: variable 'kernel_settings_transparent_hugepages' from source: include params 6562 1726776644.65784: variable 'kernel_settings_transparent_hugepages' from source: include params 6562 1726776644.65795: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6562 1726776644.65798: variable '__trans_huge_old' from source: task vars 6562 1726776644.65844: variable '__trans_huge_old' from source: task vars 6562 1726776644.65966: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776644.65969: variable 'kernel_settings_transparent_hugepages' from source: include params 6562 1726776644.65974: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776644.65978: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776644.65994: variable '__trans_defrag_old' from source: task vars 6562 1726776644.66036: variable '__trans_defrag_old' from source: task vars 6562 1726776644.66173: variable 'kernel_settings_purge' from source: role '' defaults 6562 1726776644.66177: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6562 1726776644.66179: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776644.66184: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776644.66204: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776644.66213: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776644.66221: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776644.66233: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776644.66647: 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) 6562 1726776644.66696: variable 'ansible_module_compression' from source: unknown 6562 1726776644.66732: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776644.66758: variable 'ansible_facts' from source: unknown 6562 1726776644.66810: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/AnsiballZ_stat.py 6562 1726776644.66904: Sending initial data 6562 1726776644.66907: Sent initial data (149 bytes) 6562 1726776644.67358: 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 <<< 6562 1726776644.67362: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776644.67364: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.67366: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776644.67368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.67424: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776644.67427: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776644.67429: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.67489: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776644.69124: 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 <<< 6562 1726776644.69169: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776644.69221: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmprbe_a8ni /root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/AnsiballZ_stat.py <<< 6562 1726776644.69230: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/AnsiballZ_stat.py" <<< 6562 1726776644.69270: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmprbe_a8ni" to remote "/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/AnsiballZ_stat.py" <<< 6562 1726776644.69273: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/AnsiballZ_stat.py" <<< 6562 1726776644.69819: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776644.69863: stderr chunk (state=3): >>><<< 6562 1726776644.69866: stdout chunk (state=3): >>><<< 6562 1726776644.69893: done transferring module to remote 6562 1726776644.69902: _low_level_execute_command(): starting 6562 1726776644.69907: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/ /root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/AnsiballZ_stat.py && sleep 0' 6562 1726776644.70353: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776644.70356: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776644.70358: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.70360: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776644.70362: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.70419: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776644.70424: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776644.70426: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.70470: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776644.72226: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776644.72251: stderr chunk (state=3): >>><<< 6562 1726776644.72254: stdout chunk (state=3): >>><<< 6562 1726776644.72267: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776644.72269: _low_level_execute_command(): starting 6562 1726776644.72275: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/AnsiballZ_stat.py && sleep 0' 6562 1726776644.72700: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776644.72703: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776644.72706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.72708: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776644.72710: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.72759: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776644.72762: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776644.72768: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.72818: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776644.89421: 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": 372, "inode": 199229762, "dev": 51714, "nlink": 1, "atime": 1726776637.2126503, "mtime": 1726776577.509287, "ctime": 1726776636.737647, "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": "3107bf46f5c007ef178305bb243dd11664f9bf35", "mimetype": "text/plain", "charset": "us-ascii", "version": "3988267215", "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}}} <<< 6562 1726776644.90961: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776644.90992: stderr chunk (state=3): >>><<< 6562 1726776644.90995: stdout chunk (state=3): >>><<< 6562 1726776644.91013: _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": 372, "inode": 199229762, "dev": 51714, "nlink": 1, "atime": 1726776637.2126503, "mtime": 1726776577.509287, "ctime": 1726776636.737647, "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": "3107bf46f5c007ef178305bb243dd11664f9bf35", "mimetype": "text/plain", "charset": "us-ascii", "version": "3988267215", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776644.91052: 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-1726776644.58873-9674-217372487686930/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776644.91146: Sending initial data 6562 1726776644.91150: Sent initial data (163 bytes) 6562 1726776644.91568: 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 <<< 6562 1726776644.91591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776644.91595: 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.11.25 is address <<< 6562 1726776644.91604: 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.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.91662: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776644.91665: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776644.91667: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.91720: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776644.93306: 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 <<< 6562 1726776644.93353: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776644.93403: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp4_2hsbsr/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/.source.conf <<< 6562 1726776644.93410: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/.source.conf" <<< 6562 1726776644.93450: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp4_2hsbsr/kernel_settings.j2" to remote "/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/.source.conf" <<< 6562 1726776644.93456: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/.source.conf" <<< 6562 1726776644.93649: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776644.93695: stderr chunk (state=3): >>><<< 6562 1726776644.93698: stdout chunk (state=3): >>><<< 6562 1726776644.93713: _low_level_execute_command(): starting 6562 1726776644.93717: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/ /root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/.source.conf && sleep 0' 6562 1726776644.94152: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776644.94155: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776644.94157: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.94159: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776644.94161: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776644.94163: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.94215: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776644.94222: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776644.94223: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.94264: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776644.96001: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776644.96028: stderr chunk (state=3): >>><<< 6562 1726776644.96031: stdout chunk (state=3): >>><<< 6562 1726776644.96046: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776644.96069: variable 'ansible_module_compression' from source: unknown 6562 1726776644.96107: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6562 1726776644.96124: variable 'ansible_facts' from source: unknown 6562 1726776644.96169: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/AnsiballZ_copy.py 6562 1726776644.96259: Sending initial data 6562 1726776644.96262: Sent initial data (149 bytes) 6562 1726776644.96706: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776644.96709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776644.96712: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.96714: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776644.96716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.96766: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776644.96770: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776644.96775: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.96819: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776644.98349: 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 <<< 6562 1726776644.98396: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776644.98444: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmperndh1jh /root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/AnsiballZ_copy.py <<< 6562 1726776644.98447: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/AnsiballZ_copy.py" <<< 6562 1726776644.98490: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmperndh1jh" to remote "/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/AnsiballZ_copy.py" <<< 6562 1726776644.98496: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/AnsiballZ_copy.py" <<< 6562 1726776644.99066: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776644.99114: stderr chunk (state=3): >>><<< 6562 1726776644.99117: stdout chunk (state=3): >>><<< 6562 1726776644.99146: done transferring module to remote 6562 1726776644.99153: _low_level_execute_command(): starting 6562 1726776644.99159: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/ /root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/AnsiballZ_copy.py && sleep 0' 6562 1726776644.99603: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776644.99606: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776644.99609: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.99611: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776644.99613: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776644.99662: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776644.99665: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776644.99671: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776644.99717: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776645.01455: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776645.01482: stderr chunk (state=3): >>><<< 6562 1726776645.01489: stdout chunk (state=3): >>><<< 6562 1726776645.01502: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776645.01505: _low_level_execute_command(): starting 6562 1726776645.01510: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/AnsiballZ_copy.py && sleep 0' 6562 1726776645.01946: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776645.01949: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776645.01952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776645.01958: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776645.01960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776645.02009: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776645.02013: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776645.02015: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776645.02070: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776645.18666: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/.source.conf", "md5sum": "394928e588644c456053f3dec5f7c2ba", "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 121, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "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}}} <<< 6562 1726776645.20059: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776645.20088: stderr chunk (state=3): >>><<< 6562 1726776645.20094: stdout chunk (state=3): >>><<< 6562 1726776645.20111: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/.source.conf", "md5sum": "394928e588644c456053f3dec5f7c2ba", "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 121, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776645.20137: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/.source.conf', 'dest': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': '0b586509c0bdce12a2dde058e3374dab88cf7f2c', '_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-1726776644.58873-9674-217372487686930/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776645.20166: _low_level_execute_command(): starting 6562 1726776645.20169: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/ > /dev/null 2>&1 && sleep 0' 6562 1726776645.20619: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776645.20624: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776645.20627: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776645.20629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776645.20680: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776645.20683: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776645.20694: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776645.20742: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776645.22578: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776645.22608: stderr chunk (state=3): >>><<< 6562 1726776645.22611: stdout chunk (state=3): >>><<< 6562 1726776645.22624: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776645.22635: handler run complete 6562 1726776645.22655: attempt loop complete, returning result 6562 1726776645.22658: _execute() done 6562 1726776645.22660: dumping result to json 6562 1726776645.22667: done dumping result, returning 6562 1726776645.22676: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [12343ab9-b159-238d-eb1a-000000000a00] 6562 1726776645.22680: sending task result for task 12343ab9-b159-238d-eb1a-000000000a00 6562 1726776645.22812: done sending task result for task 12343ab9-b159-238d-eb1a-000000000a00 6562 1726776645.22815: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "394928e588644c456053f3dec5f7c2ba", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 121, "src": "/root/.ansible/tmp/ansible-tmp-1726776644.58873-9674-217372487686930/.source.conf", "state": "file", "uid": 0 } 6562 1726776645.22963: no more pending results, returning what we have 6562 1726776645.22966: results queue empty 6562 1726776645.22966: checking for any_errors_fatal 6562 1726776645.22970: done checking for any_errors_fatal 6562 1726776645.22970: checking for max_fail_percentage 6562 1726776645.22972: done checking for max_fail_percentage 6562 1726776645.22972: checking to see if all hosts have failed and the running result is not ok 6562 1726776645.22973: done checking to see if all hosts have failed 6562 1726776645.22974: getting the remaining hosts for this loop 6562 1726776645.22975: done getting the remaining hosts for this loop 6562 1726776645.22978: getting the next task for host managed_node2 6562 1726776645.22984: done getting next task for host managed_node2 6562 1726776645.22989: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6562 1726776645.22992: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776645.23001: getting variables 6562 1726776645.23002: in VariableManager get_vars() 6562 1726776645.23029: Calling all_inventory to load vars for managed_node2 6562 1726776645.23031: Calling groups_inventory to load vars for managed_node2 6562 1726776645.23033: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776645.23041: Calling all_plugins_play to load vars for managed_node2 6562 1726776645.23043: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776645.23046: Calling groups_plugins_play to load vars for managed_node2 6562 1726776645.23146: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776645.23263: done with get_vars() 6562 1726776645.23271: done getting variables 6562 1726776645.23314: 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:45 -0400 (0:00:00.685) 0:01:27.468 **** 6562 1726776645.23336: entering _queue_task() for managed_node2/service 6562 1726776645.23525: worker is 1 (out of 1 available) 6562 1726776645.23538: exiting _queue_task() for managed_node2/service 6562 1726776645.23552: done queuing things up, now waiting for results queue to drain 6562 1726776645.23553: waiting for pending results... 6562 1726776645.23727: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6562 1726776645.23796: in run() - task 12343ab9-b159-238d-eb1a-000000000a01 6562 1726776645.23809: variable 'ansible_search_path' from source: unknown 6562 1726776645.23812: variable 'ansible_search_path' from source: unknown 6562 1726776645.23847: variable '__kernel_settings_services' from source: include_vars 6562 1726776645.24090: variable '__kernel_settings_services' from source: include_vars 6562 1726776645.24147: variable 'omit' from source: magic vars 6562 1726776645.24241: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776645.24248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776645.24257: variable 'omit' from source: magic vars 6562 1726776645.24465: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776645.24640: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776645.24671: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776645.24700: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776645.24725: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776645.24808: variable '__kernel_settings_register_profile' from source: set_fact 6562 1726776645.24817: variable '__kernel_settings_register_mode' from source: set_fact 6562 1726776645.24834: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 6562 1726776645.24838: when evaluation is False, skipping this task 6562 1726776645.24862: variable 'item' from source: unknown 6562 1726776645.24913: variable 'item' from source: unknown skipping: [managed_node2] => (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" } 6562 1726776645.25062: dumping result to json 6562 1726776645.25065: done dumping result, returning 6562 1726776645.25068: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [12343ab9-b159-238d-eb1a-000000000a01] 6562 1726776645.25070: sending task result for task 12343ab9-b159-238d-eb1a-000000000a01 skipping: [managed_node2] => { "changed": false } MSG: All items skipped 6562 1726776645.25136: no more pending results, returning what we have 6562 1726776645.25139: results queue empty 6562 1726776645.25139: checking for any_errors_fatal 6562 1726776645.25153: done checking for any_errors_fatal 6562 1726776645.25154: checking for max_fail_percentage 6562 1726776645.25155: done checking for max_fail_percentage 6562 1726776645.25156: checking to see if all hosts have failed and the running result is not ok 6562 1726776645.25157: done checking to see if all hosts have failed 6562 1726776645.25157: getting the remaining hosts for this loop 6562 1726776645.25159: done getting the remaining hosts for this loop 6562 1726776645.25162: getting the next task for host managed_node2 6562 1726776645.25168: done getting next task for host managed_node2 6562 1726776645.25171: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6562 1726776645.25174: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776645.25191: getting variables 6562 1726776645.25192: in VariableManager get_vars() 6562 1726776645.25223: Calling all_inventory to load vars for managed_node2 6562 1726776645.25225: Calling groups_inventory to load vars for managed_node2 6562 1726776645.25227: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776645.25235: Calling all_plugins_play to load vars for managed_node2 6562 1726776645.25238: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776645.25240: Calling groups_plugins_play to load vars for managed_node2 6562 1726776645.25249: done sending task result for task 12343ab9-b159-238d-eb1a-000000000a01 6562 1726776645.25252: WORKER PROCESS EXITING 6562 1726776645.25359: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776645.25484: done with get_vars() 6562 1726776645.25495: done getting variables 6562 1726776645.25535: 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:45 -0400 (0:00:00.022) 0:01:27.490 **** 6562 1726776645.25558: entering _queue_task() for managed_node2/command 6562 1726776645.25759: worker is 1 (out of 1 available) 6562 1726776645.25773: exiting _queue_task() for managed_node2/command 6562 1726776645.25785: done queuing things up, now waiting for results queue to drain 6562 1726776645.25788: waiting for pending results... 6562 1726776645.25961: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6562 1726776645.26040: in run() - task 12343ab9-b159-238d-eb1a-000000000a02 6562 1726776645.26053: variable 'ansible_search_path' from source: unknown 6562 1726776645.26056: variable 'ansible_search_path' from source: unknown 6562 1726776645.26084: calling self._execute() 6562 1726776645.26159: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776645.26163: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776645.26172: variable 'omit' from source: magic vars 6562 1726776645.26515: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776645.26763: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776645.26801: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776645.26827: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776645.26853: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776645.26951: variable '__kernel_settings_register_profile' from source: set_fact 6562 1726776645.26972: Evaluated conditional (not __kernel_settings_register_profile is changed): True 6562 1726776645.27065: variable '__kernel_settings_register_mode' from source: set_fact 6562 1726776645.27075: Evaluated conditional (not __kernel_settings_register_mode is changed): True 6562 1726776645.27153: variable '__kernel_settings_register_apply' from source: set_fact 6562 1726776645.27161: Evaluated conditional (__kernel_settings_register_apply is changed): True 6562 1726776645.27166: variable 'omit' from source: magic vars 6562 1726776645.27206: variable 'omit' from source: magic vars 6562 1726776645.27280: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776645.28621: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776645.28662: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776645.28700: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776645.28724: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776645.28744: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776645.28803: variable '__kernel_settings_active_profile' from source: set_fact 6562 1726776645.28830: variable 'omit' from source: magic vars 6562 1726776645.28854: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776645.28874: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776645.28895: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776645.28908: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776645.28916: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776645.28941: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776645.28944: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776645.28947: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776645.29016: Set connection var ansible_timeout to 10 6562 1726776645.29022: Set connection var ansible_pipelining to False 6562 1726776645.29028: Set connection var ansible_shell_executable to /bin/sh 6562 1726776645.29036: Set connection var ansible_shell_type to sh 6562 1726776645.29038: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776645.29041: Set connection var ansible_connection to ssh 6562 1726776645.29059: variable 'ansible_shell_executable' from source: unknown 6562 1726776645.29062: variable 'ansible_connection' from source: unknown 6562 1726776645.29065: variable 'ansible_module_compression' from source: unknown 6562 1726776645.29067: variable 'ansible_shell_type' from source: unknown 6562 1726776645.29069: variable 'ansible_shell_executable' from source: unknown 6562 1726776645.29071: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776645.29075: variable 'ansible_pipelining' from source: unknown 6562 1726776645.29078: variable 'ansible_timeout' from source: unknown 6562 1726776645.29082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776645.29156: 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) 6562 1726776645.29165: variable 'omit' from source: magic vars 6562 1726776645.29170: starting attempt loop 6562 1726776645.29173: running the handler 6562 1726776645.29185: _low_level_execute_command(): starting 6562 1726776645.29194: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776645.29656: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776645.29671: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776645.29674: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776645.29698: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776645.29701: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776645.29751: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776645.29754: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776645.29757: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776645.29819: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776645.31487: stdout chunk (state=3): >>>/root <<< 6562 1726776645.31582: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776645.31616: stderr chunk (state=3): >>><<< 6562 1726776645.31620: stdout chunk (state=3): >>><<< 6562 1726776645.31640: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776645.31651: _low_level_execute_command(): starting 6562 1726776645.31658: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776645.3164003-9690-6173543446108 `" && echo ansible-tmp-1726776645.3164003-9690-6173543446108="` echo /root/.ansible/tmp/ansible-tmp-1726776645.3164003-9690-6173543446108 `" ) && sleep 0' 6562 1726776645.32079: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776645.32083: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776645.32116: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776645.32120: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776645.32123: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776645.32125: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776645.32175: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776645.32178: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776645.32180: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776645.32232: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776645.34371: stdout chunk (state=3): >>>ansible-tmp-1726776645.3164003-9690-6173543446108=/root/.ansible/tmp/ansible-tmp-1726776645.3164003-9690-6173543446108 <<< 6562 1726776645.34501: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776645.34505: stdout chunk (state=3): >>><<< 6562 1726776645.34510: stderr chunk (state=3): >>><<< 6562 1726776645.34527: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776645.3164003-9690-6173543446108=/root/.ansible/tmp/ansible-tmp-1726776645.3164003-9690-6173543446108 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776645.34556: variable 'ansible_module_compression' from source: unknown 6562 1726776645.34600: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776645.34626: variable 'ansible_facts' from source: unknown 6562 1726776645.34676: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776645.3164003-9690-6173543446108/AnsiballZ_command.py 6562 1726776645.34779: Sending initial data 6562 1726776645.34783: Sent initial data (152 bytes) 6562 1726776645.35239: 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 <<< 6562 1726776645.35243: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776645.35245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776645.35248: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776645.35250: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776645.35296: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776645.35299: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776645.35302: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776645.35370: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776645.36916: 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 <<< 6562 1726776645.36958: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776645.37009: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpzuidmoz9 /root/.ansible/tmp/ansible-tmp-1726776645.3164003-9690-6173543446108/AnsiballZ_command.py <<< 6562 1726776645.37017: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776645.3164003-9690-6173543446108/AnsiballZ_command.py" <<< 6562 1726776645.37059: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpzuidmoz9" to remote "/root/.ansible/tmp/ansible-tmp-1726776645.3164003-9690-6173543446108/AnsiballZ_command.py" <<< 6562 1726776645.37062: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776645.3164003-9690-6173543446108/AnsiballZ_command.py" <<< 6562 1726776645.37628: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776645.37673: stderr chunk (state=3): >>><<< 6562 1726776645.37677: stdout chunk (state=3): >>><<< 6562 1726776645.37704: done transferring module to remote 6562 1726776645.37713: _low_level_execute_command(): starting 6562 1726776645.37720: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776645.3164003-9690-6173543446108/ /root/.ansible/tmp/ansible-tmp-1726776645.3164003-9690-6173543446108/AnsiballZ_command.py && sleep 0' 6562 1726776645.38164: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776645.38167: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776645.38170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776645.38174: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776645.38176: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776645.38230: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776645.38233: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776645.38237: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776645.38283: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776645.40034: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776645.40060: stderr chunk (state=3): >>><<< 6562 1726776645.40063: stdout chunk (state=3): >>><<< 6562 1726776645.40076: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776645.40079: _low_level_execute_command(): starting 6562 1726776645.40084: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776645.3164003-9690-6173543446108/AnsiballZ_command.py && sleep 0' 6562 1726776645.40530: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776645.40535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776645.40539: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776645.40541: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776645.40543: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776645.40592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776645.40595: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776645.40609: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776645.40657: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776646.67905: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 16:10:45.562603", "end": "2024-09-19 16:10:46.678017", "delta": "0:00:01.115414", "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}}} <<< 6562 1726776646.69547: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776646.69574: stderr chunk (state=3): >>><<< 6562 1726776646.69577: stdout chunk (state=3): >>><<< 6562 1726776646.69597: _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:45.562603", "end": "2024-09-19 16:10:46.678017", "delta": "0:00:01.115414", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776646.69624: 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-1726776645.3164003-9690-6173543446108/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776646.69633: _low_level_execute_command(): starting 6562 1726776646.69636: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776645.3164003-9690-6173543446108/ > /dev/null 2>&1 && sleep 0' 6562 1726776646.70061: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776646.70064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776646.70098: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776646.70101: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776646.70103: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776646.70105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776646.70158: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776646.70161: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776646.70164: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776646.70217: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776646.72069: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776646.72096: stderr chunk (state=3): >>><<< 6562 1726776646.72099: stdout chunk (state=3): >>><<< 6562 1726776646.72113: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776646.72119: handler run complete 6562 1726776646.72140: Evaluated conditional (True): True 6562 1726776646.72146: attempt loop complete, returning result 6562 1726776646.72149: _execute() done 6562 1726776646.72151: dumping result to json 6562 1726776646.72156: done dumping result, returning 6562 1726776646.72165: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [12343ab9-b159-238d-eb1a-000000000a02] 6562 1726776646.72170: sending task result for task 12343ab9-b159-238d-eb1a-000000000a02 6562 1726776646.72271: done sending task result for task 12343ab9-b159-238d-eb1a-000000000a02 6562 1726776646.72274: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest kernel_settings" ], "delta": "0:00:01.115414", "end": "2024-09-19 16:10:46.678017", "rc": 0, "start": "2024-09-19 16:10:45.562603" } 6562 1726776646.72349: no more pending results, returning what we have 6562 1726776646.72353: results queue empty 6562 1726776646.72353: checking for any_errors_fatal 6562 1726776646.72360: done checking for any_errors_fatal 6562 1726776646.72360: checking for max_fail_percentage 6562 1726776646.72362: done checking for max_fail_percentage 6562 1726776646.72363: checking to see if all hosts have failed and the running result is not ok 6562 1726776646.72364: done checking to see if all hosts have failed 6562 1726776646.72364: getting the remaining hosts for this loop 6562 1726776646.72366: done getting the remaining hosts for this loop 6562 1726776646.72369: getting the next task for host managed_node2 6562 1726776646.72376: done getting next task for host managed_node2 6562 1726776646.72379: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6562 1726776646.72382: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776646.72397: getting variables 6562 1726776646.72399: in VariableManager get_vars() 6562 1726776646.72433: Calling all_inventory to load vars for managed_node2 6562 1726776646.72435: Calling groups_inventory to load vars for managed_node2 6562 1726776646.72437: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776646.72445: Calling all_plugins_play to load vars for managed_node2 6562 1726776646.72447: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776646.72450: Calling groups_plugins_play to load vars for managed_node2 6562 1726776646.72627: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776646.72745: done with get_vars() 6562 1726776646.72754: 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:46 -0400 (0:00:01.472) 0:01:28.963 **** 6562 1726776646.72827: entering _queue_task() for managed_node2/include_tasks 6562 1726776646.73017: worker is 1 (out of 1 available) 6562 1726776646.73031: exiting _queue_task() for managed_node2/include_tasks 6562 1726776646.73044: done queuing things up, now waiting for results queue to drain 6562 1726776646.73045: waiting for pending results... 6562 1726776646.73221: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6562 1726776646.73294: in run() - task 12343ab9-b159-238d-eb1a-000000000a03 6562 1726776646.73307: variable 'ansible_search_path' from source: unknown 6562 1726776646.73311: variable 'ansible_search_path' from source: unknown 6562 1726776646.73338: calling self._execute() 6562 1726776646.73410: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776646.73416: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776646.73425: variable 'omit' from source: magic vars 6562 1726776646.73759: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776646.73951: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776646.73985: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776646.74016: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776646.74062: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776646.74152: variable '__kernel_settings_register_apply' from source: set_fact 6562 1726776646.74176: Evaluated conditional (__kernel_settings_register_apply is changed): True 6562 1726776646.74182: _execute() done 6562 1726776646.74185: dumping result to json 6562 1726776646.74191: done dumping result, returning 6562 1726776646.74200: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [12343ab9-b159-238d-eb1a-000000000a03] 6562 1726776646.74204: sending task result for task 12343ab9-b159-238d-eb1a-000000000a03 6562 1726776646.74292: done sending task result for task 12343ab9-b159-238d-eb1a-000000000a03 6562 1726776646.74295: WORKER PROCESS EXITING 6562 1726776646.74337: no more pending results, returning what we have 6562 1726776646.74342: in VariableManager get_vars() 6562 1726776646.74385: Calling all_inventory to load vars for managed_node2 6562 1726776646.74391: Calling groups_inventory to load vars for managed_node2 6562 1726776646.74393: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776646.74404: Calling all_plugins_play to load vars for managed_node2 6562 1726776646.74407: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776646.74409: Calling groups_plugins_play to load vars for managed_node2 6562 1726776646.74554: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776646.74678: done with get_vars() 6562 1726776646.74687: variable 'ansible_search_path' from source: unknown 6562 1726776646.74688: variable 'ansible_search_path' from source: unknown 6562 1726776646.74711: we have included files to process 6562 1726776646.74712: generating all_blocks data 6562 1726776646.74717: done generating all_blocks data 6562 1726776646.74723: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6562 1726776646.74724: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6562 1726776646.74725: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6562 1726776646.74988: done processing included file 6562 1726776646.74991: iterating over new_blocks loaded from include file 6562 1726776646.74992: in VariableManager get_vars() 6562 1726776646.75009: done with get_vars() 6562 1726776646.75010: filtering new block on tags 6562 1726776646.75043: done filtering new block on tags 6562 1726776646.75045: 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_node2 6562 1726776646.75049: extending task lists for all hosts with included blocks 6562 1726776646.75427: done extending task lists 6562 1726776646.75429: done processing included files 6562 1726776646.75429: results queue empty 6562 1726776646.75430: checking for any_errors_fatal 6562 1726776646.75433: done checking for any_errors_fatal 6562 1726776646.75433: checking for max_fail_percentage 6562 1726776646.75434: done checking for max_fail_percentage 6562 1726776646.75435: checking to see if all hosts have failed and the running result is not ok 6562 1726776646.75435: done checking to see if all hosts have failed 6562 1726776646.75436: getting the remaining hosts for this loop 6562 1726776646.75437: done getting the remaining hosts for this loop 6562 1726776646.75438: getting the next task for host managed_node2 6562 1726776646.75441: done getting next task for host managed_node2 6562 1726776646.75443: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6562 1726776646.75445: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776646.75452: getting variables 6562 1726776646.75453: in VariableManager get_vars() 6562 1726776646.75463: Calling all_inventory to load vars for managed_node2 6562 1726776646.75464: Calling groups_inventory to load vars for managed_node2 6562 1726776646.75465: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776646.75469: Calling all_plugins_play to load vars for managed_node2 6562 1726776646.75470: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776646.75472: Calling groups_plugins_play to load vars for managed_node2 6562 1726776646.75557: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776646.75670: done with get_vars() 6562 1726776646.75677: done getting variables 6562 1726776646.75709: 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:46 -0400 (0:00:00.029) 0:01:28.992 **** 6562 1726776646.75732: entering _queue_task() for managed_node2/command 6562 1726776646.75953: worker is 1 (out of 1 available) 6562 1726776646.75963: exiting _queue_task() for managed_node2/command 6562 1726776646.75977: done queuing things up, now waiting for results queue to drain 6562 1726776646.75978: waiting for pending results... 6562 1726776646.76163: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6562 1726776646.76250: in run() - task 12343ab9-b159-238d-eb1a-000000000c42 6562 1726776646.76262: variable 'ansible_search_path' from source: unknown 6562 1726776646.76266: variable 'ansible_search_path' from source: unknown 6562 1726776646.76298: calling self._execute() 6562 1726776646.76368: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776646.76372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776646.76381: variable 'omit' from source: magic vars 6562 1726776646.76463: variable 'omit' from source: magic vars 6562 1726776646.76507: variable 'omit' from source: magic vars 6562 1726776646.76534: variable 'omit' from source: magic vars 6562 1726776646.76572: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776646.76604: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776646.76622: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776646.76690: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776646.76693: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776646.76695: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776646.76696: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776646.76698: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776646.76755: Set connection var ansible_timeout to 10 6562 1726776646.76763: Set connection var ansible_pipelining to False 6562 1726776646.76768: Set connection var ansible_shell_executable to /bin/sh 6562 1726776646.76774: Set connection var ansible_shell_type to sh 6562 1726776646.76779: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776646.76781: Set connection var ansible_connection to ssh 6562 1726776646.76805: variable 'ansible_shell_executable' from source: unknown 6562 1726776646.76808: variable 'ansible_connection' from source: unknown 6562 1726776646.76811: variable 'ansible_module_compression' from source: unknown 6562 1726776646.76813: variable 'ansible_shell_type' from source: unknown 6562 1726776646.76816: variable 'ansible_shell_executable' from source: unknown 6562 1726776646.76819: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776646.76821: variable 'ansible_pipelining' from source: unknown 6562 1726776646.76824: variable 'ansible_timeout' from source: unknown 6562 1726776646.76826: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776646.76941: 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) 6562 1726776646.76950: variable 'omit' from source: magic vars 6562 1726776646.76954: starting attempt loop 6562 1726776646.76959: running the handler 6562 1726776646.76971: _low_level_execute_command(): starting 6562 1726776646.76979: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776646.77521: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776646.77529: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776646.77573: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776646.77576: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776646.77641: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776646.79300: stdout chunk (state=3): >>>/root <<< 6562 1726776646.79392: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776646.79424: stderr chunk (state=3): >>><<< 6562 1726776646.79427: stdout chunk (state=3): >>><<< 6562 1726776646.79451: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776646.79465: _low_level_execute_command(): starting 6562 1726776646.79470: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776646.7945085-9705-219641962986988 `" && echo ansible-tmp-1726776646.7945085-9705-219641962986988="` echo /root/.ansible/tmp/ansible-tmp-1726776646.7945085-9705-219641962986988 `" ) && sleep 0' 6562 1726776646.79930: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776646.79934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776646.79937: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776646.79939: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776646.79997: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776646.80000: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776646.80003: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776646.80060: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776646.82051: stdout chunk (state=3): >>>ansible-tmp-1726776646.7945085-9705-219641962986988=/root/.ansible/tmp/ansible-tmp-1726776646.7945085-9705-219641962986988 <<< 6562 1726776646.82162: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776646.82196: stderr chunk (state=3): >>><<< 6562 1726776646.82199: stdout chunk (state=3): >>><<< 6562 1726776646.82214: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776646.7945085-9705-219641962986988=/root/.ansible/tmp/ansible-tmp-1726776646.7945085-9705-219641962986988 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776646.82242: variable 'ansible_module_compression' from source: unknown 6562 1726776646.82290: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776646.82327: variable 'ansible_facts' from source: unknown 6562 1726776646.82378: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776646.7945085-9705-219641962986988/AnsiballZ_command.py 6562 1726776646.82494: Sending initial data 6562 1726776646.82498: Sent initial data (154 bytes) 6562 1726776646.82955: 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 <<< 6562 1726776646.82958: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776646.82962: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776646.82964: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776646.83019: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776646.83022: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776646.83024: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776646.83079: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776646.84669: 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 <<< 6562 1726776646.84719: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776646.84770: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp0ddhha9l /root/.ansible/tmp/ansible-tmp-1726776646.7945085-9705-219641962986988/AnsiballZ_command.py <<< 6562 1726776646.84780: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776646.7945085-9705-219641962986988/AnsiballZ_command.py" <<< 6562 1726776646.84822: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp0ddhha9l" to remote "/root/.ansible/tmp/ansible-tmp-1726776646.7945085-9705-219641962986988/AnsiballZ_command.py" <<< 6562 1726776646.84825: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776646.7945085-9705-219641962986988/AnsiballZ_command.py" <<< 6562 1726776646.85372: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776646.85415: stderr chunk (state=3): >>><<< 6562 1726776646.85418: stdout chunk (state=3): >>><<< 6562 1726776646.85460: done transferring module to remote 6562 1726776646.85470: _low_level_execute_command(): starting 6562 1726776646.85476: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776646.7945085-9705-219641962986988/ /root/.ansible/tmp/ansible-tmp-1726776646.7945085-9705-219641962986988/AnsiballZ_command.py && sleep 0' 6562 1726776646.85933: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776646.85937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776646.85940: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776646.85942: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776646.85994: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776646.85999: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776646.86010: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776646.86059: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776646.87827: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776646.87851: stderr chunk (state=3): >>><<< 6562 1726776646.87854: stdout chunk (state=3): >>><<< 6562 1726776646.87870: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776646.87873: _low_level_execute_command(): starting 6562 1726776646.87878: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776646.7945085-9705-219641962986988/AnsiballZ_command.py && sleep 0' 6562 1726776646.88333: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776646.88337: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776646.88339: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776646.88342: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776646.88395: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776646.88399: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776646.88416: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776646.88465: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776647.13634: 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:47.039463", "end": "2024-09-19 16:10:47.135376", "delta": "0:00:00.095913", "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}}} <<< 6562 1726776647.15294: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776647.15322: stderr chunk (state=3): >>><<< 6562 1726776647.15325: stdout chunk (state=3): >>><<< 6562 1726776647.15342: _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:47.039463", "end": "2024-09-19 16:10:47.135376", "delta": "0:00:00.095913", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776647.15388: 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-1726776646.7945085-9705-219641962986988/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776647.15393: _low_level_execute_command(): starting 6562 1726776647.15398: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776646.7945085-9705-219641962986988/ > /dev/null 2>&1 && sleep 0' 6562 1726776647.15832: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776647.15836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776647.15848: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776647.15911: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776647.15914: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776647.15916: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776647.15968: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776647.17811: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776647.17815: stderr chunk (state=3): >>><<< 6562 1726776647.17818: stdout chunk (state=3): >>><<< 6562 1726776647.17832: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776647.17838: handler run complete 6562 1726776647.17859: Evaluated conditional (False): False 6562 1726776647.17868: attempt loop complete, returning result 6562 1726776647.17871: _execute() done 6562 1726776647.17873: dumping result to json 6562 1726776647.17879: done dumping result, returning 6562 1726776647.17891: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [12343ab9-b159-238d-eb1a-000000000c42] 6562 1726776647.17896: sending task result for task 12343ab9-b159-238d-eb1a-000000000c42 6562 1726776647.17995: done sending task result for task 12343ab9-b159-238d-eb1a-000000000c42 6562 1726776647.17998: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.095913", "end": "2024-09-19 16:10:47.135376", "rc": 0, "start": "2024-09-19 16:10:47.039463" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 6562 1726776647.18084: no more pending results, returning what we have 6562 1726776647.18090: results queue empty 6562 1726776647.18091: checking for any_errors_fatal 6562 1726776647.18093: done checking for any_errors_fatal 6562 1726776647.18093: checking for max_fail_percentage 6562 1726776647.18095: done checking for max_fail_percentage 6562 1726776647.18096: checking to see if all hosts have failed and the running result is not ok 6562 1726776647.18096: done checking to see if all hosts have failed 6562 1726776647.18097: getting the remaining hosts for this loop 6562 1726776647.18099: done getting the remaining hosts for this loop 6562 1726776647.18103: getting the next task for host managed_node2 6562 1726776647.18110: done getting next task for host managed_node2 6562 1726776647.18113: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6562 1726776647.18117: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776647.18127: getting variables 6562 1726776647.18128: in VariableManager get_vars() 6562 1726776647.18162: Calling all_inventory to load vars for managed_node2 6562 1726776647.18164: Calling groups_inventory to load vars for managed_node2 6562 1726776647.18166: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776647.18174: Calling all_plugins_play to load vars for managed_node2 6562 1726776647.18176: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776647.18178: Calling groups_plugins_play to load vars for managed_node2 6562 1726776647.18325: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776647.18449: done with get_vars() 6562 1726776647.18456: done getting variables 6562 1726776647.18500: 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:47 -0400 (0:00:00.427) 0:01:29.420 **** 6562 1726776647.18524: entering _queue_task() for managed_node2/shell 6562 1726776647.18721: worker is 1 (out of 1 available) 6562 1726776647.18734: exiting _queue_task() for managed_node2/shell 6562 1726776647.18746: done queuing things up, now waiting for results queue to drain 6562 1726776647.18748: waiting for pending results... 6562 1726776647.18921: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6562 1726776647.19008: in run() - task 12343ab9-b159-238d-eb1a-000000000c43 6562 1726776647.19019: variable 'ansible_search_path' from source: unknown 6562 1726776647.19022: variable 'ansible_search_path' from source: unknown 6562 1726776647.19048: calling self._execute() 6562 1726776647.19121: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.19125: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.19134: variable 'omit' from source: magic vars 6562 1726776647.19466: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776647.19646: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776647.19679: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776647.19708: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776647.19753: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776647.19838: variable '__kernel_settings_register_verify_values' from source: set_fact 6562 1726776647.19859: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6562 1726776647.19862: when evaluation is False, skipping this task 6562 1726776647.19865: _execute() done 6562 1726776647.19868: dumping result to json 6562 1726776647.19870: done dumping result, returning 6562 1726776647.19878: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [12343ab9-b159-238d-eb1a-000000000c43] 6562 1726776647.19881: sending task result for task 12343ab9-b159-238d-eb1a-000000000c43 6562 1726776647.19968: done sending task result for task 12343ab9-b159-238d-eb1a-000000000c43 6562 1726776647.19971: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6562 1726776647.20022: no more pending results, returning what we have 6562 1726776647.20025: results queue empty 6562 1726776647.20026: checking for any_errors_fatal 6562 1726776647.20036: done checking for any_errors_fatal 6562 1726776647.20037: checking for max_fail_percentage 6562 1726776647.20038: done checking for max_fail_percentage 6562 1726776647.20039: checking to see if all hosts have failed and the running result is not ok 6562 1726776647.20040: done checking to see if all hosts have failed 6562 1726776647.20040: getting the remaining hosts for this loop 6562 1726776647.20042: done getting the remaining hosts for this loop 6562 1726776647.20046: getting the next task for host managed_node2 6562 1726776647.20054: done getting next task for host managed_node2 6562 1726776647.20057: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6562 1726776647.20061: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776647.20076: getting variables 6562 1726776647.20078: in VariableManager get_vars() 6562 1726776647.20109: Calling all_inventory to load vars for managed_node2 6562 1726776647.20112: Calling groups_inventory to load vars for managed_node2 6562 1726776647.20114: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776647.20122: Calling all_plugins_play to load vars for managed_node2 6562 1726776647.20125: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776647.20127: Calling groups_plugins_play to load vars for managed_node2 6562 1726776647.20240: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776647.20367: done with get_vars() 6562 1726776647.20374: done getting variables 6562 1726776647.20416: 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:47 -0400 (0:00:00.019) 0:01:29.439 **** 6562 1726776647.20440: entering _queue_task() for managed_node2/fail 6562 1726776647.20633: worker is 1 (out of 1 available) 6562 1726776647.20646: exiting _queue_task() for managed_node2/fail 6562 1726776647.20658: done queuing things up, now waiting for results queue to drain 6562 1726776647.20660: waiting for pending results... 6562 1726776647.20838: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6562 1726776647.20921: in run() - task 12343ab9-b159-238d-eb1a-000000000c44 6562 1726776647.20933: variable 'ansible_search_path' from source: unknown 6562 1726776647.20938: variable 'ansible_search_path' from source: unknown 6562 1726776647.20963: calling self._execute() 6562 1726776647.21032: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.21038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.21048: variable 'omit' from source: magic vars 6562 1726776647.21383: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776647.21615: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776647.21691: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776647.21695: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776647.21697: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776647.21775: variable '__kernel_settings_register_verify_values' from source: set_fact 6562 1726776647.21801: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6562 1726776647.21805: when evaluation is False, skipping this task 6562 1726776647.21808: _execute() done 6562 1726776647.21810: dumping result to json 6562 1726776647.21812: done dumping result, returning 6562 1726776647.21819: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [12343ab9-b159-238d-eb1a-000000000c44] 6562 1726776647.21823: sending task result for task 12343ab9-b159-238d-eb1a-000000000c44 skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6562 1726776647.21957: no more pending results, returning what we have 6562 1726776647.21960: results queue empty 6562 1726776647.21960: checking for any_errors_fatal 6562 1726776647.21968: done checking for any_errors_fatal 6562 1726776647.21968: checking for max_fail_percentage 6562 1726776647.21969: done checking for max_fail_percentage 6562 1726776647.21970: checking to see if all hosts have failed and the running result is not ok 6562 1726776647.21971: done checking to see if all hosts have failed 6562 1726776647.21972: getting the remaining hosts for this loop 6562 1726776647.21974: done getting the remaining hosts for this loop 6562 1726776647.21977: getting the next task for host managed_node2 6562 1726776647.21988: done getting next task for host managed_node2 6562 1726776647.21992: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6562 1726776647.21995: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776647.22014: getting variables 6562 1726776647.22016: in VariableManager get_vars() 6562 1726776647.22046: Calling all_inventory to load vars for managed_node2 6562 1726776647.22048: Calling groups_inventory to load vars for managed_node2 6562 1726776647.22050: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776647.22059: Calling all_plugins_play to load vars for managed_node2 6562 1726776647.22061: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776647.22063: Calling groups_plugins_play to load vars for managed_node2 6562 1726776647.22221: done sending task result for task 12343ab9-b159-238d-eb1a-000000000c44 6562 1726776647.22225: WORKER PROCESS EXITING 6562 1726776647.22234: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776647.22353: done with get_vars() 6562 1726776647.22361: done getting variables 6562 1726776647.22404: 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:47 -0400 (0:00:00.019) 0:01:29.459 **** 6562 1726776647.22425: entering _queue_task() for managed_node2/set_fact 6562 1726776647.22616: worker is 1 (out of 1 available) 6562 1726776647.22630: exiting _queue_task() for managed_node2/set_fact 6562 1726776647.22641: done queuing things up, now waiting for results queue to drain 6562 1726776647.22642: waiting for pending results... 6562 1726776647.22818: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6562 1726776647.22880: in run() - task 12343ab9-b159-238d-eb1a-000000000a04 6562 1726776647.22898: variable 'ansible_search_path' from source: unknown 6562 1726776647.22902: variable 'ansible_search_path' from source: unknown 6562 1726776647.22927: calling self._execute() 6562 1726776647.23002: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.23005: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.23015: variable 'omit' from source: magic vars 6562 1726776647.23096: variable 'omit' from source: magic vars 6562 1726776647.23129: variable 'omit' from source: magic vars 6562 1726776647.23152: variable 'omit' from source: magic vars 6562 1726776647.23188: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776647.23218: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776647.23236: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776647.23249: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776647.23259: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776647.23283: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776647.23288: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.23292: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.23361: Set connection var ansible_timeout to 10 6562 1726776647.23368: Set connection var ansible_pipelining to False 6562 1726776647.23372: Set connection var ansible_shell_executable to /bin/sh 6562 1726776647.23379: Set connection var ansible_shell_type to sh 6562 1726776647.23384: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776647.23388: Set connection var ansible_connection to ssh 6562 1726776647.23407: variable 'ansible_shell_executable' from source: unknown 6562 1726776647.23410: variable 'ansible_connection' from source: unknown 6562 1726776647.23413: variable 'ansible_module_compression' from source: unknown 6562 1726776647.23415: variable 'ansible_shell_type' from source: unknown 6562 1726776647.23418: variable 'ansible_shell_executable' from source: unknown 6562 1726776647.23420: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.23423: variable 'ansible_pipelining' from source: unknown 6562 1726776647.23425: variable 'ansible_timeout' from source: unknown 6562 1726776647.23427: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.23539: 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) 6562 1726776647.23548: variable 'omit' from source: magic vars 6562 1726776647.23553: starting attempt loop 6562 1726776647.23556: running the handler 6562 1726776647.23565: handler run complete 6562 1726776647.23574: attempt loop complete, returning result 6562 1726776647.23576: _execute() done 6562 1726776647.23579: dumping result to json 6562 1726776647.23581: done dumping result, returning 6562 1726776647.23593: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [12343ab9-b159-238d-eb1a-000000000a04] 6562 1726776647.23597: sending task result for task 12343ab9-b159-238d-eb1a-000000000a04 6562 1726776647.23675: done sending task result for task 12343ab9-b159-238d-eb1a-000000000a04 6562 1726776647.23677: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 6562 1726776647.23745: no more pending results, returning what we have 6562 1726776647.23749: results queue empty 6562 1726776647.23750: checking for any_errors_fatal 6562 1726776647.23759: done checking for any_errors_fatal 6562 1726776647.23759: checking for max_fail_percentage 6562 1726776647.23761: done checking for max_fail_percentage 6562 1726776647.23762: checking to see if all hosts have failed and the running result is not ok 6562 1726776647.23762: done checking to see if all hosts have failed 6562 1726776647.23763: getting the remaining hosts for this loop 6562 1726776647.23765: done getting the remaining hosts for this loop 6562 1726776647.23768: getting the next task for host managed_node2 6562 1726776647.23776: done getting next task for host managed_node2 6562 1726776647.23779: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6562 1726776647.23781: ^ state is: HOST STATE: block=2, task=45, 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 6562 1726776647.23793: getting variables 6562 1726776647.23795: in VariableManager get_vars() 6562 1726776647.23826: Calling all_inventory to load vars for managed_node2 6562 1726776647.23829: Calling groups_inventory to load vars for managed_node2 6562 1726776647.23831: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776647.23839: Calling all_plugins_play to load vars for managed_node2 6562 1726776647.23841: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776647.23843: Calling groups_plugins_play to load vars for managed_node2 6562 1726776647.23959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776647.24081: done with get_vars() 6562 1726776647.24092: done getting variables 6562 1726776647.24134: 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:47 -0400 (0:00:00.017) 0:01:29.476 **** 6562 1726776647.24156: entering _queue_task() for managed_node2/set_fact 6562 1726776647.24354: worker is 1 (out of 1 available) 6562 1726776647.24368: exiting _queue_task() for managed_node2/set_fact 6562 1726776647.24381: done queuing things up, now waiting for results queue to drain 6562 1726776647.24383: waiting for pending results... 6562 1726776647.24562: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6562 1726776647.24641: in run() - task 12343ab9-b159-238d-eb1a-000000000a05 6562 1726776647.24654: variable 'ansible_search_path' from source: unknown 6562 1726776647.24658: variable 'ansible_search_path' from source: unknown 6562 1726776647.24688: calling self._execute() 6562 1726776647.24759: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.24766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.24774: variable 'omit' from source: magic vars 6562 1726776647.24858: variable 'omit' from source: magic vars 6562 1726776647.24895: variable 'omit' from source: magic vars 6562 1726776647.25242: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776647.25421: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776647.25454: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776647.25478: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776647.25509: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776647.25611: variable '__kernel_settings_register_profile' from source: set_fact 6562 1726776647.25622: variable '__kernel_settings_register_mode' from source: set_fact 6562 1726776647.25629: variable '__kernel_settings_register_apply' from source: set_fact 6562 1726776647.25668: variable 'omit' from source: magic vars 6562 1726776647.25695: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776647.25717: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776647.25733: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776647.25747: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776647.25756: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776647.25779: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776647.25782: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.25784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.25853: Set connection var ansible_timeout to 10 6562 1726776647.25860: Set connection var ansible_pipelining to False 6562 1726776647.25865: Set connection var ansible_shell_executable to /bin/sh 6562 1726776647.25871: Set connection var ansible_shell_type to sh 6562 1726776647.25876: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776647.25878: Set connection var ansible_connection to ssh 6562 1726776647.25900: variable 'ansible_shell_executable' from source: unknown 6562 1726776647.25905: variable 'ansible_connection' from source: unknown 6562 1726776647.25907: variable 'ansible_module_compression' from source: unknown 6562 1726776647.25909: variable 'ansible_shell_type' from source: unknown 6562 1726776647.25912: variable 'ansible_shell_executable' from source: unknown 6562 1726776647.25914: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.25916: variable 'ansible_pipelining' from source: unknown 6562 1726776647.25918: variable 'ansible_timeout' from source: unknown 6562 1726776647.25923: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.26000: 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) 6562 1726776647.26009: variable 'omit' from source: magic vars 6562 1726776647.26013: starting attempt loop 6562 1726776647.26017: running the handler 6562 1726776647.26025: handler run complete 6562 1726776647.26035: attempt loop complete, returning result 6562 1726776647.26038: _execute() done 6562 1726776647.26041: dumping result to json 6562 1726776647.26043: done dumping result, returning 6562 1726776647.26051: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [12343ab9-b159-238d-eb1a-000000000a05] 6562 1726776647.26054: sending task result for task 12343ab9-b159-238d-eb1a-000000000a05 6562 1726776647.26137: done sending task result for task 12343ab9-b159-238d-eb1a-000000000a05 6562 1726776647.26140: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 6562 1726776647.26205: no more pending results, returning what we have 6562 1726776647.26209: results queue empty 6562 1726776647.26210: checking for any_errors_fatal 6562 1726776647.26216: done checking for any_errors_fatal 6562 1726776647.26217: checking for max_fail_percentage 6562 1726776647.26218: done checking for max_fail_percentage 6562 1726776647.26219: checking to see if all hosts have failed and the running result is not ok 6562 1726776647.26220: done checking to see if all hosts have failed 6562 1726776647.26221: getting the remaining hosts for this loop 6562 1726776647.26223: done getting the remaining hosts for this loop 6562 1726776647.26227: getting the next task for host managed_node2 6562 1726776647.26236: done getting next task for host managed_node2 6562 1726776647.26239: ^ task is: TASK: meta (role_complete) 6562 1726776647.26241: ^ state is: HOST STATE: block=2, task=46, 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 6562 1726776647.26251: getting variables 6562 1726776647.26253: in VariableManager get_vars() 6562 1726776647.26289: Calling all_inventory to load vars for managed_node2 6562 1726776647.26292: Calling groups_inventory to load vars for managed_node2 6562 1726776647.26294: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776647.26302: Calling all_plugins_play to load vars for managed_node2 6562 1726776647.26304: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776647.26307: Calling groups_plugins_play to load vars for managed_node2 6562 1726776647.26468: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776647.26588: done with get_vars() 6562 1726776647.26596: done getting variables 6562 1726776647.26648: done queuing things up, now waiting for results queue to drain 6562 1726776647.26649: results queue empty 6562 1726776647.26650: checking for any_errors_fatal 6562 1726776647.26651: done checking for any_errors_fatal 6562 1726776647.26652: checking for max_fail_percentage 6562 1726776647.26653: done checking for max_fail_percentage 6562 1726776647.26657: checking to see if all hosts have failed and the running result is not ok 6562 1726776647.26658: done checking to see if all hosts have failed 6562 1726776647.26658: getting the remaining hosts for this loop 6562 1726776647.26659: done getting the remaining hosts for this loop 6562 1726776647.26661: getting the next task for host managed_node2 6562 1726776647.26663: done getting next task for host managed_node2 6562 1726776647.26664: ^ task is: TASK: meta (flush_handlers) 6562 1726776647.26665: ^ state is: HOST STATE: block=2, task=47, 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 6562 1726776647.26669: getting variables 6562 1726776647.26669: in VariableManager get_vars() 6562 1726776647.26677: Calling all_inventory to load vars for managed_node2 6562 1726776647.26678: Calling groups_inventory to load vars for managed_node2 6562 1726776647.26680: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776647.26683: Calling all_plugins_play to load vars for managed_node2 6562 1726776647.26684: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776647.26688: Calling groups_plugins_play to load vars for managed_node2 6562 1726776647.26765: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776647.26869: done with get_vars() 6562 1726776647.26875: done getting variables TASK [Force handlers] ********************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:191 Thursday 19 September 2024 16:10:47 -0400 (0:00:00.027) 0:01:29.503 **** 6562 1726776647.26920: in VariableManager get_vars() 6562 1726776647.26928: Calling all_inventory to load vars for managed_node2 6562 1726776647.26929: Calling groups_inventory to load vars for managed_node2 6562 1726776647.26930: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776647.26933: Calling all_plugins_play to load vars for managed_node2 6562 1726776647.26934: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776647.26936: Calling groups_plugins_play to load vars for managed_node2 6562 1726776647.27032: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776647.27134: done with get_vars() META: triggered running handlers for managed_node2 6562 1726776647.27143: done queuing things up, now waiting for results queue to drain 6562 1726776647.27144: results queue empty 6562 1726776647.27145: checking for any_errors_fatal 6562 1726776647.27146: done checking for any_errors_fatal 6562 1726776647.27146: checking for max_fail_percentage 6562 1726776647.27147: done checking for max_fail_percentage 6562 1726776647.27147: checking to see if all hosts have failed and the running result is not ok 6562 1726776647.27147: done checking to see if all hosts have failed 6562 1726776647.27148: getting the remaining hosts for this loop 6562 1726776647.27148: done getting the remaining hosts for this loop 6562 1726776647.27150: getting the next task for host managed_node2 6562 1726776647.27153: done getting next task for host managed_node2 6562 1726776647.27154: ^ task is: TASK: Ensure kernel_settings_reboot_required is not set or is false 6562 1726776647.27155: ^ state is: HOST STATE: block=2, task=48, 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 6562 1726776647.27157: getting variables 6562 1726776647.27157: in VariableManager get_vars() 6562 1726776647.27163: Calling all_inventory to load vars for managed_node2 6562 1726776647.27164: Calling groups_inventory to load vars for managed_node2 6562 1726776647.27166: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776647.27168: Calling all_plugins_play to load vars for managed_node2 6562 1726776647.27170: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776647.27171: Calling groups_plugins_play to load vars for managed_node2 6562 1726776647.27248: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776647.27351: done with get_vars() 6562 1726776647.27357: done getting variables 6562 1726776647.27382: 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 kernel_settings_reboot_required is not set or is false] *********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:194 Thursday 19 September 2024 16:10:47 -0400 (0:00:00.004) 0:01:29.508 **** 6562 1726776647.27398: entering _queue_task() for managed_node2/assert 6562 1726776647.27599: worker is 1 (out of 1 available) 6562 1726776647.27613: exiting _queue_task() for managed_node2/assert 6562 1726776647.27625: done queuing things up, now waiting for results queue to drain 6562 1726776647.27627: waiting for pending results... 6562 1726776647.27800: running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false 6562 1726776647.27851: in run() - task 12343ab9-b159-238d-eb1a-000000000027 6562 1726776647.27863: variable 'ansible_search_path' from source: unknown 6562 1726776647.27895: calling self._execute() 6562 1726776647.27963: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.27967: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.27976: variable 'omit' from source: magic vars 6562 1726776647.28059: variable 'omit' from source: magic vars 6562 1726776647.28082: variable 'omit' from source: magic vars 6562 1726776647.28110: variable 'omit' from source: magic vars 6562 1726776647.28146: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776647.28175: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776647.28196: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776647.28210: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776647.28219: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776647.28242: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776647.28245: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.28248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.28318: Set connection var ansible_timeout to 10 6562 1726776647.28325: Set connection var ansible_pipelining to False 6562 1726776647.28330: Set connection var ansible_shell_executable to /bin/sh 6562 1726776647.28336: Set connection var ansible_shell_type to sh 6562 1726776647.28341: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776647.28343: Set connection var ansible_connection to ssh 6562 1726776647.28361: variable 'ansible_shell_executable' from source: unknown 6562 1726776647.28364: variable 'ansible_connection' from source: unknown 6562 1726776647.28367: variable 'ansible_module_compression' from source: unknown 6562 1726776647.28369: variable 'ansible_shell_type' from source: unknown 6562 1726776647.28371: variable 'ansible_shell_executable' from source: unknown 6562 1726776647.28374: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.28377: variable 'ansible_pipelining' from source: unknown 6562 1726776647.28380: variable 'ansible_timeout' from source: unknown 6562 1726776647.28384: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.28489: 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) 6562 1726776647.28500: variable 'omit' from source: magic vars 6562 1726776647.28503: starting attempt loop 6562 1726776647.28506: running the handler 6562 1726776647.28760: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776647.30494: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776647.30538: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776647.30576: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776647.30606: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776647.30625: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776647.30679: 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) 6562 1726776647.30703: 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) 6562 1726776647.30721: 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) 6562 1726776647.30746: 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) 6562 1726776647.30757: 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) 6562 1726776647.30843: variable 'kernel_settings_reboot_required' from source: set_fact 6562 1726776647.30856: Evaluated conditional (not kernel_settings_reboot_required | d(false)): True 6562 1726776647.30863: handler run complete 6562 1726776647.30880: attempt loop complete, returning result 6562 1726776647.30883: _execute() done 6562 1726776647.30887: dumping result to json 6562 1726776647.30892: done dumping result, returning 6562 1726776647.30900: done running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false [12343ab9-b159-238d-eb1a-000000000027] 6562 1726776647.30904: sending task result for task 12343ab9-b159-238d-eb1a-000000000027 6562 1726776647.30992: done sending task result for task 12343ab9-b159-238d-eb1a-000000000027 6562 1726776647.30995: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6562 1726776647.31049: no more pending results, returning what we have 6562 1726776647.31053: results queue empty 6562 1726776647.31054: checking for any_errors_fatal 6562 1726776647.31055: done checking for any_errors_fatal 6562 1726776647.31056: checking for max_fail_percentage 6562 1726776647.31058: done checking for max_fail_percentage 6562 1726776647.31059: checking to see if all hosts have failed and the running result is not ok 6562 1726776647.31059: done checking to see if all hosts have failed 6562 1726776647.31060: getting the remaining hosts for this loop 6562 1726776647.31062: done getting the remaining hosts for this loop 6562 1726776647.31066: getting the next task for host managed_node2 6562 1726776647.31073: done getting next task for host managed_node2 6562 1726776647.31075: ^ task is: TASK: Ensure role reported changed 6562 1726776647.31077: ^ state is: HOST STATE: block=2, task=49, 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 6562 1726776647.31080: getting variables 6562 1726776647.31082: in VariableManager get_vars() 6562 1726776647.31123: Calling all_inventory to load vars for managed_node2 6562 1726776647.31126: Calling groups_inventory to load vars for managed_node2 6562 1726776647.31128: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776647.31138: Calling all_plugins_play to load vars for managed_node2 6562 1726776647.31147: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776647.31150: Calling groups_plugins_play to load vars for managed_node2 6562 1726776647.31331: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776647.31448: done with get_vars() 6562 1726776647.31456: done getting variables 6562 1726776647.31501: 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_change_settings.yml:198 Thursday 19 September 2024 16:10:47 -0400 (0:00:00.041) 0:01:29.550 **** 6562 1726776647.31522: entering _queue_task() for managed_node2/assert 6562 1726776647.31727: worker is 1 (out of 1 available) 6562 1726776647.31741: exiting _queue_task() for managed_node2/assert 6562 1726776647.31756: done queuing things up, now waiting for results queue to drain 6562 1726776647.31758: waiting for pending results... 6562 1726776647.31934: running TaskExecutor() for managed_node2/TASK: Ensure role reported changed 6562 1726776647.31987: in run() - task 12343ab9-b159-238d-eb1a-000000000028 6562 1726776647.32002: variable 'ansible_search_path' from source: unknown 6562 1726776647.32029: calling self._execute() 6562 1726776647.32103: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.32109: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.32118: variable 'omit' from source: magic vars 6562 1726776647.32202: variable 'omit' from source: magic vars 6562 1726776647.32224: variable 'omit' from source: magic vars 6562 1726776647.32247: variable 'omit' from source: magic vars 6562 1726776647.32283: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776647.32316: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776647.32334: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776647.32348: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776647.32358: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776647.32381: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776647.32384: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.32390: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.32460: Set connection var ansible_timeout to 10 6562 1726776647.32468: Set connection var ansible_pipelining to False 6562 1726776647.32473: Set connection var ansible_shell_executable to /bin/sh 6562 1726776647.32479: Set connection var ansible_shell_type to sh 6562 1726776647.32483: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776647.32487: Set connection var ansible_connection to ssh 6562 1726776647.32507: variable 'ansible_shell_executable' from source: unknown 6562 1726776647.32509: variable 'ansible_connection' from source: unknown 6562 1726776647.32512: variable 'ansible_module_compression' from source: unknown 6562 1726776647.32514: variable 'ansible_shell_type' from source: unknown 6562 1726776647.32516: variable 'ansible_shell_executable' from source: unknown 6562 1726776647.32518: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.32525: variable 'ansible_pipelining' from source: unknown 6562 1726776647.32528: variable 'ansible_timeout' from source: unknown 6562 1726776647.32530: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.32637: 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) 6562 1726776647.32647: variable 'omit' from source: magic vars 6562 1726776647.32651: starting attempt loop 6562 1726776647.32654: running the handler 6562 1726776647.32909: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776647.34683: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776647.34735: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776647.34763: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776647.34790: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776647.34823: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776647.34875: 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) 6562 1726776647.34899: 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) 6562 1726776647.34918: 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) 6562 1726776647.34945: 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) 6562 1726776647.34955: 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) 6562 1726776647.35036: variable '__kernel_settings_changed' from source: set_fact 6562 1726776647.35051: Evaluated conditional (__kernel_settings_changed | d(false)): True 6562 1726776647.35057: handler run complete 6562 1726776647.35074: attempt loop complete, returning result 6562 1726776647.35077: _execute() done 6562 1726776647.35079: dumping result to json 6562 1726776647.35082: done dumping result, returning 6562 1726776647.35093: done running TaskExecutor() for managed_node2/TASK: Ensure role reported changed [12343ab9-b159-238d-eb1a-000000000028] 6562 1726776647.35096: sending task result for task 12343ab9-b159-238d-eb1a-000000000028 6562 1726776647.35180: done sending task result for task 12343ab9-b159-238d-eb1a-000000000028 6562 1726776647.35183: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6562 1726776647.35231: no more pending results, returning what we have 6562 1726776647.35235: results queue empty 6562 1726776647.35235: checking for any_errors_fatal 6562 1726776647.35242: done checking for any_errors_fatal 6562 1726776647.35243: checking for max_fail_percentage 6562 1726776647.35244: done checking for max_fail_percentage 6562 1726776647.35245: checking to see if all hosts have failed and the running result is not ok 6562 1726776647.35246: done checking to see if all hosts have failed 6562 1726776647.35247: getting the remaining hosts for this loop 6562 1726776647.35249: done getting the remaining hosts for this loop 6562 1726776647.35252: getting the next task for host managed_node2 6562 1726776647.35259: done getting next task for host managed_node2 6562 1726776647.35262: ^ task is: TASK: Check sysctl 6562 1726776647.35264: ^ state is: HOST STATE: block=2, task=50, 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 6562 1726776647.35267: getting variables 6562 1726776647.35268: in VariableManager get_vars() 6562 1726776647.35307: Calling all_inventory to load vars for managed_node2 6562 1726776647.35310: Calling groups_inventory to load vars for managed_node2 6562 1726776647.35312: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776647.35323: Calling all_plugins_play to load vars for managed_node2 6562 1726776647.35325: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776647.35335: Calling groups_plugins_play to load vars for managed_node2 6562 1726776647.35474: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776647.35594: done with get_vars() 6562 1726776647.35604: done getting variables 6562 1726776647.35645: 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 [Check sysctl] ************************************************************ task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:202 Thursday 19 September 2024 16:10:47 -0400 (0:00:00.041) 0:01:29.591 **** 6562 1726776647.35665: entering _queue_task() for managed_node2/shell 6562 1726776647.35873: worker is 1 (out of 1 available) 6562 1726776647.35892: exiting _queue_task() for managed_node2/shell 6562 1726776647.35904: done queuing things up, now waiting for results queue to drain 6562 1726776647.35906: waiting for pending results... 6562 1726776647.36080: running TaskExecutor() for managed_node2/TASK: Check sysctl 6562 1726776647.36147: in run() - task 12343ab9-b159-238d-eb1a-000000000029 6562 1726776647.36159: variable 'ansible_search_path' from source: unknown 6562 1726776647.36191: calling self._execute() 6562 1726776647.36266: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.36270: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.36279: variable 'omit' from source: magic vars 6562 1726776647.36356: variable 'omit' from source: magic vars 6562 1726776647.36378: variable 'omit' from source: magic vars 6562 1726776647.36405: variable 'omit' from source: magic vars 6562 1726776647.36439: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776647.36468: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776647.36489: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776647.36502: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776647.36512: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776647.36537: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776647.36540: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.36542: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.36621: Set connection var ansible_timeout to 10 6562 1726776647.36627: Set connection var ansible_pipelining to False 6562 1726776647.36632: Set connection var ansible_shell_executable to /bin/sh 6562 1726776647.36639: Set connection var ansible_shell_type to sh 6562 1726776647.36643: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776647.36646: Set connection var ansible_connection to ssh 6562 1726776647.36663: variable 'ansible_shell_executable' from source: unknown 6562 1726776647.36666: variable 'ansible_connection' from source: unknown 6562 1726776647.36668: variable 'ansible_module_compression' from source: unknown 6562 1726776647.36672: variable 'ansible_shell_type' from source: unknown 6562 1726776647.36674: variable 'ansible_shell_executable' from source: unknown 6562 1726776647.36677: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.36679: variable 'ansible_pipelining' from source: unknown 6562 1726776647.36682: variable 'ansible_timeout' from source: unknown 6562 1726776647.36691: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.36789: 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) 6562 1726776647.36799: variable 'omit' from source: magic vars 6562 1726776647.36802: starting attempt loop 6562 1726776647.36805: running the handler 6562 1726776647.36815: 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) 6562 1726776647.36831: _low_level_execute_command(): starting 6562 1726776647.36837: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776647.37352: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776647.37356: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776647.37360: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776647.37417: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776647.37420: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776647.37422: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776647.37487: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776647.39166: stdout chunk (state=3): >>>/root <<< 6562 1726776647.39259: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776647.39293: stderr chunk (state=3): >>><<< 6562 1726776647.39296: stdout chunk (state=3): >>><<< 6562 1726776647.39320: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776647.39331: _low_level_execute_command(): starting 6562 1726776647.39338: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776647.3931923-9719-270408111062004 `" && echo ansible-tmp-1726776647.3931923-9719-270408111062004="` echo /root/.ansible/tmp/ansible-tmp-1726776647.3931923-9719-270408111062004 `" ) && sleep 0' 6562 1726776647.39791: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776647.39796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776647.39798: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776647.39809: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776647.39812: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776647.39853: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776647.39856: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776647.39862: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776647.39911: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776647.42124: stdout chunk (state=3): >>>ansible-tmp-1726776647.3931923-9719-270408111062004=/root/.ansible/tmp/ansible-tmp-1726776647.3931923-9719-270408111062004 <<< 6562 1726776647.42223: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776647.42252: stderr chunk (state=3): >>><<< 6562 1726776647.42255: stdout chunk (state=3): >>><<< 6562 1726776647.42272: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776647.3931923-9719-270408111062004=/root/.ansible/tmp/ansible-tmp-1726776647.3931923-9719-270408111062004 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776647.42303: variable 'ansible_module_compression' from source: unknown 6562 1726776647.42347: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776647.42383: variable 'ansible_facts' from source: unknown 6562 1726776647.42435: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776647.3931923-9719-270408111062004/AnsiballZ_command.py 6562 1726776647.42545: Sending initial data 6562 1726776647.42549: Sent initial data (154 bytes) 6562 1726776647.43008: 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 <<< 6562 1726776647.43012: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776647.43015: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776647.43017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776647.43019: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776647.43068: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776647.43071: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776647.43074: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776647.43132: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776647.44722: 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 <<< 6562 1726776647.44768: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776647.44814: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpyfhmjc4z /root/.ansible/tmp/ansible-tmp-1726776647.3931923-9719-270408111062004/AnsiballZ_command.py <<< 6562 1726776647.44818: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776647.3931923-9719-270408111062004/AnsiballZ_command.py" <<< 6562 1726776647.44863: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpyfhmjc4z" to remote "/root/.ansible/tmp/ansible-tmp-1726776647.3931923-9719-270408111062004/AnsiballZ_command.py" <<< 6562 1726776647.44868: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776647.3931923-9719-270408111062004/AnsiballZ_command.py" <<< 6562 1726776647.45405: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776647.45451: stderr chunk (state=3): >>><<< 6562 1726776647.45454: stdout chunk (state=3): >>><<< 6562 1726776647.45496: done transferring module to remote 6562 1726776647.45505: _low_level_execute_command(): starting 6562 1726776647.45510: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776647.3931923-9719-270408111062004/ /root/.ansible/tmp/ansible-tmp-1726776647.3931923-9719-270408111062004/AnsiballZ_command.py && sleep 0' 6562 1726776647.46116: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776647.46229: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776647.47988: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776647.48013: stderr chunk (state=3): >>><<< 6562 1726776647.48016: stdout chunk (state=3): >>><<< 6562 1726776647.48031: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776647.48034: _low_level_execute_command(): starting 6562 1726776647.48039: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776647.3931923-9719-270408111062004/AnsiballZ_command.py && sleep 0' 6562 1726776647.48468: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776647.48471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776647.48475: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776647.48478: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776647.48480: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776647.48532: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776647.48535: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776647.48542: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776647.48592: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776647.64798: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001", "start": "2024-09-19 16:10:47.641871", "end": "2024-09-19 16:10:47.647023", "delta": "0:00:00.005152", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001", "_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}}} <<< 6562 1726776647.66436: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776647.66462: stderr chunk (state=3): >>><<< 6562 1726776647.66465: stdout chunk (state=3): >>><<< 6562 1726776647.66482: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001", "start": "2024-09-19 16:10:47.641871", "end": "2024-09-19 16:10:47.647023", "delta": "0:00:00.005152", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001", "_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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776647.66591: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001', '_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-1726776647.3931923-9719-270408111062004/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776647.66595: _low_level_execute_command(): starting 6562 1726776647.66601: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776647.3931923-9719-270408111062004/ > /dev/null 2>&1 && sleep 0' 6562 1726776647.67053: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776647.67056: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776647.67058: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776647.67061: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776647.67067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776647.67117: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776647.67120: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776647.67122: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776647.67175: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776647.69016: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776647.69028: stderr chunk (state=3): >>><<< 6562 1726776647.69031: stdout chunk (state=3): >>><<< 6562 1726776647.69048: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776647.69054: handler run complete 6562 1726776647.69073: Evaluated conditional (False): False 6562 1726776647.69081: attempt loop complete, returning result 6562 1726776647.69088: _execute() done 6562 1726776647.69091: dumping result to json 6562 1726776647.69093: done dumping result, returning 6562 1726776647.69103: done running TaskExecutor() for managed_node2/TASK: Check sysctl [12343ab9-b159-238d-eb1a-000000000029] 6562 1726776647.69107: sending task result for task 12343ab9-b159-238d-eb1a-000000000029 6562 1726776647.69210: done sending task result for task 12343ab9-b159-238d-eb1a-000000000029 6562 1726776647.69213: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001", "delta": "0:00:00.005152", "end": "2024-09-19 16:10:47.647023", "rc": 0, "start": "2024-09-19 16:10:47.641871" } 6562 1726776647.69272: no more pending results, returning what we have 6562 1726776647.69275: results queue empty 6562 1726776647.69276: checking for any_errors_fatal 6562 1726776647.69281: done checking for any_errors_fatal 6562 1726776647.69282: checking for max_fail_percentage 6562 1726776647.69283: done checking for max_fail_percentage 6562 1726776647.69288: checking to see if all hosts have failed and the running result is not ok 6562 1726776647.69289: done checking to see if all hosts have failed 6562 1726776647.69290: getting the remaining hosts for this loop 6562 1726776647.69292: done getting the remaining hosts for this loop 6562 1726776647.69295: getting the next task for host managed_node2 6562 1726776647.69302: done getting next task for host managed_node2 6562 1726776647.69304: ^ task is: TASK: Check sysfs after role runs 6562 1726776647.69306: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776647.69310: getting variables 6562 1726776647.69312: in VariableManager get_vars() 6562 1726776647.69348: Calling all_inventory to load vars for managed_node2 6562 1726776647.69351: Calling groups_inventory to load vars for managed_node2 6562 1726776647.69353: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776647.69363: Calling all_plugins_play to load vars for managed_node2 6562 1726776647.69365: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776647.69367: Calling groups_plugins_play to load vars for managed_node2 6562 1726776647.69536: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776647.69649: done with get_vars() 6562 1726776647.69657: done getting variables 6562 1726776647.69704: 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 sysfs after role runs] ********************************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:208 Thursday 19 September 2024 16:10:47 -0400 (0:00:00.340) 0:01:29.932 **** 6562 1726776647.69725: entering _queue_task() for managed_node2/command 6562 1726776647.69937: worker is 1 (out of 1 available) 6562 1726776647.69951: exiting _queue_task() for managed_node2/command 6562 1726776647.69964: done queuing things up, now waiting for results queue to drain 6562 1726776647.69966: waiting for pending results... 6562 1726776647.70143: running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs 6562 1726776647.70197: in run() - task 12343ab9-b159-238d-eb1a-00000000002a 6562 1726776647.70211: variable 'ansible_search_path' from source: unknown 6562 1726776647.70240: calling self._execute() 6562 1726776647.70321: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.70326: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.70335: variable 'omit' from source: magic vars 6562 1726776647.70424: variable 'omit' from source: magic vars 6562 1726776647.70450: variable 'omit' from source: magic vars 6562 1726776647.70474: variable 'omit' from source: magic vars 6562 1726776647.70521: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776647.70553: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776647.70573: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776647.70588: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776647.70602: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776647.70627: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776647.70631: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.70633: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.70709: Set connection var ansible_timeout to 10 6562 1726776647.70717: Set connection var ansible_pipelining to False 6562 1726776647.70722: Set connection var ansible_shell_executable to /bin/sh 6562 1726776647.70728: Set connection var ansible_shell_type to sh 6562 1726776647.70733: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776647.70735: Set connection var ansible_connection to ssh 6562 1726776647.70755: variable 'ansible_shell_executable' from source: unknown 6562 1726776647.70758: variable 'ansible_connection' from source: unknown 6562 1726776647.70760: variable 'ansible_module_compression' from source: unknown 6562 1726776647.70763: variable 'ansible_shell_type' from source: unknown 6562 1726776647.70765: variable 'ansible_shell_executable' from source: unknown 6562 1726776647.70767: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776647.70770: variable 'ansible_pipelining' from source: unknown 6562 1726776647.70773: variable 'ansible_timeout' from source: unknown 6562 1726776647.70778: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776647.70897: 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) 6562 1726776647.70908: variable 'omit' from source: magic vars 6562 1726776647.70913: starting attempt loop 6562 1726776647.70916: running the handler 6562 1726776647.70931: _low_level_execute_command(): starting 6562 1726776647.70939: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776647.71491: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776647.71497: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776647.71550: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776647.71553: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776647.71560: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776647.71617: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776647.73217: stdout chunk (state=3): >>>/root <<< 6562 1726776647.73311: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776647.73343: stderr chunk (state=3): >>><<< 6562 1726776647.73347: stdout chunk (state=3): >>><<< 6562 1726776647.73371: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776647.73385: _low_level_execute_command(): starting 6562 1726776647.73397: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776647.7337167-9730-5916036911887 `" && echo ansible-tmp-1726776647.7337167-9730-5916036911887="` echo /root/.ansible/tmp/ansible-tmp-1726776647.7337167-9730-5916036911887 `" ) && sleep 0' 6562 1726776647.73883: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776647.73894: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776647.73899: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776647.73946: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776647.73949: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776647.73951: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776647.74011: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776647.76049: stdout chunk (state=3): >>>ansible-tmp-1726776647.7337167-9730-5916036911887=/root/.ansible/tmp/ansible-tmp-1726776647.7337167-9730-5916036911887 <<< 6562 1726776647.76145: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776647.76174: stderr chunk (state=3): >>><<< 6562 1726776647.76177: stdout chunk (state=3): >>><<< 6562 1726776647.76197: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776647.7337167-9730-5916036911887=/root/.ansible/tmp/ansible-tmp-1726776647.7337167-9730-5916036911887 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776647.76224: variable 'ansible_module_compression' from source: unknown 6562 1726776647.76270: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776647.76307: variable 'ansible_facts' from source: unknown 6562 1726776647.76358: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776647.7337167-9730-5916036911887/AnsiballZ_command.py 6562 1726776647.76466: Sending initial data 6562 1726776647.76469: Sent initial data (152 bytes) 6562 1726776647.76926: 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 <<< 6562 1726776647.76931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776647.76933: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776647.76990: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776647.76997: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776647.77000: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776647.77049: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776647.78621: 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 <<< 6562 1726776647.78671: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776647.78717: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmppahtw32z /root/.ansible/tmp/ansible-tmp-1726776647.7337167-9730-5916036911887/AnsiballZ_command.py <<< 6562 1726776647.78720: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776647.7337167-9730-5916036911887/AnsiballZ_command.py" <<< 6562 1726776647.78766: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmppahtw32z" to remote "/root/.ansible/tmp/ansible-tmp-1726776647.7337167-9730-5916036911887/AnsiballZ_command.py" <<< 6562 1726776647.78773: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776647.7337167-9730-5916036911887/AnsiballZ_command.py" <<< 6562 1726776647.79324: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776647.79368: stderr chunk (state=3): >>><<< 6562 1726776647.79371: stdout chunk (state=3): >>><<< 6562 1726776647.79396: done transferring module to remote 6562 1726776647.79405: _low_level_execute_command(): starting 6562 1726776647.79410: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776647.7337167-9730-5916036911887/ /root/.ansible/tmp/ansible-tmp-1726776647.7337167-9730-5916036911887/AnsiballZ_command.py && sleep 0' 6562 1726776647.79856: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776647.79860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776647.79862: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776647.79864: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776647.79866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776647.79917: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776647.79922: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776647.79929: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776647.79975: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776647.81761: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776647.81781: stderr chunk (state=3): >>><<< 6562 1726776647.81789: stdout chunk (state=3): >>><<< 6562 1726776647.81804: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776647.81808: _low_level_execute_command(): starting 6562 1726776647.81812: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776647.7337167-9730-5916036911887/AnsiballZ_command.py && sleep 0' 6562 1726776647.82266: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776647.82269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776647.82272: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776647.82274: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776647.82329: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776647.82332: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776647.82335: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776647.82396: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776647.98424: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["grep", "-Lxqv", "60666", "/sys/class/net/lo/mtu"], "start": "2024-09-19 16:10:47.979403", "end": "2024-09-19 16:10:47.983122", "delta": "0:00:00.003719", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -Lxqv 60666 /sys/class/net/lo/mtu", "_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}}} <<< 6562 1726776647.99960: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776647.99988: stderr chunk (state=3): >>><<< 6562 1726776647.99992: stdout chunk (state=3): >>><<< 6562 1726776648.00010: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["grep", "-Lxqv", "60666", "/sys/class/net/lo/mtu"], "start": "2024-09-19 16:10:47.979403", "end": "2024-09-19 16:10:47.983122", "delta": "0:00:00.003719", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -Lxqv 60666 /sys/class/net/lo/mtu", "_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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776648.00050: done with _execute_module (ansible.legacy.command, {'_raw_params': 'grep -Lxqv 60666 /sys/class/net/lo/mtu', '_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-1726776647.7337167-9730-5916036911887/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776648.00056: _low_level_execute_command(): starting 6562 1726776648.00060: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776647.7337167-9730-5916036911887/ > /dev/null 2>&1 && sleep 0' 6562 1726776648.00491: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776648.00495: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776648.00526: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776648.00529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.00531: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776648.00533: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776648.00540: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.00593: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776648.00596: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776648.00602: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776648.00656: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776648.02498: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776648.02525: stderr chunk (state=3): >>><<< 6562 1726776648.02528: stdout chunk (state=3): >>><<< 6562 1726776648.02544: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776648.02550: handler run complete 6562 1726776648.02568: Evaluated conditional (False): False 6562 1726776648.02577: attempt loop complete, returning result 6562 1726776648.02580: _execute() done 6562 1726776648.02582: dumping result to json 6562 1726776648.02589: done dumping result, returning 6562 1726776648.02597: done running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs [12343ab9-b159-238d-eb1a-00000000002a] 6562 1726776648.02602: sending task result for task 12343ab9-b159-238d-eb1a-00000000002a 6562 1726776648.02700: done sending task result for task 12343ab9-b159-238d-eb1a-00000000002a 6562 1726776648.02703: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "grep", "-Lxqv", "60666", "/sys/class/net/lo/mtu" ], "delta": "0:00:00.003719", "end": "2024-09-19 16:10:47.983122", "rc": 0, "start": "2024-09-19 16:10:47.979403" } 6562 1726776648.02763: no more pending results, returning what we have 6562 1726776648.02767: results queue empty 6562 1726776648.02767: checking for any_errors_fatal 6562 1726776648.02775: done checking for any_errors_fatal 6562 1726776648.02776: checking for max_fail_percentage 6562 1726776648.02778: done checking for max_fail_percentage 6562 1726776648.02779: checking to see if all hosts have failed and the running result is not ok 6562 1726776648.02780: done checking to see if all hosts have failed 6562 1726776648.02781: getting the remaining hosts for this loop 6562 1726776648.02783: done getting the remaining hosts for this loop 6562 1726776648.02790: getting the next task for host managed_node2 6562 1726776648.02797: done getting next task for host managed_node2 6562 1726776648.02800: ^ task is: TASK: Cleanup 6562 1726776648.02801: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776648.02805: getting variables 6562 1726776648.02806: in VariableManager get_vars() 6562 1726776648.02839: Calling all_inventory to load vars for managed_node2 6562 1726776648.02842: Calling groups_inventory to load vars for managed_node2 6562 1726776648.02844: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776648.02854: Calling all_plugins_play to load vars for managed_node2 6562 1726776648.02856: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776648.02859: Calling groups_plugins_play to load vars for managed_node2 6562 1726776648.02982: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776648.03103: done with get_vars() 6562 1726776648.03112: done getting variables TASK [Cleanup] ***************************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:213 Thursday 19 September 2024 16:10:48 -0400 (0:00:00.334) 0:01:30.266 **** 6562 1726776648.03173: entering _queue_task() for managed_node2/include_tasks 6562 1726776648.03363: worker is 1 (out of 1 available) 6562 1726776648.03377: exiting _queue_task() for managed_node2/include_tasks 6562 1726776648.03391: done queuing things up, now waiting for results queue to drain 6562 1726776648.03393: waiting for pending results... 6562 1726776648.03562: running TaskExecutor() for managed_node2/TASK: Cleanup 6562 1726776648.03621: in run() - task 12343ab9-b159-238d-eb1a-00000000002b 6562 1726776648.03634: variable 'ansible_search_path' from source: unknown 6562 1726776648.03664: calling self._execute() 6562 1726776648.03737: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.03743: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.03751: variable 'omit' from source: magic vars 6562 1726776648.03836: _execute() done 6562 1726776648.03840: dumping result to json 6562 1726776648.03843: done dumping result, returning 6562 1726776648.03846: done running TaskExecutor() for managed_node2/TASK: Cleanup [12343ab9-b159-238d-eb1a-00000000002b] 6562 1726776648.03851: sending task result for task 12343ab9-b159-238d-eb1a-00000000002b 6562 1726776648.03936: done sending task result for task 12343ab9-b159-238d-eb1a-00000000002b 6562 1726776648.03941: WORKER PROCESS EXITING 6562 1726776648.03966: no more pending results, returning what we have 6562 1726776648.03971: in VariableManager get_vars() 6562 1726776648.04017: Calling all_inventory to load vars for managed_node2 6562 1726776648.04020: Calling groups_inventory to load vars for managed_node2 6562 1726776648.04022: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776648.04032: Calling all_plugins_play to load vars for managed_node2 6562 1726776648.04034: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776648.04037: Calling groups_plugins_play to load vars for managed_node2 6562 1726776648.04375: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776648.04480: done with get_vars() 6562 1726776648.04487: variable 'ansible_search_path' from source: unknown 6562 1726776648.04497: we have included files to process 6562 1726776648.04498: generating all_blocks data 6562 1726776648.04499: done generating all_blocks data 6562 1726776648.04501: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6562 1726776648.04501: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6562 1726776648.04503: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6562 1726776648.05076: done processing included file 6562 1726776648.05079: iterating over new_blocks loaded from include file 6562 1726776648.05079: in VariableManager get_vars() 6562 1726776648.05092: done with get_vars() 6562 1726776648.05093: filtering new block on tags 6562 1726776648.05107: done filtering new block on tags 6562 1726776648.05109: in VariableManager get_vars() 6562 1726776648.05117: done with get_vars() 6562 1726776648.05118: filtering new block on tags 6562 1726776648.05164: done filtering new block on tags 6562 1726776648.05166: 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_node2 6562 1726776648.05170: extending task lists for all hosts with included blocks 6562 1726776648.07521: done extending task lists 6562 1726776648.07522: done processing included files 6562 1726776648.07523: results queue empty 6562 1726776648.07523: checking for any_errors_fatal 6562 1726776648.07526: done checking for any_errors_fatal 6562 1726776648.07527: checking for max_fail_percentage 6562 1726776648.07527: done checking for max_fail_percentage 6562 1726776648.07528: checking to see if all hosts have failed and the running result is not ok 6562 1726776648.07528: done checking to see if all hosts have failed 6562 1726776648.07529: getting the remaining hosts for this loop 6562 1726776648.07530: done getting the remaining hosts for this loop 6562 1726776648.07531: getting the next task for host managed_node2 6562 1726776648.07534: done getting next task for host managed_node2 6562 1726776648.07536: ^ task is: TASK: Show current tuned profile settings 6562 1726776648.07538: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776648.07539: getting variables 6562 1726776648.07540: in VariableManager get_vars() 6562 1726776648.07549: Calling all_inventory to load vars for managed_node2 6562 1726776648.07550: Calling groups_inventory to load vars for managed_node2 6562 1726776648.07552: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776648.07556: Calling all_plugins_play to load vars for managed_node2 6562 1726776648.07557: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776648.07559: Calling groups_plugins_play to load vars for managed_node2 6562 1726776648.07654: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776648.07760: done with get_vars() 6562 1726776648.07766: done getting variables 6562 1726776648.07796: 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:48 -0400 (0:00:00.046) 0:01:30.312 **** 6562 1726776648.07816: entering _queue_task() for managed_node2/command 6562 1726776648.08031: worker is 1 (out of 1 available) 6562 1726776648.08044: exiting _queue_task() for managed_node2/command 6562 1726776648.08056: done queuing things up, now waiting for results queue to drain 6562 1726776648.08058: waiting for pending results... 6562 1726776648.08232: running TaskExecutor() for managed_node2/TASK: Show current tuned profile settings 6562 1726776648.08294: in run() - task 12343ab9-b159-238d-eb1a-000000000cab 6562 1726776648.08306: variable 'ansible_search_path' from source: unknown 6562 1726776648.08309: variable 'ansible_search_path' from source: unknown 6562 1726776648.08337: calling self._execute() 6562 1726776648.08407: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.08412: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.08422: variable 'omit' from source: magic vars 6562 1726776648.08503: variable 'omit' from source: magic vars 6562 1726776648.08528: variable 'omit' from source: magic vars 6562 1726776648.08771: variable '__kernel_settings_profile_filename' from source: role '' exported vars 6562 1726776648.08830: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6562 1726776648.08893: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776648.08900: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6562 1726776648.08938: variable 'omit' from source: magic vars 6562 1726776648.08969: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776648.08999: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776648.09018: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776648.09031: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776648.09042: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776648.09065: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776648.09068: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.09070: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.09138: Set connection var ansible_timeout to 10 6562 1726776648.09145: Set connection var ansible_pipelining to False 6562 1726776648.09151: Set connection var ansible_shell_executable to /bin/sh 6562 1726776648.09191: Set connection var ansible_shell_type to sh 6562 1726776648.09194: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776648.09197: Set connection var ansible_connection to ssh 6562 1726776648.09200: variable 'ansible_shell_executable' from source: unknown 6562 1726776648.09202: variable 'ansible_connection' from source: unknown 6562 1726776648.09204: variable 'ansible_module_compression' from source: unknown 6562 1726776648.09206: variable 'ansible_shell_type' from source: unknown 6562 1726776648.09208: variable 'ansible_shell_executable' from source: unknown 6562 1726776648.09210: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.09212: variable 'ansible_pipelining' from source: unknown 6562 1726776648.09214: variable 'ansible_timeout' from source: unknown 6562 1726776648.09216: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.09296: 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) 6562 1726776648.09304: variable 'omit' from source: magic vars 6562 1726776648.09309: starting attempt loop 6562 1726776648.09312: running the handler 6562 1726776648.09324: _low_level_execute_command(): starting 6562 1726776648.09330: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776648.09830: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776648.09834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.09838: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776648.09841: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.09895: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776648.09898: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776648.09904: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776648.09960: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776648.11638: stdout chunk (state=3): >>>/root <<< 6562 1726776648.11734: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776648.11766: stderr chunk (state=3): >>><<< 6562 1726776648.11770: stdout chunk (state=3): >>><<< 6562 1726776648.11794: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776648.11808: _low_level_execute_command(): starting 6562 1726776648.11814: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776648.1179523-9739-50076458406890 `" && echo ansible-tmp-1726776648.1179523-9739-50076458406890="` echo /root/.ansible/tmp/ansible-tmp-1726776648.1179523-9739-50076458406890 `" ) && sleep 0' 6562 1726776648.12265: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776648.12268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776648.12278: 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.11.25 is address <<< 6562 1726776648.12281: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776648.12283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.12334: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776648.12339: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776648.12342: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776648.12392: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776648.14417: stdout chunk (state=3): >>>ansible-tmp-1726776648.1179523-9739-50076458406890=/root/.ansible/tmp/ansible-tmp-1726776648.1179523-9739-50076458406890 <<< 6562 1726776648.14519: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776648.14545: stderr chunk (state=3): >>><<< 6562 1726776648.14548: stdout chunk (state=3): >>><<< 6562 1726776648.14563: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776648.1179523-9739-50076458406890=/root/.ansible/tmp/ansible-tmp-1726776648.1179523-9739-50076458406890 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776648.14593: variable 'ansible_module_compression' from source: unknown 6562 1726776648.14632: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776648.14664: variable 'ansible_facts' from source: unknown 6562 1726776648.14716: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776648.1179523-9739-50076458406890/AnsiballZ_command.py 6562 1726776648.14815: Sending initial data 6562 1726776648.14818: Sent initial data (153 bytes) 6562 1726776648.15245: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776648.15248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776648.15250: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.15252: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776648.15256: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.15305: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776648.15308: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776648.15363: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776648.16942: 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" <<< 6562 1726776648.16945: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776648.16989: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776648.17032: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpq1vx5gxv /root/.ansible/tmp/ansible-tmp-1726776648.1179523-9739-50076458406890/AnsiballZ_command.py <<< 6562 1726776648.17039: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776648.1179523-9739-50076458406890/AnsiballZ_command.py" <<< 6562 1726776648.17078: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpq1vx5gxv" to remote "/root/.ansible/tmp/ansible-tmp-1726776648.1179523-9739-50076458406890/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776648.1179523-9739-50076458406890/AnsiballZ_command.py" <<< 6562 1726776648.17639: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776648.17679: stderr chunk (state=3): >>><<< 6562 1726776648.17682: stdout chunk (state=3): >>><<< 6562 1726776648.17716: done transferring module to remote 6562 1726776648.17724: _low_level_execute_command(): starting 6562 1726776648.17730: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776648.1179523-9739-50076458406890/ /root/.ansible/tmp/ansible-tmp-1726776648.1179523-9739-50076458406890/AnsiballZ_command.py && sleep 0' 6562 1726776648.18152: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776648.18176: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776648.18179: 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.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.18232: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776648.18235: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776648.18293: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776648.20075: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776648.20105: stderr chunk (state=3): >>><<< 6562 1726776648.20108: stdout chunk (state=3): >>><<< 6562 1726776648.20123: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776648.20126: _low_level_execute_command(): starting 6562 1726776648.20131: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776648.1179523-9739-50076458406890/AnsiballZ_command.py && sleep 0' 6562 1726776648.20569: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776648.20572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.20575: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776648.20577: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776648.20579: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.20631: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776648.20638: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776648.20645: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776648.20690: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776648.36548: stdout chunk (state=3): >>> {"changed": true, "stdout": "#\n# Ansible managed\n#\n# system_role:kernel_settings\n\n[main]\nsummary = kernel settings\n[vm]\ntransparent_hugepages = never", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/tuned/profiles/kernel_settings/tuned.conf"], "start": "2024-09-19 16:10:48.361340", "end": "2024-09-19 16:10:48.364598", "delta": "0:00:00.003258", "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}}} <<< 6562 1726776648.38156: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776648.38179: stderr chunk (state=3): >>><<< 6562 1726776648.38183: stdout chunk (state=3): >>><<< 6562 1726776648.38203: _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[vm]\ntransparent_hugepages = never", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/tuned/profiles/kernel_settings/tuned.conf"], "start": "2024-09-19 16:10:48.361340", "end": "2024-09-19 16:10:48.364598", "delta": "0:00:00.003258", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776648.38260: 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-1726776648.1179523-9739-50076458406890/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776648.38266: _low_level_execute_command(): starting 6562 1726776648.38271: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776648.1179523-9739-50076458406890/ > /dev/null 2>&1 && sleep 0' 6562 1726776648.38723: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776648.38726: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776648.38729: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.38735: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776648.38738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776648.38740: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.38789: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776648.38793: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776648.38795: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776648.38847: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776648.40664: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776648.40690: stderr chunk (state=3): >>><<< 6562 1726776648.40693: stdout chunk (state=3): >>><<< 6562 1726776648.40708: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776648.40714: handler run complete 6562 1726776648.40732: Evaluated conditional (False): False 6562 1726776648.40741: attempt loop complete, returning result 6562 1726776648.40744: _execute() done 6562 1726776648.40746: dumping result to json 6562 1726776648.40751: done dumping result, returning 6562 1726776648.40759: done running TaskExecutor() for managed_node2/TASK: Show current tuned profile settings [12343ab9-b159-238d-eb1a-000000000cab] 6562 1726776648.40763: sending task result for task 12343ab9-b159-238d-eb1a-000000000cab 6562 1726776648.40864: done sending task result for task 12343ab9-b159-238d-eb1a-000000000cab 6562 1726776648.40867: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/tuned/profiles/kernel_settings/tuned.conf" ], "delta": "0:00:00.003258", "end": "2024-09-19 16:10:48.364598", "rc": 0, "start": "2024-09-19 16:10:48.361340" } STDOUT: # # Ansible managed # # system_role:kernel_settings [main] summary = kernel settings [vm] transparent_hugepages = never 6562 1726776648.40931: no more pending results, returning what we have 6562 1726776648.40935: results queue empty 6562 1726776648.40936: checking for any_errors_fatal 6562 1726776648.40938: done checking for any_errors_fatal 6562 1726776648.40939: checking for max_fail_percentage 6562 1726776648.40940: done checking for max_fail_percentage 6562 1726776648.40941: checking to see if all hosts have failed and the running result is not ok 6562 1726776648.40942: done checking to see if all hosts have failed 6562 1726776648.40942: getting the remaining hosts for this loop 6562 1726776648.40944: done getting the remaining hosts for this loop 6562 1726776648.40948: getting the next task for host managed_node2 6562 1726776648.40959: done getting next task for host managed_node2 6562 1726776648.40962: ^ task is: TASK: Run role with purge to remove everything 6562 1726776648.40965: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776648.40969: getting variables 6562 1726776648.40970: in VariableManager get_vars() 6562 1726776648.41008: Calling all_inventory to load vars for managed_node2 6562 1726776648.41011: Calling groups_inventory to load vars for managed_node2 6562 1726776648.41013: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776648.41022: Calling all_plugins_play to load vars for managed_node2 6562 1726776648.41024: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776648.41027: Calling groups_plugins_play to load vars for managed_node2 6562 1726776648.41171: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776648.41291: done with get_vars() 6562 1726776648.41300: 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:48 -0400 (0:00:00.335) 0:01:30.648 **** 6562 1726776648.41364: entering _queue_task() for managed_node2/include_role 6562 1726776648.41551: worker is 1 (out of 1 available) 6562 1726776648.41563: exiting _queue_task() for managed_node2/include_role 6562 1726776648.41574: done queuing things up, now waiting for results queue to drain 6562 1726776648.41576: waiting for pending results... 6562 1726776648.41750: running TaskExecutor() for managed_node2/TASK: Run role with purge to remove everything 6562 1726776648.41812: in run() - task 12343ab9-b159-238d-eb1a-000000000cad 6562 1726776648.41825: variable 'ansible_search_path' from source: unknown 6562 1726776648.41828: variable 'ansible_search_path' from source: unknown 6562 1726776648.41854: calling self._execute() 6562 1726776648.41924: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.41929: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.41939: variable 'omit' from source: magic vars 6562 1726776648.42019: _execute() done 6562 1726776648.42023: dumping result to json 6562 1726776648.42026: done dumping result, returning 6562 1726776648.42032: done running TaskExecutor() for managed_node2/TASK: Run role with purge to remove everything [12343ab9-b159-238d-eb1a-000000000cad] 6562 1726776648.42036: sending task result for task 12343ab9-b159-238d-eb1a-000000000cad 6562 1726776648.42134: done sending task result for task 12343ab9-b159-238d-eb1a-000000000cad 6562 1726776648.42138: WORKER PROCESS EXITING 6562 1726776648.42162: no more pending results, returning what we have 6562 1726776648.42167: in VariableManager get_vars() 6562 1726776648.42207: Calling all_inventory to load vars for managed_node2 6562 1726776648.42210: Calling groups_inventory to load vars for managed_node2 6562 1726776648.42212: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776648.42221: Calling all_plugins_play to load vars for managed_node2 6562 1726776648.42223: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776648.42226: Calling groups_plugins_play to load vars for managed_node2 6562 1726776648.42343: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776648.42456: done with get_vars() 6562 1726776648.42462: variable 'ansible_search_path' from source: unknown 6562 1726776648.42462: variable 'ansible_search_path' from source: unknown 6562 1726776648.42640: variable 'omit' from source: magic vars 6562 1726776648.42662: variable 'omit' from source: magic vars 6562 1726776648.42670: variable 'omit' from source: magic vars 6562 1726776648.42673: we have included files to process 6562 1726776648.42673: generating all_blocks data 6562 1726776648.42675: done generating all_blocks data 6562 1726776648.42677: processing included file: fedora.linux_system_roles.kernel_settings 6562 1726776648.42692: in VariableManager get_vars() 6562 1726776648.42702: done with get_vars() 6562 1726776648.42721: in VariableManager get_vars() 6562 1726776648.42733: done with get_vars() 6562 1726776648.42756: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6562 1726776648.42819: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6562 1726776648.42834: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6562 1726776648.42877: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6562 1726776648.43177: in VariableManager get_vars() 6562 1726776648.43194: done with get_vars() 6562 1726776648.43978: in VariableManager get_vars() 6562 1726776648.43995: done with get_vars() 6562 1726776648.44095: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6562 1726776648.44479: iterating over new_blocks loaded from include file 6562 1726776648.44481: in VariableManager get_vars() 6562 1726776648.44495: done with get_vars() 6562 1726776648.44496: filtering new block on tags 6562 1726776648.44522: done filtering new block on tags 6562 1726776648.44524: in VariableManager get_vars() 6562 1726776648.44534: done with get_vars() 6562 1726776648.44535: filtering new block on tags 6562 1726776648.44560: done filtering new block on tags 6562 1726776648.44562: in VariableManager get_vars() 6562 1726776648.44572: done with get_vars() 6562 1726776648.44573: filtering new block on tags 6562 1726776648.44674: done filtering new block on tags 6562 1726776648.44676: in VariableManager get_vars() 6562 1726776648.44687: done with get_vars() 6562 1726776648.44689: filtering new block on tags 6562 1726776648.44699: done filtering new block on tags 6562 1726776648.44701: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node2 6562 1726776648.44705: extending task lists for all hosts with included blocks 6562 1726776648.44867: done extending task lists 6562 1726776648.44868: done processing included files 6562 1726776648.44868: results queue empty 6562 1726776648.44869: checking for any_errors_fatal 6562 1726776648.44872: done checking for any_errors_fatal 6562 1726776648.44873: checking for max_fail_percentage 6562 1726776648.44874: done checking for max_fail_percentage 6562 1726776648.44874: checking to see if all hosts have failed and the running result is not ok 6562 1726776648.44875: done checking to see if all hosts have failed 6562 1726776648.44875: getting the remaining hosts for this loop 6562 1726776648.44876: done getting the remaining hosts for this loop 6562 1726776648.44878: getting the next task for host managed_node2 6562 1726776648.44881: done getting next task for host managed_node2 6562 1726776648.44882: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6562 1726776648.44885: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776648.44893: getting variables 6562 1726776648.44894: in VariableManager get_vars() 6562 1726776648.44903: Calling all_inventory to load vars for managed_node2 6562 1726776648.44904: Calling groups_inventory to load vars for managed_node2 6562 1726776648.44905: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776648.44909: Calling all_plugins_play to load vars for managed_node2 6562 1726776648.44911: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776648.44913: Calling groups_plugins_play to load vars for managed_node2 6562 1726776648.44999: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776648.45125: done with get_vars() 6562 1726776648.45131: done getting variables 6562 1726776648.45157: 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:48 -0400 (0:00:00.038) 0:01:30.686 **** 6562 1726776648.45182: entering _queue_task() for managed_node2/fail 6562 1726776648.45400: worker is 1 (out of 1 available) 6562 1726776648.45414: exiting _queue_task() for managed_node2/fail 6562 1726776648.45427: done queuing things up, now waiting for results queue to drain 6562 1726776648.45428: waiting for pending results... 6562 1726776648.45609: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6562 1726776648.45684: in run() - task 12343ab9-b159-238d-eb1a-000000000ed1 6562 1726776648.45699: variable 'ansible_search_path' from source: unknown 6562 1726776648.45703: variable 'ansible_search_path' from source: unknown 6562 1726776648.45731: calling self._execute() 6562 1726776648.45803: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.45808: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.45817: variable 'omit' from source: magic vars 6562 1726776648.46166: variable 'kernel_settings_sysctl' from source: include params 6562 1726776648.46173: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776648.46184: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 6562 1726776648.46382: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776648.48583: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776648.48592: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776648.48600: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776648.48627: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776648.48648: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776648.48710: 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) 6562 1726776648.48730: 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) 6562 1726776648.48749: 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) 6562 1726776648.48775: 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) 6562 1726776648.48787: 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) 6562 1726776648.48829: 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) 6562 1726776648.48846: 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) 6562 1726776648.48864: 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) 6562 1726776648.48890: 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) 6562 1726776648.48902: 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) 6562 1726776648.48933: 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) 6562 1726776648.48950: 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) 6562 1726776648.48967: 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) 6562 1726776648.48995: 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) 6562 1726776648.49007: 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) 6562 1726776648.49187: variable 'kernel_settings_sysctl' from source: include params 6562 1726776648.49210: 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 6562 1726776648.49214: when evaluation is False, skipping this task 6562 1726776648.49217: _execute() done 6562 1726776648.49219: dumping result to json 6562 1726776648.49222: done dumping result, returning 6562 1726776648.49228: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [12343ab9-b159-238d-eb1a-000000000ed1] 6562 1726776648.49231: sending task result for task 12343ab9-b159-238d-eb1a-000000000ed1 6562 1726776648.49320: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ed1 6562 1726776648.49323: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 6562 1726776648.49368: no more pending results, returning what we have 6562 1726776648.49371: results queue empty 6562 1726776648.49372: checking for any_errors_fatal 6562 1726776648.49373: done checking for any_errors_fatal 6562 1726776648.49374: checking for max_fail_percentage 6562 1726776648.49375: done checking for max_fail_percentage 6562 1726776648.49376: checking to see if all hosts have failed and the running result is not ok 6562 1726776648.49377: done checking to see if all hosts have failed 6562 1726776648.49378: getting the remaining hosts for this loop 6562 1726776648.49380: done getting the remaining hosts for this loop 6562 1726776648.49383: getting the next task for host managed_node2 6562 1726776648.49394: done getting next task for host managed_node2 6562 1726776648.49398: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6562 1726776648.49402: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776648.49425: getting variables 6562 1726776648.49427: in VariableManager get_vars() 6562 1726776648.49461: Calling all_inventory to load vars for managed_node2 6562 1726776648.49464: Calling groups_inventory to load vars for managed_node2 6562 1726776648.49466: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776648.49474: Calling all_plugins_play to load vars for managed_node2 6562 1726776648.49477: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776648.49479: Calling groups_plugins_play to load vars for managed_node2 6562 1726776648.49615: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776648.49743: done with get_vars() 6562 1726776648.49751: 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:48 -0400 (0:00:00.046) 0:01:30.733 **** 6562 1726776648.49822: entering _queue_task() for managed_node2/include_tasks 6562 1726776648.50026: worker is 1 (out of 1 available) 6562 1726776648.50040: exiting _queue_task() for managed_node2/include_tasks 6562 1726776648.50053: done queuing things up, now waiting for results queue to drain 6562 1726776648.50055: waiting for pending results... 6562 1726776648.50231: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6562 1726776648.50315: in run() - task 12343ab9-b159-238d-eb1a-000000000ed2 6562 1726776648.50327: variable 'ansible_search_path' from source: unknown 6562 1726776648.50332: variable 'ansible_search_path' from source: unknown 6562 1726776648.50360: calling self._execute() 6562 1726776648.50428: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.50433: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.50443: variable 'omit' from source: magic vars 6562 1726776648.50518: _execute() done 6562 1726776648.50522: dumping result to json 6562 1726776648.50525: done dumping result, returning 6562 1726776648.50532: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [12343ab9-b159-238d-eb1a-000000000ed2] 6562 1726776648.50537: sending task result for task 12343ab9-b159-238d-eb1a-000000000ed2 6562 1726776648.50629: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ed2 6562 1726776648.50632: WORKER PROCESS EXITING 6562 1726776648.50676: no more pending results, returning what we have 6562 1726776648.50681: in VariableManager get_vars() 6562 1726776648.50724: Calling all_inventory to load vars for managed_node2 6562 1726776648.50727: Calling groups_inventory to load vars for managed_node2 6562 1726776648.50729: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776648.50737: Calling all_plugins_play to load vars for managed_node2 6562 1726776648.50740: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776648.50742: Calling groups_plugins_play to load vars for managed_node2 6562 1726776648.50908: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776648.51024: done with get_vars() 6562 1726776648.51030: variable 'ansible_search_path' from source: unknown 6562 1726776648.51031: variable 'ansible_search_path' from source: unknown 6562 1726776648.51052: we have included files to process 6562 1726776648.51053: generating all_blocks data 6562 1726776648.51054: done generating all_blocks data 6562 1726776648.51058: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6562 1726776648.51058: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6562 1726776648.51060: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6562 1726776648.51506: done processing included file 6562 1726776648.51509: iterating over new_blocks loaded from include file 6562 1726776648.51510: in VariableManager get_vars() 6562 1726776648.51527: done with get_vars() 6562 1726776648.51528: filtering new block on tags 6562 1726776648.51545: done filtering new block on tags 6562 1726776648.51547: in VariableManager get_vars() 6562 1726776648.51560: done with get_vars() 6562 1726776648.51561: filtering new block on tags 6562 1726776648.51584: done filtering new block on tags 6562 1726776648.51589: in VariableManager get_vars() 6562 1726776648.51604: done with get_vars() 6562 1726776648.51605: filtering new block on tags 6562 1726776648.51629: done filtering new block on tags 6562 1726776648.51631: in VariableManager get_vars() 6562 1726776648.51644: done with get_vars() 6562 1726776648.51645: filtering new block on tags 6562 1726776648.51659: done filtering new block on tags 6562 1726776648.51660: 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_node2 6562 1726776648.51664: extending task lists for all hosts with included blocks 6562 1726776648.51796: done extending task lists 6562 1726776648.51797: done processing included files 6562 1726776648.51798: results queue empty 6562 1726776648.51798: checking for any_errors_fatal 6562 1726776648.51800: done checking for any_errors_fatal 6562 1726776648.51801: checking for max_fail_percentage 6562 1726776648.51802: done checking for max_fail_percentage 6562 1726776648.51802: checking to see if all hosts have failed and the running result is not ok 6562 1726776648.51803: done checking to see if all hosts have failed 6562 1726776648.51803: getting the remaining hosts for this loop 6562 1726776648.51804: done getting the remaining hosts for this loop 6562 1726776648.51806: getting the next task for host managed_node2 6562 1726776648.51809: done getting next task for host managed_node2 6562 1726776648.51811: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6562 1726776648.51813: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776648.51821: getting variables 6562 1726776648.51821: in VariableManager get_vars() 6562 1726776648.51983: Calling all_inventory to load vars for managed_node2 6562 1726776648.51989: Calling groups_inventory to load vars for managed_node2 6562 1726776648.51991: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776648.51996: Calling all_plugins_play to load vars for managed_node2 6562 1726776648.51997: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776648.51999: Calling groups_plugins_play to load vars for managed_node2 6562 1726776648.52076: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776648.52191: done with get_vars() 6562 1726776648.52199: 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:48 -0400 (0:00:00.024) 0:01:30.757 **** 6562 1726776648.52248: entering _queue_task() for managed_node2/setup 6562 1726776648.52464: worker is 1 (out of 1 available) 6562 1726776648.52477: exiting _queue_task() for managed_node2/setup 6562 1726776648.52495: done queuing things up, now waiting for results queue to drain 6562 1726776648.52497: waiting for pending results... 6562 1726776648.52678: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6562 1726776648.52768: in run() - task 12343ab9-b159-238d-eb1a-000000000f4d 6562 1726776648.52779: variable 'ansible_search_path' from source: unknown 6562 1726776648.52782: variable 'ansible_search_path' from source: unknown 6562 1726776648.52813: calling self._execute() 6562 1726776648.52878: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.52882: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.52895: variable 'omit' from source: magic vars 6562 1726776648.53264: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776648.54707: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776648.54753: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776648.54779: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776648.54809: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776648.54829: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776648.54895: 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) 6562 1726776648.54918: 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) 6562 1726776648.54934: 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) 6562 1726776648.54961: 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) 6562 1726776648.54972: 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) 6562 1726776648.55012: 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) 6562 1726776648.55028: 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) 6562 1726776648.55045: 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) 6562 1726776648.55068: 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) 6562 1726776648.55078: 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) 6562 1726776648.55195: variable '__kernel_settings_required_facts' from source: role '' all vars 6562 1726776648.55206: variable 'ansible_facts' from source: unknown 6562 1726776648.55267: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 6562 1726776648.55271: when evaluation is False, skipping this task 6562 1726776648.55273: _execute() done 6562 1726776648.55276: dumping result to json 6562 1726776648.55278: done dumping result, returning 6562 1726776648.55288: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [12343ab9-b159-238d-eb1a-000000000f4d] 6562 1726776648.55291: sending task result for task 12343ab9-b159-238d-eb1a-000000000f4d 6562 1726776648.55369: done sending task result for task 12343ab9-b159-238d-eb1a-000000000f4d 6562 1726776648.55372: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 6562 1726776648.55421: no more pending results, returning what we have 6562 1726776648.55424: results queue empty 6562 1726776648.55425: checking for any_errors_fatal 6562 1726776648.55427: done checking for any_errors_fatal 6562 1726776648.55427: checking for max_fail_percentage 6562 1726776648.55429: done checking for max_fail_percentage 6562 1726776648.55429: checking to see if all hosts have failed and the running result is not ok 6562 1726776648.55430: done checking to see if all hosts have failed 6562 1726776648.55431: getting the remaining hosts for this loop 6562 1726776648.55433: done getting the remaining hosts for this loop 6562 1726776648.55436: getting the next task for host managed_node2 6562 1726776648.55448: done getting next task for host managed_node2 6562 1726776648.55452: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6562 1726776648.55456: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776648.55474: getting variables 6562 1726776648.55476: in VariableManager get_vars() 6562 1726776648.55512: Calling all_inventory to load vars for managed_node2 6562 1726776648.55515: Calling groups_inventory to load vars for managed_node2 6562 1726776648.55517: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776648.55526: Calling all_plugins_play to load vars for managed_node2 6562 1726776648.55528: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776648.55530: Calling groups_plugins_play to load vars for managed_node2 6562 1726776648.55664: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776648.55818: done with get_vars() 6562 1726776648.55826: 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:48 -0400 (0:00:00.036) 0:01:30.793 **** 6562 1726776648.55897: entering _queue_task() for managed_node2/stat 6562 1726776648.56092: worker is 1 (out of 1 available) 6562 1726776648.56106: exiting _queue_task() for managed_node2/stat 6562 1726776648.56118: done queuing things up, now waiting for results queue to drain 6562 1726776648.56120: waiting for pending results... 6562 1726776648.56294: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6562 1726776648.56380: in run() - task 12343ab9-b159-238d-eb1a-000000000f4f 6562 1726776648.56395: variable 'ansible_search_path' from source: unknown 6562 1726776648.56399: variable 'ansible_search_path' from source: unknown 6562 1726776648.56426: calling self._execute() 6562 1726776648.56492: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.56496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.56506: variable 'omit' from source: magic vars 6562 1726776648.56830: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776648.57008: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776648.57043: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776648.57069: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776648.57097: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776648.57158: 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) 6562 1726776648.57176: 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) 6562 1726776648.57198: 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) 6562 1726776648.57217: 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) 6562 1726776648.57307: variable '__kernel_settings_is_ostree' from source: set_fact 6562 1726776648.57315: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6562 1726776648.57318: when evaluation is False, skipping this task 6562 1726776648.57322: _execute() done 6562 1726776648.57325: dumping result to json 6562 1726776648.57327: done dumping result, returning 6562 1726776648.57333: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [12343ab9-b159-238d-eb1a-000000000f4f] 6562 1726776648.57339: sending task result for task 12343ab9-b159-238d-eb1a-000000000f4f 6562 1726776648.57421: done sending task result for task 12343ab9-b159-238d-eb1a-000000000f4f 6562 1726776648.57424: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6562 1726776648.57484: no more pending results, returning what we have 6562 1726776648.57491: results queue empty 6562 1726776648.57492: checking for any_errors_fatal 6562 1726776648.57497: done checking for any_errors_fatal 6562 1726776648.57498: checking for max_fail_percentage 6562 1726776648.57499: done checking for max_fail_percentage 6562 1726776648.57500: checking to see if all hosts have failed and the running result is not ok 6562 1726776648.57502: done checking to see if all hosts have failed 6562 1726776648.57503: getting the remaining hosts for this loop 6562 1726776648.57505: done getting the remaining hosts for this loop 6562 1726776648.57508: getting the next task for host managed_node2 6562 1726776648.57516: done getting next task for host managed_node2 6562 1726776648.57519: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6562 1726776648.57524: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776648.57541: getting variables 6562 1726776648.57542: in VariableManager get_vars() 6562 1726776648.57572: Calling all_inventory to load vars for managed_node2 6562 1726776648.57575: Calling groups_inventory to load vars for managed_node2 6562 1726776648.57577: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776648.57588: Calling all_plugins_play to load vars for managed_node2 6562 1726776648.57591: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776648.57594: Calling groups_plugins_play to load vars for managed_node2 6562 1726776648.57707: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776648.57838: done with get_vars() 6562 1726776648.57846: done getting variables 6562 1726776648.57889: 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:48 -0400 (0:00:00.020) 0:01:30.813 **** 6562 1726776648.57913: entering _queue_task() for managed_node2/set_fact 6562 1726776648.58108: worker is 1 (out of 1 available) 6562 1726776648.58121: exiting _queue_task() for managed_node2/set_fact 6562 1726776648.58135: done queuing things up, now waiting for results queue to drain 6562 1726776648.58138: waiting for pending results... 6562 1726776648.58308: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6562 1726776648.58401: in run() - task 12343ab9-b159-238d-eb1a-000000000f50 6562 1726776648.58415: variable 'ansible_search_path' from source: unknown 6562 1726776648.58419: variable 'ansible_search_path' from source: unknown 6562 1726776648.58445: calling self._execute() 6562 1726776648.58512: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.58517: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.58526: variable 'omit' from source: magic vars 6562 1726776648.58848: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776648.59078: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776648.59114: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776648.59137: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776648.59163: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776648.59224: 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) 6562 1726776648.59243: 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) 6562 1726776648.59261: 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) 6562 1726776648.59278: 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) 6562 1726776648.59367: variable '__kernel_settings_is_ostree' from source: set_fact 6562 1726776648.59375: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6562 1726776648.59378: when evaluation is False, skipping this task 6562 1726776648.59381: _execute() done 6562 1726776648.59383: dumping result to json 6562 1726776648.59390: done dumping result, returning 6562 1726776648.59394: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [12343ab9-b159-238d-eb1a-000000000f50] 6562 1726776648.59400: sending task result for task 12343ab9-b159-238d-eb1a-000000000f50 6562 1726776648.59479: done sending task result for task 12343ab9-b159-238d-eb1a-000000000f50 6562 1726776648.59482: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6562 1726776648.59529: no more pending results, returning what we have 6562 1726776648.59532: results queue empty 6562 1726776648.59533: checking for any_errors_fatal 6562 1726776648.59538: done checking for any_errors_fatal 6562 1726776648.59538: checking for max_fail_percentage 6562 1726776648.59540: done checking for max_fail_percentage 6562 1726776648.59541: checking to see if all hosts have failed and the running result is not ok 6562 1726776648.59542: done checking to see if all hosts have failed 6562 1726776648.59542: getting the remaining hosts for this loop 6562 1726776648.59544: done getting the remaining hosts for this loop 6562 1726776648.59548: getting the next task for host managed_node2 6562 1726776648.59558: done getting next task for host managed_node2 6562 1726776648.59561: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6562 1726776648.59566: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776648.59582: getting variables 6562 1726776648.59584: in VariableManager get_vars() 6562 1726776648.59617: Calling all_inventory to load vars for managed_node2 6562 1726776648.59619: Calling groups_inventory to load vars for managed_node2 6562 1726776648.59621: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776648.59629: Calling all_plugins_play to load vars for managed_node2 6562 1726776648.59631: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776648.59634: Calling groups_plugins_play to load vars for managed_node2 6562 1726776648.59783: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776648.59906: done with get_vars() 6562 1726776648.59914: 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:48 -0400 (0:00:00.020) 0:01:30.834 **** 6562 1726776648.59976: entering _queue_task() for managed_node2/stat 6562 1726776648.60162: worker is 1 (out of 1 available) 6562 1726776648.60176: exiting _queue_task() for managed_node2/stat 6562 1726776648.60193: done queuing things up, now waiting for results queue to drain 6562 1726776648.60194: waiting for pending results... 6562 1726776648.60361: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6562 1726776648.60451: in run() - task 12343ab9-b159-238d-eb1a-000000000f52 6562 1726776648.60464: variable 'ansible_search_path' from source: unknown 6562 1726776648.60469: variable 'ansible_search_path' from source: unknown 6562 1726776648.60498: calling self._execute() 6562 1726776648.60562: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.60567: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.60577: variable 'omit' from source: magic vars 6562 1726776648.60906: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776648.61079: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776648.61118: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776648.61143: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776648.61168: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776648.61232: 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) 6562 1726776648.61250: 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) 6562 1726776648.61267: 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) 6562 1726776648.61290: 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) 6562 1726776648.61374: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776648.61383: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6562 1726776648.61388: when evaluation is False, skipping this task 6562 1726776648.61394: _execute() done 6562 1726776648.61396: dumping result to json 6562 1726776648.61399: done dumping result, returning 6562 1726776648.61405: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [12343ab9-b159-238d-eb1a-000000000f52] 6562 1726776648.61409: sending task result for task 12343ab9-b159-238d-eb1a-000000000f52 6562 1726776648.61488: done sending task result for task 12343ab9-b159-238d-eb1a-000000000f52 6562 1726776648.61492: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6562 1726776648.61544: no more pending results, returning what we have 6562 1726776648.61548: results queue empty 6562 1726776648.61548: checking for any_errors_fatal 6562 1726776648.61555: done checking for any_errors_fatal 6562 1726776648.61556: checking for max_fail_percentage 6562 1726776648.61557: done checking for max_fail_percentage 6562 1726776648.61558: checking to see if all hosts have failed and the running result is not ok 6562 1726776648.61559: done checking to see if all hosts have failed 6562 1726776648.61560: getting the remaining hosts for this loop 6562 1726776648.61562: done getting the remaining hosts for this loop 6562 1726776648.61565: getting the next task for host managed_node2 6562 1726776648.61572: done getting next task for host managed_node2 6562 1726776648.61575: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6562 1726776648.61580: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776648.61598: getting variables 6562 1726776648.61599: in VariableManager get_vars() 6562 1726776648.61627: Calling all_inventory to load vars for managed_node2 6562 1726776648.61630: Calling groups_inventory to load vars for managed_node2 6562 1726776648.61632: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776648.61640: Calling all_plugins_play to load vars for managed_node2 6562 1726776648.61642: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776648.61645: Calling groups_plugins_play to load vars for managed_node2 6562 1726776648.61754: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776648.61879: done with get_vars() 6562 1726776648.61888: done getting variables 6562 1726776648.61926: 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:48 -0400 (0:00:00.019) 0:01:30.854 **** 6562 1726776648.61951: entering _queue_task() for managed_node2/set_fact 6562 1726776648.62125: worker is 1 (out of 1 available) 6562 1726776648.62139: exiting _queue_task() for managed_node2/set_fact 6562 1726776648.62153: done queuing things up, now waiting for results queue to drain 6562 1726776648.62154: waiting for pending results... 6562 1726776648.62326: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6562 1726776648.62415: in run() - task 12343ab9-b159-238d-eb1a-000000000f53 6562 1726776648.62427: variable 'ansible_search_path' from source: unknown 6562 1726776648.62431: variable 'ansible_search_path' from source: unknown 6562 1726776648.62456: calling self._execute() 6562 1726776648.62519: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.62525: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.62533: variable 'omit' from source: magic vars 6562 1726776648.62855: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776648.63088: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776648.63121: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776648.63146: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776648.63174: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776648.63235: 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) 6562 1726776648.63256: 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) 6562 1726776648.63273: 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) 6562 1726776648.63294: 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) 6562 1726776648.63380: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776648.63390: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6562 1726776648.63393: when evaluation is False, skipping this task 6562 1726776648.63398: _execute() done 6562 1726776648.63401: dumping result to json 6562 1726776648.63404: done dumping result, returning 6562 1726776648.63411: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [12343ab9-b159-238d-eb1a-000000000f53] 6562 1726776648.63414: sending task result for task 12343ab9-b159-238d-eb1a-000000000f53 6562 1726776648.63495: done sending task result for task 12343ab9-b159-238d-eb1a-000000000f53 6562 1726776648.63498: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6562 1726776648.63541: no more pending results, returning what we have 6562 1726776648.63544: results queue empty 6562 1726776648.63545: checking for any_errors_fatal 6562 1726776648.63550: done checking for any_errors_fatal 6562 1726776648.63550: checking for max_fail_percentage 6562 1726776648.63552: done checking for max_fail_percentage 6562 1726776648.63553: checking to see if all hosts have failed and the running result is not ok 6562 1726776648.63553: done checking to see if all hosts have failed 6562 1726776648.63554: getting the remaining hosts for this loop 6562 1726776648.63557: done getting the remaining hosts for this loop 6562 1726776648.63560: getting the next task for host managed_node2 6562 1726776648.63570: done getting next task for host managed_node2 6562 1726776648.63573: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6562 1726776648.63578: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776648.63596: getting variables 6562 1726776648.63597: in VariableManager get_vars() 6562 1726776648.63627: Calling all_inventory to load vars for managed_node2 6562 1726776648.63629: Calling groups_inventory to load vars for managed_node2 6562 1726776648.63631: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776648.63639: Calling all_plugins_play to load vars for managed_node2 6562 1726776648.63641: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776648.63644: Calling groups_plugins_play to load vars for managed_node2 6562 1726776648.63796: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776648.63918: done with get_vars() 6562 1726776648.63926: done getting variables 6562 1726776648.63963: 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:48 -0400 (0:00:00.020) 0:01:30.874 **** 6562 1726776648.63989: entering _queue_task() for managed_node2/include_vars 6562 1726776648.64170: worker is 1 (out of 1 available) 6562 1726776648.64184: exiting _queue_task() for managed_node2/include_vars 6562 1726776648.64200: done queuing things up, now waiting for results queue to drain 6562 1726776648.64202: waiting for pending results... 6562 1726776648.64376: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6562 1726776648.64463: in run() - task 12343ab9-b159-238d-eb1a-000000000f55 6562 1726776648.64475: variable 'ansible_search_path' from source: unknown 6562 1726776648.64478: variable 'ansible_search_path' from source: unknown 6562 1726776648.64509: calling self._execute() 6562 1726776648.64575: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.64579: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.64590: variable 'omit' from source: magic vars 6562 1726776648.64664: variable 'omit' from source: magic vars 6562 1726776648.64714: variable 'omit' from source: magic vars 6562 1726776648.64993: variable 'ffparams' from source: task vars 6562 1726776648.65080: variable 'ansible_facts' from source: unknown 6562 1726776648.65219: variable 'ansible_facts' from source: unknown 6562 1726776648.65310: variable 'ansible_facts' from source: unknown 6562 1726776648.65398: variable 'ansible_facts' from source: unknown 6562 1726776648.65473: variable 'role_path' from source: magic vars 6562 1726776648.65602: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6562 1726776648.65758: Loaded config def from plugin (lookup/first_found) 6562 1726776648.65761: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 6562 1726776648.65794: variable 'ansible_search_path' from source: unknown 6562 1726776648.65809: variable 'ansible_search_path' from source: unknown 6562 1726776648.65816: variable 'ansible_search_path' from source: unknown 6562 1726776648.65822: variable 'ansible_search_path' from source: unknown 6562 1726776648.65829: variable 'ansible_search_path' from source: unknown 6562 1726776648.65845: variable 'omit' from source: magic vars 6562 1726776648.65863: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776648.65881: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776648.65900: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776648.65913: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776648.65921: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776648.65943: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776648.65946: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.65949: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.66011: Set connection var ansible_timeout to 10 6562 1726776648.66017: Set connection var ansible_pipelining to False 6562 1726776648.66023: Set connection var ansible_shell_executable to /bin/sh 6562 1726776648.66029: Set connection var ansible_shell_type to sh 6562 1726776648.66034: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776648.66036: Set connection var ansible_connection to ssh 6562 1726776648.66052: variable 'ansible_shell_executable' from source: unknown 6562 1726776648.66055: variable 'ansible_connection' from source: unknown 6562 1726776648.66059: variable 'ansible_module_compression' from source: unknown 6562 1726776648.66061: variable 'ansible_shell_type' from source: unknown 6562 1726776648.66064: variable 'ansible_shell_executable' from source: unknown 6562 1726776648.66066: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.66068: variable 'ansible_pipelining' from source: unknown 6562 1726776648.66070: variable 'ansible_timeout' from source: unknown 6562 1726776648.66075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.66152: 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) 6562 1726776648.66160: variable 'omit' from source: magic vars 6562 1726776648.66165: starting attempt loop 6562 1726776648.66168: running the handler 6562 1726776648.66219: handler run complete 6562 1726776648.66228: attempt loop complete, returning result 6562 1726776648.66231: _execute() done 6562 1726776648.66234: dumping result to json 6562 1726776648.66236: done dumping result, returning 6562 1726776648.66243: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [12343ab9-b159-238d-eb1a-000000000f55] 6562 1726776648.66246: sending task result for task 12343ab9-b159-238d-eb1a-000000000f55 6562 1726776648.66341: done sending task result for task 12343ab9-b159-238d-eb1a-000000000f55 6562 1726776648.66343: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6562 1726776648.66416: no more pending results, returning what we have 6562 1726776648.66419: results queue empty 6562 1726776648.66420: checking for any_errors_fatal 6562 1726776648.66423: done checking for any_errors_fatal 6562 1726776648.66424: checking for max_fail_percentage 6562 1726776648.66425: done checking for max_fail_percentage 6562 1726776648.66426: checking to see if all hosts have failed and the running result is not ok 6562 1726776648.66427: done checking to see if all hosts have failed 6562 1726776648.66427: getting the remaining hosts for this loop 6562 1726776648.66429: done getting the remaining hosts for this loop 6562 1726776648.66432: getting the next task for host managed_node2 6562 1726776648.66440: done getting next task for host managed_node2 6562 1726776648.66443: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6562 1726776648.66447: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776648.66456: getting variables 6562 1726776648.66458: in VariableManager get_vars() 6562 1726776648.66488: Calling all_inventory to load vars for managed_node2 6562 1726776648.66491: Calling groups_inventory to load vars for managed_node2 6562 1726776648.66493: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776648.66506: Calling all_plugins_play to load vars for managed_node2 6562 1726776648.66509: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776648.66511: Calling groups_plugins_play to load vars for managed_node2 6562 1726776648.66625: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776648.66747: done with get_vars() 6562 1726776648.66755: done getting variables 6562 1726776648.66796: 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:48 -0400 (0:00:00.028) 0:01:30.902 **** 6562 1726776648.66821: entering _queue_task() for managed_node2/package 6562 1726776648.67004: worker is 1 (out of 1 available) 6562 1726776648.67018: exiting _queue_task() for managed_node2/package 6562 1726776648.67032: done queuing things up, now waiting for results queue to drain 6562 1726776648.67033: waiting for pending results... 6562 1726776648.67205: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6562 1726776648.67281: in run() - task 12343ab9-b159-238d-eb1a-000000000ed3 6562 1726776648.67296: variable 'ansible_search_path' from source: unknown 6562 1726776648.67300: variable 'ansible_search_path' from source: unknown 6562 1726776648.67327: calling self._execute() 6562 1726776648.67389: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.67398: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.67407: variable 'omit' from source: magic vars 6562 1726776648.67477: variable 'omit' from source: magic vars 6562 1726776648.67519: variable 'omit' from source: magic vars 6562 1726776648.67541: variable '__kernel_settings_packages' from source: include_vars 6562 1726776648.67756: variable '__kernel_settings_packages' from source: include_vars 6562 1726776648.67963: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776648.69313: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776648.69356: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776648.69382: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776648.69419: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776648.69440: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776648.69511: 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) 6562 1726776648.69532: 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) 6562 1726776648.69549: 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) 6562 1726776648.69574: 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) 6562 1726776648.69584: 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) 6562 1726776648.69660: variable '__kernel_settings_is_ostree' from source: set_fact 6562 1726776648.69663: variable 'omit' from source: magic vars 6562 1726776648.69688: variable 'omit' from source: magic vars 6562 1726776648.69711: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776648.69731: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776648.69746: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776648.69761: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776648.69768: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776648.69794: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776648.69797: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.69799: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.69863: Set connection var ansible_timeout to 10 6562 1726776648.69867: Set connection var ansible_pipelining to False 6562 1726776648.69873: Set connection var ansible_shell_executable to /bin/sh 6562 1726776648.69879: Set connection var ansible_shell_type to sh 6562 1726776648.69883: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776648.69887: Set connection var ansible_connection to ssh 6562 1726776648.69906: variable 'ansible_shell_executable' from source: unknown 6562 1726776648.69909: variable 'ansible_connection' from source: unknown 6562 1726776648.69911: variable 'ansible_module_compression' from source: unknown 6562 1726776648.69913: variable 'ansible_shell_type' from source: unknown 6562 1726776648.69916: variable 'ansible_shell_executable' from source: unknown 6562 1726776648.69919: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776648.69923: variable 'ansible_pipelining' from source: unknown 6562 1726776648.69925: variable 'ansible_timeout' from source: unknown 6562 1726776648.69929: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776648.70001: 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) 6562 1726776648.70009: variable 'omit' from source: magic vars 6562 1726776648.70015: starting attempt loop 6562 1726776648.70018: running the handler 6562 1726776648.70023: variable 'ansible_facts' from source: unknown 6562 1726776648.70026: variable 'ansible_facts' from source: unknown 6562 1726776648.70063: _low_level_execute_command(): starting 6562 1726776648.70068: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776648.70558: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776648.70562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.70565: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776648.70567: 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 <<< 6562 1726776648.70569: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.70615: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776648.70619: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776648.70637: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776648.70693: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776648.72369: stdout chunk (state=3): >>>/root <<< 6562 1726776648.72462: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776648.72497: stderr chunk (state=3): >>><<< 6562 1726776648.72500: stdout chunk (state=3): >>><<< 6562 1726776648.72519: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776648.72530: _low_level_execute_command(): starting 6562 1726776648.72535: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776648.7251985-9759-17316863565612 `" && echo ansible-tmp-1726776648.7251985-9759-17316863565612="` echo /root/.ansible/tmp/ansible-tmp-1726776648.7251985-9759-17316863565612 `" ) && sleep 0' 6562 1726776648.72977: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776648.72982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776648.72985: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.72989: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776648.72991: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.73042: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776648.73045: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776648.73047: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776648.73100: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776648.75097: stdout chunk (state=3): >>>ansible-tmp-1726776648.7251985-9759-17316863565612=/root/.ansible/tmp/ansible-tmp-1726776648.7251985-9759-17316863565612 <<< 6562 1726776648.75219: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776648.75244: stderr chunk (state=3): >>><<< 6562 1726776648.75249: stdout chunk (state=3): >>><<< 6562 1726776648.75264: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776648.7251985-9759-17316863565612=/root/.ansible/tmp/ansible-tmp-1726776648.7251985-9759-17316863565612 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776648.75353: variable 'ansible_module_compression' from source: unknown 6562 1726776648.75356: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 6562 1726776648.75369: variable 'ansible_facts' from source: unknown 6562 1726776648.75443: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776648.7251985-9759-17316863565612/AnsiballZ_dnf.py 6562 1726776648.75541: Sending initial data 6562 1726776648.75544: Sent initial data (149 bytes) 6562 1726776648.75979: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776648.75982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776648.75984: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.75990: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776648.75992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.76042: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776648.76046: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776648.76051: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776648.76097: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776648.77662: 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 <<< 6562 1726776648.77711: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776648.77757: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp25_mz3bt /root/.ansible/tmp/ansible-tmp-1726776648.7251985-9759-17316863565612/AnsiballZ_dnf.py <<< 6562 1726776648.77760: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776648.7251985-9759-17316863565612/AnsiballZ_dnf.py" <<< 6562 1726776648.77804: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp25_mz3bt" to remote "/root/.ansible/tmp/ansible-tmp-1726776648.7251985-9759-17316863565612/AnsiballZ_dnf.py" <<< 6562 1726776648.77813: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776648.7251985-9759-17316863565612/AnsiballZ_dnf.py" <<< 6562 1726776648.78489: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776648.78531: stderr chunk (state=3): >>><<< 6562 1726776648.78534: stdout chunk (state=3): >>><<< 6562 1726776648.78575: done transferring module to remote 6562 1726776648.78584: _low_level_execute_command(): starting 6562 1726776648.78591: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776648.7251985-9759-17316863565612/ /root/.ansible/tmp/ansible-tmp-1726776648.7251985-9759-17316863565612/AnsiballZ_dnf.py && sleep 0' 6562 1726776648.79039: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776648.79043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.79045: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776648.79047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776648.79049: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.79093: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776648.79099: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776648.79112: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776648.79157: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776648.80905: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776648.80931: stderr chunk (state=3): >>><<< 6562 1726776648.80934: stdout chunk (state=3): >>><<< 6562 1726776648.80949: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776648.80952: _low_level_execute_command(): starting 6562 1726776648.80957: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776648.7251985-9759-17316863565612/AnsiballZ_dnf.py && sleep 0' 6562 1726776648.81359: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776648.81394: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776648.81397: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776648.81399: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.81401: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776648.81403: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776648.81450: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776648.81457: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776648.81459: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776648.81514: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776649.23843: 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}}} <<< 6562 1726776649.27909: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776649.27933: stderr chunk (state=3): >>><<< 6562 1726776649.27936: stdout chunk (state=3): >>><<< 6562 1726776649.27951: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776649.27995: 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-1726776648.7251985-9759-17316863565612/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776649.28001: _low_level_execute_command(): starting 6562 1726776649.28006: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776648.7251985-9759-17316863565612/ > /dev/null 2>&1 && sleep 0' 6562 1726776649.28445: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776649.28448: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776649.28450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.28452: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776649.28454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.28509: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776649.28517: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776649.28520: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776649.28565: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776649.30391: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776649.30416: stderr chunk (state=3): >>><<< 6562 1726776649.30420: stdout chunk (state=3): >>><<< 6562 1726776649.30433: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776649.30439: handler run complete 6562 1726776649.30467: attempt loop complete, returning result 6562 1726776649.30470: _execute() done 6562 1726776649.30472: dumping result to json 6562 1726776649.30477: done dumping result, returning 6562 1726776649.30489: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [12343ab9-b159-238d-eb1a-000000000ed3] 6562 1726776649.30492: sending task result for task 12343ab9-b159-238d-eb1a-000000000ed3 6562 1726776649.30593: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ed3 6562 1726776649.30596: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 6562 1726776649.30693: no more pending results, returning what we have 6562 1726776649.30697: results queue empty 6562 1726776649.30698: checking for any_errors_fatal 6562 1726776649.30706: done checking for any_errors_fatal 6562 1726776649.30707: checking for max_fail_percentage 6562 1726776649.30708: done checking for max_fail_percentage 6562 1726776649.30709: checking to see if all hosts have failed and the running result is not ok 6562 1726776649.30709: done checking to see if all hosts have failed 6562 1726776649.30710: getting the remaining hosts for this loop 6562 1726776649.30712: done getting the remaining hosts for this loop 6562 1726776649.30715: getting the next task for host managed_node2 6562 1726776649.30724: done getting next task for host managed_node2 6562 1726776649.30728: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6562 1726776649.30731: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776649.30742: getting variables 6562 1726776649.30743: in VariableManager get_vars() 6562 1726776649.30775: Calling all_inventory to load vars for managed_node2 6562 1726776649.30777: Calling groups_inventory to load vars for managed_node2 6562 1726776649.30779: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776649.30791: Calling all_plugins_play to load vars for managed_node2 6562 1726776649.30794: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776649.30796: Calling groups_plugins_play to load vars for managed_node2 6562 1726776649.30959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776649.31080: done with get_vars() 6562 1726776649.31091: done getting variables 6562 1726776649.31132: 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:49 -0400 (0:00:00.643) 0:01:31.546 **** 6562 1726776649.31160: entering _queue_task() for managed_node2/debug 6562 1726776649.31365: worker is 1 (out of 1 available) 6562 1726776649.31377: exiting _queue_task() for managed_node2/debug 6562 1726776649.31394: done queuing things up, now waiting for results queue to drain 6562 1726776649.31396: waiting for pending results... 6562 1726776649.31568: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6562 1726776649.31653: in run() - task 12343ab9-b159-238d-eb1a-000000000ed5 6562 1726776649.31665: variable 'ansible_search_path' from source: unknown 6562 1726776649.31669: variable 'ansible_search_path' from source: unknown 6562 1726776649.31699: calling self._execute() 6562 1726776649.31763: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776649.31769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776649.31777: variable 'omit' from source: magic vars 6562 1726776649.32115: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776649.33515: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776649.33557: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776649.33585: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776649.33614: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776649.33634: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776649.33692: 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) 6562 1726776649.33713: 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) 6562 1726776649.33730: 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) 6562 1726776649.33756: 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) 6562 1726776649.33767: 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) 6562 1726776649.33845: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776649.33858: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6562 1726776649.33861: when evaluation is False, skipping this task 6562 1726776649.33863: _execute() done 6562 1726776649.33866: dumping result to json 6562 1726776649.33868: done dumping result, returning 6562 1726776649.33874: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [12343ab9-b159-238d-eb1a-000000000ed5] 6562 1726776649.33879: sending task result for task 12343ab9-b159-238d-eb1a-000000000ed5 6562 1726776649.33959: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ed5 6562 1726776649.33963: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 6562 1726776649.34047: no more pending results, returning what we have 6562 1726776649.34051: results queue empty 6562 1726776649.34051: checking for any_errors_fatal 6562 1726776649.34060: done checking for any_errors_fatal 6562 1726776649.34061: checking for max_fail_percentage 6562 1726776649.34062: done checking for max_fail_percentage 6562 1726776649.34063: checking to see if all hosts have failed and the running result is not ok 6562 1726776649.34064: done checking to see if all hosts have failed 6562 1726776649.34064: getting the remaining hosts for this loop 6562 1726776649.34066: done getting the remaining hosts for this loop 6562 1726776649.34069: getting the next task for host managed_node2 6562 1726776649.34075: done getting next task for host managed_node2 6562 1726776649.34078: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6562 1726776649.34082: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776649.34101: getting variables 6562 1726776649.34102: in VariableManager get_vars() 6562 1726776649.34134: Calling all_inventory to load vars for managed_node2 6562 1726776649.34136: Calling groups_inventory to load vars for managed_node2 6562 1726776649.34139: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776649.34147: Calling all_plugins_play to load vars for managed_node2 6562 1726776649.34149: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776649.34151: Calling groups_plugins_play to load vars for managed_node2 6562 1726776649.34262: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776649.34390: done with get_vars() 6562 1726776649.34398: done getting variables 6562 1726776649.34440: 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:49 -0400 (0:00:00.033) 0:01:31.579 **** 6562 1726776649.34463: entering _queue_task() for managed_node2/reboot 6562 1726776649.34655: worker is 1 (out of 1 available) 6562 1726776649.34670: exiting _queue_task() for managed_node2/reboot 6562 1726776649.34683: done queuing things up, now waiting for results queue to drain 6562 1726776649.34685: waiting for pending results... 6562 1726776649.34853: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6562 1726776649.34934: in run() - task 12343ab9-b159-238d-eb1a-000000000ed6 6562 1726776649.34946: variable 'ansible_search_path' from source: unknown 6562 1726776649.34950: variable 'ansible_search_path' from source: unknown 6562 1726776649.34976: calling self._execute() 6562 1726776649.35048: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776649.35054: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776649.35062: variable 'omit' from source: magic vars 6562 1726776649.35473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776649.36844: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776649.36888: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776649.36917: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776649.36954: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776649.36975: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776649.37035: 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) 6562 1726776649.37056: 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) 6562 1726776649.37073: 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) 6562 1726776649.37105: 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) 6562 1726776649.37115: 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) 6562 1726776649.37194: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776649.37210: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6562 1726776649.37214: when evaluation is False, skipping this task 6562 1726776649.37217: _execute() done 6562 1726776649.37219: dumping result to json 6562 1726776649.37222: done dumping result, returning 6562 1726776649.37228: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [12343ab9-b159-238d-eb1a-000000000ed6] 6562 1726776649.37233: sending task result for task 12343ab9-b159-238d-eb1a-000000000ed6 6562 1726776649.37322: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ed6 6562 1726776649.37325: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6562 1726776649.37370: no more pending results, returning what we have 6562 1726776649.37373: results queue empty 6562 1726776649.37374: checking for any_errors_fatal 6562 1726776649.37379: done checking for any_errors_fatal 6562 1726776649.37379: checking for max_fail_percentage 6562 1726776649.37381: done checking for max_fail_percentage 6562 1726776649.37382: checking to see if all hosts have failed and the running result is not ok 6562 1726776649.37383: done checking to see if all hosts have failed 6562 1726776649.37383: getting the remaining hosts for this loop 6562 1726776649.37387: done getting the remaining hosts for this loop 6562 1726776649.37391: getting the next task for host managed_node2 6562 1726776649.37400: done getting next task for host managed_node2 6562 1726776649.37404: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6562 1726776649.37408: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776649.37426: getting variables 6562 1726776649.37427: in VariableManager get_vars() 6562 1726776649.37461: Calling all_inventory to load vars for managed_node2 6562 1726776649.37464: Calling groups_inventory to load vars for managed_node2 6562 1726776649.37466: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776649.37474: Calling all_plugins_play to load vars for managed_node2 6562 1726776649.37476: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776649.37479: Calling groups_plugins_play to load vars for managed_node2 6562 1726776649.37650: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776649.37771: done with get_vars() 6562 1726776649.37779: done getting variables 6562 1726776649.37822: 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:49 -0400 (0:00:00.033) 0:01:31.613 **** 6562 1726776649.37845: entering _queue_task() for managed_node2/fail 6562 1726776649.38049: worker is 1 (out of 1 available) 6562 1726776649.38064: exiting _queue_task() for managed_node2/fail 6562 1726776649.38077: done queuing things up, now waiting for results queue to drain 6562 1726776649.38078: waiting for pending results... 6562 1726776649.38263: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6562 1726776649.38345: in run() - task 12343ab9-b159-238d-eb1a-000000000ed7 6562 1726776649.38357: variable 'ansible_search_path' from source: unknown 6562 1726776649.38360: variable 'ansible_search_path' from source: unknown 6562 1726776649.38390: calling self._execute() 6562 1726776649.38457: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776649.38460: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776649.38469: variable 'omit' from source: magic vars 6562 1726776649.38823: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776649.40236: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776649.40282: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776649.40313: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776649.40340: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776649.40361: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776649.40420: 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) 6562 1726776649.40440: 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) 6562 1726776649.40457: 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) 6562 1726776649.40484: 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) 6562 1726776649.40499: 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) 6562 1726776649.40578: variable '__kernel_settings_is_transactional' from source: set_fact 6562 1726776649.40594: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6562 1726776649.40597: when evaluation is False, skipping this task 6562 1726776649.40599: _execute() done 6562 1726776649.40602: dumping result to json 6562 1726776649.40604: done dumping result, returning 6562 1726776649.40611: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [12343ab9-b159-238d-eb1a-000000000ed7] 6562 1726776649.40616: sending task result for task 12343ab9-b159-238d-eb1a-000000000ed7 6562 1726776649.40704: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ed7 6562 1726776649.40708: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6562 1726776649.40753: no more pending results, returning what we have 6562 1726776649.40756: results queue empty 6562 1726776649.40757: checking for any_errors_fatal 6562 1726776649.40763: done checking for any_errors_fatal 6562 1726776649.40764: checking for max_fail_percentage 6562 1726776649.40766: done checking for max_fail_percentage 6562 1726776649.40767: checking to see if all hosts have failed and the running result is not ok 6562 1726776649.40768: done checking to see if all hosts have failed 6562 1726776649.40768: getting the remaining hosts for this loop 6562 1726776649.40771: done getting the remaining hosts for this loop 6562 1726776649.40774: getting the next task for host managed_node2 6562 1726776649.40785: done getting next task for host managed_node2 6562 1726776649.40793: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6562 1726776649.40797: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776649.40813: getting variables 6562 1726776649.40815: in VariableManager get_vars() 6562 1726776649.40846: Calling all_inventory to load vars for managed_node2 6562 1726776649.40849: Calling groups_inventory to load vars for managed_node2 6562 1726776649.40851: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776649.40859: Calling all_plugins_play to load vars for managed_node2 6562 1726776649.40861: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776649.40863: Calling groups_plugins_play to load vars for managed_node2 6562 1726776649.40994: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776649.41118: done with get_vars() 6562 1726776649.41126: 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:49 -0400 (0:00:00.033) 0:01:31.646 **** 6562 1726776649.41181: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776649.41375: worker is 1 (out of 1 available) 6562 1726776649.41391: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776649.41405: done queuing things up, now waiting for results queue to drain 6562 1726776649.41407: waiting for pending results... 6562 1726776649.41579: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6562 1726776649.41664: in run() - task 12343ab9-b159-238d-eb1a-000000000ed9 6562 1726776649.41676: variable 'ansible_search_path' from source: unknown 6562 1726776649.41679: variable 'ansible_search_path' from source: unknown 6562 1726776649.41711: calling self._execute() 6562 1726776649.41777: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776649.41780: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776649.41793: variable 'omit' from source: magic vars 6562 1726776649.41863: variable 'omit' from source: magic vars 6562 1726776649.41907: variable 'omit' from source: magic vars 6562 1726776649.41929: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6562 1726776649.42212: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6562 1726776649.42268: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776649.42301: variable 'omit' from source: magic vars 6562 1726776649.42333: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776649.42358: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776649.42376: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776649.42391: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776649.42402: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776649.42424: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776649.42427: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776649.42430: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776649.42496: Set connection var ansible_timeout to 10 6562 1726776649.42503: Set connection var ansible_pipelining to False 6562 1726776649.42509: Set connection var ansible_shell_executable to /bin/sh 6562 1726776649.42515: Set connection var ansible_shell_type to sh 6562 1726776649.42520: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776649.42522: Set connection var ansible_connection to ssh 6562 1726776649.42539: variable 'ansible_shell_executable' from source: unknown 6562 1726776649.42542: variable 'ansible_connection' from source: unknown 6562 1726776649.42544: variable 'ansible_module_compression' from source: unknown 6562 1726776649.42547: variable 'ansible_shell_type' from source: unknown 6562 1726776649.42549: variable 'ansible_shell_executable' from source: unknown 6562 1726776649.42551: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776649.42555: variable 'ansible_pipelining' from source: unknown 6562 1726776649.42557: variable 'ansible_timeout' from source: unknown 6562 1726776649.42561: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776649.42695: 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__) 6562 1726776649.42704: variable 'omit' from source: magic vars 6562 1726776649.42709: starting attempt loop 6562 1726776649.42712: running the handler 6562 1726776649.42724: _low_level_execute_command(): starting 6562 1726776649.42731: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776649.43222: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776649.43225: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.43228: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776649.43230: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.43283: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776649.43290: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776649.43297: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776649.43349: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776649.45017: stdout chunk (state=3): >>>/root <<< 6562 1726776649.45118: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776649.45148: stderr chunk (state=3): >>><<< 6562 1726776649.45152: stdout chunk (state=3): >>><<< 6562 1726776649.45171: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776649.45182: _low_level_execute_command(): starting 6562 1726776649.45190: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776649.4517124-9770-19580280284207 `" && echo ansible-tmp-1726776649.4517124-9770-19580280284207="` echo /root/.ansible/tmp/ansible-tmp-1726776649.4517124-9770-19580280284207 `" ) && sleep 0' 6562 1726776649.45634: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776649.45637: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776649.45647: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.45650: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776649.45652: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776649.45654: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.45700: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776649.45706: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776649.45708: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776649.45754: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776649.47746: stdout chunk (state=3): >>>ansible-tmp-1726776649.4517124-9770-19580280284207=/root/.ansible/tmp/ansible-tmp-1726776649.4517124-9770-19580280284207 <<< 6562 1726776649.47848: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776649.47877: stderr chunk (state=3): >>><<< 6562 1726776649.47880: stdout chunk (state=3): >>><<< 6562 1726776649.47899: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776649.4517124-9770-19580280284207=/root/.ansible/tmp/ansible-tmp-1726776649.4517124-9770-19580280284207 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776649.47938: variable 'ansible_module_compression' from source: unknown 6562 1726776649.47968: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6562 1726776649.48006: variable 'ansible_facts' from source: unknown 6562 1726776649.48055: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776649.4517124-9770-19580280284207/AnsiballZ_kernel_settings_get_config.py 6562 1726776649.48154: Sending initial data 6562 1726776649.48157: Sent initial data (172 bytes) 6562 1726776649.48598: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776649.48601: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776649.48603: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.48606: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776649.48608: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.48659: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776649.48682: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776649.48807: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776649.50343: 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 <<< 6562 1726776649.50391: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776649.50438: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpkt4nim40 /root/.ansible/tmp/ansible-tmp-1726776649.4517124-9770-19580280284207/AnsiballZ_kernel_settings_get_config.py <<< 6562 1726776649.50441: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776649.4517124-9770-19580280284207/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776649.50482: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpkt4nim40" to remote "/root/.ansible/tmp/ansible-tmp-1726776649.4517124-9770-19580280284207/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776649.50494: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776649.4517124-9770-19580280284207/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776649.51030: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776649.51077: stderr chunk (state=3): >>><<< 6562 1726776649.51081: stdout chunk (state=3): >>><<< 6562 1726776649.51121: done transferring module to remote 6562 1726776649.51130: _low_level_execute_command(): starting 6562 1726776649.51136: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776649.4517124-9770-19580280284207/ /root/.ansible/tmp/ansible-tmp-1726776649.4517124-9770-19580280284207/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776649.51578: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776649.51582: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776649.51593: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.51595: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776649.51597: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.51644: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776649.51647: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776649.51653: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776649.51701: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776649.53450: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776649.53476: stderr chunk (state=3): >>><<< 6562 1726776649.53479: stdout chunk (state=3): >>><<< 6562 1726776649.53498: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776649.53501: _low_level_execute_command(): starting 6562 1726776649.53505: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776649.4517124-9770-19580280284207/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776649.53953: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776649.53956: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776649.53958: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776649.53960: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776649.53963: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.54017: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776649.54021: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776649.54025: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776649.54079: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776649.69824: 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"}}} <<< 6562 1726776649.71178: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776649.71209: stderr chunk (state=3): >>><<< 6562 1726776649.71212: stdout chunk (state=3): >>><<< 6562 1726776649.71226: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776649.71256: 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-1726776649.4517124-9770-19580280284207/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776649.71263: _low_level_execute_command(): starting 6562 1726776649.71268: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776649.4517124-9770-19580280284207/ > /dev/null 2>&1 && sleep 0' 6562 1726776649.71717: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776649.71725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.71728: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776649.71730: 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 <<< 6562 1726776649.71733: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.71782: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776649.71792: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776649.71795: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776649.71839: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776649.73689: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776649.73719: stderr chunk (state=3): >>><<< 6562 1726776649.73722: stdout chunk (state=3): >>><<< 6562 1726776649.73736: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776649.73743: handler run complete 6562 1726776649.73757: attempt loop complete, returning result 6562 1726776649.73760: _execute() done 6562 1726776649.73763: dumping result to json 6562 1726776649.73766: done dumping result, returning 6562 1726776649.73775: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [12343ab9-b159-238d-eb1a-000000000ed9] 6562 1726776649.73779: sending task result for task 12343ab9-b159-238d-eb1a-000000000ed9 6562 1726776649.73878: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ed9 6562 1726776649.73882: WORKER PROCESS EXITING ok: [managed_node2] => { "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" } } 6562 1726776649.73959: no more pending results, returning what we have 6562 1726776649.73963: results queue empty 6562 1726776649.73964: checking for any_errors_fatal 6562 1726776649.73972: done checking for any_errors_fatal 6562 1726776649.73973: checking for max_fail_percentage 6562 1726776649.73974: done checking for max_fail_percentage 6562 1726776649.73975: checking to see if all hosts have failed and the running result is not ok 6562 1726776649.73976: done checking to see if all hosts have failed 6562 1726776649.73976: getting the remaining hosts for this loop 6562 1726776649.73979: done getting the remaining hosts for this loop 6562 1726776649.73981: getting the next task for host managed_node2 6562 1726776649.73992: done getting next task for host managed_node2 6562 1726776649.73996: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6562 1726776649.73999: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776649.74010: getting variables 6562 1726776649.74012: in VariableManager get_vars() 6562 1726776649.74043: Calling all_inventory to load vars for managed_node2 6562 1726776649.74046: Calling groups_inventory to load vars for managed_node2 6562 1726776649.74048: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776649.74056: Calling all_plugins_play to load vars for managed_node2 6562 1726776649.74058: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776649.74060: Calling groups_plugins_play to load vars for managed_node2 6562 1726776649.74223: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776649.74344: done with get_vars() 6562 1726776649.74352: 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:49 -0400 (0:00:00.332) 0:01:31.978 **** 6562 1726776649.74421: entering _queue_task() for managed_node2/stat 6562 1726776649.74613: worker is 1 (out of 1 available) 6562 1726776649.74628: exiting _queue_task() for managed_node2/stat 6562 1726776649.74642: done queuing things up, now waiting for results queue to drain 6562 1726776649.74643: waiting for pending results... 6562 1726776649.74814: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6562 1726776649.74898: in run() - task 12343ab9-b159-238d-eb1a-000000000eda 6562 1726776649.74911: variable 'ansible_search_path' from source: unknown 6562 1726776649.74914: variable 'ansible_search_path' from source: unknown 6562 1726776649.74952: variable '__prof_from_conf' from source: task vars 6562 1726776649.75182: variable '__prof_from_conf' from source: task vars 6562 1726776649.75314: variable '__data' from source: task vars 6562 1726776649.75366: variable '__kernel_settings_register_tuned_main' from source: set_fact 6562 1726776649.75505: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776649.75514: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776649.75557: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776649.75573: variable 'omit' from source: magic vars 6562 1726776649.75654: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776649.75660: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776649.75670: variable 'omit' from source: magic vars 6562 1726776649.75861: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776649.77256: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776649.77303: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776649.77330: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776649.77367: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776649.77389: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776649.77443: 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) 6562 1726776649.77464: 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) 6562 1726776649.77482: 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) 6562 1726776649.77511: 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) 6562 1726776649.77522: 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) 6562 1726776649.77594: variable 'item' from source: unknown 6562 1726776649.77604: Evaluated conditional (item | length > 0): False 6562 1726776649.77607: when evaluation is False, skipping this task 6562 1726776649.77632: variable 'item' from source: unknown 6562 1726776649.77682: variable 'item' from source: unknown skipping: [managed_node2] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 6562 1726776649.77844: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776649.77847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776649.77850: variable 'omit' from source: magic vars 6562 1726776649.77910: 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) 6562 1726776649.77926: 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) 6562 1726776649.77943: 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) 6562 1726776649.77969: 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) 6562 1726776649.77979: 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) 6562 1726776649.78036: variable 'item' from source: unknown 6562 1726776649.78042: Evaluated conditional (item | length > 0): True 6562 1726776649.78047: variable 'omit' from source: magic vars 6562 1726776649.78080: variable 'omit' from source: magic vars 6562 1726776649.78114: variable 'item' from source: unknown 6562 1726776649.78159: variable 'item' from source: unknown 6562 1726776649.78171: variable 'omit' from source: magic vars 6562 1726776649.78194: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776649.78214: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776649.78229: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776649.78241: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776649.78249: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776649.78270: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776649.78273: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776649.78275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776649.78340: Set connection var ansible_timeout to 10 6562 1726776649.78347: Set connection var ansible_pipelining to False 6562 1726776649.78352: Set connection var ansible_shell_executable to /bin/sh 6562 1726776649.78358: Set connection var ansible_shell_type to sh 6562 1726776649.78363: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776649.78365: Set connection var ansible_connection to ssh 6562 1726776649.78380: variable 'ansible_shell_executable' from source: unknown 6562 1726776649.78382: variable 'ansible_connection' from source: unknown 6562 1726776649.78384: variable 'ansible_module_compression' from source: unknown 6562 1726776649.78391: variable 'ansible_shell_type' from source: unknown 6562 1726776649.78393: variable 'ansible_shell_executable' from source: unknown 6562 1726776649.78395: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776649.78397: variable 'ansible_pipelining' from source: unknown 6562 1726776649.78399: variable 'ansible_timeout' from source: unknown 6562 1726776649.78404: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776649.78499: 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__) 6562 1726776649.78513: variable 'omit' from source: magic vars 6562 1726776649.78516: starting attempt loop 6562 1726776649.78518: running the handler 6562 1726776649.78527: _low_level_execute_command(): starting 6562 1726776649.78532: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776649.79026: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776649.79029: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776649.79032: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776649.79034: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776649.79036: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.79081: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776649.79084: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776649.79100: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776649.79162: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776649.80809: stdout chunk (state=3): >>>/root <<< 6562 1726776649.80911: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776649.80938: stderr chunk (state=3): >>><<< 6562 1726776649.80941: stdout chunk (state=3): >>><<< 6562 1726776649.80958: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776649.80968: _low_level_execute_command(): starting 6562 1726776649.80971: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776649.8095784-9781-197247439873465 `" && echo ansible-tmp-1726776649.8095784-9781-197247439873465="` echo /root/.ansible/tmp/ansible-tmp-1726776649.8095784-9781-197247439873465 `" ) && sleep 0' 6562 1726776649.81366: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776649.81374: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776649.81392: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.81407: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776649.81410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.81458: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776649.81462: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776649.81467: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776649.81515: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776649.83504: stdout chunk (state=3): >>>ansible-tmp-1726776649.8095784-9781-197247439873465=/root/.ansible/tmp/ansible-tmp-1726776649.8095784-9781-197247439873465 <<< 6562 1726776649.83613: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776649.83639: stderr chunk (state=3): >>><<< 6562 1726776649.83643: stdout chunk (state=3): >>><<< 6562 1726776649.83657: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776649.8095784-9781-197247439873465=/root/.ansible/tmp/ansible-tmp-1726776649.8095784-9781-197247439873465 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776649.83694: variable 'ansible_module_compression' from source: unknown 6562 1726776649.83733: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776649.83762: variable 'ansible_facts' from source: unknown 6562 1726776649.83815: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776649.8095784-9781-197247439873465/AnsiballZ_stat.py 6562 1726776649.83912: Sending initial data 6562 1726776649.83915: Sent initial data (151 bytes) 6562 1726776649.84353: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776649.84357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776649.84363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.84366: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776649.84368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776649.84369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.84420: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776649.84427: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776649.84429: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776649.84470: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776649.86002: 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" <<< 6562 1726776649.86006: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776649.86046: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776649.86095: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpfajyucq8 /root/.ansible/tmp/ansible-tmp-1726776649.8095784-9781-197247439873465/AnsiballZ_stat.py <<< 6562 1726776649.86099: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776649.8095784-9781-197247439873465/AnsiballZ_stat.py" <<< 6562 1726776649.86142: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpfajyucq8" to remote "/root/.ansible/tmp/ansible-tmp-1726776649.8095784-9781-197247439873465/AnsiballZ_stat.py" <<< 6562 1726776649.86145: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776649.8095784-9781-197247439873465/AnsiballZ_stat.py" <<< 6562 1726776649.86711: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776649.86754: stderr chunk (state=3): >>><<< 6562 1726776649.86757: stdout chunk (state=3): >>><<< 6562 1726776649.86782: done transferring module to remote 6562 1726776649.86795: _low_level_execute_command(): starting 6562 1726776649.86800: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776649.8095784-9781-197247439873465/ /root/.ansible/tmp/ansible-tmp-1726776649.8095784-9781-197247439873465/AnsiballZ_stat.py && sleep 0' 6562 1726776649.87239: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776649.87242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776649.87245: 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.11.25 is address <<< 6562 1726776649.87247: 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 <<< 6562 1726776649.87249: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.87300: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776649.87303: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776649.87357: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776649.89103: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776649.89129: stderr chunk (state=3): >>><<< 6562 1726776649.89132: stdout chunk (state=3): >>><<< 6562 1726776649.89145: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776649.89148: _low_level_execute_command(): starting 6562 1726776649.89153: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776649.8095784-9781-197247439873465/AnsiballZ_stat.py && sleep 0' 6562 1726776649.89582: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776649.89587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776649.89590: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.89593: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776649.89595: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776649.89648: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776649.89651: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776649.89655: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776649.89709: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776650.05716: 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": 341835968, "dev": 51714, "nlink": 3, "atime": 1726776579.2222946, "mtime": 1726776577.0892854, "ctime": 1726776577.0892854, "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": "1946630135", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6562 1726776650.07226: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776650.07254: stderr chunk (state=3): >>><<< 6562 1726776650.07257: stdout chunk (state=3): >>><<< 6562 1726776650.07271: _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": 341835968, "dev": 51714, "nlink": 3, "atime": 1726776579.2222946, "mtime": 1726776577.0892854, "ctime": 1726776577.0892854, "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": "1946630135", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776650.07316: 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-1726776649.8095784-9781-197247439873465/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776650.07324: _low_level_execute_command(): starting 6562 1726776650.07329: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776649.8095784-9781-197247439873465/ > /dev/null 2>&1 && sleep 0' 6562 1726776650.07769: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776650.07772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.07774: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776650.07776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776650.07778: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.07831: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776650.07834: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776650.07845: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776650.07892: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776650.09707: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776650.09733: stderr chunk (state=3): >>><<< 6562 1726776650.09736: stdout chunk (state=3): >>><<< 6562 1726776650.09750: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776650.09756: handler run complete 6562 1726776650.09792: attempt loop complete, returning result 6562 1726776650.09809: variable 'item' from source: unknown 6562 1726776650.09868: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1726776579.2222946, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776577.0892854, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 341835968, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776577.0892854, "nlink": 3, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 29, "uid": 0, "version": "1946630135", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6562 1726776650.10020: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776650.10023: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776650.10025: variable 'omit' from source: magic vars 6562 1726776650.10098: 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) 6562 1726776650.10116: 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) 6562 1726776650.10135: 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) 6562 1726776650.10162: 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) 6562 1726776650.10172: 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) 6562 1726776650.10231: variable 'item' from source: unknown 6562 1726776650.10237: Evaluated conditional (item | length > 0): True 6562 1726776650.10242: variable 'omit' from source: magic vars 6562 1726776650.10255: variable 'omit' from source: magic vars 6562 1726776650.10290: variable 'item' from source: unknown 6562 1726776650.10332: variable 'item' from source: unknown 6562 1726776650.10343: variable 'omit' from source: magic vars 6562 1726776650.10360: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776650.10367: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776650.10373: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776650.10383: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776650.10389: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776650.10392: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776650.10438: Set connection var ansible_timeout to 10 6562 1726776650.10444: Set connection var ansible_pipelining to False 6562 1726776650.10449: Set connection var ansible_shell_executable to /bin/sh 6562 1726776650.10455: Set connection var ansible_shell_type to sh 6562 1726776650.10461: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776650.10464: Set connection var ansible_connection to ssh 6562 1726776650.10478: variable 'ansible_shell_executable' from source: unknown 6562 1726776650.10480: variable 'ansible_connection' from source: unknown 6562 1726776650.10483: variable 'ansible_module_compression' from source: unknown 6562 1726776650.10485: variable 'ansible_shell_type' from source: unknown 6562 1726776650.10491: variable 'ansible_shell_executable' from source: unknown 6562 1726776650.10493: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776650.10495: variable 'ansible_pipelining' from source: unknown 6562 1726776650.10497: variable 'ansible_timeout' from source: unknown 6562 1726776650.10502: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776650.10570: 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) 6562 1726776650.10578: variable 'omit' from source: magic vars 6562 1726776650.10583: starting attempt loop 6562 1726776650.10589: running the handler 6562 1726776650.10594: _low_level_execute_command(): starting 6562 1726776650.10598: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776650.11042: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776650.11045: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.11047: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776650.11049: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776650.11051: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.11107: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776650.11110: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776650.11112: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776650.11164: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776650.12753: stdout chunk (state=3): >>>/root <<< 6562 1726776650.12851: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776650.12881: stderr chunk (state=3): >>><<< 6562 1726776650.12884: stdout chunk (state=3): >>><<< 6562 1726776650.12902: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776650.12910: _low_level_execute_command(): starting 6562 1726776650.12916: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776650.129025-9781-101581836449241 `" && echo ansible-tmp-1726776650.129025-9781-101581836449241="` echo /root/.ansible/tmp/ansible-tmp-1726776650.129025-9781-101581836449241 `" ) && sleep 0' 6562 1726776650.13357: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776650.13360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776650.13362: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.13365: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776650.13367: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.13422: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776650.13425: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776650.13431: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776650.13479: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776650.15637: stdout chunk (state=3): >>>ansible-tmp-1726776650.129025-9781-101581836449241=/root/.ansible/tmp/ansible-tmp-1726776650.129025-9781-101581836449241 <<< 6562 1726776650.15770: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776650.15773: stdout chunk (state=3): >>><<< 6562 1726776650.15778: stderr chunk (state=3): >>><<< 6562 1726776650.15796: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776650.129025-9781-101581836449241=/root/.ansible/tmp/ansible-tmp-1726776650.129025-9781-101581836449241 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776650.15829: variable 'ansible_module_compression' from source: unknown 6562 1726776650.15865: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776650.15880: variable 'ansible_facts' from source: unknown 6562 1726776650.15928: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776650.129025-9781-101581836449241/AnsiballZ_stat.py 6562 1726776650.16023: Sending initial data 6562 1726776650.16026: Sent initial data (150 bytes) 6562 1726776650.16466: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776650.16469: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776650.16471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.16473: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776650.16476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776650.16478: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.16528: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776650.16531: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776650.16538: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776650.16581: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776650.18122: 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" <<< 6562 1726776650.18125: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776650.18169: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776650.18219: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpbtildy2q /root/.ansible/tmp/ansible-tmp-1726776650.129025-9781-101581836449241/AnsiballZ_stat.py <<< 6562 1726776650.18221: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776650.129025-9781-101581836449241/AnsiballZ_stat.py" <<< 6562 1726776650.18263: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpbtildy2q" to remote "/root/.ansible/tmp/ansible-tmp-1726776650.129025-9781-101581836449241/AnsiballZ_stat.py" <<< 6562 1726776650.18269: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776650.129025-9781-101581836449241/AnsiballZ_stat.py" <<< 6562 1726776650.18793: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776650.18835: stderr chunk (state=3): >>><<< 6562 1726776650.18839: stdout chunk (state=3): >>><<< 6562 1726776650.18862: done transferring module to remote 6562 1726776650.18871: _low_level_execute_command(): starting 6562 1726776650.18876: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776650.129025-9781-101581836449241/ /root/.ansible/tmp/ansible-tmp-1726776650.129025-9781-101581836449241/AnsiballZ_stat.py && sleep 0' 6562 1726776650.19289: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776650.19317: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776650.19321: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.19323: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776650.19325: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.19378: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776650.19385: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776650.19391: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776650.19434: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776650.21188: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776650.21215: stderr chunk (state=3): >>><<< 6562 1726776650.21219: stdout chunk (state=3): >>><<< 6562 1726776650.21233: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776650.21236: _low_level_execute_command(): starting 6562 1726776650.21241: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776650.129025-9781-101581836449241/AnsiballZ_stat.py && sleep 0' 6562 1726776650.21671: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776650.21675: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.21689: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.21746: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776650.21750: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776650.21755: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776650.21810: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776650.38126: 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": 339738816, "dev": 51714, "nlink": 4, "atime": 1726776569.9272544, "mtime": 1726776585.5563219, "ctime": 1726776585.5563219, "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": "2716892619", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6562 1726776650.39640: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776650.39667: stderr chunk (state=3): >>><<< 6562 1726776650.39670: stdout chunk (state=3): >>><<< 6562 1726776650.39689: _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": 339738816, "dev": 51714, "nlink": 4, "atime": 1726776569.9272544, "mtime": 1726776585.5563219, "ctime": 1726776585.5563219, "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": "2716892619", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776650.39724: 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-1726776650.129025-9781-101581836449241/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776650.39730: _low_level_execute_command(): starting 6562 1726776650.39735: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776650.129025-9781-101581836449241/ > /dev/null 2>&1 && sleep 0' 6562 1726776650.40174: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776650.40178: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776650.40180: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.40182: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776650.40184: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.40239: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776650.40242: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776650.40298: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776650.42109: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776650.42135: stderr chunk (state=3): >>><<< 6562 1726776650.42139: stdout chunk (state=3): >>><<< 6562 1726776650.42155: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776650.42160: handler run complete 6562 1726776650.42194: attempt loop complete, returning result 6562 1726776650.42211: variable 'item' from source: unknown 6562 1726776650.42288: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726776569.9272544, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776585.5563219, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 339738816, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776585.5563219, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "version": "2716892619", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6562 1726776650.42431: dumping result to json 6562 1726776650.42433: done dumping result, returning 6562 1726776650.42435: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [12343ab9-b159-238d-eb1a-000000000eda] 6562 1726776650.42437: sending task result for task 12343ab9-b159-238d-eb1a-000000000eda 6562 1726776650.42489: done sending task result for task 12343ab9-b159-238d-eb1a-000000000eda 6562 1726776650.42588: no more pending results, returning what we have 6562 1726776650.42592: results queue empty 6562 1726776650.42593: checking for any_errors_fatal 6562 1726776650.42597: done checking for any_errors_fatal 6562 1726776650.42598: checking for max_fail_percentage 6562 1726776650.42599: done checking for max_fail_percentage 6562 1726776650.42600: checking to see if all hosts have failed and the running result is not ok 6562 1726776650.42600: done checking to see if all hosts have failed 6562 1726776650.42601: getting the remaining hosts for this loop 6562 1726776650.42603: done getting the remaining hosts for this loop 6562 1726776650.42606: getting the next task for host managed_node2 6562 1726776650.42612: done getting next task for host managed_node2 6562 1726776650.42616: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6562 1726776650.42619: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776650.42630: getting variables 6562 1726776650.42631: in VariableManager get_vars() 6562 1726776650.42661: Calling all_inventory to load vars for managed_node2 6562 1726776650.42664: Calling groups_inventory to load vars for managed_node2 6562 1726776650.42666: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776650.42674: Calling all_plugins_play to load vars for managed_node2 6562 1726776650.42680: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776650.42683: Calling groups_plugins_play to load vars for managed_node2 6562 1726776650.42696: WORKER PROCESS EXITING 6562 1726776650.42825: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776650.42947: done with get_vars() 6562 1726776650.42955: done getting variables 6562 1726776650.42998: 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:50 -0400 (0:00:00.685) 0:01:32.664 **** 6562 1726776650.43020: entering _queue_task() for managed_node2/set_fact 6562 1726776650.43214: worker is 1 (out of 1 available) 6562 1726776650.43228: exiting _queue_task() for managed_node2/set_fact 6562 1726776650.43239: done queuing things up, now waiting for results queue to drain 6562 1726776650.43241: waiting for pending results... 6562 1726776650.43418: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6562 1726776650.43489: in run() - task 12343ab9-b159-238d-eb1a-000000000edb 6562 1726776650.43504: variable 'ansible_search_path' from source: unknown 6562 1726776650.43507: variable 'ansible_search_path' from source: unknown 6562 1726776650.43534: calling self._execute() 6562 1726776650.43600: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776650.43604: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776650.43614: variable 'omit' from source: magic vars 6562 1726776650.43687: variable 'omit' from source: magic vars 6562 1726776650.43724: variable 'omit' from source: magic vars 6562 1726776650.44042: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776650.45434: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776650.45479: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776650.45510: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776650.45537: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776650.45557: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776650.45615: 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) 6562 1726776650.45638: 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) 6562 1726776650.45655: 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) 6562 1726776650.45681: 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) 6562 1726776650.45696: 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) 6562 1726776650.45728: 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) 6562 1726776650.45746: 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) 6562 1726776650.45762: 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) 6562 1726776650.45788: 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) 6562 1726776650.45801: 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) 6562 1726776650.45849: 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) 6562 1726776650.45866: 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) 6562 1726776650.45883: 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) 6562 1726776650.45911: 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) 6562 1726776650.45922: 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) 6562 1726776650.46074: variable '__kernel_settings_find_profile_dirs' from source: set_fact 6562 1726776650.46144: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776650.46253: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776650.46280: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776650.46305: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776650.46326: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776650.46356: 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) 6562 1726776650.46371: 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) 6562 1726776650.46389: 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) 6562 1726776650.46409: 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) 6562 1726776650.46447: variable 'omit' from source: magic vars 6562 1726776650.46467: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776650.46488: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776650.46506: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776650.46518: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776650.46526: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776650.46549: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776650.46552: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776650.46555: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776650.46623: Set connection var ansible_timeout to 10 6562 1726776650.46630: Set connection var ansible_pipelining to False 6562 1726776650.46635: Set connection var ansible_shell_executable to /bin/sh 6562 1726776650.46641: Set connection var ansible_shell_type to sh 6562 1726776650.46651: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776650.46653: Set connection var ansible_connection to ssh 6562 1726776650.46667: variable 'ansible_shell_executable' from source: unknown 6562 1726776650.46669: variable 'ansible_connection' from source: unknown 6562 1726776650.46672: variable 'ansible_module_compression' from source: unknown 6562 1726776650.46674: variable 'ansible_shell_type' from source: unknown 6562 1726776650.46676: variable 'ansible_shell_executable' from source: unknown 6562 1726776650.46680: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776650.46683: variable 'ansible_pipelining' from source: unknown 6562 1726776650.46687: variable 'ansible_timeout' from source: unknown 6562 1726776650.46693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776650.46761: 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) 6562 1726776650.46769: variable 'omit' from source: magic vars 6562 1726776650.46774: starting attempt loop 6562 1726776650.46776: running the handler 6562 1726776650.46785: handler run complete 6562 1726776650.46797: attempt loop complete, returning result 6562 1726776650.46800: _execute() done 6562 1726776650.46802: dumping result to json 6562 1726776650.46804: done dumping result, returning 6562 1726776650.46812: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [12343ab9-b159-238d-eb1a-000000000edb] 6562 1726776650.46816: sending task result for task 12343ab9-b159-238d-eb1a-000000000edb 6562 1726776650.46898: done sending task result for task 12343ab9-b159-238d-eb1a-000000000edb 6562 1726776650.46900: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 6562 1726776650.46997: no more pending results, returning what we have 6562 1726776650.47000: results queue empty 6562 1726776650.47001: checking for any_errors_fatal 6562 1726776650.47010: done checking for any_errors_fatal 6562 1726776650.47011: checking for max_fail_percentage 6562 1726776650.47012: done checking for max_fail_percentage 6562 1726776650.47013: checking to see if all hosts have failed and the running result is not ok 6562 1726776650.47013: done checking to see if all hosts have failed 6562 1726776650.47014: getting the remaining hosts for this loop 6562 1726776650.47016: done getting the remaining hosts for this loop 6562 1726776650.47019: getting the next task for host managed_node2 6562 1726776650.47026: done getting next task for host managed_node2 6562 1726776650.47029: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6562 1726776650.47033: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776650.47042: getting variables 6562 1726776650.47044: in VariableManager get_vars() 6562 1726776650.47075: Calling all_inventory to load vars for managed_node2 6562 1726776650.47077: Calling groups_inventory to load vars for managed_node2 6562 1726776650.47079: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776650.47089: Calling all_plugins_play to load vars for managed_node2 6562 1726776650.47092: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776650.47095: Calling groups_plugins_play to load vars for managed_node2 6562 1726776650.47210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776650.47335: done with get_vars() 6562 1726776650.47344: done getting variables 6562 1726776650.47385: 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:50 -0400 (0:00:00.043) 0:01:32.708 **** 6562 1726776650.47411: entering _queue_task() for managed_node2/service 6562 1726776650.47604: worker is 1 (out of 1 available) 6562 1726776650.47621: exiting _queue_task() for managed_node2/service 6562 1726776650.47633: done queuing things up, now waiting for results queue to drain 6562 1726776650.47634: waiting for pending results... 6562 1726776650.47812: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6562 1726776650.47896: in run() - task 12343ab9-b159-238d-eb1a-000000000edc 6562 1726776650.47909: variable 'ansible_search_path' from source: unknown 6562 1726776650.47913: variable 'ansible_search_path' from source: unknown 6562 1726776650.47947: variable '__kernel_settings_services' from source: include_vars 6562 1726776650.48182: variable '__kernel_settings_services' from source: include_vars 6562 1726776650.48311: variable 'omit' from source: magic vars 6562 1726776650.48379: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776650.48387: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776650.48398: variable 'omit' from source: magic vars 6562 1726776650.48452: variable 'omit' from source: magic vars 6562 1726776650.48483: variable 'omit' from source: magic vars 6562 1726776650.48519: variable 'item' from source: unknown 6562 1726776650.48574: variable 'item' from source: unknown 6562 1726776650.48594: variable 'omit' from source: magic vars 6562 1726776650.48625: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776650.48652: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776650.48668: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776650.48681: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776650.48694: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776650.48717: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776650.48720: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776650.48723: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776650.48787: Set connection var ansible_timeout to 10 6562 1726776650.48796: Set connection var ansible_pipelining to False 6562 1726776650.48801: Set connection var ansible_shell_executable to /bin/sh 6562 1726776650.48808: Set connection var ansible_shell_type to sh 6562 1726776650.48812: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776650.48815: Set connection var ansible_connection to ssh 6562 1726776650.48830: variable 'ansible_shell_executable' from source: unknown 6562 1726776650.48832: variable 'ansible_connection' from source: unknown 6562 1726776650.48836: variable 'ansible_module_compression' from source: unknown 6562 1726776650.48839: variable 'ansible_shell_type' from source: unknown 6562 1726776650.48841: variable 'ansible_shell_executable' from source: unknown 6562 1726776650.48843: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776650.48845: variable 'ansible_pipelining' from source: unknown 6562 1726776650.48847: variable 'ansible_timeout' from source: unknown 6562 1726776650.48853: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776650.48952: 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) 6562 1726776650.48961: variable 'omit' from source: magic vars 6562 1726776650.48970: starting attempt loop 6562 1726776650.48973: running the handler 6562 1726776650.49036: variable 'ansible_facts' from source: unknown 6562 1726776650.49118: _low_level_execute_command(): starting 6562 1726776650.49124: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776650.49621: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776650.49624: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.49627: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776650.49629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.49683: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776650.49691: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776650.49694: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776650.49754: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776650.51392: stdout chunk (state=3): >>>/root <<< 6562 1726776650.51491: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776650.51517: stderr chunk (state=3): >>><<< 6562 1726776650.51520: stdout chunk (state=3): >>><<< 6562 1726776650.51540: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776650.51551: _low_level_execute_command(): starting 6562 1726776650.51556: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776650.5153956-9797-193756524161387 `" && echo ansible-tmp-1726776650.5153956-9797-193756524161387="` echo /root/.ansible/tmp/ansible-tmp-1726776650.5153956-9797-193756524161387 `" ) && sleep 0' 6562 1726776650.51981: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776650.51989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776650.51999: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.52002: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776650.52004: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.52048: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776650.52051: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776650.52057: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776650.52104: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776650.54081: stdout chunk (state=3): >>>ansible-tmp-1726776650.5153956-9797-193756524161387=/root/.ansible/tmp/ansible-tmp-1726776650.5153956-9797-193756524161387 <<< 6562 1726776650.54180: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776650.54213: stderr chunk (state=3): >>><<< 6562 1726776650.54216: stdout chunk (state=3): >>><<< 6562 1726776650.54230: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776650.5153956-9797-193756524161387=/root/.ansible/tmp/ansible-tmp-1726776650.5153956-9797-193756524161387 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776650.54259: variable 'ansible_module_compression' from source: unknown 6562 1726776650.54301: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6562 1726776650.54353: variable 'ansible_facts' from source: unknown 6562 1726776650.54489: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776650.5153956-9797-193756524161387/AnsiballZ_systemd.py 6562 1726776650.54591: Sending initial data 6562 1726776650.54595: Sent initial data (154 bytes) 6562 1726776650.55040: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776650.55044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776650.55046: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.55048: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776650.55050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776650.55053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.55102: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776650.55109: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776650.55158: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776650.56694: 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 <<< 6562 1726776650.56698: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776650.56738: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776650.56789: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp_rkz6u6h /root/.ansible/tmp/ansible-tmp-1726776650.5153956-9797-193756524161387/AnsiballZ_systemd.py <<< 6562 1726776650.56792: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776650.5153956-9797-193756524161387/AnsiballZ_systemd.py" <<< 6562 1726776650.56830: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp_rkz6u6h" to remote "/root/.ansible/tmp/ansible-tmp-1726776650.5153956-9797-193756524161387/AnsiballZ_systemd.py" <<< 6562 1726776650.56837: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776650.5153956-9797-193756524161387/AnsiballZ_systemd.py" <<< 6562 1726776650.57928: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776650.57966: stderr chunk (state=3): >>><<< 6562 1726776650.57969: stdout chunk (state=3): >>><<< 6562 1726776650.57994: done transferring module to remote 6562 1726776650.58003: _low_level_execute_command(): starting 6562 1726776650.58007: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776650.5153956-9797-193756524161387/ /root/.ansible/tmp/ansible-tmp-1726776650.5153956-9797-193756524161387/AnsiballZ_systemd.py && sleep 0' 6562 1726776650.58441: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776650.58444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776650.58446: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.58452: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776650.58454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776650.58456: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.58491: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776650.58507: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776650.58558: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776650.60315: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776650.60342: stderr chunk (state=3): >>><<< 6562 1726776650.60345: stdout chunk (state=3): >>><<< 6562 1726776650.60358: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776650.60361: _low_level_execute_command(): starting 6562 1726776650.60367: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776650.5153956-9797-193756524161387/AnsiballZ_systemd.py && sleep 0' 6562 1726776650.60806: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776650.60809: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.60812: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776650.60814: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.60868: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776650.60876: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776650.60879: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776650.60925: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776650.90439: 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": "709", "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:10 EDT", "ExecMainStartTimestampMonotonic": "9728163", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ExecMainHandoffTimestampMonotonic": "9745362", "ExecMainPID": "709", "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:10 EDT] ; stop_time=[n/a] ; pid=709 ; 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:10 EDT] ; stop_time=[n/a] ; pid=709 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3094", "MemoryCurrent": "19939328", "MemoryPeak": "21700608", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3441549312", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "370287820<<< 6562 1726776650.90461: stdout chunk (state=3): >>>8", "CPUUsageNSec": "253255000", "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", "U<<< 6562 1726776650.90489: stdout chunk (state=3): >>>tmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "system.slice dbus-broker.service sysinit.target dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus-broker.service basic.target systemd-journald.socket system.slice network.target sysinit.target dbus.socket 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:11 EDT", "StateChangeTimestampMonotonic": "10286723", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:10 EDT", "InactiveExitTimestampMonotonic": "9729936", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:11 EDT", "ActiveEnterTimestampMonotonic": "10286723", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ConditionTimestampMonotonic": "9725085", "AssertTimestamp": "Thu 2024-09-19 16:10:10 EDT", "AssertTimestampMonotonic": "9725088", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "6bcad8262b34446983db3cf0225fbb2b", "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}}} <<< 6562 1726776650.92374: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776650.92409: stderr chunk (state=3): >>><<< 6562 1726776650.92412: stdout chunk (state=3): >>><<< 6562 1726776650.92435: _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": "709", "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:10 EDT", "ExecMainStartTimestampMonotonic": "9728163", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ExecMainHandoffTimestampMonotonic": "9745362", "ExecMainPID": "709", "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:10 EDT] ; stop_time=[n/a] ; pid=709 ; 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:10 EDT] ; stop_time=[n/a] ; pid=709 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3094", "MemoryCurrent": "19939328", "MemoryPeak": "21700608", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3441549312", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "253255000", "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": "system.slice dbus-broker.service sysinit.target dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus-broker.service basic.target systemd-journald.socket system.slice network.target sysinit.target dbus.socket 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:11 EDT", "StateChangeTimestampMonotonic": "10286723", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:10 EDT", "InactiveExitTimestampMonotonic": "9729936", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:11 EDT", "ActiveEnterTimestampMonotonic": "10286723", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ConditionTimestampMonotonic": "9725085", "AssertTimestamp": "Thu 2024-09-19 16:10:10 EDT", "AssertTimestampMonotonic": "9725088", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "6bcad8262b34446983db3cf0225fbb2b", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776650.92572: 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-1726776650.5153956-9797-193756524161387/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776650.92590: _low_level_execute_command(): starting 6562 1726776650.92597: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776650.5153956-9797-193756524161387/ > /dev/null 2>&1 && sleep 0' 6562 1726776650.93032: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776650.93035: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776650.93038: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.93040: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776650.93042: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.93093: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776650.93096: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776650.93110: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776650.93151: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776650.94971: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776650.94999: stderr chunk (state=3): >>><<< 6562 1726776650.95002: stdout chunk (state=3): >>><<< 6562 1726776650.95015: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776650.95023: handler run complete 6562 1726776650.95062: attempt loop complete, returning result 6562 1726776650.95077: variable 'item' from source: unknown 6562 1726776650.95139: variable 'item' from source: unknown ok: [managed_node2] => (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:11 EDT", "ActiveEnterTimestampMonotonic": "10286723", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service dbus-broker.service basic.target systemd-journald.socket system.slice network.target sysinit.target dbus.socket systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:10:10 EDT", "AssertTimestampMonotonic": "9725088", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "253255000", "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:10 EDT", "ConditionTimestampMonotonic": "9725085", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3094", "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:10 EDT", "ExecMainHandoffTimestampMonotonic": "9745362", "ExecMainPID": "709", "ExecMainStartTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ExecMainStartTimestampMonotonic": "9728163", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:10:10 EDT] ; stop_time=[n/a] ; pid=709 ; 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:10 EDT] ; stop_time=[n/a] ; pid=709 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:10 EDT", "InactiveExitTimestampMonotonic": "9729936", "InvocationID": "6bcad8262b34446983db3cf0225fbb2b", "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": "709", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3441549312", "MemoryCurrent": "19939328", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "21700608", "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": "system.slice dbus-broker.service sysinit.target dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:10:11 EDT", "StateChangeTimestampMonotonic": "10286723", "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" } } 6562 1726776650.95654: dumping result to json 6562 1726776650.95657: done dumping result, returning 6562 1726776650.95659: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [12343ab9-b159-238d-eb1a-000000000edc] 6562 1726776650.95661: sending task result for task 12343ab9-b159-238d-eb1a-000000000edc 6562 1726776650.95724: done sending task result for task 12343ab9-b159-238d-eb1a-000000000edc 6562 1726776650.95727: WORKER PROCESS EXITING 6562 1726776650.95803: no more pending results, returning what we have 6562 1726776650.95805: results queue empty 6562 1726776650.95806: checking for any_errors_fatal 6562 1726776650.95808: done checking for any_errors_fatal 6562 1726776650.95809: checking for max_fail_percentage 6562 1726776650.95809: done checking for max_fail_percentage 6562 1726776650.95810: checking to see if all hosts have failed and the running result is not ok 6562 1726776650.95810: done checking to see if all hosts have failed 6562 1726776650.95811: getting the remaining hosts for this loop 6562 1726776650.95812: done getting the remaining hosts for this loop 6562 1726776650.95814: getting the next task for host managed_node2 6562 1726776650.95818: done getting next task for host managed_node2 6562 1726776650.95820: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6562 1726776650.95823: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776650.95829: getting variables 6562 1726776650.95830: in VariableManager get_vars() 6562 1726776650.95849: Calling all_inventory to load vars for managed_node2 6562 1726776650.95851: Calling groups_inventory to load vars for managed_node2 6562 1726776650.95852: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776650.95858: Calling all_plugins_play to load vars for managed_node2 6562 1726776650.95860: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776650.95862: Calling groups_plugins_play to load vars for managed_node2 6562 1726776650.95970: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776650.96091: done with get_vars() 6562 1726776650.96099: 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:50 -0400 (0:00:00.487) 0:01:33.196 **** 6562 1726776650.96162: entering _queue_task() for managed_node2/file 6562 1726776650.96348: worker is 1 (out of 1 available) 6562 1726776650.96363: exiting _queue_task() for managed_node2/file 6562 1726776650.96376: done queuing things up, now waiting for results queue to drain 6562 1726776650.96377: waiting for pending results... 6562 1726776650.96560: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6562 1726776650.96645: in run() - task 12343ab9-b159-238d-eb1a-000000000edd 6562 1726776650.96656: variable 'ansible_search_path' from source: unknown 6562 1726776650.96660: variable 'ansible_search_path' from source: unknown 6562 1726776650.96688: calling self._execute() 6562 1726776650.96757: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776650.96762: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776650.96771: variable 'omit' from source: magic vars 6562 1726776650.96847: variable 'omit' from source: magic vars 6562 1726776650.96885: variable 'omit' from source: magic vars 6562 1726776650.96912: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776650.97133: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776650.97207: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776650.97211: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776650.97244: variable 'omit' from source: magic vars 6562 1726776650.97277: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776650.97307: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776650.97324: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776650.97338: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776650.97348: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776650.97372: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776650.97376: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776650.97380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776650.97446: Set connection var ansible_timeout to 10 6562 1726776650.97453: Set connection var ansible_pipelining to False 6562 1726776650.97458: Set connection var ansible_shell_executable to /bin/sh 6562 1726776650.97467: Set connection var ansible_shell_type to sh 6562 1726776650.97470: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776650.97472: Set connection var ansible_connection to ssh 6562 1726776650.97489: variable 'ansible_shell_executable' from source: unknown 6562 1726776650.97493: variable 'ansible_connection' from source: unknown 6562 1726776650.97496: variable 'ansible_module_compression' from source: unknown 6562 1726776650.97498: variable 'ansible_shell_type' from source: unknown 6562 1726776650.97500: variable 'ansible_shell_executable' from source: unknown 6562 1726776650.97504: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776650.97509: variable 'ansible_pipelining' from source: unknown 6562 1726776650.97511: variable 'ansible_timeout' from source: unknown 6562 1726776650.97515: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776650.97660: 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__) 6562 1726776650.97668: variable 'omit' from source: magic vars 6562 1726776650.97673: starting attempt loop 6562 1726776650.97676: running the handler 6562 1726776650.97691: _low_level_execute_command(): starting 6562 1726776650.97698: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776650.98195: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776650.98198: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.98201: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776650.98205: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776650.98258: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776650.98262: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776650.98264: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776650.98320: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776650.99950: stdout chunk (state=3): >>>/root <<< 6562 1726776651.00048: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776651.00078: stderr chunk (state=3): >>><<< 6562 1726776651.00081: stdout chunk (state=3): >>><<< 6562 1726776651.00106: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776651.00117: _low_level_execute_command(): starting 6562 1726776651.00122: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776651.001053-9808-93432521082444 `" && echo ansible-tmp-1726776651.001053-9808-93432521082444="` echo /root/.ansible/tmp/ansible-tmp-1726776651.001053-9808-93432521082444 `" ) && sleep 0' 6562 1726776651.00562: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776651.00565: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776651.00575: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.00578: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776651.00580: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.00630: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776651.00633: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776651.00635: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.00684: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776651.02728: stdout chunk (state=3): >>>ansible-tmp-1726776651.001053-9808-93432521082444=/root/.ansible/tmp/ansible-tmp-1726776651.001053-9808-93432521082444 <<< 6562 1726776651.02833: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776651.02864: stderr chunk (state=3): >>><<< 6562 1726776651.02867: stdout chunk (state=3): >>><<< 6562 1726776651.02881: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776651.001053-9808-93432521082444=/root/.ansible/tmp/ansible-tmp-1726776651.001053-9808-93432521082444 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776651.02924: variable 'ansible_module_compression' from source: unknown 6562 1726776651.02967: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6562 1726776651.03008: variable 'ansible_facts' from source: unknown 6562 1726776651.03060: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776651.001053-9808-93432521082444/AnsiballZ_file.py 6562 1726776651.03158: Sending initial data 6562 1726776651.03161: Sent initial data (149 bytes) 6562 1726776651.03603: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776651.03606: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776651.03609: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.03611: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776651.03613: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776651.03615: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.03666: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776651.03669: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776651.03673: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.03720: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776651.05287: 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 <<< 6562 1726776651.05336: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776651.05385: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpjhxvsuo3 /root/.ansible/tmp/ansible-tmp-1726776651.001053-9808-93432521082444/AnsiballZ_file.py <<< 6562 1726776651.05394: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776651.001053-9808-93432521082444/AnsiballZ_file.py" <<< 6562 1726776651.05434: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpjhxvsuo3" to remote "/root/.ansible/tmp/ansible-tmp-1726776651.001053-9808-93432521082444/AnsiballZ_file.py" <<< 6562 1726776651.05437: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776651.001053-9808-93432521082444/AnsiballZ_file.py" <<< 6562 1726776651.05998: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776651.06039: stderr chunk (state=3): >>><<< 6562 1726776651.06042: stdout chunk (state=3): >>><<< 6562 1726776651.06097: done transferring module to remote 6562 1726776651.06106: _low_level_execute_command(): starting 6562 1726776651.06111: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776651.001053-9808-93432521082444/ /root/.ansible/tmp/ansible-tmp-1726776651.001053-9808-93432521082444/AnsiballZ_file.py && sleep 0' 6562 1726776651.06547: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776651.06550: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776651.06553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.06558: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776651.06560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.06610: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776651.06613: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776651.06617: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.06662: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776651.08427: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776651.08451: stderr chunk (state=3): >>><<< 6562 1726776651.08454: stdout chunk (state=3): >>><<< 6562 1726776651.08468: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776651.08472: _low_level_execute_command(): starting 6562 1726776651.08476: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776651.001053-9808-93432521082444/AnsiballZ_file.py && sleep 0' 6562 1726776651.08895: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776651.08923: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776651.08927: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776651.08930: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.08980: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776651.08984: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776651.08991: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.09036: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776651.25862: 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}}} <<< 6562 1726776651.27301: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776651.27329: stderr chunk (state=3): >>><<< 6562 1726776651.27332: stdout chunk (state=3): >>><<< 6562 1726776651.27348: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776651.27413: 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-1726776651.001053-9808-93432521082444/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776651.27422: _low_level_execute_command(): starting 6562 1726776651.27425: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776651.001053-9808-93432521082444/ > /dev/null 2>&1 && sleep 0' 6562 1726776651.27875: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776651.27878: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.27881: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776651.27883: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776651.27885: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.27943: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776651.27946: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776651.27948: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.28001: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776651.29840: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776651.29866: stderr chunk (state=3): >>><<< 6562 1726776651.29870: stdout chunk (state=3): >>><<< 6562 1726776651.29887: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776651.29895: handler run complete 6562 1726776651.29914: attempt loop complete, returning result 6562 1726776651.29917: _execute() done 6562 1726776651.29919: dumping result to json 6562 1726776651.29924: done dumping result, returning 6562 1726776651.29933: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [12343ab9-b159-238d-eb1a-000000000edd] 6562 1726776651.29937: sending task result for task 12343ab9-b159-238d-eb1a-000000000edd 6562 1726776651.30042: done sending task result for task 12343ab9-b159-238d-eb1a-000000000edd 6562 1726776651.30045: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6562 1726776651.30129: no more pending results, returning what we have 6562 1726776651.30132: results queue empty 6562 1726776651.30133: checking for any_errors_fatal 6562 1726776651.30156: done checking for any_errors_fatal 6562 1726776651.30156: checking for max_fail_percentage 6562 1726776651.30158: done checking for max_fail_percentage 6562 1726776651.30159: checking to see if all hosts have failed and the running result is not ok 6562 1726776651.30159: done checking to see if all hosts have failed 6562 1726776651.30160: getting the remaining hosts for this loop 6562 1726776651.30162: done getting the remaining hosts for this loop 6562 1726776651.30165: getting the next task for host managed_node2 6562 1726776651.30172: done getting next task for host managed_node2 6562 1726776651.30175: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6562 1726776651.30179: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776651.30191: getting variables 6562 1726776651.30193: in VariableManager get_vars() 6562 1726776651.30225: Calling all_inventory to load vars for managed_node2 6562 1726776651.30227: Calling groups_inventory to load vars for managed_node2 6562 1726776651.30230: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776651.30238: Calling all_plugins_play to load vars for managed_node2 6562 1726776651.30240: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776651.30243: Calling groups_plugins_play to load vars for managed_node2 6562 1726776651.30358: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776651.30480: done with get_vars() 6562 1726776651.30490: 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:51 -0400 (0:00:00.343) 0:01:33.540 **** 6562 1726776651.30557: entering _queue_task() for managed_node2/slurp 6562 1726776651.30755: worker is 1 (out of 1 available) 6562 1726776651.30771: exiting _queue_task() for managed_node2/slurp 6562 1726776651.30783: done queuing things up, now waiting for results queue to drain 6562 1726776651.30785: waiting for pending results... 6562 1726776651.30966: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6562 1726776651.31047: in run() - task 12343ab9-b159-238d-eb1a-000000000ede 6562 1726776651.31060: variable 'ansible_search_path' from source: unknown 6562 1726776651.31063: variable 'ansible_search_path' from source: unknown 6562 1726776651.31090: calling self._execute() 6562 1726776651.31157: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776651.31161: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776651.31170: variable 'omit' from source: magic vars 6562 1726776651.31246: variable 'omit' from source: magic vars 6562 1726776651.31285: variable 'omit' from source: magic vars 6562 1726776651.31311: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776651.31532: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776651.31594: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776651.31620: variable 'omit' from source: magic vars 6562 1726776651.31652: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776651.31679: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776651.31701: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776651.31714: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776651.31723: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776651.31748: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776651.31751: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776651.31754: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776651.31823: Set connection var ansible_timeout to 10 6562 1726776651.31829: Set connection var ansible_pipelining to False 6562 1726776651.31834: Set connection var ansible_shell_executable to /bin/sh 6562 1726776651.31840: Set connection var ansible_shell_type to sh 6562 1726776651.31845: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776651.31848: Set connection var ansible_connection to ssh 6562 1726776651.31863: variable 'ansible_shell_executable' from source: unknown 6562 1726776651.31866: variable 'ansible_connection' from source: unknown 6562 1726776651.31869: variable 'ansible_module_compression' from source: unknown 6562 1726776651.31871: variable 'ansible_shell_type' from source: unknown 6562 1726776651.31874: variable 'ansible_shell_executable' from source: unknown 6562 1726776651.31877: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776651.31879: variable 'ansible_pipelining' from source: unknown 6562 1726776651.31881: variable 'ansible_timeout' from source: unknown 6562 1726776651.31885: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776651.32029: 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__) 6562 1726776651.32037: variable 'omit' from source: magic vars 6562 1726776651.32042: starting attempt loop 6562 1726776651.32045: running the handler 6562 1726776651.32057: _low_level_execute_command(): starting 6562 1726776651.32063: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776651.32568: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776651.32571: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.32574: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776651.32577: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.32628: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776651.32631: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776651.32634: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.32697: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776651.34382: stdout chunk (state=3): >>>/root <<< 6562 1726776651.34474: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776651.34510: stderr chunk (state=3): >>><<< 6562 1726776651.34514: stdout chunk (state=3): >>><<< 6562 1726776651.34535: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776651.34549: _low_level_execute_command(): starting 6562 1726776651.34555: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776651.3453574-9816-269528380683508 `" && echo ansible-tmp-1726776651.3453574-9816-269528380683508="` echo /root/.ansible/tmp/ansible-tmp-1726776651.3453574-9816-269528380683508 `" ) && sleep 0' 6562 1726776651.35029: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776651.35035: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776651.35049: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.35095: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776651.35099: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776651.35107: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.35164: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776651.37214: stdout chunk (state=3): >>>ansible-tmp-1726776651.3453574-9816-269528380683508=/root/.ansible/tmp/ansible-tmp-1726776651.3453574-9816-269528380683508 <<< 6562 1726776651.37315: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776651.37346: stderr chunk (state=3): >>><<< 6562 1726776651.37349: stdout chunk (state=3): >>><<< 6562 1726776651.37365: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776651.3453574-9816-269528380683508=/root/.ansible/tmp/ansible-tmp-1726776651.3453574-9816-269528380683508 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776651.37410: variable 'ansible_module_compression' from source: unknown 6562 1726776651.37444: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 6562 1726776651.37475: variable 'ansible_facts' from source: unknown 6562 1726776651.37530: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776651.3453574-9816-269528380683508/AnsiballZ_slurp.py 6562 1726776651.37701: Sending initial data 6562 1726776651.37705: Sent initial data (152 bytes) 6562 1726776651.38149: 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 <<< 6562 1726776651.38153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776651.38157: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.38159: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776651.38161: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.38214: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776651.38217: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776651.38221: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.38271: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776651.39846: 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 <<< 6562 1726776651.39894: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776651.39940: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpnk6usci8 /root/.ansible/tmp/ansible-tmp-1726776651.3453574-9816-269528380683508/AnsiballZ_slurp.py <<< 6562 1726776651.39942: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776651.3453574-9816-269528380683508/AnsiballZ_slurp.py" <<< 6562 1726776651.39989: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpnk6usci8" to remote "/root/.ansible/tmp/ansible-tmp-1726776651.3453574-9816-269528380683508/AnsiballZ_slurp.py" <<< 6562 1726776651.39993: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776651.3453574-9816-269528380683508/AnsiballZ_slurp.py" <<< 6562 1726776651.40562: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776651.40607: stderr chunk (state=3): >>><<< 6562 1726776651.40611: stdout chunk (state=3): >>><<< 6562 1726776651.40638: done transferring module to remote 6562 1726776651.40648: _low_level_execute_command(): starting 6562 1726776651.40653: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776651.3453574-9816-269528380683508/ /root/.ansible/tmp/ansible-tmp-1726776651.3453574-9816-269528380683508/AnsiballZ_slurp.py && sleep 0' 6562 1726776651.41109: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776651.41112: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.41115: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776651.41121: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.41169: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776651.41173: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776651.41181: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.41225: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776651.42983: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776651.43015: stderr chunk (state=3): >>><<< 6562 1726776651.43018: stdout chunk (state=3): >>><<< 6562 1726776651.43032: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776651.43035: _low_level_execute_command(): starting 6562 1726776651.43040: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776651.3453574-9816-269528380683508/AnsiballZ_slurp.py && sleep 0' 6562 1726776651.43490: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776651.43494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.43497: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776651.43499: 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 <<< 6562 1726776651.43501: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.43542: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776651.43553: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.43621: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776651.59064: 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"}}} <<< 6562 1726776651.60352: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776651.60379: stderr chunk (state=3): >>><<< 6562 1726776651.60382: stdout chunk (state=3): >>><<< 6562 1726776651.60402: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776651.60426: 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-1726776651.3453574-9816-269528380683508/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776651.60436: _low_level_execute_command(): starting 6562 1726776651.60440: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776651.3453574-9816-269528380683508/ > /dev/null 2>&1 && sleep 0' 6562 1726776651.60872: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776651.60876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.60892: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.60938: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776651.60960: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.61011: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776651.62851: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776651.62879: stderr chunk (state=3): >>><<< 6562 1726776651.62883: stdout chunk (state=3): >>><<< 6562 1726776651.62900: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776651.62906: handler run complete 6562 1726776651.62920: attempt loop complete, returning result 6562 1726776651.62923: _execute() done 6562 1726776651.62925: dumping result to json 6562 1726776651.62928: done dumping result, returning 6562 1726776651.62938: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [12343ab9-b159-238d-eb1a-000000000ede] 6562 1726776651.62942: sending task result for task 12343ab9-b159-238d-eb1a-000000000ede 6562 1726776651.63041: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ede 6562 1726776651.63043: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6562 1726776651.63140: no more pending results, returning what we have 6562 1726776651.63143: results queue empty 6562 1726776651.63144: checking for any_errors_fatal 6562 1726776651.63153: done checking for any_errors_fatal 6562 1726776651.63154: checking for max_fail_percentage 6562 1726776651.63155: done checking for max_fail_percentage 6562 1726776651.63156: checking to see if all hosts have failed and the running result is not ok 6562 1726776651.63157: done checking to see if all hosts have failed 6562 1726776651.63158: getting the remaining hosts for this loop 6562 1726776651.63159: done getting the remaining hosts for this loop 6562 1726776651.63163: getting the next task for host managed_node2 6562 1726776651.63170: done getting next task for host managed_node2 6562 1726776651.63174: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6562 1726776651.63177: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776651.63190: getting variables 6562 1726776651.63191: in VariableManager get_vars() 6562 1726776651.63225: Calling all_inventory to load vars for managed_node2 6562 1726776651.63227: Calling groups_inventory to load vars for managed_node2 6562 1726776651.63229: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776651.63237: Calling all_plugins_play to load vars for managed_node2 6562 1726776651.63240: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776651.63242: Calling groups_plugins_play to load vars for managed_node2 6562 1726776651.63360: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776651.63527: done with get_vars() 6562 1726776651.63535: done getting variables 6562 1726776651.63575: 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:51 -0400 (0:00:00.330) 0:01:33.870 **** 6562 1726776651.63601: entering _queue_task() for managed_node2/set_fact 6562 1726776651.63796: worker is 1 (out of 1 available) 6562 1726776651.63810: exiting _queue_task() for managed_node2/set_fact 6562 1726776651.63822: done queuing things up, now waiting for results queue to drain 6562 1726776651.63824: waiting for pending results... 6562 1726776651.64002: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6562 1726776651.64087: in run() - task 12343ab9-b159-238d-eb1a-000000000edf 6562 1726776651.64100: variable 'ansible_search_path' from source: unknown 6562 1726776651.64104: variable 'ansible_search_path' from source: unknown 6562 1726776651.64132: calling self._execute() 6562 1726776651.64200: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776651.64203: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776651.64213: variable 'omit' from source: magic vars 6562 1726776651.64281: variable 'omit' from source: magic vars 6562 1726776651.64324: variable 'omit' from source: magic vars 6562 1726776651.64614: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776651.64621: variable '__cur_profile' from source: task vars 6562 1726776651.64724: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776651.66311: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776651.66355: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776651.66392: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776651.66419: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776651.66439: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776651.66498: 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) 6562 1726776651.66518: 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) 6562 1726776651.66538: 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) 6562 1726776651.66563: 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) 6562 1726776651.66574: 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) 6562 1726776651.66651: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6562 1726776651.66690: variable 'omit' from source: magic vars 6562 1726776651.66714: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776651.66734: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776651.66750: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776651.66766: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776651.66771: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776651.66797: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776651.66801: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776651.66803: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776651.66865: Set connection var ansible_timeout to 10 6562 1726776651.66873: Set connection var ansible_pipelining to False 6562 1726776651.66876: Set connection var ansible_shell_executable to /bin/sh 6562 1726776651.66883: Set connection var ansible_shell_type to sh 6562 1726776651.66891: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776651.66894: Set connection var ansible_connection to ssh 6562 1726776651.66911: variable 'ansible_shell_executable' from source: unknown 6562 1726776651.66914: variable 'ansible_connection' from source: unknown 6562 1726776651.66917: variable 'ansible_module_compression' from source: unknown 6562 1726776651.66919: variable 'ansible_shell_type' from source: unknown 6562 1726776651.66921: variable 'ansible_shell_executable' from source: unknown 6562 1726776651.66923: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776651.66928: variable 'ansible_pipelining' from source: unknown 6562 1726776651.66930: variable 'ansible_timeout' from source: unknown 6562 1726776651.66941: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776651.67011: 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) 6562 1726776651.67019: variable 'omit' from source: magic vars 6562 1726776651.67024: starting attempt loop 6562 1726776651.67027: running the handler 6562 1726776651.67036: handler run complete 6562 1726776651.67043: attempt loop complete, returning result 6562 1726776651.67046: _execute() done 6562 1726776651.67048: dumping result to json 6562 1726776651.67050: done dumping result, returning 6562 1726776651.67058: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [12343ab9-b159-238d-eb1a-000000000edf] 6562 1726776651.67062: sending task result for task 12343ab9-b159-238d-eb1a-000000000edf ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 6562 1726776651.67210: no more pending results, returning what we have 6562 1726776651.67213: results queue empty 6562 1726776651.67213: checking for any_errors_fatal 6562 1726776651.67220: done checking for any_errors_fatal 6562 1726776651.67221: checking for max_fail_percentage 6562 1726776651.67222: done checking for max_fail_percentage 6562 1726776651.67223: checking to see if all hosts have failed and the running result is not ok 6562 1726776651.67224: done checking to see if all hosts have failed 6562 1726776651.67225: getting the remaining hosts for this loop 6562 1726776651.67227: done getting the remaining hosts for this loop 6562 1726776651.67230: getting the next task for host managed_node2 6562 1726776651.67238: done getting next task for host managed_node2 6562 1726776651.67241: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6562 1726776651.67244: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776651.67262: getting variables 6562 1726776651.67263: in VariableManager get_vars() 6562 1726776651.67300: Calling all_inventory to load vars for managed_node2 6562 1726776651.67303: Calling groups_inventory to load vars for managed_node2 6562 1726776651.67305: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776651.67313: Calling all_plugins_play to load vars for managed_node2 6562 1726776651.67315: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776651.67318: Calling groups_plugins_play to load vars for managed_node2 6562 1726776651.67445: done sending task result for task 12343ab9-b159-238d-eb1a-000000000edf 6562 1726776651.67448: WORKER PROCESS EXITING 6562 1726776651.67458: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776651.67581: done with get_vars() 6562 1726776651.67592: done getting variables 6562 1726776651.67631: 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:51 -0400 (0:00:00.040) 0:01:33.911 **** 6562 1726776651.67654: entering _queue_task() for managed_node2/copy 6562 1726776651.67852: worker is 1 (out of 1 available) 6562 1726776651.67865: exiting _queue_task() for managed_node2/copy 6562 1726776651.67878: done queuing things up, now waiting for results queue to drain 6562 1726776651.67879: waiting for pending results... 6562 1726776651.68066: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6562 1726776651.68151: in run() - task 12343ab9-b159-238d-eb1a-000000000ee0 6562 1726776651.68162: variable 'ansible_search_path' from source: unknown 6562 1726776651.68166: variable 'ansible_search_path' from source: unknown 6562 1726776651.68195: calling self._execute() 6562 1726776651.68264: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776651.68270: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776651.68278: variable 'omit' from source: magic vars 6562 1726776651.68353: variable 'omit' from source: magic vars 6562 1726776651.68395: variable 'omit' from source: magic vars 6562 1726776651.68418: variable '__kernel_settings_active_profile' from source: set_fact 6562 1726776651.68645: variable '__kernel_settings_active_profile' from source: set_fact 6562 1726776651.68663: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776651.68716: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6562 1726776651.68766: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776651.69056: variable 'omit' from source: magic vars 6562 1726776651.69092: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776651.69115: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776651.69132: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776651.69145: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776651.69154: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776651.69177: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776651.69180: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776651.69184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776651.69249: Set connection var ansible_timeout to 10 6562 1726776651.69256: Set connection var ansible_pipelining to False 6562 1726776651.69261: Set connection var ansible_shell_executable to /bin/sh 6562 1726776651.69268: Set connection var ansible_shell_type to sh 6562 1726776651.69272: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776651.69275: Set connection var ansible_connection to ssh 6562 1726776651.69291: variable 'ansible_shell_executable' from source: unknown 6562 1726776651.69294: variable 'ansible_connection' from source: unknown 6562 1726776651.69298: variable 'ansible_module_compression' from source: unknown 6562 1726776651.69301: variable 'ansible_shell_type' from source: unknown 6562 1726776651.69303: variable 'ansible_shell_executable' from source: unknown 6562 1726776651.69305: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776651.69307: variable 'ansible_pipelining' from source: unknown 6562 1726776651.69310: variable 'ansible_timeout' from source: unknown 6562 1726776651.69314: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776651.69425: 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) 6562 1726776651.69432: variable 'omit' from source: magic vars 6562 1726776651.69437: starting attempt loop 6562 1726776651.69440: running the handler 6562 1726776651.69450: _low_level_execute_command(): starting 6562 1726776651.69456: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776651.69954: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776651.69958: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.69960: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776651.69964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.70021: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776651.70024: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776651.70027: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.70087: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776651.71771: stdout chunk (state=3): >>>/root <<< 6562 1726776651.71864: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776651.71895: stderr chunk (state=3): >>><<< 6562 1726776651.71898: stdout chunk (state=3): >>><<< 6562 1726776651.71919: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776651.71930: _low_level_execute_command(): starting 6562 1726776651.71935: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180 `" && echo ansible-tmp-1726776651.719184-9828-69273610251180="` echo /root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180 `" ) && sleep 0' 6562 1726776651.72351: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776651.72356: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.72376: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.72426: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776651.72429: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776651.72435: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.72482: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776651.74544: stdout chunk (state=3): >>>ansible-tmp-1726776651.719184-9828-69273610251180=/root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180 <<< 6562 1726776651.74644: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776651.74672: stderr chunk (state=3): >>><<< 6562 1726776651.74675: stdout chunk (state=3): >>><<< 6562 1726776651.74694: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776651.719184-9828-69273610251180=/root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776651.74767: variable 'ansible_module_compression' from source: unknown 6562 1726776651.74810: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776651.74843: variable 'ansible_facts' from source: unknown 6562 1726776651.74894: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/AnsiballZ_stat.py 6562 1726776651.74982: Sending initial data 6562 1726776651.74988: Sent initial data (149 bytes) 6562 1726776651.75433: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776651.75437: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776651.75439: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.75441: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776651.75444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776651.75446: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.75504: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776651.75507: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776651.75509: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.75551: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776651.77115: 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 <<< 6562 1726776651.77119: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776651.77168: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776651.77212: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmppun4cicq /root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/AnsiballZ_stat.py <<< 6562 1726776651.77219: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/AnsiballZ_stat.py" <<< 6562 1726776651.77261: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmppun4cicq" to remote "/root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/AnsiballZ_stat.py" <<< 6562 1726776651.77826: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776651.77862: stderr chunk (state=3): >>><<< 6562 1726776651.77866: stdout chunk (state=3): >>><<< 6562 1726776651.77903: done transferring module to remote 6562 1726776651.77911: _low_level_execute_command(): starting 6562 1726776651.77916: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/ /root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/AnsiballZ_stat.py && sleep 0' 6562 1726776651.78346: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776651.78349: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776651.78352: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.78354: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776651.78359: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776651.78361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.78406: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776651.78410: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.78462: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776651.80258: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776651.80284: stderr chunk (state=3): >>><<< 6562 1726776651.80291: stdout chunk (state=3): >>><<< 6562 1726776651.80303: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776651.80306: _low_level_execute_command(): starting 6562 1726776651.80311: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/AnsiballZ_stat.py && sleep 0' 6562 1726776651.80748: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776651.80752: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.80754: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776651.80756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776651.80758: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.80809: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776651.80812: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776651.80815: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.80875: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776651.97476: 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": 517996677, "dev": 51714, "nlink": 1, "atime": 1726776651.5887458, "mtime": 1726776645.6657064, "ctime": 1726776645.6657064, "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": "2773188140", "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}}} <<< 6562 1726776651.99053: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776651.99079: stderr chunk (state=3): >>><<< 6562 1726776651.99082: stdout chunk (state=3): >>><<< 6562 1726776651.99103: _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": 517996677, "dev": 51714, "nlink": 1, "atime": 1726776651.5887458, "mtime": 1726776645.6657064, "ctime": 1726776645.6657064, "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": "2773188140", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776651.99143: 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-1726776651.719184-9828-69273610251180/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776651.99179: variable 'ansible_module_compression' from source: unknown 6562 1726776651.99215: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6562 1726776651.99233: variable 'ansible_facts' from source: unknown 6562 1726776651.99282: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/AnsiballZ_file.py 6562 1726776651.99377: Sending initial data 6562 1726776651.99381: Sent initial data (149 bytes) 6562 1726776651.99834: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776651.99837: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776651.99840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.99842: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776651.99844: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776651.99848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776651.99887: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776651.99900: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776651.99959: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.01590: 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 <<< 6562 1726776652.01629: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776652.01678: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpat7cusea /root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/AnsiballZ_file.py <<< 6562 1726776652.01688: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/AnsiballZ_file.py" <<< 6562 1726776652.01724: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpat7cusea" to remote "/root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/AnsiballZ_file.py" <<< 6562 1726776652.01726: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/AnsiballZ_file.py" <<< 6562 1726776652.02297: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776652.02340: stderr chunk (state=3): >>><<< 6562 1726776652.02343: stdout chunk (state=3): >>><<< 6562 1726776652.02366: done transferring module to remote 6562 1726776652.02374: _low_level_execute_command(): starting 6562 1726776652.02379: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/ /root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/AnsiballZ_file.py && sleep 0' 6562 1726776652.02822: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776652.02825: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776652.02827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776652.02829: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776652.02831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.02881: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.02884: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.02933: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.04724: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776652.04749: stderr chunk (state=3): >>><<< 6562 1726776652.04752: stdout chunk (state=3): >>><<< 6562 1726776652.04764: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776652.04767: _low_level_execute_command(): starting 6562 1726776652.04772: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/AnsiballZ_file.py && sleep 0' 6562 1726776652.05195: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776652.05198: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776652.05205: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.05207: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776652.05209: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.05258: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.05265: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776652.05267: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.05315: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.22007: 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": ".losrm00h", "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}}} <<< 6562 1726776652.23501: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776652.23525: stderr chunk (state=3): >>><<< 6562 1726776652.23528: stdout chunk (state=3): >>><<< 6562 1726776652.23543: _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": ".losrm00h", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776652.23571: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.losrm00h', '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-1726776651.719184-9828-69273610251180/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776652.23580: _low_level_execute_command(): starting 6562 1726776652.23584: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776651.719184-9828-69273610251180/ > /dev/null 2>&1 && sleep 0' 6562 1726776652.24032: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776652.24036: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.24038: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776652.24040: 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 <<< 6562 1726776652.24042: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.24093: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.24096: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776652.24103: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.24152: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.25997: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776652.26024: stderr chunk (state=3): >>><<< 6562 1726776652.26027: stdout chunk (state=3): >>><<< 6562 1726776652.26041: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776652.26049: handler run complete 6562 1726776652.26070: attempt loop complete, returning result 6562 1726776652.26073: _execute() done 6562 1726776652.26075: dumping result to json 6562 1726776652.26080: done dumping result, returning 6562 1726776652.26091: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [12343ab9-b159-238d-eb1a-000000000ee0] 6562 1726776652.26094: sending task result for task 12343ab9-b159-238d-eb1a-000000000ee0 ok: [managed_node2] => { "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 } 6562 1726776652.26294: no more pending results, returning what we have 6562 1726776652.26297: results queue empty 6562 1726776652.26298: checking for any_errors_fatal 6562 1726776652.26305: done checking for any_errors_fatal 6562 1726776652.26306: checking for max_fail_percentage 6562 1726776652.26308: done checking for max_fail_percentage 6562 1726776652.26309: checking to see if all hosts have failed and the running result is not ok 6562 1726776652.26309: done checking to see if all hosts have failed 6562 1726776652.26310: getting the remaining hosts for this loop 6562 1726776652.26312: done getting the remaining hosts for this loop 6562 1726776652.26315: getting the next task for host managed_node2 6562 1726776652.26322: done getting next task for host managed_node2 6562 1726776652.26325: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6562 1726776652.26328: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776652.26339: getting variables 6562 1726776652.26340: in VariableManager get_vars() 6562 1726776652.26372: Calling all_inventory to load vars for managed_node2 6562 1726776652.26374: Calling groups_inventory to load vars for managed_node2 6562 1726776652.26376: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776652.26384: Calling all_plugins_play to load vars for managed_node2 6562 1726776652.26392: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776652.26397: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ee0 6562 1726776652.26399: WORKER PROCESS EXITING 6562 1726776652.26402: Calling groups_plugins_play to load vars for managed_node2 6562 1726776652.26718: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776652.26834: done with get_vars() 6562 1726776652.26842: done getting variables 6562 1726776652.26882: 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:52 -0400 (0:00:00.592) 0:01:34.503 **** 6562 1726776652.26909: entering _queue_task() for managed_node2/copy 6562 1726776652.27110: worker is 1 (out of 1 available) 6562 1726776652.27125: exiting _queue_task() for managed_node2/copy 6562 1726776652.27136: done queuing things up, now waiting for results queue to drain 6562 1726776652.27138: waiting for pending results... 6562 1726776652.27319: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6562 1726776652.27411: in run() - task 12343ab9-b159-238d-eb1a-000000000ee1 6562 1726776652.27423: variable 'ansible_search_path' from source: unknown 6562 1726776652.27426: variable 'ansible_search_path' from source: unknown 6562 1726776652.27453: calling self._execute() 6562 1726776652.27521: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776652.27527: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776652.27535: variable 'omit' from source: magic vars 6562 1726776652.27618: variable 'omit' from source: magic vars 6562 1726776652.27658: variable 'omit' from source: magic vars 6562 1726776652.27680: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6562 1726776652.27912: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6562 1726776652.27970: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6562 1726776652.28000: variable 'omit' from source: magic vars 6562 1726776652.28036: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776652.28063: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776652.28079: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776652.28095: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776652.28105: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776652.28130: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776652.28134: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776652.28136: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776652.28205: Set connection var ansible_timeout to 10 6562 1726776652.28212: Set connection var ansible_pipelining to False 6562 1726776652.28217: Set connection var ansible_shell_executable to /bin/sh 6562 1726776652.28224: Set connection var ansible_shell_type to sh 6562 1726776652.28230: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776652.28233: Set connection var ansible_connection to ssh 6562 1726776652.28249: variable 'ansible_shell_executable' from source: unknown 6562 1726776652.28253: variable 'ansible_connection' from source: unknown 6562 1726776652.28255: variable 'ansible_module_compression' from source: unknown 6562 1726776652.28258: variable 'ansible_shell_type' from source: unknown 6562 1726776652.28260: variable 'ansible_shell_executable' from source: unknown 6562 1726776652.28263: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776652.28265: variable 'ansible_pipelining' from source: unknown 6562 1726776652.28268: variable 'ansible_timeout' from source: unknown 6562 1726776652.28270: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776652.28371: 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) 6562 1726776652.28380: variable 'omit' from source: magic vars 6562 1726776652.28389: starting attempt loop 6562 1726776652.28392: running the handler 6562 1726776652.28402: _low_level_execute_command(): starting 6562 1726776652.28409: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776652.28918: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776652.28921: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.28925: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776652.28928: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.28976: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.28979: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776652.28982: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.29040: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.30697: stdout chunk (state=3): >>>/root <<< 6562 1726776652.30784: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776652.30815: stderr chunk (state=3): >>><<< 6562 1726776652.30819: stdout chunk (state=3): >>><<< 6562 1726776652.30842: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776652.30855: _low_level_execute_command(): starting 6562 1726776652.30861: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290 `" && echo ansible-tmp-1726776652.308421-9840-38921870465290="` echo /root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290 `" ) && sleep 0' 6562 1726776652.31276: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776652.31284: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776652.31317: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.31329: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776652.31331: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776652.31334: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.31376: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.31380: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776652.31384: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.31444: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.33463: stdout chunk (state=3): >>>ansible-tmp-1726776652.308421-9840-38921870465290=/root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290 <<< 6562 1726776652.33561: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776652.33593: stderr chunk (state=3): >>><<< 6562 1726776652.33600: stdout chunk (state=3): >>><<< 6562 1726776652.33615: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776652.308421-9840-38921870465290=/root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776652.33694: variable 'ansible_module_compression' from source: unknown 6562 1726776652.33739: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776652.33772: variable 'ansible_facts' from source: unknown 6562 1726776652.33827: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/AnsiballZ_stat.py 6562 1726776652.33918: Sending initial data 6562 1726776652.33922: Sent initial data (149 bytes) 6562 1726776652.34374: 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 <<< 6562 1726776652.34377: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.34380: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776652.34382: 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.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776652.34384: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.34437: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.34440: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776652.34442: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.34500: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.36099: 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 <<< 6562 1726776652.36142: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776652.36189: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmphw8ha4y6 /root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/AnsiballZ_stat.py <<< 6562 1726776652.36199: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/AnsiballZ_stat.py" <<< 6562 1726776652.36237: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmphw8ha4y6" to remote "/root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/AnsiballZ_stat.py" <<< 6562 1726776652.36240: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/AnsiballZ_stat.py" <<< 6562 1726776652.36810: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776652.36855: stderr chunk (state=3): >>><<< 6562 1726776652.36858: stdout chunk (state=3): >>><<< 6562 1726776652.36880: done transferring module to remote 6562 1726776652.36892: _low_level_execute_command(): starting 6562 1726776652.36895: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/ /root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/AnsiballZ_stat.py && sleep 0' 6562 1726776652.37342: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776652.37345: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776652.37347: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.37349: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776652.37355: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776652.37357: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.37396: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.37413: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.37462: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.39239: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776652.39264: stderr chunk (state=3): >>><<< 6562 1726776652.39267: stdout chunk (state=3): >>><<< 6562 1726776652.39281: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776652.39284: _low_level_execute_command(): starting 6562 1726776652.39294: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/AnsiballZ_stat.py && sleep 0' 6562 1726776652.39733: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776652.39736: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776652.39739: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.39741: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776652.39743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.39793: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.39798: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776652.39813: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.39857: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.56389: 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": 524288132, "dev": 51714, "nlink": 1, "atime": 1726776643.9146948, "mtime": 1726776645.6657064, "ctime": 1726776645.6657064, "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": "4203923433", "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}}} <<< 6562 1726776652.57927: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776652.57956: stderr chunk (state=3): >>><<< 6562 1726776652.57959: stdout chunk (state=3): >>><<< 6562 1726776652.57977: _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": 524288132, "dev": 51714, "nlink": 1, "atime": 1726776643.9146948, "mtime": 1726776645.6657064, "ctime": 1726776645.6657064, "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": "4203923433", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776652.58025: 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-1726776652.308421-9840-38921870465290/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776652.58064: variable 'ansible_module_compression' from source: unknown 6562 1726776652.58099: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6562 1726776652.58119: variable 'ansible_facts' from source: unknown 6562 1726776652.58170: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/AnsiballZ_file.py 6562 1726776652.58264: Sending initial data 6562 1726776652.58267: Sent initial data (149 bytes) 6562 1726776652.58714: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776652.58717: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.58719: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776652.58722: 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.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.58775: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.58778: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776652.58784: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.58830: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.60445: 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 <<< 6562 1726776652.60499: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776652.60549: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpg2u9qkku /root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/AnsiballZ_file.py <<< 6562 1726776652.60551: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/AnsiballZ_file.py" <<< 6562 1726776652.60592: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpg2u9qkku" to remote "/root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/AnsiballZ_file.py" <<< 6562 1726776652.60599: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/AnsiballZ_file.py" <<< 6562 1726776652.61168: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776652.61212: stderr chunk (state=3): >>><<< 6562 1726776652.61215: stdout chunk (state=3): >>><<< 6562 1726776652.61278: done transferring module to remote 6562 1726776652.61287: _low_level_execute_command(): starting 6562 1726776652.61294: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/ /root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/AnsiballZ_file.py && sleep 0' 6562 1726776652.61707: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776652.61711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.61723: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.61776: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.61779: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.61834: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.63611: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776652.63635: stderr chunk (state=3): >>><<< 6562 1726776652.63638: stdout chunk (state=3): >>><<< 6562 1726776652.63653: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776652.63656: _low_level_execute_command(): starting 6562 1726776652.63661: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/AnsiballZ_file.py && sleep 0' 6562 1726776652.64096: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776652.64100: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776652.64102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.64108: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776652.64110: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.64157: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.64164: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776652.64166: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.64216: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.80890: 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": ".7h6x91zj", "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}}} <<< 6562 1726776652.82294: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776652.82321: stderr chunk (state=3): >>><<< 6562 1726776652.82325: stdout chunk (state=3): >>><<< 6562 1726776652.82340: _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": ".7h6x91zj", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776652.82367: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.7h6x91zj', '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-1726776652.308421-9840-38921870465290/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776652.82375: _low_level_execute_command(): starting 6562 1726776652.82380: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776652.308421-9840-38921870465290/ > /dev/null 2>&1 && sleep 0' 6562 1726776652.82827: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776652.82831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776652.82833: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.82835: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776652.82837: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.82891: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.82894: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776652.82897: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.82949: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.84794: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776652.84823: stderr chunk (state=3): >>><<< 6562 1726776652.84826: stdout chunk (state=3): >>><<< 6562 1726776652.84837: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776652.84844: handler run complete 6562 1726776652.84865: attempt loop complete, returning result 6562 1726776652.84867: _execute() done 6562 1726776652.84870: dumping result to json 6562 1726776652.84875: done dumping result, returning 6562 1726776652.84883: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [12343ab9-b159-238d-eb1a-000000000ee1] 6562 1726776652.84891: sending task result for task 12343ab9-b159-238d-eb1a-000000000ee1 6562 1726776652.84994: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ee1 6562 1726776652.84996: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6562 1726776652.85089: no more pending results, returning what we have 6562 1726776652.85092: results queue empty 6562 1726776652.85093: checking for any_errors_fatal 6562 1726776652.85103: done checking for any_errors_fatal 6562 1726776652.85104: checking for max_fail_percentage 6562 1726776652.85105: done checking for max_fail_percentage 6562 1726776652.85106: checking to see if all hosts have failed and the running result is not ok 6562 1726776652.85107: done checking to see if all hosts have failed 6562 1726776652.85107: getting the remaining hosts for this loop 6562 1726776652.85109: done getting the remaining hosts for this loop 6562 1726776652.85112: getting the next task for host managed_node2 6562 1726776652.85120: done getting next task for host managed_node2 6562 1726776652.85123: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 6562 1726776652.85127: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776652.85138: getting variables 6562 1726776652.85139: in VariableManager get_vars() 6562 1726776652.85172: Calling all_inventory to load vars for managed_node2 6562 1726776652.85174: Calling groups_inventory to load vars for managed_node2 6562 1726776652.85176: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776652.85184: Calling all_plugins_play to load vars for managed_node2 6562 1726776652.85188: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776652.85191: Calling groups_plugins_play to load vars for managed_node2 6562 1726776652.85309: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776652.85437: done with get_vars() 6562 1726776652.85445: 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:52 -0400 (0:00:00.585) 0:01:35.089 **** 6562 1726776652.85506: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776652.85704: worker is 1 (out of 1 available) 6562 1726776652.85718: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6562 1726776652.85733: done queuing things up, now waiting for results queue to drain 6562 1726776652.85735: waiting for pending results... 6562 1726776652.85912: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config 6562 1726776652.85992: in run() - task 12343ab9-b159-238d-eb1a-000000000ee2 6562 1726776652.86005: variable 'ansible_search_path' from source: unknown 6562 1726776652.86009: variable 'ansible_search_path' from source: unknown 6562 1726776652.86035: calling self._execute() 6562 1726776652.86108: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776652.86111: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776652.86120: variable 'omit' from source: magic vars 6562 1726776652.86201: variable 'omit' from source: magic vars 6562 1726776652.86241: variable 'omit' from source: magic vars 6562 1726776652.86263: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776652.86549: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776652.86609: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776652.86668: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776652.86673: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776652.86714: variable 'omit' from source: magic vars 6562 1726776652.86745: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776652.86770: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776652.86788: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776652.86802: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776652.86811: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776652.86835: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776652.86838: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776652.86840: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776652.86908: Set connection var ansible_timeout to 10 6562 1726776652.86915: Set connection var ansible_pipelining to False 6562 1726776652.86920: Set connection var ansible_shell_executable to /bin/sh 6562 1726776652.86926: Set connection var ansible_shell_type to sh 6562 1726776652.86932: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776652.86935: Set connection var ansible_connection to ssh 6562 1726776652.86951: variable 'ansible_shell_executable' from source: unknown 6562 1726776652.86953: variable 'ansible_connection' from source: unknown 6562 1726776652.86956: variable 'ansible_module_compression' from source: unknown 6562 1726776652.86958: variable 'ansible_shell_type' from source: unknown 6562 1726776652.86960: variable 'ansible_shell_executable' from source: unknown 6562 1726776652.86962: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776652.86966: variable 'ansible_pipelining' from source: unknown 6562 1726776652.86969: variable 'ansible_timeout' from source: unknown 6562 1726776652.86973: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776652.87105: 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__) 6562 1726776652.87113: variable 'omit' from source: magic vars 6562 1726776652.87118: starting attempt loop 6562 1726776652.87121: running the handler 6562 1726776652.87133: _low_level_execute_command(): starting 6562 1726776652.87139: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776652.87635: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776652.87639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.87642: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776652.87644: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.87699: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.87702: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776652.87705: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.87760: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.89396: stdout chunk (state=3): >>>/root <<< 6562 1726776652.89495: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776652.89524: stderr chunk (state=3): >>><<< 6562 1726776652.89527: stdout chunk (state=3): >>><<< 6562 1726776652.89548: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776652.89562: _low_level_execute_command(): starting 6562 1726776652.89567: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776652.8954873-9855-131900936321181 `" && echo ansible-tmp-1726776652.8954873-9855-131900936321181="` echo /root/.ansible/tmp/ansible-tmp-1726776652.8954873-9855-131900936321181 `" ) && sleep 0' 6562 1726776652.89992: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776652.89996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776652.90029: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.90031: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776652.90034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.90091: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.90098: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776652.90100: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.90150: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.92197: stdout chunk (state=3): >>>ansible-tmp-1726776652.8954873-9855-131900936321181=/root/.ansible/tmp/ansible-tmp-1726776652.8954873-9855-131900936321181 <<< 6562 1726776652.92297: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776652.92326: stderr chunk (state=3): >>><<< 6562 1726776652.92329: stdout chunk (state=3): >>><<< 6562 1726776652.92344: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776652.8954873-9855-131900936321181=/root/.ansible/tmp/ansible-tmp-1726776652.8954873-9855-131900936321181 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776652.92389: variable 'ansible_module_compression' from source: unknown 6562 1726776652.92420: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6562 1726776652.92455: variable 'ansible_facts' from source: unknown 6562 1726776652.92509: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776652.8954873-9855-131900936321181/AnsiballZ_kernel_settings_get_config.py 6562 1726776652.92614: Sending initial data 6562 1726776652.92618: Sent initial data (173 bytes) 6562 1726776652.93064: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776652.93067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776652.93070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.93072: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776652.93074: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.93125: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.93128: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776652.93132: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.93181: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.94788: 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 <<< 6562 1726776652.94792: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776652.94832: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776652.94882: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp8elx0d7p /root/.ansible/tmp/ansible-tmp-1726776652.8954873-9855-131900936321181/AnsiballZ_kernel_settings_get_config.py <<< 6562 1726776652.94887: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776652.8954873-9855-131900936321181/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776652.94929: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp8elx0d7p" to remote "/root/.ansible/tmp/ansible-tmp-1726776652.8954873-9855-131900936321181/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776652.94931: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776652.8954873-9855-131900936321181/AnsiballZ_kernel_settings_get_config.py" <<< 6562 1726776652.95483: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776652.95524: stderr chunk (state=3): >>><<< 6562 1726776652.95528: stdout chunk (state=3): >>><<< 6562 1726776652.95553: done transferring module to remote 6562 1726776652.95562: _low_level_execute_command(): starting 6562 1726776652.95566: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776652.8954873-9855-131900936321181/ /root/.ansible/tmp/ansible-tmp-1726776652.8954873-9855-131900936321181/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776652.95978: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776652.95982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.96001: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.96049: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.96052: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.96108: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776652.97863: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776652.97890: stderr chunk (state=3): >>><<< 6562 1726776652.97893: stdout chunk (state=3): >>><<< 6562 1726776652.97909: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776652.97913: _low_level_execute_command(): starting 6562 1726776652.97918: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776652.8954873-9855-131900936321181/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6562 1726776652.98353: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776652.98357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776652.98359: 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.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776652.98361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776652.98363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776652.98415: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776652.98422: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776652.98424: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776652.98478: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776653.14209: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "vm": {"transparent_hugepages": "never"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 6562 1726776653.15614: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776653.15639: stderr chunk (state=3): >>><<< 6562 1726776653.15642: stdout chunk (state=3): >>><<< 6562 1726776653.15658: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}, "vm": {"transparent_hugepages": "never"}}, "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776653.15681: 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-1726776652.8954873-9855-131900936321181/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776653.15691: _low_level_execute_command(): starting 6562 1726776653.15696: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776652.8954873-9855-131900936321181/ > /dev/null 2>&1 && sleep 0' 6562 1726776653.16147: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776653.16150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.16152: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.16159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776653.16161: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.16212: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776653.16215: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776653.16217: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776653.16271: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776653.18123: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776653.18146: stderr chunk (state=3): >>><<< 6562 1726776653.18149: stdout chunk (state=3): >>><<< 6562 1726776653.18163: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776653.18168: handler run complete 6562 1726776653.18183: attempt loop complete, returning result 6562 1726776653.18188: _execute() done 6562 1726776653.18193: dumping result to json 6562 1726776653.18197: done dumping result, returning 6562 1726776653.18206: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config [12343ab9-b159-238d-eb1a-000000000ee2] 6562 1726776653.18212: sending task result for task 12343ab9-b159-238d-eb1a-000000000ee2 6562 1726776653.18308: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ee2 6562 1726776653.18311: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "vm": { "transparent_hugepages": "never" } } } 6562 1726776653.18388: no more pending results, returning what we have 6562 1726776653.18392: results queue empty 6562 1726776653.18393: checking for any_errors_fatal 6562 1726776653.18399: done checking for any_errors_fatal 6562 1726776653.18399: checking for max_fail_percentage 6562 1726776653.18401: done checking for max_fail_percentage 6562 1726776653.18402: checking to see if all hosts have failed and the running result is not ok 6562 1726776653.18403: done checking to see if all hosts have failed 6562 1726776653.18403: getting the remaining hosts for this loop 6562 1726776653.18405: done getting the remaining hosts for this loop 6562 1726776653.18409: getting the next task for host managed_node2 6562 1726776653.18415: done getting next task for host managed_node2 6562 1726776653.18419: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6562 1726776653.18423: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776653.18434: getting variables 6562 1726776653.18436: in VariableManager get_vars() 6562 1726776653.18468: Calling all_inventory to load vars for managed_node2 6562 1726776653.18470: Calling groups_inventory to load vars for managed_node2 6562 1726776653.18472: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776653.18480: Calling all_plugins_play to load vars for managed_node2 6562 1726776653.18482: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776653.18485: Calling groups_plugins_play to load vars for managed_node2 6562 1726776653.18654: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776653.18777: done with get_vars() 6562 1726776653.18787: done getting variables 6562 1726776653.18827: 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:53 -0400 (0:00:00.333) 0:01:35.423 **** 6562 1726776653.18850: entering _queue_task() for managed_node2/template 6562 1726776653.19046: worker is 1 (out of 1 available) 6562 1726776653.19060: exiting _queue_task() for managed_node2/template 6562 1726776653.19073: done queuing things up, now waiting for results queue to drain 6562 1726776653.19075: waiting for pending results... 6562 1726776653.19255: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6562 1726776653.19344: in run() - task 12343ab9-b159-238d-eb1a-000000000ee3 6562 1726776653.19355: variable 'ansible_search_path' from source: unknown 6562 1726776653.19358: variable 'ansible_search_path' from source: unknown 6562 1726776653.19384: calling self._execute() 6562 1726776653.19455: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776653.19458: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776653.19469: variable 'omit' from source: magic vars 6562 1726776653.19550: variable 'omit' from source: magic vars 6562 1726776653.19587: variable 'omit' from source: magic vars 6562 1726776653.19840: variable '__kernel_settings_profile_src' from source: role '' all vars 6562 1726776653.19843: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776653.19903: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776653.19924: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776653.19970: variable '__kernel_settings_profile_filename' from source: role '' all vars 6562 1726776653.20019: variable '__kernel_settings_profile_dir' from source: role '' all vars 6562 1726776653.20080: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776653.20084: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6562 1726776653.20113: variable 'omit' from source: magic vars 6562 1726776653.20147: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776653.20174: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776653.20195: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776653.20208: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776653.20217: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776653.20240: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776653.20243: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776653.20246: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776653.20315: Set connection var ansible_timeout to 10 6562 1726776653.20322: Set connection var ansible_pipelining to False 6562 1726776653.20327: Set connection var ansible_shell_executable to /bin/sh 6562 1726776653.20334: Set connection var ansible_shell_type to sh 6562 1726776653.20338: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776653.20340: Set connection var ansible_connection to ssh 6562 1726776653.20358: variable 'ansible_shell_executable' from source: unknown 6562 1726776653.20360: variable 'ansible_connection' from source: unknown 6562 1726776653.20363: variable 'ansible_module_compression' from source: unknown 6562 1726776653.20365: variable 'ansible_shell_type' from source: unknown 6562 1726776653.20368: variable 'ansible_shell_executable' from source: unknown 6562 1726776653.20370: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776653.20374: variable 'ansible_pipelining' from source: unknown 6562 1726776653.20376: variable 'ansible_timeout' from source: unknown 6562 1726776653.20381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776653.20481: 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) 6562 1726776653.20495: variable 'omit' from source: magic vars 6562 1726776653.20500: starting attempt loop 6562 1726776653.20505: running the handler 6562 1726776653.20515: _low_level_execute_command(): starting 6562 1726776653.20521: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776653.21027: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.21031: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.21033: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.21035: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776653.21039: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.21090: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776653.21094: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776653.21096: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776653.21156: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776653.22816: stdout chunk (state=3): >>>/root <<< 6562 1726776653.22913: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776653.22943: stderr chunk (state=3): >>><<< 6562 1726776653.22947: stdout chunk (state=3): >>><<< 6562 1726776653.22970: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776653.22983: _low_level_execute_command(): starting 6562 1726776653.22991: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382 `" && echo ansible-tmp-1726776653.229701-9863-63686176383382="` echo /root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382 `" ) && sleep 0' 6562 1726776653.23446: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.23450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776653.23452: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.23454: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.23456: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776653.23458: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.23508: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776653.23513: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776653.23520: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776653.23568: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776653.25579: stdout chunk (state=3): >>>ansible-tmp-1726776653.229701-9863-63686176383382=/root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382 <<< 6562 1726776653.25684: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776653.25716: stderr chunk (state=3): >>><<< 6562 1726776653.25719: stdout chunk (state=3): >>><<< 6562 1726776653.25734: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776653.229701-9863-63686176383382=/root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776653.25751: 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 6562 1726776653.25772: 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 6562 1726776653.25795: variable 'ansible_search_path' from source: unknown 6562 1726776653.26380: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776653.27727: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776653.27778: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776653.27808: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776653.27836: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776653.27856: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776653.28038: 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) 6562 1726776653.28060: 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) 6562 1726776653.28077: 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) 6562 1726776653.28107: 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) 6562 1726776653.28117: 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) 6562 1726776653.28341: 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) 6562 1726776653.28357: 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) 6562 1726776653.28376: 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) 6562 1726776653.28406: 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) 6562 1726776653.28416: 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) 6562 1726776653.28657: variable 'ansible_managed' from source: unknown 6562 1726776653.28660: variable '__sections' from source: task vars 6562 1726776653.28748: 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) 6562 1726776653.28764: 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) 6562 1726776653.28781: 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) 6562 1726776653.28812: 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) 6562 1726776653.28823: 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) 6562 1726776653.28896: variable 'kernel_settings_sysctl' from source: include params 6562 1726776653.28899: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776653.28906: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776653.28943: variable '__sysctl_old' from source: task vars 6562 1726776653.28988: variable '__sysctl_old' from source: task vars 6562 1726776653.29123: variable 'kernel_settings_purge' from source: include params 6562 1726776653.29128: variable 'kernel_settings_sysctl' from source: include params 6562 1726776653.29130: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776653.29135: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776653.29138: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776653.29266: variable 'kernel_settings_sysfs' from source: include params 6562 1726776653.29269: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776653.29274: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776653.29289: variable '__sysfs_old' from source: task vars 6562 1726776653.29332: variable '__sysfs_old' from source: task vars 6562 1726776653.29464: variable 'kernel_settings_purge' from source: include params 6562 1726776653.29467: variable 'kernel_settings_sysfs' from source: include params 6562 1726776653.29472: variable '__kernel_settings_state_empty' from source: role '' all vars 6562 1726776653.29477: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6562 1726776653.29481: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776653.29501: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 6562 1726776653.29508: variable '__systemd_old' from source: task vars 6562 1726776653.29548: variable '__systemd_old' from source: task vars 6562 1726776653.29674: variable 'kernel_settings_purge' from source: include params 6562 1726776653.29677: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 6562 1726776653.29680: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776653.29684: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776653.29699: variable 'kernel_settings_transparent_hugepages' from source: include params 6562 1726776653.29703: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 6562 1726776653.29708: variable '__trans_huge_old' from source: task vars 6562 1726776653.29757: variable '__trans_huge_old' from source: task vars 6562 1726776653.29880: variable 'kernel_settings_purge' from source: include params 6562 1726776653.29883: variable 'kernel_settings_transparent_hugepages' from source: include params 6562 1726776653.29888: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776653.29896: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776653.29905: variable '__trans_defrag_old' from source: task vars 6562 1726776653.29946: variable '__trans_defrag_old' from source: task vars 6562 1726776653.30069: variable 'kernel_settings_purge' from source: include params 6562 1726776653.30072: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 6562 1726776653.30075: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776653.30080: variable '__kernel_settings_profile_contents' from source: set_fact 6562 1726776653.30101: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776653.30110: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776653.30117: variable '__kernel_settings_state_absent' from source: role '' all vars 6562 1726776653.30727: 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) 6562 1726776653.30769: variable 'ansible_module_compression' from source: unknown 6562 1726776653.30811: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776653.30829: variable 'ansible_facts' from source: unknown 6562 1726776653.30877: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/AnsiballZ_stat.py 6562 1726776653.30972: Sending initial data 6562 1726776653.30975: Sent initial data (149 bytes) 6562 1726776653.31430: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.31433: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776653.31436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776653.31439: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776653.31441: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.31491: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776653.31494: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776653.31496: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776653.31557: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776653.33194: 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 <<< 6562 1726776653.33244: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776653.33293: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp6oouk1n6 /root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/AnsiballZ_stat.py <<< 6562 1726776653.33298: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/AnsiballZ_stat.py" <<< 6562 1726776653.33338: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp6oouk1n6" to remote "/root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/AnsiballZ_stat.py" <<< 6562 1726776653.33344: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/AnsiballZ_stat.py" <<< 6562 1726776653.33905: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776653.33948: stderr chunk (state=3): >>><<< 6562 1726776653.33951: stdout chunk (state=3): >>><<< 6562 1726776653.33973: done transferring module to remote 6562 1726776653.33981: _low_level_execute_command(): starting 6562 1726776653.33990: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/ /root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/AnsiballZ_stat.py && sleep 0' 6562 1726776653.34433: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.34436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776653.34439: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.34441: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.34443: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776653.34445: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.34491: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776653.34494: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776653.34506: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776653.34551: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776653.36330: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776653.36356: stderr chunk (state=3): >>><<< 6562 1726776653.36359: stdout chunk (state=3): >>><<< 6562 1726776653.36376: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776653.36379: _low_level_execute_command(): starting 6562 1726776653.36383: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/AnsiballZ_stat.py && sleep 0' 6562 1726776653.36831: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.36834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.36837: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776653.36839: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776653.36841: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.36893: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776653.36897: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776653.36900: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776653.36959: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776653.53664: 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": 121, "inode": 268435714, "dev": 51714, "nlink": 1, "atime": 1726776645.6587064, "mtime": 1726776577.509287, "ctime": 1726776645.178703, "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": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "mimetype": "text/plain", "charset": "us-ascii", "version": "3448870817", "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}}} <<< 6562 1726776653.55246: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776653.55266: stderr chunk (state=3): >>><<< 6562 1726776653.55269: stdout chunk (state=3): >>><<< 6562 1726776653.55289: _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": 121, "inode": 268435714, "dev": 51714, "nlink": 1, "atime": 1726776645.6587064, "mtime": 1726776577.509287, "ctime": 1726776645.178703, "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": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "mimetype": "text/plain", "charset": "us-ascii", "version": "3448870817", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776653.55329: 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-1726776653.229701-9863-63686176383382/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776653.55421: Sending initial data 6562 1726776653.55424: Sent initial data (163 bytes) 6562 1726776653.55855: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.55858: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776653.55860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.55862: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776653.55864: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.55910: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776653.55920: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776653.55974: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776653.57591: 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 <<< 6562 1726776653.57633: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776653.57681: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpx960v2x1/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/.source.conf <<< 6562 1726776653.57688: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/.source.conf" <<< 6562 1726776653.57731: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpx960v2x1/kernel_settings.j2" to remote "/root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/.source.conf" <<< 6562 1726776653.57733: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/.source.conf" <<< 6562 1726776653.57925: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776653.57969: stderr chunk (state=3): >>><<< 6562 1726776653.57972: stdout chunk (state=3): >>><<< 6562 1726776653.57990: _low_level_execute_command(): starting 6562 1726776653.57993: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/ /root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/.source.conf && sleep 0' 6562 1726776653.58440: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.58443: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776653.58446: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.58448: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.58450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776653.58452: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.58495: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776653.58508: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776653.58557: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776653.60327: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776653.60351: stderr chunk (state=3): >>><<< 6562 1726776653.60354: stdout chunk (state=3): >>><<< 6562 1726776653.60367: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776653.60395: variable 'ansible_module_compression' from source: unknown 6562 1726776653.60431: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6562 1726776653.60449: variable 'ansible_facts' from source: unknown 6562 1726776653.60494: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/AnsiballZ_copy.py 6562 1726776653.60589: Sending initial data 6562 1726776653.60593: Sent initial data (149 bytes) 6562 1726776653.61035: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.61038: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776653.61040: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.61042: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776653.61045: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.61093: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776653.61097: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776653.61154: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776653.62710: 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 <<< 6562 1726776653.62760: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776653.62810: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp42m9m_27 /root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/AnsiballZ_copy.py <<< 6562 1726776653.62817: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/AnsiballZ_copy.py" <<< 6562 1726776653.62861: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp42m9m_27" to remote "/root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/AnsiballZ_copy.py" <<< 6562 1726776653.62863: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/AnsiballZ_copy.py" <<< 6562 1726776653.63410: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776653.63452: stderr chunk (state=3): >>><<< 6562 1726776653.63455: stdout chunk (state=3): >>><<< 6562 1726776653.63480: done transferring module to remote 6562 1726776653.63491: _low_level_execute_command(): starting 6562 1726776653.63496: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/ /root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/AnsiballZ_copy.py && sleep 0' 6562 1726776653.63931: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.63934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776653.63936: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.63939: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776653.63941: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776653.63943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.63992: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776653.63996: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776653.64005: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776653.64047: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776653.65833: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776653.65860: stderr chunk (state=3): >>><<< 6562 1726776653.65863: stdout chunk (state=3): >>><<< 6562 1726776653.65877: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776653.65880: _low_level_execute_command(): starting 6562 1726776653.65891: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/AnsiballZ_copy.py && sleep 0' 6562 1726776653.66333: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.66336: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776653.66338: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.66346: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776653.66348: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.66393: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776653.66397: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776653.66406: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776653.66457: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776653.83011: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/.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-1726776653.229701-9863-63686176383382/.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}}} <<< 6562 1726776653.84406: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776653.84432: stderr chunk (state=3): >>><<< 6562 1726776653.84435: stdout chunk (state=3): >>><<< 6562 1726776653.84451: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/.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-1726776653.229701-9863-63686176383382/.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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776653.84477: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/.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-1726776653.229701-9863-63686176383382/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776653.84510: _low_level_execute_command(): starting 6562 1726776653.84513: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776653.229701-9863-63686176383382/ > /dev/null 2>&1 && sleep 0' 6562 1726776653.84957: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.84960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776653.84962: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.84965: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776653.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.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.85021: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776653.85024: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776653.85026: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776653.85078: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776653.86905: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776653.86933: stderr chunk (state=3): >>><<< 6562 1726776653.86938: stdout chunk (state=3): >>><<< 6562 1726776653.86951: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776653.86961: handler run complete 6562 1726776653.86981: attempt loop complete, returning result 6562 1726776653.86984: _execute() done 6562 1726776653.86991: dumping result to json 6562 1726776653.86993: done dumping result, returning 6562 1726776653.87003: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [12343ab9-b159-238d-eb1a-000000000ee3] 6562 1726776653.87007: sending task result for task 12343ab9-b159-238d-eb1a-000000000ee3 6562 1726776653.87144: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ee3 6562 1726776653.87147: WORKER PROCESS EXITING changed: [managed_node2] => { "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-1726776653.229701-9863-63686176383382/.source.conf", "state": "file", "uid": 0 } 6562 1726776653.87237: no more pending results, returning what we have 6562 1726776653.87240: results queue empty 6562 1726776653.87241: checking for any_errors_fatal 6562 1726776653.87246: done checking for any_errors_fatal 6562 1726776653.87247: checking for max_fail_percentage 6562 1726776653.87248: done checking for max_fail_percentage 6562 1726776653.87249: checking to see if all hosts have failed and the running result is not ok 6562 1726776653.87250: done checking to see if all hosts have failed 6562 1726776653.87250: getting the remaining hosts for this loop 6562 1726776653.87252: done getting the remaining hosts for this loop 6562 1726776653.87255: getting the next task for host managed_node2 6562 1726776653.87262: done getting next task for host managed_node2 6562 1726776653.87265: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6562 1726776653.87269: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776653.87278: getting variables 6562 1726776653.87280: in VariableManager get_vars() 6562 1726776653.87315: Calling all_inventory to load vars for managed_node2 6562 1726776653.87318: Calling groups_inventory to load vars for managed_node2 6562 1726776653.87320: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776653.87328: Calling all_plugins_play to load vars for managed_node2 6562 1726776653.87330: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776653.87332: Calling groups_plugins_play to load vars for managed_node2 6562 1726776653.87454: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776653.87606: done with get_vars() 6562 1726776653.87614: done getting variables 6562 1726776653.87655: 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:53 -0400 (0:00:00.688) 0:01:36.111 **** 6562 1726776653.87693: entering _queue_task() for managed_node2/service 6562 1726776653.87882: worker is 1 (out of 1 available) 6562 1726776653.87901: exiting _queue_task() for managed_node2/service 6562 1726776653.87913: done queuing things up, now waiting for results queue to drain 6562 1726776653.87915: waiting for pending results... 6562 1726776653.88083: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6562 1726776653.88164: in run() - task 12343ab9-b159-238d-eb1a-000000000ee4 6562 1726776653.88176: variable 'ansible_search_path' from source: unknown 6562 1726776653.88179: variable 'ansible_search_path' from source: unknown 6562 1726776653.88220: variable '__kernel_settings_services' from source: include_vars 6562 1726776653.88461: variable '__kernel_settings_services' from source: include_vars 6562 1726776653.88517: variable 'omit' from source: magic vars 6562 1726776653.88604: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776653.88611: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776653.88620: variable 'omit' from source: magic vars 6562 1726776653.88904: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776653.88963: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776653.88999: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776653.89028: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776653.89055: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776653.89134: variable '__kernel_settings_register_profile' from source: set_fact 6562 1726776653.89145: variable '__kernel_settings_register_mode' from source: set_fact 6562 1726776653.89161: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 6562 1726776653.89164: when evaluation is False, skipping this task 6562 1726776653.89190: variable 'item' from source: unknown 6562 1726776653.89257: variable 'item' from source: unknown skipping: [managed_node2] => (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" } 6562 1726776653.89418: dumping result to json 6562 1726776653.89420: done dumping result, returning 6562 1726776653.89423: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [12343ab9-b159-238d-eb1a-000000000ee4] 6562 1726776653.89425: sending task result for task 12343ab9-b159-238d-eb1a-000000000ee4 6562 1726776653.89464: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ee4 6562 1726776653.89467: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 6562 1726776653.89498: no more pending results, returning what we have 6562 1726776653.89501: results queue empty 6562 1726776653.89502: checking for any_errors_fatal 6562 1726776653.89512: done checking for any_errors_fatal 6562 1726776653.89513: checking for max_fail_percentage 6562 1726776653.89514: done checking for max_fail_percentage 6562 1726776653.89514: checking to see if all hosts have failed and the running result is not ok 6562 1726776653.89515: done checking to see if all hosts have failed 6562 1726776653.89516: getting the remaining hosts for this loop 6562 1726776653.89517: done getting the remaining hosts for this loop 6562 1726776653.89520: getting the next task for host managed_node2 6562 1726776653.89526: done getting next task for host managed_node2 6562 1726776653.89530: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6562 1726776653.89533: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776653.89548: getting variables 6562 1726776653.89549: in VariableManager get_vars() 6562 1726776653.89573: Calling all_inventory to load vars for managed_node2 6562 1726776653.89575: Calling groups_inventory to load vars for managed_node2 6562 1726776653.89576: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776653.89582: Calling all_plugins_play to load vars for managed_node2 6562 1726776653.89584: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776653.89589: Calling groups_plugins_play to load vars for managed_node2 6562 1726776653.89694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776653.89820: done with get_vars() 6562 1726776653.89828: done getting variables 6562 1726776653.89867: 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:53 -0400 (0:00:00.021) 0:01:36.133 **** 6562 1726776653.89893: entering _queue_task() for managed_node2/command 6562 1726776653.90078: worker is 1 (out of 1 available) 6562 1726776653.90100: exiting _queue_task() for managed_node2/command 6562 1726776653.90112: done queuing things up, now waiting for results queue to drain 6562 1726776653.90114: waiting for pending results... 6562 1726776653.90282: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6562 1726776653.90358: in run() - task 12343ab9-b159-238d-eb1a-000000000ee5 6562 1726776653.90370: variable 'ansible_search_path' from source: unknown 6562 1726776653.90374: variable 'ansible_search_path' from source: unknown 6562 1726776653.90403: calling self._execute() 6562 1726776653.90472: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776653.90476: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776653.90491: variable 'omit' from source: magic vars 6562 1726776653.90820: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776653.91065: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776653.91103: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776653.91126: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776653.91150: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776653.91239: variable '__kernel_settings_register_profile' from source: set_fact 6562 1726776653.91260: Evaluated conditional (not __kernel_settings_register_profile is changed): True 6562 1726776653.91353: variable '__kernel_settings_register_mode' from source: set_fact 6562 1726776653.91362: Evaluated conditional (not __kernel_settings_register_mode is changed): True 6562 1726776653.91440: variable '__kernel_settings_register_apply' from source: set_fact 6562 1726776653.91448: Evaluated conditional (__kernel_settings_register_apply is changed): True 6562 1726776653.91453: variable 'omit' from source: magic vars 6562 1726776653.91493: variable 'omit' from source: magic vars 6562 1726776653.91569: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776653.92878: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776653.92931: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776653.92959: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776653.92982: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776653.93005: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776653.93056: variable '__kernel_settings_active_profile' from source: set_fact 6562 1726776653.93080: variable 'omit' from source: magic vars 6562 1726776653.93106: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776653.93126: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776653.93141: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776653.93154: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776653.93162: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776653.93188: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776653.93193: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776653.93196: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776653.93260: Set connection var ansible_timeout to 10 6562 1726776653.93267: Set connection var ansible_pipelining to False 6562 1726776653.93274: Set connection var ansible_shell_executable to /bin/sh 6562 1726776653.93280: Set connection var ansible_shell_type to sh 6562 1726776653.93285: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776653.93291: Set connection var ansible_connection to ssh 6562 1726776653.93309: variable 'ansible_shell_executable' from source: unknown 6562 1726776653.93311: variable 'ansible_connection' from source: unknown 6562 1726776653.93314: variable 'ansible_module_compression' from source: unknown 6562 1726776653.93316: variable 'ansible_shell_type' from source: unknown 6562 1726776653.93318: variable 'ansible_shell_executable' from source: unknown 6562 1726776653.93320: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776653.93324: variable 'ansible_pipelining' from source: unknown 6562 1726776653.93327: variable 'ansible_timeout' from source: unknown 6562 1726776653.93331: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776653.93407: 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) 6562 1726776653.93416: variable 'omit' from source: magic vars 6562 1726776653.93421: starting attempt loop 6562 1726776653.93424: running the handler 6562 1726776653.93435: _low_level_execute_command(): starting 6562 1726776653.93441: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776653.93934: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776653.93937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.93940: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776653.93943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.93998: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776653.94002: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776653.94005: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776653.94064: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776653.95726: stdout chunk (state=3): >>>/root <<< 6562 1726776653.95825: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776653.95854: stderr chunk (state=3): >>><<< 6562 1726776653.95857: stdout chunk (state=3): >>><<< 6562 1726776653.95878: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776653.95893: _low_level_execute_command(): starting 6562 1726776653.95896: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776653.958776-9882-146295742677398 `" && echo ansible-tmp-1726776653.958776-9882-146295742677398="` echo /root/.ansible/tmp/ansible-tmp-1726776653.958776-9882-146295742677398 `" ) && sleep 0' 6562 1726776653.96324: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.96327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776653.96329: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.96331: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776653.96333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.96384: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776653.96389: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776653.96392: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776653.96443: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776653.98451: stdout chunk (state=3): >>>ansible-tmp-1726776653.958776-9882-146295742677398=/root/.ansible/tmp/ansible-tmp-1726776653.958776-9882-146295742677398 <<< 6562 1726776653.98553: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776653.98584: stderr chunk (state=3): >>><<< 6562 1726776653.98590: stdout chunk (state=3): >>><<< 6562 1726776653.98607: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776653.958776-9882-146295742677398=/root/.ansible/tmp/ansible-tmp-1726776653.958776-9882-146295742677398 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776653.98632: variable 'ansible_module_compression' from source: unknown 6562 1726776653.98668: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776653.98699: variable 'ansible_facts' from source: unknown 6562 1726776653.98748: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776653.958776-9882-146295742677398/AnsiballZ_command.py 6562 1726776653.98847: Sending initial data 6562 1726776653.98850: Sent initial data (153 bytes) 6562 1726776653.99292: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776653.99295: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776653.99297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.99300: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776653.99302: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776653.99349: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776653.99352: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776653.99407: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776654.00972: 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 <<< 6562 1726776654.00977: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776654.01016: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776654.01067: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp3ix9ptg6 /root/.ansible/tmp/ansible-tmp-1726776653.958776-9882-146295742677398/AnsiballZ_command.py <<< 6562 1726776654.01071: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776653.958776-9882-146295742677398/AnsiballZ_command.py" <<< 6562 1726776654.01113: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp3ix9ptg6" to remote "/root/.ansible/tmp/ansible-tmp-1726776653.958776-9882-146295742677398/AnsiballZ_command.py" <<< 6562 1726776654.01115: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776653.958776-9882-146295742677398/AnsiballZ_command.py" <<< 6562 1726776654.01675: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776654.01718: stderr chunk (state=3): >>><<< 6562 1726776654.01721: stdout chunk (state=3): >>><<< 6562 1726776654.01745: done transferring module to remote 6562 1726776654.01753: _low_level_execute_command(): starting 6562 1726776654.01760: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776653.958776-9882-146295742677398/ /root/.ansible/tmp/ansible-tmp-1726776653.958776-9882-146295742677398/AnsiballZ_command.py && sleep 0' 6562 1726776654.02180: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776654.02183: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776654.02189: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776654.02191: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776654.02193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776654.02239: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776654.02242: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776654.02298: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776654.04083: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776654.04113: stderr chunk (state=3): >>><<< 6562 1726776654.04117: stdout chunk (state=3): >>><<< 6562 1726776654.04129: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776654.04132: _low_level_execute_command(): starting 6562 1726776654.04138: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776653.958776-9882-146295742677398/AnsiballZ_command.py && sleep 0' 6562 1726776654.04617: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776654.04622: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776654.04625: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776654.04670: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776654.04677: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776654.04680: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776654.04726: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776655.32950: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 16:10:54.206306", "end": "2024-09-19 16:10:55.328451", "delta": "0:00:01.122145", "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}}} <<< 6562 1726776655.34651: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776655.34677: stderr chunk (state=3): >>><<< 6562 1726776655.34680: stdout chunk (state=3): >>><<< 6562 1726776655.34700: _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:54.206306", "end": "2024-09-19 16:10:55.328451", "delta": "0:00:01.122145", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776655.34727: 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-1726776653.958776-9882-146295742677398/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776655.34737: _low_level_execute_command(): starting 6562 1726776655.34740: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776653.958776-9882-146295742677398/ > /dev/null 2>&1 && sleep 0' 6562 1726776655.35192: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776655.35195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.35198: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776655.35200: 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.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776655.35202: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.35252: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776655.35256: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776655.35262: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776655.35315: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776655.37168: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776655.37199: stderr chunk (state=3): >>><<< 6562 1726776655.37202: stdout chunk (state=3): >>><<< 6562 1726776655.37216: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776655.37221: handler run complete 6562 1726776655.37239: Evaluated conditional (True): True 6562 1726776655.37247: attempt loop complete, returning result 6562 1726776655.37250: _execute() done 6562 1726776655.37252: dumping result to json 6562 1726776655.37257: done dumping result, returning 6562 1726776655.37266: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [12343ab9-b159-238d-eb1a-000000000ee5] 6562 1726776655.37271: sending task result for task 12343ab9-b159-238d-eb1a-000000000ee5 6562 1726776655.37373: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ee5 6562 1726776655.37376: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest kernel_settings" ], "delta": "0:00:01.122145", "end": "2024-09-19 16:10:55.328451", "rc": 0, "start": "2024-09-19 16:10:54.206306" } 6562 1726776655.37451: no more pending results, returning what we have 6562 1726776655.37454: results queue empty 6562 1726776655.37454: checking for any_errors_fatal 6562 1726776655.37461: done checking for any_errors_fatal 6562 1726776655.37462: checking for max_fail_percentage 6562 1726776655.37463: done checking for max_fail_percentage 6562 1726776655.37464: checking to see if all hosts have failed and the running result is not ok 6562 1726776655.37465: done checking to see if all hosts have failed 6562 1726776655.37466: getting the remaining hosts for this loop 6562 1726776655.37468: done getting the remaining hosts for this loop 6562 1726776655.37471: getting the next task for host managed_node2 6562 1726776655.37479: done getting next task for host managed_node2 6562 1726776655.37482: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6562 1726776655.37488: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776655.37500: getting variables 6562 1726776655.37502: in VariableManager get_vars() 6562 1726776655.37534: Calling all_inventory to load vars for managed_node2 6562 1726776655.37536: Calling groups_inventory to load vars for managed_node2 6562 1726776655.37538: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776655.37546: Calling all_plugins_play to load vars for managed_node2 6562 1726776655.37548: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776655.37551: Calling groups_plugins_play to load vars for managed_node2 6562 1726776655.37729: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776655.37849: done with get_vars() 6562 1726776655.37858: 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:55 -0400 (0:00:01.480) 0:01:37.614 **** 6562 1726776655.37927: entering _queue_task() for managed_node2/include_tasks 6562 1726776655.38115: worker is 1 (out of 1 available) 6562 1726776655.38129: exiting _queue_task() for managed_node2/include_tasks 6562 1726776655.38142: done queuing things up, now waiting for results queue to drain 6562 1726776655.38144: waiting for pending results... 6562 1726776655.38325: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6562 1726776655.38411: in run() - task 12343ab9-b159-238d-eb1a-000000000ee6 6562 1726776655.38423: variable 'ansible_search_path' from source: unknown 6562 1726776655.38427: variable 'ansible_search_path' from source: unknown 6562 1726776655.38453: calling self._execute() 6562 1726776655.38523: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776655.38529: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776655.38539: variable 'omit' from source: magic vars 6562 1726776655.38865: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776655.39047: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776655.39082: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776655.39111: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776655.39138: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776655.39225: variable '__kernel_settings_register_apply' from source: set_fact 6562 1726776655.39247: Evaluated conditional (__kernel_settings_register_apply is changed): True 6562 1726776655.39250: _execute() done 6562 1726776655.39253: dumping result to json 6562 1726776655.39255: done dumping result, returning 6562 1726776655.39262: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [12343ab9-b159-238d-eb1a-000000000ee6] 6562 1726776655.39267: sending task result for task 12343ab9-b159-238d-eb1a-000000000ee6 6562 1726776655.39355: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ee6 6562 1726776655.39358: WORKER PROCESS EXITING 6562 1726776655.39398: no more pending results, returning what we have 6562 1726776655.39403: in VariableManager get_vars() 6562 1726776655.39443: Calling all_inventory to load vars for managed_node2 6562 1726776655.39446: Calling groups_inventory to load vars for managed_node2 6562 1726776655.39448: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776655.39457: Calling all_plugins_play to load vars for managed_node2 6562 1726776655.39459: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776655.39462: Calling groups_plugins_play to load vars for managed_node2 6562 1726776655.39590: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776655.39711: done with get_vars() 6562 1726776655.39718: variable 'ansible_search_path' from source: unknown 6562 1726776655.39718: variable 'ansible_search_path' from source: unknown 6562 1726776655.39740: we have included files to process 6562 1726776655.39741: generating all_blocks data 6562 1726776655.39743: done generating all_blocks data 6562 1726776655.39747: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6562 1726776655.39748: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6562 1726776655.39749: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6562 1726776655.39997: done processing included file 6562 1726776655.40000: iterating over new_blocks loaded from include file 6562 1726776655.40001: in VariableManager get_vars() 6562 1726776655.40018: done with get_vars() 6562 1726776655.40019: filtering new block on tags 6562 1726776655.40052: done filtering new block on tags 6562 1726776655.40053: 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_node2 6562 1726776655.40057: extending task lists for all hosts with included blocks 6562 1726776655.40580: done extending task lists 6562 1726776655.40581: done processing included files 6562 1726776655.40582: results queue empty 6562 1726776655.40582: checking for any_errors_fatal 6562 1726776655.40588: done checking for any_errors_fatal 6562 1726776655.40589: checking for max_fail_percentage 6562 1726776655.40589: done checking for max_fail_percentage 6562 1726776655.40590: checking to see if all hosts have failed and the running result is not ok 6562 1726776655.40591: done checking to see if all hosts have failed 6562 1726776655.40591: getting the remaining hosts for this loop 6562 1726776655.40592: done getting the remaining hosts for this loop 6562 1726776655.40594: getting the next task for host managed_node2 6562 1726776655.40597: done getting next task for host managed_node2 6562 1726776655.40598: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6562 1726776655.40601: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776655.40608: getting variables 6562 1726776655.40609: in VariableManager get_vars() 6562 1726776655.40618: Calling all_inventory to load vars for managed_node2 6562 1726776655.40619: Calling groups_inventory to load vars for managed_node2 6562 1726776655.40621: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776655.40624: Calling all_plugins_play to load vars for managed_node2 6562 1726776655.40625: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776655.40627: Calling groups_plugins_play to load vars for managed_node2 6562 1726776655.40708: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776655.40821: done with get_vars() 6562 1726776655.40828: done getting variables 6562 1726776655.40855: 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:55 -0400 (0:00:00.029) 0:01:37.643 **** 6562 1726776655.40882: entering _queue_task() for managed_node2/command 6562 1726776655.41091: worker is 1 (out of 1 available) 6562 1726776655.41106: exiting _queue_task() for managed_node2/command 6562 1726776655.41119: done queuing things up, now waiting for results queue to drain 6562 1726776655.41120: waiting for pending results... 6562 1726776655.41314: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6562 1726776655.41403: in run() - task 12343ab9-b159-238d-eb1a-000000000fc5 6562 1726776655.41415: variable 'ansible_search_path' from source: unknown 6562 1726776655.41418: variable 'ansible_search_path' from source: unknown 6562 1726776655.41446: calling self._execute() 6562 1726776655.41516: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776655.41520: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776655.41529: variable 'omit' from source: magic vars 6562 1726776655.41609: variable 'omit' from source: magic vars 6562 1726776655.41657: variable 'omit' from source: magic vars 6562 1726776655.41681: variable 'omit' from source: magic vars 6562 1726776655.41721: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776655.41747: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776655.41766: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776655.41780: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776655.41794: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776655.41818: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776655.41821: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776655.41823: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776655.41892: Set connection var ansible_timeout to 10 6562 1726776655.41900: Set connection var ansible_pipelining to False 6562 1726776655.41907: Set connection var ansible_shell_executable to /bin/sh 6562 1726776655.41914: Set connection var ansible_shell_type to sh 6562 1726776655.41919: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776655.41921: Set connection var ansible_connection to ssh 6562 1726776655.41938: variable 'ansible_shell_executable' from source: unknown 6562 1726776655.41941: variable 'ansible_connection' from source: unknown 6562 1726776655.41944: variable 'ansible_module_compression' from source: unknown 6562 1726776655.41946: variable 'ansible_shell_type' from source: unknown 6562 1726776655.41949: variable 'ansible_shell_executable' from source: unknown 6562 1726776655.41951: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776655.41954: variable 'ansible_pipelining' from source: unknown 6562 1726776655.41957: variable 'ansible_timeout' from source: unknown 6562 1726776655.41962: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776655.42067: 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) 6562 1726776655.42075: variable 'omit' from source: magic vars 6562 1726776655.42080: starting attempt loop 6562 1726776655.42083: running the handler 6562 1726776655.42099: _low_level_execute_command(): starting 6562 1726776655.42210: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776655.42618: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776655.42621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.42624: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776655.42626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.42678: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776655.42681: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776655.42683: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776655.42746: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776655.44435: stdout chunk (state=3): >>>/root <<< 6562 1726776655.44535: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776655.44566: stderr chunk (state=3): >>><<< 6562 1726776655.44569: stdout chunk (state=3): >>><<< 6562 1726776655.44596: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776655.44609: _low_level_execute_command(): starting 6562 1726776655.44614: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776655.4459605-9894-110769959369378 `" && echo ansible-tmp-1726776655.4459605-9894-110769959369378="` echo /root/.ansible/tmp/ansible-tmp-1726776655.4459605-9894-110769959369378 `" ) && sleep 0' 6562 1726776655.45047: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776655.45050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.45053: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776655.45062: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776655.45065: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.45102: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776655.45110: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776655.45174: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776655.47187: stdout chunk (state=3): >>>ansible-tmp-1726776655.4459605-9894-110769959369378=/root/.ansible/tmp/ansible-tmp-1726776655.4459605-9894-110769959369378 <<< 6562 1726776655.47291: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776655.47319: stderr chunk (state=3): >>><<< 6562 1726776655.47322: stdout chunk (state=3): >>><<< 6562 1726776655.47338: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776655.4459605-9894-110769959369378=/root/.ansible/tmp/ansible-tmp-1726776655.4459605-9894-110769959369378 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776655.47366: variable 'ansible_module_compression' from source: unknown 6562 1726776655.47415: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776655.47449: variable 'ansible_facts' from source: unknown 6562 1726776655.47503: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776655.4459605-9894-110769959369378/AnsiballZ_command.py 6562 1726776655.47604: Sending initial data 6562 1726776655.47607: Sent initial data (154 bytes) 6562 1726776655.48058: 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 <<< 6562 1726776655.48061: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776655.48064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.48066: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776655.48068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.48121: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776655.48124: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776655.48128: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776655.48176: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776655.49752: 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 <<< 6562 1726776655.49804: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776655.49851: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpz74oor7g /root/.ansible/tmp/ansible-tmp-1726776655.4459605-9894-110769959369378/AnsiballZ_command.py <<< 6562 1726776655.49854: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776655.4459605-9894-110769959369378/AnsiballZ_command.py" <<< 6562 1726776655.49897: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpz74oor7g" to remote "/root/.ansible/tmp/ansible-tmp-1726776655.4459605-9894-110769959369378/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776655.4459605-9894-110769959369378/AnsiballZ_command.py" <<< 6562 1726776655.50436: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776655.50481: stderr chunk (state=3): >>><<< 6562 1726776655.50484: stdout chunk (state=3): >>><<< 6562 1726776655.50527: done transferring module to remote 6562 1726776655.50535: _low_level_execute_command(): starting 6562 1726776655.50541: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776655.4459605-9894-110769959369378/ /root/.ansible/tmp/ansible-tmp-1726776655.4459605-9894-110769959369378/AnsiballZ_command.py && sleep 0' 6562 1726776655.50982: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776655.50989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776655.50992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.50994: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776655.50996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.51040: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776655.51043: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776655.51098: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776655.52885: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776655.52914: stderr chunk (state=3): >>><<< 6562 1726776655.52919: stdout chunk (state=3): >>><<< 6562 1726776655.52933: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776655.52936: _low_level_execute_command(): starting 6562 1726776655.52942: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776655.4459605-9894-110769959369378/AnsiballZ_command.py && sleep 0' 6562 1726776655.53380: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776655.53383: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.53388: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776655.53390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776655.53392: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.53442: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776655.53449: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776655.53451: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776655.53509: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776655.79284: 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:55.692142", "end": "2024-09-19 16:10:55.791883", "delta": "0:00:00.099741", "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}}} <<< 6562 1726776655.80917: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776655.80942: stderr chunk (state=3): >>><<< 6562 1726776655.80945: stdout chunk (state=3): >>><<< 6562 1726776655.80963: _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:55.692142", "end": "2024-09-19 16:10:55.791883", "delta": "0:00:00.099741", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776655.81011: 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-1726776655.4459605-9894-110769959369378/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776655.81017: _low_level_execute_command(): starting 6562 1726776655.81022: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776655.4459605-9894-110769959369378/ > /dev/null 2>&1 && sleep 0' 6562 1726776655.81491: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776655.81495: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.81502: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776655.81504: 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 <<< 6562 1726776655.81506: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.81551: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776655.81554: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776655.81557: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776655.81613: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776655.83458: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776655.83490: stderr chunk (state=3): >>><<< 6562 1726776655.83493: stdout chunk (state=3): >>><<< 6562 1726776655.83506: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776655.83512: handler run complete 6562 1726776655.83530: Evaluated conditional (False): False 6562 1726776655.83539: attempt loop complete, returning result 6562 1726776655.83543: _execute() done 6562 1726776655.83545: dumping result to json 6562 1726776655.83550: done dumping result, returning 6562 1726776655.83558: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [12343ab9-b159-238d-eb1a-000000000fc5] 6562 1726776655.83563: sending task result for task 12343ab9-b159-238d-eb1a-000000000fc5 6562 1726776655.83666: done sending task result for task 12343ab9-b159-238d-eb1a-000000000fc5 6562 1726776655.83668: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.099741", "end": "2024-09-19 16:10:55.791883", "rc": 0, "start": "2024-09-19 16:10:55.692142" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 6562 1726776655.83757: no more pending results, returning what we have 6562 1726776655.83760: results queue empty 6562 1726776655.83761: checking for any_errors_fatal 6562 1726776655.83763: done checking for any_errors_fatal 6562 1726776655.83763: checking for max_fail_percentage 6562 1726776655.83764: done checking for max_fail_percentage 6562 1726776655.83766: checking to see if all hosts have failed and the running result is not ok 6562 1726776655.83766: done checking to see if all hosts have failed 6562 1726776655.83767: getting the remaining hosts for this loop 6562 1726776655.83770: done getting the remaining hosts for this loop 6562 1726776655.83773: getting the next task for host managed_node2 6562 1726776655.83780: done getting next task for host managed_node2 6562 1726776655.83784: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6562 1726776655.83793: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776655.83805: getting variables 6562 1726776655.83806: in VariableManager get_vars() 6562 1726776655.83839: Calling all_inventory to load vars for managed_node2 6562 1726776655.83841: Calling groups_inventory to load vars for managed_node2 6562 1726776655.83843: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776655.83851: Calling all_plugins_play to load vars for managed_node2 6562 1726776655.83854: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776655.83856: Calling groups_plugins_play to load vars for managed_node2 6562 1726776655.84004: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776655.84132: done with get_vars() 6562 1726776655.84141: done getting variables 6562 1726776655.84181: 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:55 -0400 (0:00:00.433) 0:01:38.076 **** 6562 1726776655.84210: entering _queue_task() for managed_node2/shell 6562 1726776655.84399: worker is 1 (out of 1 available) 6562 1726776655.84413: exiting _queue_task() for managed_node2/shell 6562 1726776655.84425: done queuing things up, now waiting for results queue to drain 6562 1726776655.84426: waiting for pending results... 6562 1726776655.84604: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6562 1726776655.84693: in run() - task 12343ab9-b159-238d-eb1a-000000000fc6 6562 1726776655.84705: variable 'ansible_search_path' from source: unknown 6562 1726776655.84709: variable 'ansible_search_path' from source: unknown 6562 1726776655.84734: calling self._execute() 6562 1726776655.84799: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776655.84804: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776655.84813: variable 'omit' from source: magic vars 6562 1726776655.85138: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776655.85315: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776655.85348: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776655.85373: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776655.85402: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776655.85489: variable '__kernel_settings_register_verify_values' from source: set_fact 6562 1726776655.85510: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6562 1726776655.85514: when evaluation is False, skipping this task 6562 1726776655.85518: _execute() done 6562 1726776655.85520: dumping result to json 6562 1726776655.85523: done dumping result, returning 6562 1726776655.85525: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [12343ab9-b159-238d-eb1a-000000000fc6] 6562 1726776655.85530: sending task result for task 12343ab9-b159-238d-eb1a-000000000fc6 6562 1726776655.85614: done sending task result for task 12343ab9-b159-238d-eb1a-000000000fc6 6562 1726776655.85616: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6562 1726776655.85681: no more pending results, returning what we have 6562 1726776655.85684: results queue empty 6562 1726776655.85688: checking for any_errors_fatal 6562 1726776655.85697: done checking for any_errors_fatal 6562 1726776655.85698: checking for max_fail_percentage 6562 1726776655.85699: done checking for max_fail_percentage 6562 1726776655.85700: checking to see if all hosts have failed and the running result is not ok 6562 1726776655.85700: done checking to see if all hosts have failed 6562 1726776655.85701: getting the remaining hosts for this loop 6562 1726776655.85702: done getting the remaining hosts for this loop 6562 1726776655.85705: getting the next task for host managed_node2 6562 1726776655.85711: done getting next task for host managed_node2 6562 1726776655.85714: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6562 1726776655.85720: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776655.85735: getting variables 6562 1726776655.85736: in VariableManager get_vars() 6562 1726776655.85764: Calling all_inventory to load vars for managed_node2 6562 1726776655.85766: Calling groups_inventory to load vars for managed_node2 6562 1726776655.85768: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776655.85774: Calling all_plugins_play to load vars for managed_node2 6562 1726776655.85776: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776655.85777: Calling groups_plugins_play to load vars for managed_node2 6562 1726776655.85889: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776655.86015: done with get_vars() 6562 1726776655.86023: done getting variables 6562 1726776655.86061: 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:55 -0400 (0:00:00.018) 0:01:38.095 **** 6562 1726776655.86088: entering _queue_task() for managed_node2/fail 6562 1726776655.86271: worker is 1 (out of 1 available) 6562 1726776655.86289: exiting _queue_task() for managed_node2/fail 6562 1726776655.86302: done queuing things up, now waiting for results queue to drain 6562 1726776655.86304: waiting for pending results... 6562 1726776655.86470: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6562 1726776655.86562: in run() - task 12343ab9-b159-238d-eb1a-000000000fc7 6562 1726776655.86574: variable 'ansible_search_path' from source: unknown 6562 1726776655.86577: variable 'ansible_search_path' from source: unknown 6562 1726776655.86609: calling self._execute() 6562 1726776655.86675: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776655.86679: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776655.86691: variable 'omit' from source: magic vars 6562 1726776655.87082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776655.87253: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776655.87288: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776655.87313: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776655.87339: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776655.87418: variable '__kernel_settings_register_verify_values' from source: set_fact 6562 1726776655.87438: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6562 1726776655.87441: when evaluation is False, skipping this task 6562 1726776655.87444: _execute() done 6562 1726776655.87446: dumping result to json 6562 1726776655.87448: done dumping result, returning 6562 1726776655.87455: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [12343ab9-b159-238d-eb1a-000000000fc7] 6562 1726776655.87460: sending task result for task 12343ab9-b159-238d-eb1a-000000000fc7 6562 1726776655.87558: done sending task result for task 12343ab9-b159-238d-eb1a-000000000fc7 6562 1726776655.87561: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6562 1726776655.87610: no more pending results, returning what we have 6562 1726776655.87613: results queue empty 6562 1726776655.87614: checking for any_errors_fatal 6562 1726776655.87619: done checking for any_errors_fatal 6562 1726776655.87619: checking for max_fail_percentage 6562 1726776655.87621: done checking for max_fail_percentage 6562 1726776655.87621: checking to see if all hosts have failed and the running result is not ok 6562 1726776655.87622: done checking to see if all hosts have failed 6562 1726776655.87623: getting the remaining hosts for this loop 6562 1726776655.87625: done getting the remaining hosts for this loop 6562 1726776655.87628: getting the next task for host managed_node2 6562 1726776655.87637: done getting next task for host managed_node2 6562 1726776655.87640: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6562 1726776655.87644: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776655.87662: getting variables 6562 1726776655.87663: in VariableManager get_vars() 6562 1726776655.87697: Calling all_inventory to load vars for managed_node2 6562 1726776655.87700: Calling groups_inventory to load vars for managed_node2 6562 1726776655.87702: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776655.87710: Calling all_plugins_play to load vars for managed_node2 6562 1726776655.87712: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776655.87715: Calling groups_plugins_play to load vars for managed_node2 6562 1726776655.87859: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776655.87980: done with get_vars() 6562 1726776655.87990: done getting variables 6562 1726776655.88029: 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:55 -0400 (0:00:00.019) 0:01:38.115 **** 6562 1726776655.88051: entering _queue_task() for managed_node2/set_fact 6562 1726776655.88239: worker is 1 (out of 1 available) 6562 1726776655.88251: exiting _queue_task() for managed_node2/set_fact 6562 1726776655.88264: done queuing things up, now waiting for results queue to drain 6562 1726776655.88265: waiting for pending results... 6562 1726776655.88444: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6562 1726776655.88518: in run() - task 12343ab9-b159-238d-eb1a-000000000ee7 6562 1726776655.88528: variable 'ansible_search_path' from source: unknown 6562 1726776655.88533: variable 'ansible_search_path' from source: unknown 6562 1726776655.88559: calling self._execute() 6562 1726776655.88630: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776655.88634: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776655.88643: variable 'omit' from source: magic vars 6562 1726776655.88720: variable 'omit' from source: magic vars 6562 1726776655.88757: variable 'omit' from source: magic vars 6562 1726776655.88780: variable 'omit' from source: magic vars 6562 1726776655.88819: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776655.88845: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776655.88863: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776655.88876: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776655.88890: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776655.88912: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776655.88915: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776655.88917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776655.88984: Set connection var ansible_timeout to 10 6562 1726776655.88993: Set connection var ansible_pipelining to False 6562 1726776655.88999: Set connection var ansible_shell_executable to /bin/sh 6562 1726776655.89005: Set connection var ansible_shell_type to sh 6562 1726776655.89009: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776655.89012: Set connection var ansible_connection to ssh 6562 1726776655.89031: variable 'ansible_shell_executable' from source: unknown 6562 1726776655.89034: variable 'ansible_connection' from source: unknown 6562 1726776655.89036: variable 'ansible_module_compression' from source: unknown 6562 1726776655.89038: variable 'ansible_shell_type' from source: unknown 6562 1726776655.89041: variable 'ansible_shell_executable' from source: unknown 6562 1726776655.89043: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776655.89045: variable 'ansible_pipelining' from source: unknown 6562 1726776655.89049: variable 'ansible_timeout' from source: unknown 6562 1726776655.89051: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776655.89155: 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) 6562 1726776655.89162: variable 'omit' from source: magic vars 6562 1726776655.89167: starting attempt loop 6562 1726776655.89170: running the handler 6562 1726776655.89179: handler run complete 6562 1726776655.89190: attempt loop complete, returning result 6562 1726776655.89193: _execute() done 6562 1726776655.89196: dumping result to json 6562 1726776655.89198: done dumping result, returning 6562 1726776655.89204: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [12343ab9-b159-238d-eb1a-000000000ee7] 6562 1726776655.89209: sending task result for task 12343ab9-b159-238d-eb1a-000000000ee7 ok: [managed_node2] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 6562 1726776655.89352: no more pending results, returning what we have 6562 1726776655.89355: results queue empty 6562 1726776655.89356: checking for any_errors_fatal 6562 1726776655.89363: done checking for any_errors_fatal 6562 1726776655.89364: checking for max_fail_percentage 6562 1726776655.89365: done checking for max_fail_percentage 6562 1726776655.89366: checking to see if all hosts have failed and the running result is not ok 6562 1726776655.89367: done checking to see if all hosts have failed 6562 1726776655.89367: getting the remaining hosts for this loop 6562 1726776655.89369: done getting the remaining hosts for this loop 6562 1726776655.89372: getting the next task for host managed_node2 6562 1726776655.89378: done getting next task for host managed_node2 6562 1726776655.89381: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6562 1726776655.89387: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776655.89398: getting variables 6562 1726776655.89400: in VariableManager get_vars() 6562 1726776655.89428: Calling all_inventory to load vars for managed_node2 6562 1726776655.89430: Calling groups_inventory to load vars for managed_node2 6562 1726776655.89432: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776655.89440: Calling all_plugins_play to load vars for managed_node2 6562 1726776655.89442: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776655.89445: Calling groups_plugins_play to load vars for managed_node2 6562 1726776655.89553: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ee7 6562 1726776655.89557: WORKER PROCESS EXITING 6562 1726776655.89566: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776655.89693: done with get_vars() 6562 1726776655.89701: done getting variables 6562 1726776655.89739: 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:55 -0400 (0:00:00.017) 0:01:38.132 **** 6562 1726776655.89760: entering _queue_task() for managed_node2/set_fact 6562 1726776655.89941: worker is 1 (out of 1 available) 6562 1726776655.89955: exiting _queue_task() for managed_node2/set_fact 6562 1726776655.89968: done queuing things up, now waiting for results queue to drain 6562 1726776655.89970: waiting for pending results... 6562 1726776655.90135: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6562 1726776655.90203: in run() - task 12343ab9-b159-238d-eb1a-000000000ee8 6562 1726776655.90213: variable 'ansible_search_path' from source: unknown 6562 1726776655.90217: variable 'ansible_search_path' from source: unknown 6562 1726776655.90243: calling self._execute() 6562 1726776655.90307: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776655.90312: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776655.90321: variable 'omit' from source: magic vars 6562 1726776655.90392: variable 'omit' from source: magic vars 6562 1726776655.90432: variable 'omit' from source: magic vars 6562 1726776655.90751: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6562 1726776655.90911: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6562 1726776655.90942: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6562 1726776655.90968: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6562 1726776655.90994: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6562 1726776655.91092: variable '__kernel_settings_register_profile' from source: set_fact 6562 1726776655.91102: variable '__kernel_settings_register_mode' from source: set_fact 6562 1726776655.91109: variable '__kernel_settings_register_apply' from source: set_fact 6562 1726776655.91145: variable 'omit' from source: magic vars 6562 1726776655.91167: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776655.91192: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776655.91207: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776655.91221: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776655.91229: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776655.91250: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776655.91253: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776655.91255: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776655.91322: Set connection var ansible_timeout to 10 6562 1726776655.91328: Set connection var ansible_pipelining to False 6562 1726776655.91333: Set connection var ansible_shell_executable to /bin/sh 6562 1726776655.91340: Set connection var ansible_shell_type to sh 6562 1726776655.91345: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776655.91347: Set connection var ansible_connection to ssh 6562 1726776655.91362: variable 'ansible_shell_executable' from source: unknown 6562 1726776655.91365: variable 'ansible_connection' from source: unknown 6562 1726776655.91368: variable 'ansible_module_compression' from source: unknown 6562 1726776655.91370: variable 'ansible_shell_type' from source: unknown 6562 1726776655.91372: variable 'ansible_shell_executable' from source: unknown 6562 1726776655.91374: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776655.91378: variable 'ansible_pipelining' from source: unknown 6562 1726776655.91380: variable 'ansible_timeout' from source: unknown 6562 1726776655.91389: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776655.91457: 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) 6562 1726776655.91465: variable 'omit' from source: magic vars 6562 1726776655.91470: starting attempt loop 6562 1726776655.91473: running the handler 6562 1726776655.91481: handler run complete 6562 1726776655.91491: attempt loop complete, returning result 6562 1726776655.91494: _execute() done 6562 1726776655.91498: dumping result to json 6562 1726776655.91500: done dumping result, returning 6562 1726776655.91507: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [12343ab9-b159-238d-eb1a-000000000ee8] 6562 1726776655.91512: sending task result for task 12343ab9-b159-238d-eb1a-000000000ee8 6562 1726776655.91589: done sending task result for task 12343ab9-b159-238d-eb1a-000000000ee8 6562 1726776655.91592: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 6562 1726776655.91666: no more pending results, returning what we have 6562 1726776655.91669: results queue empty 6562 1726776655.91669: checking for any_errors_fatal 6562 1726776655.91673: done checking for any_errors_fatal 6562 1726776655.91674: checking for max_fail_percentage 6562 1726776655.91675: done checking for max_fail_percentage 6562 1726776655.91676: checking to see if all hosts have failed and the running result is not ok 6562 1726776655.91677: done checking to see if all hosts have failed 6562 1726776655.91677: getting the remaining hosts for this loop 6562 1726776655.91679: done getting the remaining hosts for this loop 6562 1726776655.91682: getting the next task for host managed_node2 6562 1726776655.91693: done getting next task for host managed_node2 6562 1726776655.91695: ^ task is: TASK: meta (role_complete) 6562 1726776655.91698: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776655.91708: getting variables 6562 1726776655.91709: in VariableManager get_vars() 6562 1726776655.91738: Calling all_inventory to load vars for managed_node2 6562 1726776655.91740: Calling groups_inventory to load vars for managed_node2 6562 1726776655.91742: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776655.91747: Calling all_plugins_play to load vars for managed_node2 6562 1726776655.91749: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776655.91751: Calling groups_plugins_play to load vars for managed_node2 6562 1726776655.91893: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776655.92010: done with get_vars() 6562 1726776655.92017: done getting variables 6562 1726776655.92065: done queuing things up, now waiting for results queue to drain 6562 1726776655.92071: results queue empty 6562 1726776655.92071: checking for any_errors_fatal 6562 1726776655.92072: done checking for any_errors_fatal 6562 1726776655.92073: checking for max_fail_percentage 6562 1726776655.92073: done checking for max_fail_percentage 6562 1726776655.92074: checking to see if all hosts have failed and the running result is not ok 6562 1726776655.92074: done checking to see if all hosts have failed 6562 1726776655.92075: getting the remaining hosts for this loop 6562 1726776655.92075: done getting the remaining hosts for this loop 6562 1726776655.92077: getting the next task for host managed_node2 6562 1726776655.92079: done getting next task for host managed_node2 6562 1726776655.92081: ^ task is: TASK: Verify no settings 6562 1726776655.92082: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776655.92084: getting variables 6562 1726776655.92088: in VariableManager get_vars() 6562 1726776655.92095: Calling all_inventory to load vars for managed_node2 6562 1726776655.92097: Calling groups_inventory to load vars for managed_node2 6562 1726776655.92098: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776655.92101: Calling all_plugins_play to load vars for managed_node2 6562 1726776655.92102: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776655.92104: Calling groups_plugins_play to load vars for managed_node2 6562 1726776655.92183: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776655.92295: done with get_vars() 6562 1726776655.92301: done getting variables 6562 1726776655.92325: 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:55 -0400 (0:00:00.025) 0:01:38.158 **** 6562 1726776655.92343: entering _queue_task() for managed_node2/shell 6562 1726776655.92522: worker is 1 (out of 1 available) 6562 1726776655.92538: exiting _queue_task() for managed_node2/shell 6562 1726776655.92550: done queuing things up, now waiting for results queue to drain 6562 1726776655.92552: waiting for pending results... 6562 1726776655.92716: running TaskExecutor() for managed_node2/TASK: Verify no settings 6562 1726776655.92778: in run() - task 12343ab9-b159-238d-eb1a-000000000cae 6562 1726776655.92792: variable 'ansible_search_path' from source: unknown 6562 1726776655.92796: variable 'ansible_search_path' from source: unknown 6562 1726776655.92821: calling self._execute() 6562 1726776655.92892: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776655.92896: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776655.92902: variable 'omit' from source: magic vars 6562 1726776655.92975: variable 'omit' from source: magic vars 6562 1726776655.93006: variable 'omit' from source: magic vars 6562 1726776655.93307: variable '__kernel_settings_profile_filename' from source: role '' exported vars 6562 1726776655.93362: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6562 1726776655.93424: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776655.93429: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6562 1726776655.93463: variable 'omit' from source: magic vars 6562 1726776655.93498: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776655.93523: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776655.93543: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776655.93554: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776655.93564: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776655.93590: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776655.93593: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776655.93596: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776655.93657: Set connection var ansible_timeout to 10 6562 1726776655.93665: Set connection var ansible_pipelining to False 6562 1726776655.93670: Set connection var ansible_shell_executable to /bin/sh 6562 1726776655.93676: Set connection var ansible_shell_type to sh 6562 1726776655.93681: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776655.93683: Set connection var ansible_connection to ssh 6562 1726776655.93701: variable 'ansible_shell_executable' from source: unknown 6562 1726776655.93704: variable 'ansible_connection' from source: unknown 6562 1726776655.93706: variable 'ansible_module_compression' from source: unknown 6562 1726776655.93709: variable 'ansible_shell_type' from source: unknown 6562 1726776655.93711: variable 'ansible_shell_executable' from source: unknown 6562 1726776655.93713: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776655.93717: variable 'ansible_pipelining' from source: unknown 6562 1726776655.93719: variable 'ansible_timeout' from source: unknown 6562 1726776655.93723: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776655.93822: 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) 6562 1726776655.93832: variable 'omit' from source: magic vars 6562 1726776655.93837: starting attempt loop 6562 1726776655.93839: running the handler 6562 1726776655.93848: 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) 6562 1726776655.93862: _low_level_execute_command(): starting 6562 1726776655.93868: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776655.94351: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776655.94384: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776655.94389: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.94392: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6562 1726776655.94395: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776655.94397: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.94448: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776655.94451: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776655.94454: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776655.94518: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776655.96213: stdout chunk (state=3): >>>/root <<< 6562 1726776655.96317: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776655.96350: stderr chunk (state=3): >>><<< 6562 1726776655.96353: stdout chunk (state=3): >>><<< 6562 1726776655.96373: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776655.96384: _low_level_execute_command(): starting 6562 1726776655.96394: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776655.9637349-9909-24603247137825 `" && echo ansible-tmp-1726776655.9637349-9909-24603247137825="` echo /root/.ansible/tmp/ansible-tmp-1726776655.9637349-9909-24603247137825 `" ) && sleep 0' 6562 1726776655.96834: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776655.96838: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776655.96840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.96842: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776655.96844: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.96899: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776655.96905: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776655.96907: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776655.96956: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776655.98987: stdout chunk (state=3): >>>ansible-tmp-1726776655.9637349-9909-24603247137825=/root/.ansible/tmp/ansible-tmp-1726776655.9637349-9909-24603247137825 <<< 6562 1726776655.99084: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776655.99116: stderr chunk (state=3): >>><<< 6562 1726776655.99119: stdout chunk (state=3): >>><<< 6562 1726776655.99134: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776655.9637349-9909-24603247137825=/root/.ansible/tmp/ansible-tmp-1726776655.9637349-9909-24603247137825 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776655.99159: variable 'ansible_module_compression' from source: unknown 6562 1726776655.99201: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6562 1726776655.99236: variable 'ansible_facts' from source: unknown 6562 1726776655.99284: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776655.9637349-9909-24603247137825/AnsiballZ_command.py 6562 1726776655.99382: Sending initial data 6562 1726776655.99385: Sent initial data (153 bytes) 6562 1726776655.99822: 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 <<< 6562 1726776655.99825: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776655.99827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776655.99829: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776655.99831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776655.99880: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776655.99883: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776655.99935: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.01544: 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 <<< 6562 1726776656.01594: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776656.01639: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpv6kpr6hc /root/.ansible/tmp/ansible-tmp-1726776655.9637349-9909-24603247137825/AnsiballZ_command.py <<< 6562 1726776656.01645: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776655.9637349-9909-24603247137825/AnsiballZ_command.py" <<< 6562 1726776656.01687: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpv6kpr6hc" to remote "/root/.ansible/tmp/ansible-tmp-1726776655.9637349-9909-24603247137825/AnsiballZ_command.py" <<< 6562 1726776656.01691: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776655.9637349-9909-24603247137825/AnsiballZ_command.py" <<< 6562 1726776656.02237: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776656.02283: stderr chunk (state=3): >>><<< 6562 1726776656.02288: stdout chunk (state=3): >>><<< 6562 1726776656.02314: done transferring module to remote 6562 1726776656.02323: _low_level_execute_command(): starting 6562 1726776656.02328: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776655.9637349-9909-24603247137825/ /root/.ansible/tmp/ansible-tmp-1726776655.9637349-9909-24603247137825/AnsiballZ_command.py && sleep 0' 6562 1726776656.02770: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776656.02773: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776656.02780: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.02784: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776656.02794: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776656.02797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.02831: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776656.02835: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776656.02892: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.04680: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776656.04711: stderr chunk (state=3): >>><<< 6562 1726776656.04715: stdout chunk (state=3): >>><<< 6562 1726776656.04726: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776656.04729: _low_level_execute_command(): starting 6562 1726776656.04734: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776655.9637349-9909-24603247137825/AnsiballZ_command.py && sleep 0' 6562 1726776656.05162: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776656.05165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776656.05167: 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.11.25 is address debug1: re-parsing configuration <<< 6562 1726776656.05169: 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 <<< 6562 1726776656.05171: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.05223: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776656.05226: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776656.05284: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.21761: 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:56.208311", "end": "2024-09-19 16:10:56.216678", "delta": "0:00:00.008367", "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}}} <<< 6562 1726776656.23324: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776656.23353: stderr chunk (state=3): >>><<< 6562 1726776656.23356: stdout chunk (state=3): >>><<< 6562 1726776656.23372: _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:56.208311", "end": "2024-09-19 16:10:56.216678", "delta": "0:00:00.008367", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776656.23410: 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-1726776655.9637349-9909-24603247137825/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776656.23416: _low_level_execute_command(): starting 6562 1726776656.23421: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776655.9637349-9909-24603247137825/ > /dev/null 2>&1 && sleep 0' 6562 1726776656.23868: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776656.23871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.23874: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776656.23876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776656.23878: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.23931: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776656.23935: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776656.23941: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776656.23988: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.25810: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776656.25835: stderr chunk (state=3): >>><<< 6562 1726776656.25838: stdout chunk (state=3): >>><<< 6562 1726776656.25851: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776656.25857: handler run complete 6562 1726776656.25874: Evaluated conditional (False): False 6562 1726776656.25882: attempt loop complete, returning result 6562 1726776656.25885: _execute() done 6562 1726776656.25892: dumping result to json 6562 1726776656.25898: done dumping result, returning 6562 1726776656.25905: done running TaskExecutor() for managed_node2/TASK: Verify no settings [12343ab9-b159-238d-eb1a-000000000cae] 6562 1726776656.25910: sending task result for task 12343ab9-b159-238d-eb1a-000000000cae 6562 1726776656.26014: done sending task result for task 12343ab9-b159-238d-eb1a-000000000cae 6562 1726776656.26017: WORKER PROCESS EXITING ok: [managed_node2] => { "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.008367", "end": "2024-09-19 16:10:56.216678", "rc": 0, "start": "2024-09-19 16:10:56.208311" } 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 6562 1726776656.26082: no more pending results, returning what we have 6562 1726776656.26087: results queue empty 6562 1726776656.26088: checking for any_errors_fatal 6562 1726776656.26090: done checking for any_errors_fatal 6562 1726776656.26091: checking for max_fail_percentage 6562 1726776656.26092: done checking for max_fail_percentage 6562 1726776656.26093: checking to see if all hosts have failed and the running result is not ok 6562 1726776656.26094: done checking to see if all hosts have failed 6562 1726776656.26095: getting the remaining hosts for this loop 6562 1726776656.26097: done getting the remaining hosts for this loop 6562 1726776656.26101: getting the next task for host managed_node2 6562 1726776656.26109: done getting next task for host managed_node2 6562 1726776656.26111: ^ task is: TASK: Remove kernel_settings tuned profile 6562 1726776656.26114: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776656.26119: getting variables 6562 1726776656.26121: in VariableManager get_vars() 6562 1726776656.26157: Calling all_inventory to load vars for managed_node2 6562 1726776656.26160: Calling groups_inventory to load vars for managed_node2 6562 1726776656.26162: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776656.26171: Calling all_plugins_play to load vars for managed_node2 6562 1726776656.26173: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776656.26176: Calling groups_plugins_play to load vars for managed_node2 6562 1726776656.26346: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776656.26460: done with get_vars() 6562 1726776656.26468: 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:56 -0400 (0:00:00.341) 0:01:38.500 **** 6562 1726776656.26534: entering _queue_task() for managed_node2/file 6562 1726776656.26719: worker is 1 (out of 1 available) 6562 1726776656.26733: exiting _queue_task() for managed_node2/file 6562 1726776656.26745: done queuing things up, now waiting for results queue to drain 6562 1726776656.26747: waiting for pending results... 6562 1726776656.26927: running TaskExecutor() for managed_node2/TASK: Remove kernel_settings tuned profile 6562 1726776656.26998: in run() - task 12343ab9-b159-238d-eb1a-000000000caf 6562 1726776656.27010: variable 'ansible_search_path' from source: unknown 6562 1726776656.27013: variable 'ansible_search_path' from source: unknown 6562 1726776656.27041: calling self._execute() 6562 1726776656.27110: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776656.27115: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776656.27126: variable 'omit' from source: magic vars 6562 1726776656.27202: variable 'omit' from source: magic vars 6562 1726776656.27231: variable 'omit' from source: magic vars 6562 1726776656.27252: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6562 1726776656.27481: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6562 1726776656.27559: variable '__kernel_settings_profile_parent' from source: set_fact 6562 1726776656.27562: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6562 1726776656.27601: variable 'omit' from source: magic vars 6562 1726776656.27634: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776656.27661: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776656.27678: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776656.27694: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776656.27705: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776656.27729: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776656.27732: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776656.27734: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776656.27805: Set connection var ansible_timeout to 10 6562 1726776656.27812: Set connection var ansible_pipelining to False 6562 1726776656.27817: Set connection var ansible_shell_executable to /bin/sh 6562 1726776656.27823: Set connection var ansible_shell_type to sh 6562 1726776656.27828: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776656.27831: Set connection var ansible_connection to ssh 6562 1726776656.27848: variable 'ansible_shell_executable' from source: unknown 6562 1726776656.27852: variable 'ansible_connection' from source: unknown 6562 1726776656.27854: variable 'ansible_module_compression' from source: unknown 6562 1726776656.27857: variable 'ansible_shell_type' from source: unknown 6562 1726776656.27859: variable 'ansible_shell_executable' from source: unknown 6562 1726776656.27861: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776656.27865: variable 'ansible_pipelining' from source: unknown 6562 1726776656.27867: variable 'ansible_timeout' from source: unknown 6562 1726776656.27871: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776656.28022: 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__) 6562 1726776656.28031: variable 'omit' from source: magic vars 6562 1726776656.28036: starting attempt loop 6562 1726776656.28039: running the handler 6562 1726776656.28051: _low_level_execute_command(): starting 6562 1726776656.28058: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776656.28565: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776656.28569: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.28572: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776656.28574: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.28632: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776656.28635: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776656.28642: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776656.28696: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.30341: stdout chunk (state=3): >>>/root <<< 6562 1726776656.30443: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776656.30472: stderr chunk (state=3): >>><<< 6562 1726776656.30476: stdout chunk (state=3): >>><<< 6562 1726776656.30499: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776656.30511: _low_level_execute_command(): starting 6562 1726776656.30516: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776656.3049939-9917-118364953685951 `" && echo ansible-tmp-1726776656.3049939-9917-118364953685951="` echo /root/.ansible/tmp/ansible-tmp-1726776656.3049939-9917-118364953685951 `" ) && sleep 0' 6562 1726776656.30939: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776656.30943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776656.30953: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.30955: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776656.30958: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.31002: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776656.31007: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776656.31061: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.33071: stdout chunk (state=3): >>>ansible-tmp-1726776656.3049939-9917-118364953685951=/root/.ansible/tmp/ansible-tmp-1726776656.3049939-9917-118364953685951 <<< 6562 1726776656.33173: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776656.33205: stderr chunk (state=3): >>><<< 6562 1726776656.33208: stdout chunk (state=3): >>><<< 6562 1726776656.33222: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776656.3049939-9917-118364953685951=/root/.ansible/tmp/ansible-tmp-1726776656.3049939-9917-118364953685951 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776656.33263: variable 'ansible_module_compression' from source: unknown 6562 1726776656.33308: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6562 1726776656.33343: variable 'ansible_facts' from source: unknown 6562 1726776656.33397: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776656.3049939-9917-118364953685951/AnsiballZ_file.py 6562 1726776656.33498: Sending initial data 6562 1726776656.33501: Sent initial data (151 bytes) 6562 1726776656.33943: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776656.33946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776656.33949: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.33951: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776656.33953: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776656.33955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.34002: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776656.34007: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776656.34060: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.35645: 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 <<< 6562 1726776656.35692: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776656.35736: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp2xd7kvxj /root/.ansible/tmp/ansible-tmp-1726776656.3049939-9917-118364953685951/AnsiballZ_file.py <<< 6562 1726776656.35746: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776656.3049939-9917-118364953685951/AnsiballZ_file.py" <<< 6562 1726776656.35788: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp2xd7kvxj" to remote "/root/.ansible/tmp/ansible-tmp-1726776656.3049939-9917-118364953685951/AnsiballZ_file.py" <<< 6562 1726776656.35791: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776656.3049939-9917-118364953685951/AnsiballZ_file.py" <<< 6562 1726776656.36381: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776656.36426: stderr chunk (state=3): >>><<< 6562 1726776656.36429: stdout chunk (state=3): >>><<< 6562 1726776656.36459: done transferring module to remote 6562 1726776656.36468: _low_level_execute_command(): starting 6562 1726776656.36473: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776656.3049939-9917-118364953685951/ /root/.ansible/tmp/ansible-tmp-1726776656.3049939-9917-118364953685951/AnsiballZ_file.py && sleep 0' 6562 1726776656.36887: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776656.36918: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776656.36922: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776656.36924: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.36926: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776656.36932: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.36980: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776656.36984: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776656.36992: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776656.37035: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.38823: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776656.38846: stderr chunk (state=3): >>><<< 6562 1726776656.38850: stdout chunk (state=3): >>><<< 6562 1726776656.38863: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776656.38866: _low_level_execute_command(): starting 6562 1726776656.38871: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776656.3049939-9917-118364953685951/AnsiballZ_file.py && sleep 0' 6562 1726776656.39303: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776656.39306: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776656.39308: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776656.39312: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776656.39314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.39363: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776656.39367: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776656.39372: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776656.39421: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.55741: 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}}} <<< 6562 1726776656.57152: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776656.57172: stderr chunk (state=3): >>><<< 6562 1726776656.57175: stdout chunk (state=3): >>><<< 6562 1726776656.57196: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776656.57231: 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-1726776656.3049939-9917-118364953685951/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776656.57240: _low_level_execute_command(): starting 6562 1726776656.57242: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776656.3049939-9917-118364953685951/ > /dev/null 2>&1 && sleep 0' 6562 1726776656.57715: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776656.57718: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776656.57721: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.57723: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776656.57725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.57776: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776656.57780: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776656.57782: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776656.57834: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.59668: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776656.59698: stderr chunk (state=3): >>><<< 6562 1726776656.59702: stdout chunk (state=3): >>><<< 6562 1726776656.59715: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776656.59720: handler run complete 6562 1726776656.59741: attempt loop complete, returning result 6562 1726776656.59743: _execute() done 6562 1726776656.59746: dumping result to json 6562 1726776656.59751: done dumping result, returning 6562 1726776656.59759: done running TaskExecutor() for managed_node2/TASK: Remove kernel_settings tuned profile [12343ab9-b159-238d-eb1a-000000000caf] 6562 1726776656.59763: sending task result for task 12343ab9-b159-238d-eb1a-000000000caf 6562 1726776656.59872: done sending task result for task 12343ab9-b159-238d-eb1a-000000000caf 6562 1726776656.59875: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "path": "/etc/tuned/profiles/kernel_settings", "state": "absent" } 6562 1726776656.59953: no more pending results, returning what we have 6562 1726776656.59956: results queue empty 6562 1726776656.59957: checking for any_errors_fatal 6562 1726776656.59967: done checking for any_errors_fatal 6562 1726776656.59967: checking for max_fail_percentage 6562 1726776656.59969: done checking for max_fail_percentage 6562 1726776656.59970: checking to see if all hosts have failed and the running result is not ok 6562 1726776656.59971: done checking to see if all hosts have failed 6562 1726776656.59971: getting the remaining hosts for this loop 6562 1726776656.59974: done getting the remaining hosts for this loop 6562 1726776656.59977: getting the next task for host managed_node2 6562 1726776656.59984: done getting next task for host managed_node2 6562 1726776656.59988: ^ task is: TASK: Get active_profile 6562 1726776656.59992: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776656.59995: getting variables 6562 1726776656.59997: in VariableManager get_vars() 6562 1726776656.60029: Calling all_inventory to load vars for managed_node2 6562 1726776656.60031: Calling groups_inventory to load vars for managed_node2 6562 1726776656.60033: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776656.60042: Calling all_plugins_play to load vars for managed_node2 6562 1726776656.60045: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776656.60047: Calling groups_plugins_play to load vars for managed_node2 6562 1726776656.60173: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776656.60323: done with get_vars() 6562 1726776656.60330: 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:56 -0400 (0:00:00.338) 0:01:38.838 **** 6562 1726776656.60396: entering _queue_task() for managed_node2/slurp 6562 1726776656.60592: worker is 1 (out of 1 available) 6562 1726776656.60608: exiting _queue_task() for managed_node2/slurp 6562 1726776656.60621: done queuing things up, now waiting for results queue to drain 6562 1726776656.60623: waiting for pending results... 6562 1726776656.60805: running TaskExecutor() for managed_node2/TASK: Get active_profile 6562 1726776656.60869: in run() - task 12343ab9-b159-238d-eb1a-000000000cb0 6562 1726776656.60880: variable 'ansible_search_path' from source: unknown 6562 1726776656.60883: variable 'ansible_search_path' from source: unknown 6562 1726776656.60914: calling self._execute() 6562 1726776656.60984: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776656.60992: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776656.61001: variable 'omit' from source: magic vars 6562 1726776656.61077: variable 'omit' from source: magic vars 6562 1726776656.61109: variable 'omit' from source: magic vars 6562 1726776656.61131: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6562 1726776656.61360: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6562 1726776656.61424: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6562 1726776656.61453: variable 'omit' from source: magic vars 6562 1726776656.61488: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776656.61518: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776656.61536: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776656.61549: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776656.61559: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776656.61582: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776656.61587: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776656.61593: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776656.61660: Set connection var ansible_timeout to 10 6562 1726776656.61666: Set connection var ansible_pipelining to False 6562 1726776656.61671: Set connection var ansible_shell_executable to /bin/sh 6562 1726776656.61678: Set connection var ansible_shell_type to sh 6562 1726776656.61682: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776656.61685: Set connection var ansible_connection to ssh 6562 1726776656.61705: variable 'ansible_shell_executable' from source: unknown 6562 1726776656.61708: variable 'ansible_connection' from source: unknown 6562 1726776656.61712: variable 'ansible_module_compression' from source: unknown 6562 1726776656.61714: variable 'ansible_shell_type' from source: unknown 6562 1726776656.61717: variable 'ansible_shell_executable' from source: unknown 6562 1726776656.61719: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776656.61721: variable 'ansible_pipelining' from source: unknown 6562 1726776656.61723: variable 'ansible_timeout' from source: unknown 6562 1726776656.61725: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776656.61874: 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__) 6562 1726776656.61882: variable 'omit' from source: magic vars 6562 1726776656.61891: starting attempt loop 6562 1726776656.61894: running the handler 6562 1726776656.61906: _low_level_execute_command(): starting 6562 1726776656.61912: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776656.62423: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776656.62426: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776656.62430: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776656.62433: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.62479: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776656.62482: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776656.62492: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776656.62541: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.64173: stdout chunk (state=3): >>>/root <<< 6562 1726776656.64271: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776656.64305: stderr chunk (state=3): >>><<< 6562 1726776656.64309: stdout chunk (state=3): >>><<< 6562 1726776656.64329: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776656.64343: _low_level_execute_command(): starting 6562 1726776656.64347: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776656.6432958-9928-72433706121976 `" && echo ansible-tmp-1726776656.6432958-9928-72433706121976="` echo /root/.ansible/tmp/ansible-tmp-1726776656.6432958-9928-72433706121976 `" ) && sleep 0' 6562 1726776656.64772: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776656.64790: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776656.64794: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.64815: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.64866: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776656.64870: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776656.64872: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776656.64925: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.67095: stdout chunk (state=3): >>>ansible-tmp-1726776656.6432958-9928-72433706121976=/root/.ansible/tmp/ansible-tmp-1726776656.6432958-9928-72433706121976 <<< 6562 1726776656.67198: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776656.67227: stderr chunk (state=3): >>><<< 6562 1726776656.67230: stdout chunk (state=3): >>><<< 6562 1726776656.67247: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776656.6432958-9928-72433706121976=/root/.ansible/tmp/ansible-tmp-1726776656.6432958-9928-72433706121976 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776656.67288: variable 'ansible_module_compression' from source: unknown 6562 1726776656.67325: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 6562 1726776656.67357: variable 'ansible_facts' from source: unknown 6562 1726776656.67411: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776656.6432958-9928-72433706121976/AnsiballZ_slurp.py 6562 1726776656.67517: Sending initial data 6562 1726776656.67521: Sent initial data (151 bytes) 6562 1726776656.67969: 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 <<< 6562 1726776656.67973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.67976: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776656.67978: 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 <<< 6562 1726776656.67980: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.68035: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776656.68038: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776656.68040: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776656.68097: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.69713: 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 <<< 6562 1726776656.69766: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776656.69817: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp6z6kzj6f /root/.ansible/tmp/ansible-tmp-1726776656.6432958-9928-72433706121976/AnsiballZ_slurp.py <<< 6562 1726776656.69822: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776656.6432958-9928-72433706121976/AnsiballZ_slurp.py" <<< 6562 1726776656.69863: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp6z6kzj6f" to remote "/root/.ansible/tmp/ansible-tmp-1726776656.6432958-9928-72433706121976/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776656.6432958-9928-72433706121976/AnsiballZ_slurp.py" <<< 6562 1726776656.70417: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776656.70460: stderr chunk (state=3): >>><<< 6562 1726776656.70464: stdout chunk (state=3): >>><<< 6562 1726776656.70492: done transferring module to remote 6562 1726776656.70502: _low_level_execute_command(): starting 6562 1726776656.70507: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776656.6432958-9928-72433706121976/ /root/.ansible/tmp/ansible-tmp-1726776656.6432958-9928-72433706121976/AnsiballZ_slurp.py && sleep 0' 6562 1726776656.70954: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776656.70957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776656.70959: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776656.70961: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776656.70968: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.71020: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776656.71023: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776656.71028: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776656.71073: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.72912: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776656.72924: stderr chunk (state=3): >>><<< 6562 1726776656.72927: stdout chunk (state=3): >>><<< 6562 1726776656.72944: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776656.72949: _low_level_execute_command(): starting 6562 1726776656.72951: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776656.6432958-9928-72433706121976/AnsiballZ_slurp.py && sleep 0' 6562 1726776656.73401: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776656.73405: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.73408: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776656.73410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.73461: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776656.73464: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776656.73468: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776656.73524: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.88913: 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"}}} <<< 6562 1726776656.90246: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776656.90271: stderr chunk (state=3): >>><<< 6562 1726776656.90275: stdout chunk (state=3): >>><<< 6562 1726776656.90295: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776656.90320: 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-1726776656.6432958-9928-72433706121976/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776656.90328: _low_level_execute_command(): starting 6562 1726776656.90333: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776656.6432958-9928-72433706121976/ > /dev/null 2>&1 && sleep 0' 6562 1726776656.90759: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776656.90763: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.90774: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.90830: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776656.90834: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776656.90843: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776656.90898: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.92751: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776656.92775: stderr chunk (state=3): >>><<< 6562 1726776656.92779: stdout chunk (state=3): >>><<< 6562 1726776656.92798: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776656.92804: handler run complete 6562 1726776656.92817: attempt loop complete, returning result 6562 1726776656.92820: _execute() done 6562 1726776656.92822: dumping result to json 6562 1726776656.92825: done dumping result, returning 6562 1726776656.92833: done running TaskExecutor() for managed_node2/TASK: Get active_profile [12343ab9-b159-238d-eb1a-000000000cb0] 6562 1726776656.92838: sending task result for task 12343ab9-b159-238d-eb1a-000000000cb0 6562 1726776656.92932: done sending task result for task 12343ab9-b159-238d-eb1a-000000000cb0 6562 1726776656.92934: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6562 1726776656.93001: no more pending results, returning what we have 6562 1726776656.93004: results queue empty 6562 1726776656.93005: checking for any_errors_fatal 6562 1726776656.93018: done checking for any_errors_fatal 6562 1726776656.93018: checking for max_fail_percentage 6562 1726776656.93020: done checking for max_fail_percentage 6562 1726776656.93021: checking to see if all hosts have failed and the running result is not ok 6562 1726776656.93022: done checking to see if all hosts have failed 6562 1726776656.93022: getting the remaining hosts for this loop 6562 1726776656.93024: done getting the remaining hosts for this loop 6562 1726776656.93028: getting the next task for host managed_node2 6562 1726776656.93036: done getting next task for host managed_node2 6562 1726776656.93039: ^ task is: TASK: Ensure kernel_settings is not in active_profile 6562 1726776656.93042: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776656.93046: getting variables 6562 1726776656.93047: in VariableManager get_vars() 6562 1726776656.93080: Calling all_inventory to load vars for managed_node2 6562 1726776656.93083: Calling groups_inventory to load vars for managed_node2 6562 1726776656.93085: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776656.93096: Calling all_plugins_play to load vars for managed_node2 6562 1726776656.93099: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776656.93101: Calling groups_plugins_play to load vars for managed_node2 6562 1726776656.93229: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776656.93347: done with get_vars() 6562 1726776656.93356: done getting variables 6562 1726776656.93404: 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:56 -0400 (0:00:00.330) 0:01:39.169 **** 6562 1726776656.93427: entering _queue_task() for managed_node2/copy 6562 1726776656.93630: worker is 1 (out of 1 available) 6562 1726776656.93644: exiting _queue_task() for managed_node2/copy 6562 1726776656.93656: done queuing things up, now waiting for results queue to drain 6562 1726776656.93658: waiting for pending results... 6562 1726776656.93841: running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings is not in active_profile 6562 1726776656.93914: in run() - task 12343ab9-b159-238d-eb1a-000000000cb1 6562 1726776656.93924: variable 'ansible_search_path' from source: unknown 6562 1726776656.93927: variable 'ansible_search_path' from source: unknown 6562 1726776656.93955: calling self._execute() 6562 1726776656.94027: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776656.94031: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776656.94041: variable 'omit' from source: magic vars 6562 1726776656.94117: variable 'omit' from source: magic vars 6562 1726776656.94150: variable 'omit' from source: magic vars 6562 1726776656.94172: variable '__active_profile' from source: task vars 6562 1726776656.94407: variable '__active_profile' from source: task vars 6562 1726776656.94548: variable '__cur_profile' from source: task vars 6562 1726776656.94649: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6562 1726776656.96324: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6562 1726776656.96366: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6562 1726776656.96396: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6562 1726776656.96424: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6562 1726776656.96444: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6562 1726776656.96503: 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) 6562 1726776656.96524: 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) 6562 1726776656.96542: 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) 6562 1726776656.96567: 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) 6562 1726776656.96578: 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) 6562 1726776656.96652: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6562 1726776656.96692: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6562 1726776656.96742: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6562 1726776656.96792: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6562 1726776656.96812: variable 'omit' from source: magic vars 6562 1726776656.96836: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776656.96857: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776656.96872: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776656.96900: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776656.96908: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776656.96930: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776656.96933: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776656.96936: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776656.97004: Set connection var ansible_timeout to 10 6562 1726776656.97010: Set connection var ansible_pipelining to False 6562 1726776656.97016: Set connection var ansible_shell_executable to /bin/sh 6562 1726776656.97022: Set connection var ansible_shell_type to sh 6562 1726776656.97027: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776656.97030: Set connection var ansible_connection to ssh 6562 1726776656.97047: variable 'ansible_shell_executable' from source: unknown 6562 1726776656.97050: variable 'ansible_connection' from source: unknown 6562 1726776656.97052: variable 'ansible_module_compression' from source: unknown 6562 1726776656.97054: variable 'ansible_shell_type' from source: unknown 6562 1726776656.97056: variable 'ansible_shell_executable' from source: unknown 6562 1726776656.97059: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776656.97063: variable 'ansible_pipelining' from source: unknown 6562 1726776656.97065: variable 'ansible_timeout' from source: unknown 6562 1726776656.97069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776656.97141: 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) 6562 1726776656.97149: variable 'omit' from source: magic vars 6562 1726776656.97154: starting attempt loop 6562 1726776656.97157: running the handler 6562 1726776656.97167: _low_level_execute_command(): starting 6562 1726776656.97173: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776656.97664: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776656.97667: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.97670: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776656.97673: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776656.97727: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776656.97730: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776656.97732: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776656.97795: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776656.99462: stdout chunk (state=3): >>>/root <<< 6562 1726776656.99555: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776656.99591: stderr chunk (state=3): >>><<< 6562 1726776656.99594: stdout chunk (state=3): >>><<< 6562 1726776656.99616: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776656.99628: _low_level_execute_command(): starting 6562 1726776656.99633: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148 `" && echo ansible-tmp-1726776656.9961758-9936-260094020532148="` echo /root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148 `" ) && sleep 0' 6562 1726776657.00053: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776657.00084: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776657.00092: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.00095: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776657.00097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776657.00099: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.00148: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.00151: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.00153: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.00210: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.02244: stdout chunk (state=3): >>>ansible-tmp-1726776656.9961758-9936-260094020532148=/root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148 <<< 6562 1726776657.02344: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776657.02373: stderr chunk (state=3): >>><<< 6562 1726776657.02376: stdout chunk (state=3): >>><<< 6562 1726776657.02394: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776656.9961758-9936-260094020532148=/root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776657.02467: variable 'ansible_module_compression' from source: unknown 6562 1726776657.02510: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776657.02539: variable 'ansible_facts' from source: unknown 6562 1726776657.02590: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/AnsiballZ_stat.py 6562 1726776657.02676: Sending initial data 6562 1726776657.02680: Sent initial data (151 bytes) 6562 1726776657.03126: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776657.03130: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776657.03132: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.03134: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.03136: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.03188: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.03192: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.03242: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.04830: 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 <<< 6562 1726776657.04888: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776657.04933: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpq9_lm88j /root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/AnsiballZ_stat.py <<< 6562 1726776657.04942: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/AnsiballZ_stat.py" <<< 6562 1726776657.04983: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpq9_lm88j" to remote "/root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/AnsiballZ_stat.py" <<< 6562 1726776657.04988: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/AnsiballZ_stat.py" <<< 6562 1726776657.05535: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776657.05581: stderr chunk (state=3): >>><<< 6562 1726776657.05584: stdout chunk (state=3): >>><<< 6562 1726776657.05627: done transferring module to remote 6562 1726776657.05636: _low_level_execute_command(): starting 6562 1726776657.05640: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/ /root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/AnsiballZ_stat.py && sleep 0' 6562 1726776657.06072: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.06076: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.06096: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.06149: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.06152: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.06156: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.06207: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.08014: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776657.08018: stderr chunk (state=3): >>><<< 6562 1726776657.08021: stdout chunk (state=3): >>><<< 6562 1726776657.08037: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776657.08040: _low_level_execute_command(): starting 6562 1726776657.08043: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/AnsiballZ_stat.py && sleep 0' 6562 1726776657.08499: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.08503: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.08505: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.08508: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.08559: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.08564: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.08571: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.08620: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.25394: 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": 517996677, "dev": 51714, "nlink": 1, "atime": 1726776656.886781, "mtime": 1726776654.3137639, "ctime": 1726776654.3137639, "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": "2773188140", "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}}} <<< 6562 1726776657.26932: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776657.26959: stderr chunk (state=3): >>><<< 6562 1726776657.26963: stdout chunk (state=3): >>><<< 6562 1726776657.26978: _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": 517996677, "dev": 51714, "nlink": 1, "atime": 1726776656.886781, "mtime": 1726776654.3137639, "ctime": 1726776654.3137639, "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": "2773188140", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776657.27023: 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-1726776656.9961758-9936-260094020532148/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776657.27110: Sending initial data 6562 1726776657.27113: Sent initial data (139 bytes) 6562 1726776657.27544: 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 <<< 6562 1726776657.27550: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.27564: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.27619: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.27622: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.27624: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.27679: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.29299: 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 <<< 6562 1726776657.29345: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776657.29396: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/.tl7js_r7 /root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/.source <<< 6562 1726776657.29400: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/.source" <<< 6562 1726776657.29441: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/.tl7js_r7" to remote "/root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/.source" <<< 6562 1726776657.29447: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/.source" <<< 6562 1726776657.29635: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776657.29679: stderr chunk (state=3): >>><<< 6562 1726776657.29682: stdout chunk (state=3): >>><<< 6562 1726776657.29708: _low_level_execute_command(): starting 6562 1726776657.29711: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/ /root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/.source && sleep 0' 6562 1726776657.30164: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776657.30168: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.30171: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776657.30173: 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 <<< 6562 1726776657.30175: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.30229: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.30237: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.30240: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.30281: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.32064: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776657.32089: stderr chunk (state=3): >>><<< 6562 1726776657.32093: stdout chunk (state=3): >>><<< 6562 1726776657.32105: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776657.32127: variable 'ansible_module_compression' from source: unknown 6562 1726776657.32163: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6562 1726776657.32180: variable 'ansible_facts' from source: unknown 6562 1726776657.32241: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/AnsiballZ_copy.py 6562 1726776657.32334: Sending initial data 6562 1726776657.32337: Sent initial data (151 bytes) 6562 1726776657.32789: 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 <<< 6562 1726776657.32793: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.32795: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.32797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.32850: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.32853: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.32855: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.32908: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.34469: 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 <<< 6562 1726776657.34516: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776657.34570: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp9xr1csla /root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/AnsiballZ_copy.py <<< 6562 1726776657.34576: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/AnsiballZ_copy.py" <<< 6562 1726776657.34616: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmp9xr1csla" to remote "/root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/AnsiballZ_copy.py" <<< 6562 1726776657.34618: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/AnsiballZ_copy.py" <<< 6562 1726776657.35210: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776657.35253: stderr chunk (state=3): >>><<< 6562 1726776657.35257: stdout chunk (state=3): >>><<< 6562 1726776657.35296: done transferring module to remote 6562 1726776657.35303: _low_level_execute_command(): starting 6562 1726776657.35308: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/ /root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/AnsiballZ_copy.py && sleep 0' 6562 1726776657.35781: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.35788: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.35791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.35847: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.35850: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.35852: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.35907: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.37717: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776657.37741: stderr chunk (state=3): >>><<< 6562 1726776657.37744: stdout chunk (state=3): >>><<< 6562 1726776657.37758: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776657.37761: _low_level_execute_command(): starting 6562 1726776657.37766: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/AnsiballZ_copy.py && sleep 0' 6562 1726776657.38216: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.38220: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776657.38224: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.38275: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.38278: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.38280: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.38340: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.54649: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/.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-1726776656.9961758-9936-260094020532148/.source", "_original_basename": ".tl7js_r7", "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}}} <<< 6562 1726776657.56032: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776657.56056: stderr chunk (state=3): >>><<< 6562 1726776657.56059: stdout chunk (state=3): >>><<< 6562 1726776657.56074: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/.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-1726776656.9961758-9936-260094020532148/.source", "_original_basename": ".tl7js_r7", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776657.56102: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/.source', '_original_basename': '.tl7js_r7', '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-1726776656.9961758-9936-260094020532148/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776657.56111: _low_level_execute_command(): starting 6562 1726776657.56116: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776656.9961758-9936-260094020532148/ > /dev/null 2>&1 && sleep 0' 6562 1726776657.56559: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.56564: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.56594: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776657.56598: 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.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776657.56600: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.56651: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.56654: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.56656: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.56715: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.58566: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776657.58593: stderr chunk (state=3): >>><<< 6562 1726776657.58596: stdout chunk (state=3): >>><<< 6562 1726776657.58612: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776657.58620: handler run complete 6562 1726776657.58638: attempt loop complete, returning result 6562 1726776657.58641: _execute() done 6562 1726776657.58644: dumping result to json 6562 1726776657.58649: done dumping result, returning 6562 1726776657.58656: done running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings is not in active_profile [12343ab9-b159-238d-eb1a-000000000cb1] 6562 1726776657.58661: sending task result for task 12343ab9-b159-238d-eb1a-000000000cb1 6562 1726776657.58769: done sending task result for task 12343ab9-b159-238d-eb1a-000000000cb1 6562 1726776657.58771: WORKER PROCESS EXITING changed: [managed_node2] => { "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-1726776656.9961758-9936-260094020532148/.source", "state": "file", "uid": 0 } 6562 1726776657.58848: no more pending results, returning what we have 6562 1726776657.58851: results queue empty 6562 1726776657.58852: checking for any_errors_fatal 6562 1726776657.58860: done checking for any_errors_fatal 6562 1726776657.58860: checking for max_fail_percentage 6562 1726776657.58862: done checking for max_fail_percentage 6562 1726776657.58862: checking to see if all hosts have failed and the running result is not ok 6562 1726776657.58863: done checking to see if all hosts have failed 6562 1726776657.58864: getting the remaining hosts for this loop 6562 1726776657.58866: done getting the remaining hosts for this loop 6562 1726776657.58870: getting the next task for host managed_node2 6562 1726776657.58877: done getting next task for host managed_node2 6562 1726776657.58879: ^ task is: TASK: Set profile_mode to auto 6562 1726776657.58883: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776657.58888: getting variables 6562 1726776657.58890: in VariableManager get_vars() 6562 1726776657.58924: Calling all_inventory to load vars for managed_node2 6562 1726776657.58927: Calling groups_inventory to load vars for managed_node2 6562 1726776657.58929: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776657.58940: Calling all_plugins_play to load vars for managed_node2 6562 1726776657.58942: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776657.58945: Calling groups_plugins_play to load vars for managed_node2 6562 1726776657.59115: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776657.59230: done with get_vars() 6562 1726776657.59238: done getting variables 6562 1726776657.59279: 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:57 -0400 (0:00:00.658) 0:01:39.827 **** 6562 1726776657.59304: entering _queue_task() for managed_node2/copy 6562 1726776657.59526: worker is 1 (out of 1 available) 6562 1726776657.59540: exiting _queue_task() for managed_node2/copy 6562 1726776657.59555: done queuing things up, now waiting for results queue to drain 6562 1726776657.59556: waiting for pending results... 6562 1726776657.59754: running TaskExecutor() for managed_node2/TASK: Set profile_mode to auto 6562 1726776657.59830: in run() - task 12343ab9-b159-238d-eb1a-000000000cb2 6562 1726776657.59841: variable 'ansible_search_path' from source: unknown 6562 1726776657.59845: variable 'ansible_search_path' from source: unknown 6562 1726776657.59876: calling self._execute() 6562 1726776657.59951: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776657.59955: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776657.59965: variable 'omit' from source: magic vars 6562 1726776657.60048: variable 'omit' from source: magic vars 6562 1726776657.60079: variable 'omit' from source: magic vars 6562 1726776657.60109: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 6562 1726776657.60333: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 6562 1726776657.60395: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6562 1726776657.60427: variable 'omit' from source: magic vars 6562 1726776657.60462: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776657.60491: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776657.60510: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776657.60524: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776657.60534: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776657.60559: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776657.60562: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776657.60565: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776657.60635: Set connection var ansible_timeout to 10 6562 1726776657.60642: Set connection var ansible_pipelining to False 6562 1726776657.60648: Set connection var ansible_shell_executable to /bin/sh 6562 1726776657.60766: Set connection var ansible_shell_type to sh 6562 1726776657.60769: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776657.60772: Set connection var ansible_connection to ssh 6562 1726776657.60774: variable 'ansible_shell_executable' from source: unknown 6562 1726776657.60777: variable 'ansible_connection' from source: unknown 6562 1726776657.60780: variable 'ansible_module_compression' from source: unknown 6562 1726776657.60782: variable 'ansible_shell_type' from source: unknown 6562 1726776657.60784: variable 'ansible_shell_executable' from source: unknown 6562 1726776657.60788: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776657.60790: variable 'ansible_pipelining' from source: unknown 6562 1726776657.60792: variable 'ansible_timeout' from source: unknown 6562 1726776657.60794: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776657.60812: 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) 6562 1726776657.60823: variable 'omit' from source: magic vars 6562 1726776657.60829: starting attempt loop 6562 1726776657.60832: running the handler 6562 1726776657.60844: _low_level_execute_command(): starting 6562 1726776657.60851: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776657.61375: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.61381: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.61388: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.61440: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.61443: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.61451: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.61502: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.63156: stdout chunk (state=3): >>>/root <<< 6562 1726776657.63243: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776657.63273: stderr chunk (state=3): >>><<< 6562 1726776657.63277: stdout chunk (state=3): >>><<< 6562 1726776657.63301: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776657.63314: _low_level_execute_command(): starting 6562 1726776657.63320: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012 `" && echo ansible-tmp-1726776657.6330223-9954-70705824510012="` echo /root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012 `" ) && sleep 0' 6562 1726776657.63785: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.63792: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776657.63802: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776657.63805: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.63848: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.63852: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.63854: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.63911: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.65913: stdout chunk (state=3): >>>ansible-tmp-1726776657.6330223-9954-70705824510012=/root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012 <<< 6562 1726776657.66011: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776657.66040: stderr chunk (state=3): >>><<< 6562 1726776657.66043: stdout chunk (state=3): >>><<< 6562 1726776657.66060: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776657.6330223-9954-70705824510012=/root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776657.66142: variable 'ansible_module_compression' from source: unknown 6562 1726776657.66183: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6562 1726776657.66219: variable 'ansible_facts' from source: unknown 6562 1726776657.66267: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/AnsiballZ_stat.py 6562 1726776657.66364: Sending initial data 6562 1726776657.66367: Sent initial data (150 bytes) 6562 1726776657.66832: 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 <<< 6562 1726776657.66836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration <<< 6562 1726776657.66839: 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.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776657.66841: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.66893: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.66896: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.66899: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.66964: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.68517: 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 <<< 6562 1726776657.68561: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776657.68610: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpf5q1u4fo /root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/AnsiballZ_stat.py <<< 6562 1726776657.68617: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/AnsiballZ_stat.py" <<< 6562 1726776657.68661: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpf5q1u4fo" to remote "/root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/AnsiballZ_stat.py" <<< 6562 1726776657.68667: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/AnsiballZ_stat.py" <<< 6562 1726776657.69237: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776657.69279: stderr chunk (state=3): >>><<< 6562 1726776657.69283: stdout chunk (state=3): >>><<< 6562 1726776657.69309: done transferring module to remote 6562 1726776657.69319: _low_level_execute_command(): starting 6562 1726776657.69325: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/ /root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/AnsiballZ_stat.py && sleep 0' 6562 1726776657.69778: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.69782: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.69784: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.69789: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.69845: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.69849: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.69851: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.69909: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.71678: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776657.71683: stdout chunk (state=3): >>><<< 6562 1726776657.71690: stderr chunk (state=3): >>><<< 6562 1726776657.71703: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776657.71706: _low_level_execute_command(): starting 6562 1726776657.71712: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/AnsiballZ_stat.py && sleep 0' 6562 1726776657.72168: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.72172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.72175: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 <<< 6562 1726776657.72177: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.72234: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.72238: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.72240: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.72299: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.88846: 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": 524288132, "dev": 51714, "nlink": 1, "atime": 1726776652.551752, "mtime": 1726776654.3137639, "ctime": 1726776654.3137639, "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": "4203923433", "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}}} <<< 6562 1726776657.90413: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776657.90442: stderr chunk (state=3): >>><<< 6562 1726776657.90445: stdout chunk (state=3): >>><<< 6562 1726776657.90462: _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": 524288132, "dev": 51714, "nlink": 1, "atime": 1726776652.551752, "mtime": 1726776654.3137639, "ctime": 1726776654.3137639, "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": "4203923433", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776657.90514: 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-1726776657.6330223-9954-70705824510012/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6562 1726776657.90612: Sending initial data 6562 1726776657.90616: Sent initial data (138 bytes) 6562 1726776657.91070: 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 <<< 6562 1726776657.91073: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.91076: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address <<< 6562 1726776657.91078: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.91082: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.91135: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.91138: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.91140: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.91195: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.92807: 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 <<< 6562 1726776657.92849: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776657.92904: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/.jbt10xcd /root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/.source <<< 6562 1726776657.92910: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/.source" <<< 6562 1726776657.92949: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/.jbt10xcd" to remote "/root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/.source" <<< 6562 1726776657.92952: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/.source" <<< 6562 1726776657.93147: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776657.93193: stderr chunk (state=3): >>><<< 6562 1726776657.93196: stdout chunk (state=3): >>><<< 6562 1726776657.93217: _low_level_execute_command(): starting 6562 1726776657.93220: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/ /root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/.source && sleep 0' 6562 1726776657.93668: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776657.93672: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776657.93674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.93676: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.93678: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.93732: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.93736: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.93740: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.93783: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.95534: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776657.95559: stderr chunk (state=3): >>><<< 6562 1726776657.95562: stdout chunk (state=3): >>><<< 6562 1726776657.95575: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776657.95604: variable 'ansible_module_compression' from source: unknown 6562 1726776657.95636: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6562 1726776657.95652: variable 'ansible_facts' from source: unknown 6562 1726776657.95698: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/AnsiballZ_copy.py 6562 1726776657.95784: Sending initial data 6562 1726776657.95792: Sent initial data (150 bytes) 6562 1726776657.96229: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776657.96232: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776657.96234: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.96240: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776657.96242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776657.96243: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.96290: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.96294: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.96349: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776657.97887: 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 <<< 6562 1726776657.97929: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776657.97979: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpptkncaxu /root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/AnsiballZ_copy.py <<< 6562 1726776657.97982: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/AnsiballZ_copy.py" <<< 6562 1726776657.98026: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpptkncaxu" to remote "/root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/AnsiballZ_copy.py" <<< 6562 1726776657.98029: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/AnsiballZ_copy.py" <<< 6562 1726776657.98581: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776657.98624: stderr chunk (state=3): >>><<< 6562 1726776657.98627: stdout chunk (state=3): >>><<< 6562 1726776657.98652: done transferring module to remote 6562 1726776657.98659: _low_level_execute_command(): starting 6562 1726776657.98663: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/ /root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/AnsiballZ_copy.py && sleep 0' 6562 1726776657.99102: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.99105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776657.99107: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776657.99109: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776657.99112: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776657.99161: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776657.99168: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776657.99170: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776657.99213: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776658.00965: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776658.00994: stderr chunk (state=3): >>><<< 6562 1726776658.00997: stdout chunk (state=3): >>><<< 6562 1726776658.01010: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776658.01014: _low_level_execute_command(): starting 6562 1726776658.01017: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/AnsiballZ_copy.py && sleep 0' 6562 1726776658.01439: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776658.01443: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776658.01445: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776658.01447: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776658.01449: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776658.01502: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776658.01505: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776658.01564: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776658.17896: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/.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-1726776657.6330223-9954-70705824510012/.source", "_original_basename": ".jbt10xcd", "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}}} <<< 6562 1726776658.19298: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776658.19324: stderr chunk (state=3): >>><<< 6562 1726776658.19328: stdout chunk (state=3): >>><<< 6562 1726776658.19343: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/.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-1726776657.6330223-9954-70705824510012/.source", "_original_basename": ".jbt10xcd", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776658.19372: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/.source', '_original_basename': '.jbt10xcd', '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-1726776657.6330223-9954-70705824510012/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776658.19381: _low_level_execute_command(): starting 6562 1726776658.19390: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776657.6330223-9954-70705824510012/ > /dev/null 2>&1 && sleep 0' 6562 1726776658.19836: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776658.19839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776658.19842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776658.19844: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776658.19846: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776658.19891: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776658.19896: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776658.19917: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776658.19960: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776658.21811: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776658.21837: stderr chunk (state=3): >>><<< 6562 1726776658.21841: stdout chunk (state=3): >>><<< 6562 1726776658.21852: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776658.21859: handler run complete 6562 1726776658.21878: attempt loop complete, returning result 6562 1726776658.21881: _execute() done 6562 1726776658.21883: dumping result to json 6562 1726776658.21894: done dumping result, returning 6562 1726776658.21903: done running TaskExecutor() for managed_node2/TASK: Set profile_mode to auto [12343ab9-b159-238d-eb1a-000000000cb2] 6562 1726776658.21907: sending task result for task 12343ab9-b159-238d-eb1a-000000000cb2 6562 1726776658.22008: done sending task result for task 12343ab9-b159-238d-eb1a-000000000cb2 6562 1726776658.22011: WORKER PROCESS EXITING changed: [managed_node2] => { "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-1726776657.6330223-9954-70705824510012/.source", "state": "file", "uid": 0 } 6562 1726776658.22074: no more pending results, returning what we have 6562 1726776658.22077: results queue empty 6562 1726776658.22078: checking for any_errors_fatal 6562 1726776658.22090: done checking for any_errors_fatal 6562 1726776658.22091: checking for max_fail_percentage 6562 1726776658.22092: done checking for max_fail_percentage 6562 1726776658.22093: checking to see if all hosts have failed and the running result is not ok 6562 1726776658.22094: done checking to see if all hosts have failed 6562 1726776658.22095: getting the remaining hosts for this loop 6562 1726776658.22097: done getting the remaining hosts for this loop 6562 1726776658.22101: getting the next task for host managed_node2 6562 1726776658.22107: done getting next task for host managed_node2 6562 1726776658.22110: ^ task is: TASK: Restart tuned 6562 1726776658.22113: ^ state is: HOST STATE: block=2, task=51, 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 6562 1726776658.22116: getting variables 6562 1726776658.22118: in VariableManager get_vars() 6562 1726776658.22152: Calling all_inventory to load vars for managed_node2 6562 1726776658.22155: Calling groups_inventory to load vars for managed_node2 6562 1726776658.22157: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776658.22166: Calling all_plugins_play to load vars for managed_node2 6562 1726776658.22168: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776658.22170: Calling groups_plugins_play to load vars for managed_node2 6562 1726776658.22301: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776658.22419: done with get_vars() 6562 1726776658.22427: done getting variables 6562 1726776658.22469: 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:58 -0400 (0:00:00.631) 0:01:40.459 **** 6562 1726776658.22493: entering _queue_task() for managed_node2/service 6562 1726776658.22687: worker is 1 (out of 1 available) 6562 1726776658.22702: exiting _queue_task() for managed_node2/service 6562 1726776658.22714: done queuing things up, now waiting for results queue to drain 6562 1726776658.22716: waiting for pending results... 6562 1726776658.22897: running TaskExecutor() for managed_node2/TASK: Restart tuned 6562 1726776658.22965: in run() - task 12343ab9-b159-238d-eb1a-000000000cb3 6562 1726776658.22977: variable 'ansible_search_path' from source: unknown 6562 1726776658.22980: variable 'ansible_search_path' from source: unknown 6562 1726776658.23018: variable '__kernel_settings_services' from source: include_vars 6562 1726776658.23260: variable '__kernel_settings_services' from source: include_vars 6562 1726776658.23321: variable 'omit' from source: magic vars 6562 1726776658.23410: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776658.23417: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776658.23426: variable 'omit' from source: magic vars 6562 1726776658.23478: variable 'omit' from source: magic vars 6562 1726776658.23511: variable 'omit' from source: magic vars 6562 1726776658.23538: variable 'item' from source: unknown 6562 1726776658.23599: variable 'item' from source: unknown 6562 1726776658.23675: variable 'omit' from source: magic vars 6562 1726776658.23710: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6562 1726776658.23736: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6562 1726776658.23753: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6562 1726776658.23766: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776658.23775: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6562 1726776658.23802: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6562 1726776658.23807: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776658.23809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776658.23874: Set connection var ansible_timeout to 10 6562 1726776658.23881: Set connection var ansible_pipelining to False 6562 1726776658.23887: Set connection var ansible_shell_executable to /bin/sh 6562 1726776658.23896: Set connection var ansible_shell_type to sh 6562 1726776658.23901: Set connection var ansible_module_compression to ZIP_DEFLATED 6562 1726776658.23903: Set connection var ansible_connection to ssh 6562 1726776658.23918: variable 'ansible_shell_executable' from source: unknown 6562 1726776658.23921: variable 'ansible_connection' from source: unknown 6562 1726776658.23923: variable 'ansible_module_compression' from source: unknown 6562 1726776658.23925: variable 'ansible_shell_type' from source: unknown 6562 1726776658.23928: variable 'ansible_shell_executable' from source: unknown 6562 1726776658.23930: variable 'ansible_host' from source: host vars for 'managed_node2' 6562 1726776658.23932: variable 'ansible_pipelining' from source: unknown 6562 1726776658.23936: variable 'ansible_timeout' from source: unknown 6562 1726776658.23939: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6562 1726776658.24043: 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) 6562 1726776658.24050: variable 'omit' from source: magic vars 6562 1726776658.24055: starting attempt loop 6562 1726776658.24058: running the handler 6562 1726776658.24124: variable 'ansible_facts' from source: unknown 6562 1726776658.24209: _low_level_execute_command(): starting 6562 1726776658.24215: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6562 1726776658.24722: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776658.24726: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6562 1726776658.24729: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776658.24732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776658.24781: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776658.24788: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776658.24792: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776658.24845: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776658.26451: stdout chunk (state=3): >>>/root <<< 6562 1726776658.26548: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776658.26580: stderr chunk (state=3): >>><<< 6562 1726776658.26583: stdout chunk (state=3): >>><<< 6562 1726776658.26607: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776658.26620: _low_level_execute_command(): starting 6562 1726776658.26627: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776658.2660847-9969-96892274985862 `" && echo ansible-tmp-1726776658.2660847-9969-96892274985862="` echo /root/.ansible/tmp/ansible-tmp-1726776658.2660847-9969-96892274985862 `" ) && sleep 0' 6562 1726776658.27058: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776658.27062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776658.27100: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776658.27104: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776658.27107: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776658.27157: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776658.27160: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776658.27162: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776658.27217: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776658.29258: stdout chunk (state=3): >>>ansible-tmp-1726776658.2660847-9969-96892274985862=/root/.ansible/tmp/ansible-tmp-1726776658.2660847-9969-96892274985862 <<< 6562 1726776658.29363: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776658.29392: stderr chunk (state=3): >>><<< 6562 1726776658.29396: stdout chunk (state=3): >>><<< 6562 1726776658.29411: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776658.2660847-9969-96892274985862=/root/.ansible/tmp/ansible-tmp-1726776658.2660847-9969-96892274985862 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776658.29439: variable 'ansible_module_compression' from source: unknown 6562 1726776658.29478: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6562bhq_t8hb/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6562 1726776658.29530: variable 'ansible_facts' from source: unknown 6562 1726776658.29662: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776658.2660847-9969-96892274985862/AnsiballZ_systemd.py 6562 1726776658.29768: Sending initial data 6562 1726776658.29771: Sent initial data (153 bytes) 6562 1726776658.30216: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776658.30220: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776658.30223: 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.11.25 is address <<< 6562 1726776658.30225: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776658.30227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776658.30276: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776658.30280: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776658.30283: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776658.30329: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776658.31871: 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" <<< 6562 1726776658.31878: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6562 1726776658.31916: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6562 1726776658.31969: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpskna_vgv /root/.ansible/tmp/ansible-tmp-1726776658.2660847-9969-96892274985862/AnsiballZ_systemd.py <<< 6562 1726776658.31976: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776658.2660847-9969-96892274985862/AnsiballZ_systemd.py" <<< 6562 1726776658.32017: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6562bhq_t8hb/tmpskna_vgv" to remote "/root/.ansible/tmp/ansible-tmp-1726776658.2660847-9969-96892274985862/AnsiballZ_systemd.py" <<< 6562 1726776658.32019: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776658.2660847-9969-96892274985862/AnsiballZ_systemd.py" <<< 6562 1726776658.33084: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776658.33129: stderr chunk (state=3): >>><<< 6562 1726776658.33133: stdout chunk (state=3): >>><<< 6562 1726776658.33171: done transferring module to remote 6562 1726776658.33180: _low_level_execute_command(): starting 6562 1726776658.33187: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776658.2660847-9969-96892274985862/ /root/.ansible/tmp/ansible-tmp-1726776658.2660847-9969-96892274985862/AnsiballZ_systemd.py && sleep 0' 6562 1726776658.33630: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776658.33633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found <<< 6562 1726776658.33635: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776658.33641: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6562 1726776658.33643: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776658.33692: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776658.33702: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776658.33746: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776658.35509: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776658.35535: stderr chunk (state=3): >>><<< 6562 1726776658.35538: stdout chunk (state=3): >>><<< 6562 1726776658.35551: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776658.35554: _low_level_execute_command(): starting 6562 1726776658.35559: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776658.2660847-9969-96892274985862/AnsiballZ_systemd.py && sleep 0' 6562 1726776658.35984: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776658.35989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776658.35992: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776658.35994: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776658.35996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776658.35998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776658.36047: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776658.36055: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776658.36058: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776658.36106: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776658.65739: 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": "709", "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:10 EDT", "ExecMainStartTimestampMonotonic": "9728163", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ExecMainHandoffTimestampMonotonic": "9745362", "ExecMainPID": "709", "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:10 EDT] ; stop_time=[n/a] ; pid=709 ; 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:10 EDT] ; stop_time=[n/a] ; pid=709 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3094", "MemoryCurrent": "19951616", "MemoryPeak": "21700608", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3340726272", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "266262000", "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": "83886<<< 6562 1726776658.65756: stdout chunk (state=3): >>>08", "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": "system.slice dbus-broker.service sysinit.target dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus-broker.service basic.target systemd-journald.socket system.slice network.target sysinit.target dbus.socket systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:<<< 6562 1726776658.65760: stdout chunk (state=3): >>>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:11 EDT", "StateChangeTimestampMonotonic": "10286723", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:10 EDT", "InactiveExitTimestampMonotonic": "9729936", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:11 EDT", "ActiveEnterTimestampMonotonic": "10286723", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ConditionTimestampMonotonic": "9725085", "AssertTimestamp": "Thu 2024-09-19 16:10:10 EDT", "AssertTimestampMonotonic": "9725088", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "6bcad8262b34446983db3cf0225fbb2b", "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}}} <<< 6562 1726776658.67663: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.25 closed. <<< 6562 1726776658.67696: stderr chunk (state=3): >>><<< 6562 1726776658.67699: stdout chunk (state=3): >>><<< 6562 1726776658.67724: _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": "709", "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:10 EDT", "ExecMainStartTimestampMonotonic": "9728163", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ExecMainHandoffTimestampMonotonic": "9745362", "ExecMainPID": "709", "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:10 EDT] ; stop_time=[n/a] ; pid=709 ; 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:10 EDT] ; stop_time=[n/a] ; pid=709 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3094", "MemoryCurrent": "19951616", "MemoryPeak": "21700608", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3340726272", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "266262000", "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": "system.slice dbus-broker.service sysinit.target dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus-broker.service basic.target systemd-journald.socket system.slice network.target sysinit.target dbus.socket 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:11 EDT", "StateChangeTimestampMonotonic": "10286723", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:10 EDT", "InactiveExitTimestampMonotonic": "9729936", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:11 EDT", "ActiveEnterTimestampMonotonic": "10286723", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ConditionTimestampMonotonic": "9725085", "AssertTimestamp": "Thu 2024-09-19 16:10:10 EDT", "AssertTimestampMonotonic": "9725088", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "6bcad8262b34446983db3cf0225fbb2b", "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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK 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.11.25 closed. 6562 1726776658.68113: 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-1726776658.2660847-9969-96892274985862/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6562 1726776658.68127: _low_level_execute_command(): starting 6562 1726776658.68132: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776658.2660847-9969-96892274985862/ > /dev/null 2>&1 && sleep 0' 6562 1726776658.68557: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776658.68564: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6562 1726776658.68592: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776658.68595: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6562 1726776658.68598: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found <<< 6562 1726776658.68600: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6562 1726776658.68653: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' <<< 6562 1726776658.68661: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6562 1726776658.68664: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6562 1726776658.68708: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6562 1726776658.70538: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6562 1726776658.70563: stderr chunk (state=3): >>><<< 6562 1726776658.70566: stdout chunk (state=3): >>><<< 6562 1726776658.70580: _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.11.25 originally 10.31.11.25 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.25 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.25 originally 10.31.11.25 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/ca34c390ad' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6562 1726776658.70592: handler run complete 6562 1726776658.70628: attempt loop complete, returning result 6562 1726776658.70644: variable 'item' from source: unknown 6562 1726776658.70705: variable 'item' from source: unknown ok: [managed_node2] => (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:11 EDT", "ActiveEnterTimestampMonotonic": "10286723", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service dbus-broker.service basic.target systemd-journald.socket system.slice network.target sysinit.target dbus.socket systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:10:10 EDT", "AssertTimestampMonotonic": "9725088", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "266262000", "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:10 EDT", "ConditionTimestampMonotonic": "9725085", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service shutdown.target tlp.service power-profiles-daemon.service cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3094", "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:10 EDT", "ExecMainHandoffTimestampMonotonic": "9745362", "ExecMainPID": "709", "ExecMainStartTimestamp": "Thu 2024-09-19 16:10:10 EDT", "ExecMainStartTimestampMonotonic": "9728163", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:10:10 EDT] ; stop_time=[n/a] ; pid=709 ; 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:10 EDT] ; stop_time=[n/a] ; pid=709 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:10 EDT", "InactiveExitTimestampMonotonic": "9729936", "InvocationID": "6bcad8262b34446983db3cf0225fbb2b", "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": "709", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3340726272", "MemoryCurrent": "19951616", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "21700608", "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": "system.slice dbus-broker.service sysinit.target dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:10:11 EDT", "StateChangeTimestampMonotonic": "10286723", "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" } } 6562 1726776658.71208: dumping result to json 6562 1726776658.71211: done dumping result, returning 6562 1726776658.71212: done running TaskExecutor() for managed_node2/TASK: Restart tuned [12343ab9-b159-238d-eb1a-000000000cb3] 6562 1726776658.71214: sending task result for task 12343ab9-b159-238d-eb1a-000000000cb3 6562 1726776658.71467: done sending task result for task 12343ab9-b159-238d-eb1a-000000000cb3 6562 1726776658.71471: WORKER PROCESS EXITING 6562 1726776658.71539: no more pending results, returning what we have 6562 1726776658.71541: results queue empty 6562 1726776658.71542: checking for any_errors_fatal 6562 1726776658.71544: done checking for any_errors_fatal 6562 1726776658.71545: checking for max_fail_percentage 6562 1726776658.71546: done checking for max_fail_percentage 6562 1726776658.71546: checking to see if all hosts have failed and the running result is not ok 6562 1726776658.71547: done checking to see if all hosts have failed 6562 1726776658.71547: getting the remaining hosts for this loop 6562 1726776658.71548: done getting the remaining hosts for this loop 6562 1726776658.71550: getting the next task for host managed_node2 6562 1726776658.71555: done getting next task for host managed_node2 6562 1726776658.71556: ^ task is: TASK: meta (flush_handlers) 6562 1726776658.71557: ^ 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 6562 1726776658.71560: getting variables 6562 1726776658.71561: in VariableManager get_vars() 6562 1726776658.71580: Calling all_inventory to load vars for managed_node2 6562 1726776658.71581: Calling groups_inventory to load vars for managed_node2 6562 1726776658.71583: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776658.71593: Calling all_plugins_play to load vars for managed_node2 6562 1726776658.71594: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776658.71596: Calling groups_plugins_play to load vars for managed_node2 6562 1726776658.71684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776658.71792: done with get_vars() 6562 1726776658.71800: done getting variables 6562 1726776658.71844: in VariableManager get_vars() 6562 1726776658.71852: Calling all_inventory to load vars for managed_node2 6562 1726776658.71853: Calling groups_inventory to load vars for managed_node2 6562 1726776658.71855: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776658.71857: Calling all_plugins_play to load vars for managed_node2 6562 1726776658.71859: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776658.71860: Calling groups_plugins_play to load vars for managed_node2 6562 1726776658.71949: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776658.72052: done with get_vars() 6562 1726776658.72061: done queuing things up, now waiting for results queue to drain 6562 1726776658.72062: results queue empty 6562 1726776658.72063: checking for any_errors_fatal 6562 1726776658.72066: done checking for any_errors_fatal 6562 1726776658.72067: checking for max_fail_percentage 6562 1726776658.72067: done checking for max_fail_percentage 6562 1726776658.72068: checking to see if all hosts have failed and the running result is not ok 6562 1726776658.72068: done checking to see if all hosts have failed 6562 1726776658.72068: getting the remaining hosts for this loop 6562 1726776658.72069: done getting the remaining hosts for this loop 6562 1726776658.72071: getting the next task for host managed_node2 6562 1726776658.72074: done getting next task for host managed_node2 6562 1726776658.72075: ^ task is: TASK: meta (flush_handlers) 6562 1726776658.72076: ^ 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 6562 1726776658.72078: getting variables 6562 1726776658.72079: in VariableManager get_vars() 6562 1726776658.72087: Calling all_inventory to load vars for managed_node2 6562 1726776658.72089: Calling groups_inventory to load vars for managed_node2 6562 1726776658.72090: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776658.72093: Calling all_plugins_play to load vars for managed_node2 6562 1726776658.72094: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776658.72096: Calling groups_plugins_play to load vars for managed_node2 6562 1726776658.72168: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776658.72270: done with get_vars() 6562 1726776658.72275: done getting variables 6562 1726776658.72308: in VariableManager get_vars() 6562 1726776658.72315: Calling all_inventory to load vars for managed_node2 6562 1726776658.72316: Calling groups_inventory to load vars for managed_node2 6562 1726776658.72318: Calling all_plugins_inventory to load vars for managed_node2 6562 1726776658.72320: Calling all_plugins_play to load vars for managed_node2 6562 1726776658.72322: Calling groups_plugins_inventory to load vars for managed_node2 6562 1726776658.72323: Calling groups_plugins_play to load vars for managed_node2 6562 1726776658.72397: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6562 1726776658.72515: done with get_vars() 6562 1726776658.72522: done queuing things up, now waiting for results queue to drain 6562 1726776658.72523: results queue empty 6562 1726776658.72524: checking for any_errors_fatal 6562 1726776658.72525: done checking for any_errors_fatal 6562 1726776658.72525: checking for max_fail_percentage 6562 1726776658.72526: done checking for max_fail_percentage 6562 1726776658.72526: checking to see if all hosts have failed and the running result is not ok 6562 1726776658.72527: done checking to see if all hosts have failed 6562 1726776658.72527: getting the remaining hosts for this loop 6562 1726776658.72527: done getting the remaining hosts for this loop 6562 1726776658.72529: getting the next task for host managed_node2 6562 1726776658.72531: done getting next task for host managed_node2 6562 1726776658.72532: ^ task is: None 6562 1726776658.72533: ^ 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 6562 1726776658.72533: done queuing things up, now waiting for results queue to drain 6562 1726776658.72534: results queue empty 6562 1726776658.72534: checking for any_errors_fatal 6562 1726776658.72535: done checking for any_errors_fatal 6562 1726776658.72535: checking for max_fail_percentage 6562 1726776658.72537: done checking for max_fail_percentage 6562 1726776658.72537: checking to see if all hosts have failed and the running result is not ok 6562 1726776658.72538: done checking to see if all hosts have failed 6562 1726776658.72539: getting the next task for host managed_node2 6562 1726776658.72541: done getting next task for host managed_node2 6562 1726776658.72541: ^ task is: None 6562 1726776658.72542: ^ 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_node2 : ok=140 changed=20 unreachable=0 failed=0 skipped=58 rescued=0 ignored=0 Thursday 19 September 2024 16:10:58 -0400 (0:00:00.501) 0:01:40.960 **** =============================================================================== Reboot the machine - see if settings persist after reboot -------------- 31.71s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:95 Ensure required packages are installed --------------------------------- 14.33s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:22 Gathering Facts --------------------------------------------------------- 3.43s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:2 fedora.linux_system_roles.kernel_settings : Tuned apply settings -------- 1.48s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 fedora.linux_system_roles.kernel_settings : Tuned apply settings -------- 1.48s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 fedora.linux_system_roles.kernel_settings : Tuned apply settings -------- 1.47s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 fedora.linux_system_roles.kernel_settings : Tuned apply settings -------- 1.47s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Ensure required services are enabled and started ------------------------ 1.42s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:51 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 1.23s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Generate a configuration for kernel settings ---------------------------- 0.79s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:45 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.79s /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.78s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.77s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile --- 0.75s /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.73s /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.73s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.72s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 fedora.linux_system_roles.kernel_settings : Set profile_mode to manual --- 0.71s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 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 : Apply kernel settings ------- 0.69s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 6562 1726776658.72631: RUNNING CLEANUP