[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. 6567 1726773020.31696: starting run ansible-playbook [core 2.17.4] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-mBa executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 6567 1726773020.31967: Added group all to inventory 6567 1726773020.31969: Added group ungrouped to inventory 6567 1726773020.31971: Group all now contains ungrouped 6567 1726773020.31973: Examining possible inventory source: /tmp/kernel_settings-kaH/inventory.yml 6567 1726773020.40375: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 6567 1726773020.40419: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 6567 1726773020.40435: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 6567 1726773020.40474: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 6567 1726773020.40525: Loaded config def from plugin (inventory/script) 6567 1726773020.40527: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 6567 1726773020.40555: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 6567 1726773020.40612: Loaded config def from plugin (inventory/yaml) 6567 1726773020.40614: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 6567 1726773020.40672: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 6567 1726773020.40943: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 6567 1726773020.40945: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 6567 1726773020.40947: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 6567 1726773020.40952: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 6567 1726773020.40955: Loading data from /tmp/kernel_settings-kaH/inventory.yml 6567 1726773020.40997: /tmp/kernel_settings-kaH/inventory.yml was not parsable by auto 6567 1726773020.41039: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 6567 1726773020.41066: Loading data from /tmp/kernel_settings-kaH/inventory.yml 6567 1726773020.41120: group all already in inventory 6567 1726773020.41125: set inventory_file for managed_node1 6567 1726773020.41128: set inventory_dir for managed_node1 6567 1726773020.41129: Added host managed_node1 to inventory 6567 1726773020.41130: Added host managed_node1 to group all 6567 1726773020.41131: set ansible_host for managed_node1 6567 1726773020.41132: set ansible_ssh_extra_args for managed_node1 6567 1726773020.41134: set inventory_file for managed_node2 6567 1726773020.41135: set inventory_dir for managed_node2 6567 1726773020.41136: Added host managed_node2 to inventory 6567 1726773020.41137: Added host managed_node2 to group all 6567 1726773020.41137: set ansible_host for managed_node2 6567 1726773020.41138: set ansible_ssh_extra_args for managed_node2 6567 1726773020.41139: set inventory_file for managed_node3 6567 1726773020.41141: set inventory_dir for managed_node3 6567 1726773020.41141: Added host managed_node3 to inventory 6567 1726773020.41143: Added host managed_node3 to group all 6567 1726773020.41143: set ansible_host for managed_node3 6567 1726773020.41144: set ansible_ssh_extra_args for managed_node3 6567 1726773020.41145: Reconcile groups and hosts in inventory. 6567 1726773020.41148: Group ungrouped now contains managed_node1 6567 1726773020.41149: Group ungrouped now contains managed_node2 6567 1726773020.41150: Group ungrouped now contains managed_node3 6567 1726773020.41210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 6567 1726773020.41290: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 6567 1726773020.41322: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 6567 1726773020.41339: Loaded config def from plugin (vars/host_group_vars) 6567 1726773020.41341: 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) 6567 1726773020.41345: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 6567 1726773020.41350: 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) 6567 1726773020.41379: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 6567 1726773020.41620: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773020.41682: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 6567 1726773020.41707: Loaded config def from plugin (connection/local) 6567 1726773020.41709: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 6567 1726773020.42024: Loaded config def from plugin (connection/paramiko_ssh) 6567 1726773020.42026: 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) 6567 1726773020.42592: 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) 6567 1726773020.42616: Loaded config def from plugin (connection/psrp) 6567 1726773020.42618: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 6567 1726773020.43010: 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) 6567 1726773020.43033: Loaded config def from plugin (connection/ssh) 6567 1726773020.43035: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 6567 1726773020.44179: 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) 6567 1726773020.44202: Loaded config def from plugin (connection/winrm) 6567 1726773020.44205: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 6567 1726773020.44226: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 6567 1726773020.44268: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 6567 1726773020.44309: Loaded config def from plugin (shell/cmd) 6567 1726773020.44311: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 6567 1726773020.44326: 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) 6567 1726773020.44363: Loaded config def from plugin (shell/powershell) 6567 1726773020.44364: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 6567 1726773020.44401: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 6567 1726773020.44502: Loaded config def from plugin (shell/sh) 6567 1726773020.44506: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 6567 1726773020.44528: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 6567 1726773020.44698: Loaded config def from plugin (become/runas) 6567 1726773020.44700: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 6567 1726773020.44809: Loaded config def from plugin (become/su) 6567 1726773020.44811: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 6567 1726773020.44902: Loaded config def from plugin (become/sudo) 6567 1726773020.44906: 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 6567 1726773020.44929: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml 6567 1726773020.45240: trying /usr/local/lib/python3.12/site-packages/ansible/modules 6567 1726773020.47095: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 6567 1726773020.47229: in VariableManager get_vars() 6567 1726773020.47243: done with get_vars() 6567 1726773020.47272: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 6567 1726773020.47281: 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 6567 1726773020.47476: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 6567 1726773020.47572: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 6567 1726773020.47574: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-mBa/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) 6567 1726773020.47594: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 6567 1726773020.47612: 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) 6567 1726773020.47708: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 6567 1726773020.47743: Loaded config def from plugin (callback/default) 6567 1726773020.47745: 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) 6567 1726773020.48450: Loaded config def from plugin (callback/junit) 6567 1726773020.48452: 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) 6567 1726773020.48483: 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) 6567 1726773020.48522: Loaded config def from plugin (callback/minimal) 6567 1726773020.48523: 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) 6567 1726773020.48550: 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) 6567 1726773020.48588: Loaded config def from plugin (callback/tree) 6567 1726773020.48590: 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 6567 1726773020.48788: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 6567 1726773020.48790: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-mBa/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_bool_not_allowed.yml ******************************************* 1 plays in /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml 6567 1726773020.48809: in VariableManager get_vars() 6567 1726773020.48818: done with get_vars() 6567 1726773020.48822: in VariableManager get_vars() 6567 1726773020.48828: done with get_vars() 6567 1726773020.48832: variable 'omit' from source: magic vars 6567 1726773020.48854: in VariableManager get_vars() 6567 1726773020.48863: done with get_vars() 6567 1726773020.48874: variable 'omit' from source: magic vars PLAY [Test boolean values not allowed] ***************************************** 6567 1726773020.49212: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 6567 1726773020.49258: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 6567 1726773020.49285: getting the remaining hosts for this loop 6567 1726773020.49286: done getting the remaining hosts for this loop 6567 1726773020.49288: getting the next task for host managed_node1 6567 1726773020.49290: done getting next task for host managed_node1 6567 1726773020.49291: ^ task is: TASK: Gathering Facts 6567 1726773020.49292: ^ 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 6567 1726773020.49297: getting variables 6567 1726773020.49297: in VariableManager get_vars() 6567 1726773020.49306: Calling all_inventory to load vars for managed_node1 6567 1726773020.49308: Calling groups_inventory to load vars for managed_node1 6567 1726773020.49310: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773020.49318: Calling all_plugins_play to load vars for managed_node1 6567 1726773020.49325: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773020.49327: Calling groups_plugins_play to load vars for managed_node1 6567 1726773020.49347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773020.49377: done with get_vars() 6567 1726773020.49382: done getting variables 6567 1726773020.49426: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (found_in_cache=False, class_only=True) TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml:2 Thursday 19 September 2024 15:10:20 -0400 (0:00:00.007) 0:00:00.007 **** 6567 1726773020.49440: entering _queue_task() for managed_node1/gather_facts 6567 1726773020.49441: Creating lock for gather_facts 6567 1726773020.49675: worker is 1 (out of 1 available) 6567 1726773020.49685: exiting _queue_task() for managed_node1/gather_facts 6567 1726773020.49695: done queuing things up, now waiting for results queue to drain 6567 1726773020.49697: waiting for pending results... 6567 1726773020.49830: running TaskExecutor() for managed_node1/TASK: Gathering Facts 6567 1726773020.49870: in run() - task 1239c35c-e2e1-5e39-0463-00000000000d 6567 1726773020.49884: variable 'ansible_search_path' from source: unknown 6567 1726773020.49915: calling self._execute() 6567 1726773020.49957: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773020.49960: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773020.49968: variable 'omit' from source: magic vars 6567 1726773020.50040: variable 'omit' from source: magic vars 6567 1726773020.50058: variable 'omit' from source: magic vars 6567 1726773020.50084: variable 'omit' from source: magic vars 6567 1726773020.50120: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773020.50144: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773020.50160: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773020.50173: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773020.50185: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773020.50208: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773020.50216: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773020.50218: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773020.50279: Set connection var ansible_connection to ssh 6567 1726773020.50288: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773020.50294: Set connection var ansible_shell_type to sh 6567 1726773020.50301: Set connection var ansible_shell_executable to /bin/sh 6567 1726773020.50308: Set connection var ansible_timeout to 10 6567 1726773020.50314: Set connection var ansible_pipelining to False 6567 1726773020.50330: variable 'ansible_shell_executable' from source: unknown 6567 1726773020.50333: variable 'ansible_connection' from source: unknown 6567 1726773020.50336: variable 'ansible_module_compression' from source: unknown 6567 1726773020.50338: variable 'ansible_shell_type' from source: unknown 6567 1726773020.50341: variable 'ansible_shell_executable' from source: unknown 6567 1726773020.50344: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773020.50346: variable 'ansible_pipelining' from source: unknown 6567 1726773020.50348: variable 'ansible_timeout' from source: unknown 6567 1726773020.50353: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773020.50473: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (found_in_cache=True, class_only=False) 6567 1726773020.50483: variable 'omit' from source: magic vars 6567 1726773020.50487: starting attempt loop 6567 1726773020.50490: running the handler 6567 1726773020.50502: variable 'ansible_facts' from source: unknown 6567 1726773020.50518: _low_level_execute_command(): starting 6567 1726773020.50525: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773020.87429: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773020.87440: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773020.87479: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773020.87506: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773021.04315: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773021.04324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773021.04540: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773021.04553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773021.04598: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773021.04616: stderr chunk (state=3): >>>debug1: Control socket "/root/.ansible/cp/b075fbee5a" does not exist debug1: Connecting to 10.31.40.12 [10.31.40.12] port 22. debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773021.04752: stderr chunk (state=3): >>>debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. <<< 6567 1726773021.04797: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 <<< 6567 1726773021.04813: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_dsa type -1 debug1: identity file /root/.ssh/id_dsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 <<< 6567 1726773021.04826: 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 debug1: Local version string SSH-2.0-OpenSSH_8.7 <<< 6567 1726773021.05818: stderr chunk (state=3): >>>debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7 debug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.40.12:22 as 'root' <<< 6567 1726773021.05830: stderr chunk (state=3): >>>debug1: load_hostkeys: fopen /root/.ssh/known_hosts: No such file or directory 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 <<< 6567 1726773021.05845: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT sent <<< 6567 1726773021.05997: 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 <<< 6567 1726773021.06017: stderr chunk (state=3): >>>debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 <<< 6567 1726773021.06194: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_KEX_ECDH_REPLY <<< 6567 1726773021.06828: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEX_ECDH_REPLY received <<< 6567 1726773021.06840: stderr chunk (state=3): >>>debug1: Server host key: ssh-ed25519 SHA256:7tX542QWNm6kUwzFMNfEs8uCqnfkDl9eNLv3FD3yG1M debug1: load_hostkeys: fopen /root/.ssh/known_hosts: No such file or directory 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 <<< 6567 1726773021.06854: stderr chunk (state=3): >>>Warning: Permanently added '10.31.40.12' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys <<< 6567 1726773021.07382: stderr chunk (state=3): >>>debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: set_newkeys: mode 1 <<< 6567 1726773021.07394: stderr chunk (state=3): >>>debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_dsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk debug1: Will attempt key: /root/.ssh/id_xmss debug2: pubkey_prepare: done debug1: SSH2_MSG_EXT_INFO received debug1: kex_input_ext_info: server-sig-algs= <<< 6567 1726773021.11690: stderr chunk (state=3): >>>debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received <<< 6567 1726773021.11895: stderr chunk (state=3): >>>debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic <<< 6567 1726773021.85067: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 6567 1726773021.85121: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Trying private key: /root/.ssh/id_rsa <<< 6567 1726773021.85573: stderr chunk (state=3): >>>debug2: we sent a publickey packet, wait for reply <<< 6567 1726773021.86709: stderr chunk (state=3): >>>debug1: Enabling compression at level 6. <<< 6567 1726773021.86724: stderr chunk (state=3): >>>Authenticated to 10.31.40.12 ([10.31.40.12]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket <<< 6567 1726773021.86735: stderr chunk (state=3): >>>debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new [/root/.ansible/cp/b075fbee5a] debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process <<< 6567 1726773021.86766: stderr chunk (state=3): >>>debug2: control_persist_detach: background process is 6575 debug2: fd 4 setting O_NONBLOCK <<< 6567 1726773021.86799: stderr chunk (state=3): >>>debug1: forking to background <<< 6567 1726773021.86873: 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] debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 debug2: mux_client_hello_exchange: master version 4 debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 0, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'echo ~ && sleep 0'", env 0 debug1: channel 2: new [client-session] debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open <<< 6567 1726773021.88918: 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 <<< 6567 1726773021.93007: stderr chunk (state=3): >>>debug2: channel_input_open_confirmation: channel 2: callback start <<< 6567 1726773021.93011: stderr chunk (state=3): >>>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 <<< 6567 1726773021.93013: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773021.93294: 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 <<< 6567 1726773021.94822: stdout chunk (state=3): >>>/root <<< 6567 1726773021.95211: 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 <<< 6567 1726773021.95215: 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 <<< 6567 1726773021.95224: stderr chunk (state=3): >>>debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 <<< 6567 1726773021.95226: stderr chunk (state=3): >>>debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 <<< 6567 1726773021.95228: stderr chunk (state=3): >>>debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug2: Received exit status from master 0 <<< 6567 1726773021.95312: stdout chunk (state=3): >>><<< 6567 1726773022.95429: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug1: Control socket "/root/.ansible/cp/b075fbee5a" does not exist debug1: Connecting to 10.31.40.12 [10.31.40.12] port 22. debug2: fd 3 setting O_NONBLOCK debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_dsa type -1 debug1: identity file /root/.ssh/id_dsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_8.7 debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7 debug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.40.12:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts: No such file or directory debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:7tX542QWNm6kUwzFMNfEs8uCqnfkDl9eNLv3FD3yG1M debug1: load_hostkeys: fopen /root/.ssh/known_hosts: No such file or directory 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.40.12' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_dsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk debug1: Will attempt key: /root/.ssh/id_xmss debug2: pubkey_prepare: done debug1: SSH2_MSG_EXT_INFO received debug1: kex_input_ext_info: server-sig-algs= debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Trying private key: /root/.ssh/id_rsa debug2: we sent a publickey packet, wait for reply debug1: Enabling compression at level 6. Authenticated to 10.31.40.12 ([10.31.40.12]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new [/root/.ansible/cp/b075fbee5a] debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 6575 debug2: fd 4 setting O_NONBLOCK debug1: forking to background debug1: Entering interactive session. debug1: pledge: id debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 5 setting O_NONBLOCK debug1: channel 1: new [mux-control] debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 debug2: mux_client_hello_exchange: master version 4 debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 0, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'echo ~ && sleep 0'", env 0 debug1: channel 2: new [client-session] debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug1: Sending command: /bin/sh -c 'echo ~ && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug2: Received exit status from master 0 6567 1726773022.95448: _low_level_execute_command(): starting 6567 1726773022.95453: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773022.954305-6570-176040742099531 `" && echo ansible-tmp-1726773022.954305-6570-176040742099531="` echo /root/.ansible/tmp/ansible-tmp-1726773022.954305-6570-176040742099531 `" ) && sleep 0' 6567 1726773022.95943: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773022.95947: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773022.95978: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773022.95982: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773022.95984: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773022.96042: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773022.96045: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773022.96215: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773022.98311: stdout chunk (state=3): >>>ansible-tmp-1726773022.954305-6570-176040742099531=/root/.ansible/tmp/ansible-tmp-1726773022.954305-6570-176040742099531 <<< 6567 1726773022.98422: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773022.98466: stderr chunk (state=3): >>><<< 6567 1726773022.98469: stdout chunk (state=3): >>><<< 6567 1726773022.98486: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773022.954305-6570-176040742099531=/root/.ansible/tmp/ansible-tmp-1726773022.954305-6570-176040742099531 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773022.98513: variable 'ansible_module_compression' from source: unknown 6567 1726773022.98556: ANSIBALLZ: Using generic lock for ansible.legacy.setup 6567 1726773022.98560: ANSIBALLZ: Acquiring lock 6567 1726773022.98562: ANSIBALLZ: Lock acquired: 139624871440080 6567 1726773022.98565: ANSIBALLZ: Creating module 6567 1726773023.18387: ANSIBALLZ: Writing module into payload 6567 1726773023.18491: ANSIBALLZ: Writing module 6567 1726773023.18509: ANSIBALLZ: Renaming module 6567 1726773023.18514: ANSIBALLZ: Done creating module 6567 1726773023.18537: variable 'ansible_facts' from source: unknown 6567 1726773023.18541: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773023.18547: _low_level_execute_command(): starting 6567 1726773023.18554: _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' 6567 1726773023.19019: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773023.19024: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773023.19057: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773023.19069: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773023.19120: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773023.19135: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773023.19147: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773023.19257: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773023.21098: stdout chunk (state=3): >>>PLATFORM <<< 6567 1726773023.21241: stdout chunk (state=3): >>>Linux <<< 6567 1726773023.21255: stdout chunk (state=3): >>>FOUND <<< 6567 1726773023.21275: stdout chunk (state=3): >>>/usr/bin/python3.9 <<< 6567 1726773023.21280: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 6567 1726773023.21425: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773023.21474: stderr chunk (state=3): >>><<< 6567 1726773023.21480: stdout chunk (state=3): >>><<< 6567 1726773023.21491: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.9 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773023.21501 [managed_node1]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3'] 6567 1726773023.21533: _low_level_execute_command(): starting 6567 1726773023.21536: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0' 6567 1726773023.21617: Sending initial data 6567 1726773023.21620: Sent initial data (1181 bytes) 6567 1726773023.21963: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773023.21976: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773023.21999: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773023.22016: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773023.22058: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773023.22070: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773023.22174: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773023.26269: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"9\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"9\"\nPLATFORM_ID=\"platform:el9\"\nPRETTY_NAME=\"CentOS Stream 9\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:9\"\nHOME_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 9\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} <<< 6567 1726773023.26727: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773023.26772: stderr chunk (state=3): >>><<< 6567 1726773023.26775: stdout chunk (state=3): >>><<< 6567 1726773023.26787: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"9\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"9\"\nPLATFORM_ID=\"platform:el9\"\nPRETTY_NAME=\"CentOS Stream 9\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:9\"\nHOME_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 9\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773023.26837: variable 'ansible_facts' from source: unknown 6567 1726773023.26840: variable 'ansible_facts' from source: unknown 6567 1726773023.26847: variable 'ansible_module_compression' from source: unknown 6567 1726773023.26880: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6567 1726773023.26898: variable 'ansible_facts' from source: unknown 6567 1726773023.26997: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773022.954305-6570-176040742099531/AnsiballZ_setup.py 6567 1726773023.27150: Sending initial data 6567 1726773023.27153: Sent initial data (151 bytes) 6567 1726773023.27841: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773023.27847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773023.27880: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773023.27893: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773023.27946: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773023.27949: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773023.27962: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773023.28096: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773023.30409: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773023.30501: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773023.30602: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmp53u1e13v /root/.ansible/tmp/ansible-tmp-1726773022.954305-6570-176040742099531/AnsiballZ_setup.py <<< 6567 1726773023.30693: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773023.32620: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773023.32707: stderr chunk (state=3): >>><<< 6567 1726773023.32711: stdout chunk (state=3): >>><<< 6567 1726773023.32728: done transferring module to remote 6567 1726773023.32739: _low_level_execute_command(): starting 6567 1726773023.32742: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773022.954305-6570-176040742099531/ /root/.ansible/tmp/ansible-tmp-1726773022.954305-6570-176040742099531/AnsiballZ_setup.py && sleep 0' 6567 1726773023.33152: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773023.33157: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773023.33192: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773023.33198: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773023.33210: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773023.33220: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773023.33263: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773023.33275: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773023.33384: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773023.35311: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773023.35348: stderr chunk (state=3): >>><<< 6567 1726773023.35351: stdout chunk (state=3): >>><<< 6567 1726773023.35363: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773023.35366: _low_level_execute_command(): starting 6567 1726773023.35370: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773022.954305-6570-176040742099531/AnsiballZ_setup.py && sleep 0' 6567 1726773023.35768: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773023.35774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773023.35809: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773023.35821: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773023.35868: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773023.35880: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773023.35992: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773024.64645: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "9", "ansible_distribution_major_version": "9", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system": "Linux", "ansible_kernel": "5.14.0-508.el9.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Thu Sep 12 15:49:37 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.9.19", "ansible_fqdn": "ip-10-31-40-12.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-40-12", "ansible_nodename": "ip-10-31-40-12.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": "43157907bd4c4606ab7241e5f4c762ea", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAM+ffCRLauIPJtLJyPs0tu+76bvwnTG68MlkwbbChA/naA4+OYyMt4p7l5q0YBwFy6qSE+XIRYS++FJMrPuXqe8MWVHPPP2/zZR4raD4ECfV91NskxTIkU2RmU9dyg4H2sQLSgwkann8HIsCMqrpTrmIisUptyQwbhmjETTuesMbAAAAFQCQhL2KPHOUjg+F1gUFyg5hATQihQAAAIAEaSIyZ3s8Hgg+TPwGeRqWfofDCcuyAT0KLNaSqmznEo/bhypCTk4r0Nv7486qi1lVEQNq+O6Isyk1kxuZpsht3vRAZf1anxrHwmdhr0vCKX8QFiZUZVPycB9HS93IfLp6AQZu7f9e9Cd9OLmk8I+ozXw1ilNmN5I+aND27cuPNgAAAIEAiBsf6lGRFsB3Z1k9SyqSzT+/DzIiGypCNVWMo7VZjhZRA8R7HfXpZOkht7A/tJ8YuTL/kwtsupjH/prOHPRm9KAFz701x08NFqU+1sK5yCrQXa2Hp+Oyo0cBcM0ASwARkcjUPJAHTdlhcSNbnuGvxJBbu/x7Qrp0qYP6RmzV5FY=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCS0R601RqiYr1E8jFbMzvD+7KpFmlqN8Cf+Nrd8NmN1C+UdcGdig2sPpVTIaauD2aPvpUoNYK5hcBjSJGkYa/5ZrGD8vghF39eq97oSgteZBw11vgs24wsa/qlcBffgG0InOscg5CyjUKF1GQi1Y4JDjpfPsn5mSLTkpQbb2JKeN8gdhVLnW0gDPob/hvUiC1Y2zQD3kqXDHHCnP7mlxP7+xPgpe5cvw0Gy+/WzlgGhsLeqk1fS9dbb9hGShVpJz4U7RfBRQLMUD5SRzFltAa1dM7rIZpeUYSncc5yRu7pZFpERW2si95W3HGW1M8IuK8M290HID/TapzT6ahT1koQMw8AuvrJ4HjVU1RQ7NSXGgAvSxIWTAepOQA+0PQmSTcwerYm9ki1xxiwyjaMHdTerZxDmXu93zMmDR+KMxeviSp4bFpvcordLVu1S14/yXYQaAVS/FVDbtFLN4aE2bTU03cqqw7K8+QJu/wJLyAf11+AUZMj/sY8jEacmxZnQg0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPDDxaH7Lgi/I4mVPcTFtGuzMn6ya63hqPMA9a2K8oR/AdfjZpz8rB4GDn6WYftIFBWn1GF05nVG/5VB03RUfT4=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIHlNdZwq6soR07Um2qglPp1G0iytiAxIqhgcrDMmiK2m", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_is_chroot": false, "ansible_loadavg": {"1m": 0.26, "5m": 0.2, "15m": 0.09}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_env": {"SHELL": "/bin/bash", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.9", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.9.63 36076 10.31.40.12 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.9.63 36076 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "which_declare": "declare -f", "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", "BASH_FUNC_which%%": "() { ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "15", "minute": "10", "second": "24", "epoch": "1726773024", "epoch_int": "1726773024", "date": "2024-09-19", "time": "15:10:24", "iso8601_micro": "2024-09-19T19:10:24.109506Z", "iso8601": "2024-09-19T19:10:24Z", "iso8601_basic": "20240919T151024109506", "iso8601_basic_short": "20240919T151024", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_python": {"version": {"major": 3, "minor": 9, "micro": 19, "releaselevel": "final", "serial": 0}, "version_info": [3, 9, 19, "final", 0], "executable": "/usr/bin/python3.9", "has_sslcontext": true, "type": "cpython"}, "ansible_apparmor": {"status": "disabled"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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": 3532, "ansible_memfree_mb": 3037, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3532, "used": 495, "free": 3037}, "nocache": {"free": 3345, "used": 187}, "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_versio<<< 6567 1726773024.64654: stdout chunk (state=3): >>>n": "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": "ec231c9c-57a1-9901-d2f9-f3e3f7dc892a", "ansible_product_uuid": "ec231c9c-57a1-9901-d2f9-f3e3f7dc892a", "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": {"xvda1": {"links": {"ids": [], "uuids": ["6c640f10-8261-4074-b9b8-2cdc3ddcc013"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "6c640f10-8261-4074-b9b8-2cdc3ddcc013", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["6c640f10-8261-4074-b9b8-2cdc3ddcc013"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 276, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 268367278080, "size_available": 264364789760, "block_size": 4096, "block_total": 65519355, "block_available": 64542185, "block_used": 977170, "inode_total": 131071472, "inode_available": 130998900, "inode_used": 72572, "uuid": "6c640f10-8261-4074-b9b8-2cdc3ddcc013"}], "ansible_local": {}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:ef4e1c39-6f50-438a-87e7-12fb70b80bde", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.14.0-508.el9.x86_64", "root": "UUID=6c640f10-8261-4074-b9b8-2cdc3ddcc013", "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,msdos1)/boot/vmlinuz-5.14.0-508.el9.x86_64", "root": "UUID=6c640f10-8261-4074-b9b8-2cdc3ddcc013", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_lsb": {}, "ansible_fips": false, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:1e:04:1a:53:95", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.12", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c1e:4ff:fe1a:5395", "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_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_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.40.12", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:1e:04:1a:53:95", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.12"], "ansible_all_ipv6_addresses": ["fe80::c1e:4ff:fe1a:5395"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.40.12", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c1e:4ff:fe1a:5395"]}, "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 6567 1726773024.66420: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773024.66458: stderr chunk (state=3): >>><<< 6567 1726773024.66462: stdout chunk (state=3): >>><<< 6567 1726773024.66502: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "9", "ansible_distribution_major_version": "9", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system": "Linux", "ansible_kernel": "5.14.0-508.el9.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Thu Sep 12 15:49:37 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.9.19", "ansible_fqdn": "ip-10-31-40-12.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-40-12", "ansible_nodename": "ip-10-31-40-12.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": "43157907bd4c4606ab7241e5f4c762ea", "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAM+ffCRLauIPJtLJyPs0tu+76bvwnTG68MlkwbbChA/naA4+OYyMt4p7l5q0YBwFy6qSE+XIRYS++FJMrPuXqe8MWVHPPP2/zZR4raD4ECfV91NskxTIkU2RmU9dyg4H2sQLSgwkann8HIsCMqrpTrmIisUptyQwbhmjETTuesMbAAAAFQCQhL2KPHOUjg+F1gUFyg5hATQihQAAAIAEaSIyZ3s8Hgg+TPwGeRqWfofDCcuyAT0KLNaSqmznEo/bhypCTk4r0Nv7486qi1lVEQNq+O6Isyk1kxuZpsht3vRAZf1anxrHwmdhr0vCKX8QFiZUZVPycB9HS93IfLp6AQZu7f9e9Cd9OLmk8I+ozXw1ilNmN5I+aND27cuPNgAAAIEAiBsf6lGRFsB3Z1k9SyqSzT+/DzIiGypCNVWMo7VZjhZRA8R7HfXpZOkht7A/tJ8YuTL/kwtsupjH/prOHPRm9KAFz701x08NFqU+1sK5yCrQXa2Hp+Oyo0cBcM0ASwARkcjUPJAHTdlhcSNbnuGvxJBbu/x7Qrp0qYP6RmzV5FY=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCS0R601RqiYr1E8jFbMzvD+7KpFmlqN8Cf+Nrd8NmN1C+UdcGdig2sPpVTIaauD2aPvpUoNYK5hcBjSJGkYa/5ZrGD8vghF39eq97oSgteZBw11vgs24wsa/qlcBffgG0InOscg5CyjUKF1GQi1Y4JDjpfPsn5mSLTkpQbb2JKeN8gdhVLnW0gDPob/hvUiC1Y2zQD3kqXDHHCnP7mlxP7+xPgpe5cvw0Gy+/WzlgGhsLeqk1fS9dbb9hGShVpJz4U7RfBRQLMUD5SRzFltAa1dM7rIZpeUYSncc5yRu7pZFpERW2si95W3HGW1M8IuK8M290HID/TapzT6ahT1koQMw8AuvrJ4HjVU1RQ7NSXGgAvSxIWTAepOQA+0PQmSTcwerYm9ki1xxiwyjaMHdTerZxDmXu93zMmDR+KMxeviSp4bFpvcordLVu1S14/yXYQaAVS/FVDbtFLN4aE2bTU03cqqw7K8+QJu/wJLyAf11+AUZMj/sY8jEacmxZnQg0=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPDDxaH7Lgi/I4mVPcTFtGuzMn6ya63hqPMA9a2K8oR/AdfjZpz8rB4GDn6WYftIFBWn1GF05nVG/5VB03RUfT4=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIHlNdZwq6soR07Um2qglPp1G0iytiAxIqhgcrDMmiK2m", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_is_chroot": false, "ansible_loadavg": {"1m": 0.26, "5m": 0.2, "15m": 0.09}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_env": {"SHELL": "/bin/bash", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.9", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.9.63 36076 10.31.40.12 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.9.63 36076 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "which_declare": "declare -f", "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", "BASH_FUNC_which%%": "() { ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "15", "minute": "10", "second": "24", "epoch": "1726773024", "epoch_int": "1726773024", "date": "2024-09-19", "time": "15:10:24", "iso8601_micro": "2024-09-19T19:10:24.109506Z", "iso8601": "2024-09-19T19:10:24Z", "iso8601_basic": "20240919T151024109506", "iso8601_basic_short": "20240919T151024", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_python": {"version": {"major": 3, "minor": 9, "micro": 19, "releaselevel": "final", "serial": 0}, "version_info": [3, 9, 19, "final", 0], "executable": "/usr/bin/python3.9", "has_sslcontext": true, "type": "cpython"}, "ansible_apparmor": {"status": "disabled"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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": 3532, "ansible_memfree_mb": 3037, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3532, "used": 495, "free": 3037}, "nocache": {"free": 3345, "used": 187}, "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": "ec231c9c-57a1-9901-d2f9-f3e3f7dc892a", "ansible_product_uuid": "ec231c9c-57a1-9901-d2f9-f3e3f7dc892a", "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": {"xvda1": {"links": {"ids": [], "uuids": ["6c640f10-8261-4074-b9b8-2cdc3ddcc013"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "6c640f10-8261-4074-b9b8-2cdc3ddcc013", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["6c640f10-8261-4074-b9b8-2cdc3ddcc013"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 276, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 268367278080, "size_available": 264364789760, "block_size": 4096, "block_total": 65519355, "block_available": 64542185, "block_used": 977170, "inode_total": 131071472, "inode_available": 130998900, "inode_used": 72572, "uuid": "6c640f10-8261-4074-b9b8-2cdc3ddcc013"}], "ansible_local": {}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:ef4e1c39-6f50-438a-87e7-12fb70b80bde", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-5.14.0-508.el9.x86_64", "root": "UUID=6c640f10-8261-4074-b9b8-2cdc3ddcc013", "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,msdos1)/boot/vmlinuz-5.14.0-508.el9.x86_64", "root": "UUID=6c640f10-8261-4074-b9b8-2cdc3ddcc013", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_lsb": {}, "ansible_fips": false, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0e:1e:04:1a:53:95", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.40.12", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22"}, "ipv6": [{"address": "fe80::c1e:4ff:fe1a:5395", "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_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_default_ipv4": {"gateway": "10.31.40.1", "interface": "eth0", "address": "10.31.40.12", "broadcast": "10.31.43.255", "netmask": "255.255.252.0", "network": "10.31.40.0", "prefix": "22", "macaddress": "0e:1e:04:1a:53:95", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.40.12"], "ansible_all_ipv6_addresses": ["fe80::c1e:4ff:fe1a:5395"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.40.12", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::c1e:4ff:fe1a:5395"]}, "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 6567 1726773024.67786: 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-1726773022.954305-6570-176040742099531/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773024.67804: _low_level_execute_command(): starting 6567 1726773024.67810: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773022.954305-6570-176040742099531/ > /dev/null 2>&1 && sleep 0' 6567 1726773024.68464: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773024.68473: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773024.68489: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773024.68500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773024.68541: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773024.68549: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773024.68559: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773024.68573: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773024.68585: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773024.68590: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773024.68600: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773024.68609: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773024.68622: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773024.68629: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773024.68636: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773024.68646: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773024.68719: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773024.68737: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773024.68750: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773024.68955: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773024.70907: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773024.70910: stdout chunk (state=3): >>><<< 6567 1726773024.70913: stderr chunk (state=3): >>><<< 6567 1726773024.70918: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773024.70925: handler run complete 6567 1726773024.70996: variable 'ansible_facts' from source: unknown 6567 1726773024.71052: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.71237: variable 'ansible_facts' from source: unknown 6567 1726773024.71294: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.71370: attempt loop complete, returning result 6567 1726773024.71374: _execute() done 6567 1726773024.71376: dumping result to json 6567 1726773024.71395: done dumping result, returning 6567 1726773024.71401: done running TaskExecutor() for managed_node1/TASK: Gathering Facts [1239c35c-e2e1-5e39-0463-00000000000d] 6567 1726773024.71406: sending task result for task 1239c35c-e2e1-5e39-0463-00000000000d 6567 1726773024.71847: done sending task result for task 1239c35c-e2e1-5e39-0463-00000000000d 6567 1726773024.71850: WORKER PROCESS EXITING ok: [managed_node1] 6567 1726773024.72130: no more pending results, returning what we have 6567 1726773024.72132: results queue empty 6567 1726773024.72133: checking for any_errors_fatal 6567 1726773024.72134: done checking for any_errors_fatal 6567 1726773024.72135: checking for max_fail_percentage 6567 1726773024.72136: done checking for max_fail_percentage 6567 1726773024.72136: checking to see if all hosts have failed and the running result is not ok 6567 1726773024.72137: done checking to see if all hosts have failed 6567 1726773024.72138: getting the remaining hosts for this loop 6567 1726773024.72139: done getting the remaining hosts for this loop 6567 1726773024.72142: getting the next task for host managed_node1 6567 1726773024.72147: done getting next task for host managed_node1 6567 1726773024.72149: ^ task is: TASK: meta (flush_handlers) 6567 1726773024.72150: ^ 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 6567 1726773024.72153: getting variables 6567 1726773024.72154: in VariableManager get_vars() 6567 1726773024.72175: Calling all_inventory to load vars for managed_node1 6567 1726773024.72179: Calling groups_inventory to load vars for managed_node1 6567 1726773024.72182: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773024.72191: Calling all_plugins_play to load vars for managed_node1 6567 1726773024.72193: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773024.72195: Calling groups_plugins_play to load vars for managed_node1 6567 1726773024.73867: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.73980: done with get_vars() 6567 1726773024.73987: done getting variables 6567 1726773024.74020: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 6567 1726773024.74054: in VariableManager get_vars() 6567 1726773024.74060: Calling all_inventory to load vars for managed_node1 6567 1726773024.74062: Calling groups_inventory to load vars for managed_node1 6567 1726773024.74064: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773024.74066: Calling all_plugins_play to load vars for managed_node1 6567 1726773024.74070: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773024.74072: Calling groups_plugins_play to load vars for managed_node1 6567 1726773024.74149: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.74257: done with get_vars() 6567 1726773024.74267: done queuing things up, now waiting for results queue to drain 6567 1726773024.74268: results queue empty 6567 1726773024.74268: checking for any_errors_fatal 6567 1726773024.74270: done checking for any_errors_fatal 6567 1726773024.74270: checking for max_fail_percentage 6567 1726773024.74271: done checking for max_fail_percentage 6567 1726773024.74271: checking to see if all hosts have failed and the running result is not ok 6567 1726773024.74272: done checking to see if all hosts have failed 6567 1726773024.74272: getting the remaining hosts for this loop 6567 1726773024.74273: done getting the remaining hosts for this loop 6567 1726773024.74275: getting the next task for host managed_node1 6567 1726773024.74277: done getting next task for host managed_node1 6567 1726773024.74279: ^ task is: TASK: Try to pass a boolean value for sysctl value 6567 1726773024.74280: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6567 1726773024.74282: getting variables 6567 1726773024.74282: in VariableManager get_vars() 6567 1726773024.74287: Calling all_inventory to load vars for managed_node1 6567 1726773024.74288: Calling groups_inventory to load vars for managed_node1 6567 1726773024.74290: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773024.74293: Calling all_plugins_play to load vars for managed_node1 6567 1726773024.74294: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773024.74296: Calling groups_plugins_play to load vars for managed_node1 6567 1726773024.74387: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.74490: done with get_vars() 6567 1726773024.74496: done getting variables TASK [Try to pass a boolean value for sysctl value] **************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml:7 Thursday 19 September 2024 15:10:24 -0400 (0:00:04.251) 0:00:04.258 **** 6567 1726773024.74543: entering _queue_task() for managed_node1/include_role 6567 1726773024.74544: Creating lock for include_role 6567 1726773024.74735: worker is 1 (out of 1 available) 6567 1726773024.74750: exiting _queue_task() for managed_node1/include_role 6567 1726773024.74760: done queuing things up, now waiting for results queue to drain 6567 1726773024.74762: waiting for pending results... 6567 1726773024.74897: running TaskExecutor() for managed_node1/TASK: Try to pass a boolean value for sysctl value 6567 1726773024.74958: in run() - task 1239c35c-e2e1-5e39-0463-000000000006 6567 1726773024.74970: variable 'ansible_search_path' from source: unknown 6567 1726773024.75002: calling self._execute() 6567 1726773024.75049: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773024.75053: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773024.75061: variable 'omit' from source: magic vars 6567 1726773024.75132: _execute() done 6567 1726773024.75137: dumping result to json 6567 1726773024.75141: done dumping result, returning 6567 1726773024.75144: done running TaskExecutor() for managed_node1/TASK: Try to pass a boolean value for sysctl value [1239c35c-e2e1-5e39-0463-000000000006] 6567 1726773024.75150: sending task result for task 1239c35c-e2e1-5e39-0463-000000000006 6567 1726773024.75253: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000006 6567 1726773024.75256: WORKER PROCESS EXITING 6567 1726773024.75294: no more pending results, returning what we have 6567 1726773024.75298: in VariableManager get_vars() 6567 1726773024.75325: Calling all_inventory to load vars for managed_node1 6567 1726773024.75327: Calling groups_inventory to load vars for managed_node1 6567 1726773024.75330: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773024.75338: Calling all_plugins_play to load vars for managed_node1 6567 1726773024.75341: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773024.75344: Calling groups_plugins_play to load vars for managed_node1 6567 1726773024.75445: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.75556: done with get_vars() 6567 1726773024.75562: variable 'ansible_search_path' from source: unknown 6567 1726773024.75632: variable 'omit' from source: magic vars 6567 1726773024.75646: variable 'omit' from source: magic vars 6567 1726773024.75655: variable 'omit' from source: magic vars 6567 1726773024.75658: we have included files to process 6567 1726773024.75658: generating all_blocks data 6567 1726773024.75659: done generating all_blocks data 6567 1726773024.75660: processing included file: fedora.linux_system_roles.kernel_settings 6567 1726773024.75675: in VariableManager get_vars() 6567 1726773024.75684: done with get_vars() 6567 1726773024.75747: in VariableManager get_vars() 6567 1726773024.75756: done with get_vars() 6567 1726773024.75783: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6567 1726773024.75861: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6567 1726773024.75900: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6567 1726773024.75977: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6567 1726773024.76443: in VariableManager get_vars() 6567 1726773024.76456: done with get_vars() 6567 1726773024.77773: in VariableManager get_vars() 6567 1726773024.77790: done with get_vars() 6567 1726773024.77927: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6567 1726773024.78345: iterating over new_blocks loaded from include file 6567 1726773024.78347: in VariableManager get_vars() 6567 1726773024.78357: done with get_vars() 6567 1726773024.78359: filtering new block on tags 6567 1726773024.78369: done filtering new block on tags 6567 1726773024.78371: in VariableManager get_vars() 6567 1726773024.78381: done with get_vars() 6567 1726773024.78382: filtering new block on tags 6567 1726773024.78394: done filtering new block on tags 6567 1726773024.78396: in VariableManager get_vars() 6567 1726773024.78409: done with get_vars() 6567 1726773024.78410: filtering new block on tags 6567 1726773024.78432: done filtering new block on tags 6567 1726773024.78434: in VariableManager get_vars() 6567 1726773024.78442: done with get_vars() 6567 1726773024.78443: filtering new block on tags 6567 1726773024.78453: done filtering new block on tags 6567 1726773024.78454: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node1 6567 1726773024.78458: extending task lists for all hosts with included blocks 6567 1726773024.78512: done extending task lists 6567 1726773024.78513: done processing included files 6567 1726773024.78514: results queue empty 6567 1726773024.78514: checking for any_errors_fatal 6567 1726773024.78516: done checking for any_errors_fatal 6567 1726773024.78516: checking for max_fail_percentage 6567 1726773024.78517: done checking for max_fail_percentage 6567 1726773024.78518: checking to see if all hosts have failed and the running result is not ok 6567 1726773024.78518: done checking to see if all hosts have failed 6567 1726773024.78519: getting the remaining hosts for this loop 6567 1726773024.78519: done getting the remaining hosts for this loop 6567 1726773024.78521: getting the next task for host managed_node1 6567 1726773024.78523: done getting next task for host managed_node1 6567 1726773024.78525: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6567 1726773024.78526: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6567 1726773024.78532: getting variables 6567 1726773024.78532: in VariableManager get_vars() 6567 1726773024.78540: Calling all_inventory to load vars for managed_node1 6567 1726773024.78541: Calling groups_inventory to load vars for managed_node1 6567 1726773024.78542: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773024.78545: Calling all_plugins_play to load vars for managed_node1 6567 1726773024.78547: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773024.78548: Calling groups_plugins_play to load vars for managed_node1 6567 1726773024.78642: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.78751: done with get_vars() 6567 1726773024.78757: done getting variables 6567 1726773024.78799: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 15:10:24 -0400 (0:00:00.042) 0:00:04.300 **** 6567 1726773024.78820: entering _queue_task() for managed_node1/fail 6567 1726773024.78822: Creating lock for fail 6567 1726773024.79041: worker is 1 (out of 1 available) 6567 1726773024.79053: exiting _queue_task() for managed_node1/fail 6567 1726773024.79064: done queuing things up, now waiting for results queue to drain 6567 1726773024.79065: waiting for pending results... 6567 1726773024.79294: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6567 1726773024.79353: in run() - task 1239c35c-e2e1-5e39-0463-00000000002c 6567 1726773024.79364: variable 'ansible_search_path' from source: unknown 6567 1726773024.79367: variable 'ansible_search_path' from source: unknown 6567 1726773024.79396: calling self._execute() 6567 1726773024.79449: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773024.79453: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773024.79461: variable 'omit' from source: magic vars 6567 1726773024.79773: variable 'kernel_settings_sysctl' from source: include params 6567 1726773024.79785: variable '__kernel_settings_state_empty' from source: role '' all vars 6567 1726773024.79792: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 6567 1726773024.79985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6567 1726773024.81429: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6567 1726773024.81479: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6567 1726773024.81506: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6567 1726773024.81531: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6567 1726773024.81552: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6567 1726773024.81612: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773024.81632: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773024.81649: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773024.81675: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773024.81686: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773024.81727: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773024.81743: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773024.81759: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773024.81785: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773024.81795: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773024.81829: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773024.81844: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773024.81862: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773024.81887: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773024.81897: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773024.82080: variable 'kernel_settings_sysctl' from source: include params 6567 1726773024.82126: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6567 1726773024.82231: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6567 1726773024.82261: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6567 1726773024.82284: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6567 1726773024.82307: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6567 1726773024.82337: 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) 6567 1726773024.82484: 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) 6567 1726773024.82506: 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) 6567 1726773024.82525: 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) 6567 1726773024.82553: 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) 6567 1726773024.82571: 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) 6567 1726773024.82596: 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) 6567 1726773024.82615: 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) 6567 1726773024.82634: 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)): True 6567 1726773024.82644: variable 'omit' from source: magic vars 6567 1726773024.82669: variable 'omit' from source: magic vars 6567 1726773024.82698: variable 'omit' from source: magic vars 6567 1726773024.82718: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773024.82737: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773024.82750: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773024.82762: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773024.82771: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773024.82798: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773024.82801: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773024.82805: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773024.82865: Set connection var ansible_connection to ssh 6567 1726773024.82871: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773024.82876: Set connection var ansible_shell_type to sh 6567 1726773024.82885: Set connection var ansible_shell_executable to /bin/sh 6567 1726773024.82890: Set connection var ansible_timeout to 10 6567 1726773024.82905: Set connection var ansible_pipelining to False 6567 1726773024.82920: variable 'ansible_shell_executable' from source: unknown 6567 1726773024.82923: variable 'ansible_connection' from source: unknown 6567 1726773024.82925: variable 'ansible_module_compression' from source: unknown 6567 1726773024.82927: variable 'ansible_shell_type' from source: unknown 6567 1726773024.82930: variable 'ansible_shell_executable' from source: unknown 6567 1726773024.82932: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773024.82936: variable 'ansible_pipelining' from source: unknown 6567 1726773024.82938: variable 'ansible_timeout' from source: unknown 6567 1726773024.82942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773024.83007: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773024.83016: variable 'omit' from source: magic vars 6567 1726773024.83021: starting attempt loop 6567 1726773024.83024: running the handler 6567 1726773024.83031: handler run complete 6567 1726773024.83049: attempt loop complete, returning result 6567 1726773024.83052: _execute() done 6567 1726773024.83054: dumping result to json 6567 1726773024.83056: done dumping result, returning 6567 1726773024.83063: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [1239c35c-e2e1-5e39-0463-00000000002c] 6567 1726773024.83067: sending task result for task 1239c35c-e2e1-5e39-0463-00000000002c 6567 1726773024.83152: marking managed_node1 as failed 6567 1726773024.83159: marking host managed_node1 failed, current state: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6567 1726773024.83165: ^ failed state is now: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=5, fail_state=2, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6567 1726773024.83168: getting the next task for host managed_node1 6567 1726773024.83171: done getting next task for host managed_node1 6567 1726773024.83174: ^ task is: TASK: Check for sysctl bool value error 6567 1726773024.83175: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, 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 fatal: [managed_node1]: FAILED! => { "changed": false } MSG: Boolean values are not allowed for sysctl settings 6567 1726773024.83287: no more pending results, returning what we have 6567 1726773024.83289: results queue empty 6567 1726773024.83290: checking for any_errors_fatal 6567 1726773024.83292: done checking for any_errors_fatal 6567 1726773024.83292: checking for max_fail_percentage 6567 1726773024.83294: done checking for max_fail_percentage 6567 1726773024.83294: checking to see if all hosts have failed and the running result is not ok 6567 1726773024.83295: done checking to see if all hosts have failed 6567 1726773024.83296: getting the remaining hosts for this loop 6567 1726773024.83297: done getting the remaining hosts for this loop 6567 1726773024.83298: getting the next task for host managed_node1 6567 1726773024.83302: done getting next task for host managed_node1 6567 1726773024.83305: ^ task is: TASK: Check for sysctl bool value error 6567 1726773024.83306: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, 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 6567 1726773024.83310: getting variables 6567 1726773024.83311: in VariableManager get_vars() 6567 1726773024.83330: Calling all_inventory to load vars for managed_node1 6567 1726773024.83331: Calling groups_inventory to load vars for managed_node1 6567 1726773024.83333: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773024.83340: Calling all_plugins_play to load vars for managed_node1 6567 1726773024.83341: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773024.83344: Calling groups_plugins_play to load vars for managed_node1 6567 1726773024.83453: done sending task result for task 1239c35c-e2e1-5e39-0463-00000000002c 6567 1726773024.83456: WORKER PROCESS EXITING 6567 1726773024.83465: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.83579: done with get_vars() 6567 1726773024.83585: done getting variables 6567 1726773024.83650: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Check for sysctl bool value error] *************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml:25 Thursday 19 September 2024 15:10:24 -0400 (0:00:00.048) 0:00:04.349 **** 6567 1726773024.83667: entering _queue_task() for managed_node1/assert 6567 1726773024.83671: Creating lock for assert 6567 1726773024.83844: worker is 1 (out of 1 available) 6567 1726773024.83855: exiting _queue_task() for managed_node1/assert 6567 1726773024.83866: done queuing things up, now waiting for results queue to drain 6567 1726773024.83868: waiting for pending results... 6567 1726773024.84002: running TaskExecutor() for managed_node1/TASK: Check for sysctl bool value error 6567 1726773024.84047: in run() - task 1239c35c-e2e1-5e39-0463-000000000008 6567 1726773024.84059: variable 'ansible_search_path' from source: unknown 6567 1726773024.84091: calling self._execute() 6567 1726773024.84139: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773024.84143: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773024.84151: variable 'omit' from source: magic vars 6567 1726773024.84224: variable 'omit' from source: magic vars 6567 1726773024.84243: variable 'omit' from source: magic vars 6567 1726773024.84265: variable 'omit' from source: magic vars 6567 1726773024.84298: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773024.84325: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773024.84341: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773024.84354: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773024.84364: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773024.84389: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773024.84393: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773024.84396: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773024.84459: Set connection var ansible_connection to ssh 6567 1726773024.84466: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773024.84471: Set connection var ansible_shell_type to sh 6567 1726773024.84481: Set connection var ansible_shell_executable to /bin/sh 6567 1726773024.84483: Set connection var ansible_timeout to 10 6567 1726773024.84489: Set connection var ansible_pipelining to False 6567 1726773024.84509: variable 'ansible_shell_executable' from source: unknown 6567 1726773024.84515: variable 'ansible_connection' from source: unknown 6567 1726773024.84517: variable 'ansible_module_compression' from source: unknown 6567 1726773024.84520: variable 'ansible_shell_type' from source: unknown 6567 1726773024.84524: variable 'ansible_shell_executable' from source: unknown 6567 1726773024.84527: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773024.84529: variable 'ansible_pipelining' from source: unknown 6567 1726773024.84532: variable 'ansible_timeout' from source: unknown 6567 1726773024.84534: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773024.84633: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773024.84641: variable 'omit' from source: magic vars 6567 1726773024.84645: starting attempt loop 6567 1726773024.84648: running the handler 6567 1726773024.84919: variable 'ansible_failed_result' from source: set_fact 6567 1726773024.84931: Evaluated conditional (ansible_failed_result.msg != 'UNREACH'): True 6567 1726773024.84934: handler run complete 6567 1726773024.84945: attempt loop complete, returning result 6567 1726773024.84948: _execute() done 6567 1726773024.84950: dumping result to json 6567 1726773024.84952: done dumping result, returning 6567 1726773024.84958: done running TaskExecutor() for managed_node1/TASK: Check for sysctl bool value error [1239c35c-e2e1-5e39-0463-000000000008] 6567 1726773024.84963: sending task result for task 1239c35c-e2e1-5e39-0463-000000000008 6567 1726773024.85043: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000008 6567 1726773024.85046: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 6567 1726773024.85091: no more pending results, returning what we have 6567 1726773024.85094: results queue empty 6567 1726773024.85095: checking for any_errors_fatal 6567 1726773024.85101: done checking for any_errors_fatal 6567 1726773024.85101: checking for max_fail_percentage 6567 1726773024.85103: done checking for max_fail_percentage 6567 1726773024.85105: checking to see if all hosts have failed and the running result is not ok 6567 1726773024.85106: done checking to see if all hosts have failed 6567 1726773024.85107: getting the remaining hosts for this loop 6567 1726773024.85108: done getting the remaining hosts for this loop 6567 1726773024.85111: getting the next task for host managed_node1 6567 1726773024.85119: done getting next task for host managed_node1 6567 1726773024.85121: ^ task is: TASK: Cleanup 6567 1726773024.85123: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773024.85127: getting variables 6567 1726773024.85128: in VariableManager get_vars() 6567 1726773024.85154: Calling all_inventory to load vars for managed_node1 6567 1726773024.85156: Calling groups_inventory to load vars for managed_node1 6567 1726773024.85158: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773024.85166: Calling all_plugins_play to load vars for managed_node1 6567 1726773024.85169: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773024.85171: Calling groups_plugins_play to load vars for managed_node1 6567 1726773024.85268: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.85378: done with get_vars() 6567 1726773024.85385: done getting variables TASK [Cleanup] ***************************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml:30 Thursday 19 September 2024 15:10:24 -0400 (0:00:00.017) 0:00:04.367 **** 6567 1726773024.85443: entering _queue_task() for managed_node1/include_tasks 6567 1726773024.85445: Creating lock for include_tasks 6567 1726773024.85601: worker is 1 (out of 1 available) 6567 1726773024.85614: exiting _queue_task() for managed_node1/include_tasks 6567 1726773024.85626: done queuing things up, now waiting for results queue to drain 6567 1726773024.85627: waiting for pending results... 6567 1726773024.85757: running TaskExecutor() for managed_node1/TASK: Cleanup 6567 1726773024.85805: in run() - task 1239c35c-e2e1-5e39-0463-000000000009 6567 1726773024.85816: variable 'ansible_search_path' from source: unknown 6567 1726773024.85847: calling self._execute() 6567 1726773024.85897: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773024.85901: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773024.85912: variable 'omit' from source: magic vars 6567 1726773024.85981: _execute() done 6567 1726773024.86028: dumping result to json 6567 1726773024.86032: done dumping result, returning 6567 1726773024.86038: done running TaskExecutor() for managed_node1/TASK: Cleanup [1239c35c-e2e1-5e39-0463-000000000009] 6567 1726773024.86044: sending task result for task 1239c35c-e2e1-5e39-0463-000000000009 6567 1726773024.86124: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000009 6567 1726773024.86127: WORKER PROCESS EXITING 6567 1726773024.86154: no more pending results, returning what we have 6567 1726773024.86158: in VariableManager get_vars() 6567 1726773024.86191: Calling all_inventory to load vars for managed_node1 6567 1726773024.86193: Calling groups_inventory to load vars for managed_node1 6567 1726773024.86195: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773024.86206: Calling all_plugins_play to load vars for managed_node1 6567 1726773024.86209: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773024.86211: Calling groups_plugins_play to load vars for managed_node1 6567 1726773024.86328: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.86436: done with get_vars() 6567 1726773024.86441: variable 'ansible_search_path' from source: unknown 6567 1726773024.86451: we have included files to process 6567 1726773024.86452: generating all_blocks data 6567 1726773024.86453: done generating all_blocks data 6567 1726773024.86457: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6567 1726773024.86458: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6567 1726773024.86460: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6567 1726773024.87172: done processing included file 6567 1726773024.87174: iterating over new_blocks loaded from include file 6567 1726773024.87175: in VariableManager get_vars() 6567 1726773024.87185: done with get_vars() 6567 1726773024.87186: filtering new block on tags 6567 1726773024.87195: done filtering new block on tags 6567 1726773024.87197: in VariableManager get_vars() 6567 1726773024.87206: done with get_vars() 6567 1726773024.87207: filtering new block on tags 6567 1726773024.87220: done filtering new block on tags 6567 1726773024.87221: done iterating over new_blocks loaded from include file included: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml for managed_node1 6567 1726773024.87225: extending task lists for all hosts with included blocks 6567 1726773024.87822: done extending task lists 6567 1726773024.87823: done processing included files 6567 1726773024.87824: results queue empty 6567 1726773024.87824: checking for any_errors_fatal 6567 1726773024.87826: done checking for any_errors_fatal 6567 1726773024.87826: checking for max_fail_percentage 6567 1726773024.87827: done checking for max_fail_percentage 6567 1726773024.87827: checking to see if all hosts have failed and the running result is not ok 6567 1726773024.87828: done checking to see if all hosts have failed 6567 1726773024.87828: getting the remaining hosts for this loop 6567 1726773024.87829: done getting the remaining hosts for this loop 6567 1726773024.87831: getting the next task for host managed_node1 6567 1726773024.87833: done getting next task for host managed_node1 6567 1726773024.87834: ^ task is: TASK: Show current tuned profile settings 6567 1726773024.87836: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773024.87837: getting variables 6567 1726773024.87837: in VariableManager get_vars() 6567 1726773024.87845: Calling all_inventory to load vars for managed_node1 6567 1726773024.87846: Calling groups_inventory to load vars for managed_node1 6567 1726773024.87847: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773024.87850: Calling all_plugins_play to load vars for managed_node1 6567 1726773024.87852: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773024.87853: Calling groups_plugins_play to load vars for managed_node1 6567 1726773024.87948: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.88059: done with get_vars() 6567 1726773024.88065: done getting variables 6567 1726773024.88112: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Show current tuned profile settings] ************************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:2 Thursday 19 September 2024 15:10:24 -0400 (0:00:00.026) 0:00:04.393 **** 6567 1726773024.88131: entering _queue_task() for managed_node1/command 6567 1726773024.88132: Creating lock for command 6567 1726773024.88282: worker is 1 (out of 1 available) 6567 1726773024.88292: exiting _queue_task() for managed_node1/command 6567 1726773024.88305: done queuing things up, now waiting for results queue to drain 6567 1726773024.88307: waiting for pending results... 6567 1726773024.88440: running TaskExecutor() for managed_node1/TASK: Show current tuned profile settings 6567 1726773024.88493: in run() - task 1239c35c-e2e1-5e39-0463-000000000095 6567 1726773024.88505: variable 'ansible_search_path' from source: unknown 6567 1726773024.88509: variable 'ansible_search_path' from source: unknown 6567 1726773024.88536: calling self._execute() 6567 1726773024.88588: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773024.88592: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773024.88600: variable 'omit' from source: magic vars 6567 1726773024.88670: variable 'omit' from source: magic vars 6567 1726773024.88699: variable 'omit' from source: magic vars 6567 1726773024.88918: variable '__kernel_settings_profile_filename' from source: role '' exported vars 6567 1726773024.88970: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6567 1726773024.89036: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6567 1726773024.89102: done running TaskExecutor() for managed_node1/TASK: Show current tuned profile settings [1239c35c-e2e1-5e39-0463-000000000095] 6567 1726773024.89108: sending task result for task 1239c35c-e2e1-5e39-0463-000000000095 6567 1726773024.89177: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000095 6567 1726773024.89182: WORKER PROCESS EXITING fatal: [managed_node1]: FAILED! => {} MSG: The task includes an option with an undefined variable. The error was: {{ __kernel_settings_profile_dir }}/tuned.conf: {{ __kernel_settings_profile_parent }}/{{ __kernel_settings_tuned_profile }}: '__kernel_settings_profile_parent' is undefined The error appears to be in '/tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml': line 2, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: --- - name: Show current tuned profile settings ^ here ...ignoring 6567 1726773024.89232: no more pending results, returning what we have 6567 1726773024.89235: results queue empty 6567 1726773024.89235: checking for any_errors_fatal 6567 1726773024.89237: done checking for any_errors_fatal 6567 1726773024.89238: checking for max_fail_percentage 6567 1726773024.89239: done checking for max_fail_percentage 6567 1726773024.89240: checking to see if all hosts have failed and the running result is not ok 6567 1726773024.89240: done checking to see if all hosts have failed 6567 1726773024.89241: getting the remaining hosts for this loop 6567 1726773024.89242: done getting the remaining hosts for this loop 6567 1726773024.89245: getting the next task for host managed_node1 6567 1726773024.89251: done getting next task for host managed_node1 6567 1726773024.89254: ^ task is: TASK: Run role with purge to remove everything 6567 1726773024.89256: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773024.89259: getting variables 6567 1726773024.89260: in VariableManager get_vars() 6567 1726773024.89282: Calling all_inventory to load vars for managed_node1 6567 1726773024.89283: Calling groups_inventory to load vars for managed_node1 6567 1726773024.89285: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773024.89291: Calling all_plugins_play to load vars for managed_node1 6567 1726773024.89292: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773024.89294: Calling groups_plugins_play to load vars for managed_node1 6567 1726773024.89392: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.89506: done with get_vars() 6567 1726773024.89512: done getting variables TASK [Run role with purge to remove everything] ******************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:9 Thursday 19 September 2024 15:10:24 -0400 (0:00:00.014) 0:00:04.408 **** 6567 1726773024.89570: entering _queue_task() for managed_node1/include_role 6567 1726773024.89718: worker is 1 (out of 1 available) 6567 1726773024.89729: exiting _queue_task() for managed_node1/include_role 6567 1726773024.89739: done queuing things up, now waiting for results queue to drain 6567 1726773024.89740: waiting for pending results... 6567 1726773024.89865: running TaskExecutor() for managed_node1/TASK: Run role with purge to remove everything 6567 1726773024.89924: in run() - task 1239c35c-e2e1-5e39-0463-000000000097 6567 1726773024.89934: variable 'ansible_search_path' from source: unknown 6567 1726773024.89938: variable 'ansible_search_path' from source: unknown 6567 1726773024.89964: calling self._execute() 6567 1726773024.90014: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773024.90018: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773024.90026: variable 'omit' from source: magic vars 6567 1726773024.90091: _execute() done 6567 1726773024.90099: dumping result to json 6567 1726773024.90102: done dumping result, returning 6567 1726773024.90111: done running TaskExecutor() for managed_node1/TASK: Run role with purge to remove everything [1239c35c-e2e1-5e39-0463-000000000097] 6567 1726773024.90116: sending task result for task 1239c35c-e2e1-5e39-0463-000000000097 6567 1726773024.90206: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000097 6567 1726773024.90210: WORKER PROCESS EXITING 6567 1726773024.90234: no more pending results, returning what we have 6567 1726773024.90239: in VariableManager get_vars() 6567 1726773024.90268: Calling all_inventory to load vars for managed_node1 6567 1726773024.90270: Calling groups_inventory to load vars for managed_node1 6567 1726773024.90272: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773024.90282: Calling all_plugins_play to load vars for managed_node1 6567 1726773024.90284: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773024.90286: Calling groups_plugins_play to load vars for managed_node1 6567 1726773024.90509: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.90617: done with get_vars() 6567 1726773024.90621: variable 'ansible_search_path' from source: unknown 6567 1726773024.90622: variable 'ansible_search_path' from source: unknown 6567 1726773024.90806: variable 'omit' from source: magic vars 6567 1726773024.90826: variable 'omit' from source: magic vars 6567 1726773024.90835: variable 'omit' from source: magic vars 6567 1726773024.90837: we have included files to process 6567 1726773024.90838: generating all_blocks data 6567 1726773024.90839: done generating all_blocks data 6567 1726773024.90841: processing included file: fedora.linux_system_roles.kernel_settings 6567 1726773024.90856: in VariableManager get_vars() 6567 1726773024.90865: done with get_vars() 6567 1726773024.90884: in VariableManager get_vars() 6567 1726773024.90894: done with get_vars() 6567 1726773024.90918: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6567 1726773024.90952: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6567 1726773024.90968: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6567 1726773024.91015: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6567 1726773024.91327: in VariableManager get_vars() 6567 1726773024.91340: done with get_vars() 6567 1726773024.92180: in VariableManager get_vars() 6567 1726773024.92193: done with get_vars() 6567 1726773024.92299: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6567 1726773024.92689: iterating over new_blocks loaded from include file 6567 1726773024.92691: in VariableManager get_vars() 6567 1726773024.92704: done with get_vars() 6567 1726773024.92706: filtering new block on tags 6567 1726773024.92717: done filtering new block on tags 6567 1726773024.92719: in VariableManager get_vars() 6567 1726773024.92739: done with get_vars() 6567 1726773024.92741: filtering new block on tags 6567 1726773024.92754: done filtering new block on tags 6567 1726773024.92755: in VariableManager get_vars() 6567 1726773024.92764: done with get_vars() 6567 1726773024.92765: filtering new block on tags 6567 1726773024.92794: done filtering new block on tags 6567 1726773024.92796: in VariableManager get_vars() 6567 1726773024.92808: done with get_vars() 6567 1726773024.92809: filtering new block on tags 6567 1726773024.92820: done filtering new block on tags 6567 1726773024.92821: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node1 6567 1726773024.92824: extending task lists for all hosts with included blocks 6567 1726773024.92987: done extending task lists 6567 1726773024.92988: done processing included files 6567 1726773024.92989: results queue empty 6567 1726773024.92989: checking for any_errors_fatal 6567 1726773024.92991: done checking for any_errors_fatal 6567 1726773024.92991: checking for max_fail_percentage 6567 1726773024.92992: done checking for max_fail_percentage 6567 1726773024.92992: checking to see if all hosts have failed and the running result is not ok 6567 1726773024.92993: done checking to see if all hosts have failed 6567 1726773024.92993: getting the remaining hosts for this loop 6567 1726773024.92994: done getting the remaining hosts for this loop 6567 1726773024.92995: getting the next task for host managed_node1 6567 1726773024.92998: done getting next task for host managed_node1 6567 1726773024.92999: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6567 1726773024.93001: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773024.93009: getting variables 6567 1726773024.93010: in VariableManager get_vars() 6567 1726773024.93018: Calling all_inventory to load vars for managed_node1 6567 1726773024.93020: Calling groups_inventory to load vars for managed_node1 6567 1726773024.93022: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773024.93025: Calling all_plugins_play to load vars for managed_node1 6567 1726773024.93026: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773024.93028: Calling groups_plugins_play to load vars for managed_node1 6567 1726773024.93106: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.93226: done with get_vars() 6567 1726773024.93232: done getting variables 6567 1726773024.93257: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 15:10:24 -0400 (0:00:00.037) 0:00:04.445 **** 6567 1726773024.93279: entering _queue_task() for managed_node1/fail 6567 1726773024.93436: worker is 1 (out of 1 available) 6567 1726773024.93446: exiting _queue_task() for managed_node1/fail 6567 1726773024.93456: done queuing things up, now waiting for results queue to drain 6567 1726773024.93458: waiting for pending results... 6567 1726773024.93593: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6567 1726773024.93653: in run() - task 1239c35c-e2e1-5e39-0463-00000000013d 6567 1726773024.93663: variable 'ansible_search_path' from source: unknown 6567 1726773024.93668: variable 'ansible_search_path' from source: unknown 6567 1726773024.93699: calling self._execute() 6567 1726773024.93781: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773024.93785: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773024.93789: variable 'omit' from source: magic vars 6567 1726773024.94082: variable 'kernel_settings_sysctl' from source: include params 6567 1726773024.94094: variable '__kernel_settings_state_empty' from source: role '' all vars 6567 1726773024.94107: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 6567 1726773024.94293: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6567 1726773024.95725: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6567 1726773024.95776: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6567 1726773024.95805: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6567 1726773024.95830: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6567 1726773024.95850: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6567 1726773024.95912: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773024.95932: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773024.95952: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773024.95985: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773024.95996: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773024.96034: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773024.96049: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773024.96068: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773024.96099: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773024.96112: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773024.96141: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773024.96157: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773024.96183: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773024.96211: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773024.96222: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773024.96399: variable 'kernel_settings_sysctl' from source: include params 6567 1726773024.96420: 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 6567 1726773024.96424: when evaluation is False, skipping this task 6567 1726773024.96427: _execute() done 6567 1726773024.96430: dumping result to json 6567 1726773024.96432: done dumping result, returning 6567 1726773024.96435: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [1239c35c-e2e1-5e39-0463-00000000013d] 6567 1726773024.96440: sending task result for task 1239c35c-e2e1-5e39-0463-00000000013d 6567 1726773024.96524: done sending task result for task 1239c35c-e2e1-5e39-0463-00000000013d 6567 1726773024.96527: WORKER PROCESS EXITING skipping: [managed_node1] => { "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" } 6567 1726773024.96611: no more pending results, returning what we have 6567 1726773024.96613: results queue empty 6567 1726773024.96614: checking for any_errors_fatal 6567 1726773024.96615: done checking for any_errors_fatal 6567 1726773024.96616: checking for max_fail_percentage 6567 1726773024.96617: done checking for max_fail_percentage 6567 1726773024.96618: checking to see if all hosts have failed and the running result is not ok 6567 1726773024.96624: done checking to see if all hosts have failed 6567 1726773024.96625: getting the remaining hosts for this loop 6567 1726773024.96627: done getting the remaining hosts for this loop 6567 1726773024.96630: getting the next task for host managed_node1 6567 1726773024.96634: done getting next task for host managed_node1 6567 1726773024.96637: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6567 1726773024.96640: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773024.96651: getting variables 6567 1726773024.96652: in VariableManager get_vars() 6567 1726773024.96668: Calling all_inventory to load vars for managed_node1 6567 1726773024.96670: Calling groups_inventory to load vars for managed_node1 6567 1726773024.96671: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773024.96677: Calling all_plugins_play to load vars for managed_node1 6567 1726773024.96681: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773024.96683: Calling groups_plugins_play to load vars for managed_node1 6567 1726773024.96782: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.96900: done with get_vars() 6567 1726773024.96908: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 15:10:24 -0400 (0:00:00.036) 0:00:04.482 **** 6567 1726773024.96968: entering _queue_task() for managed_node1/include_tasks 6567 1726773024.97125: worker is 1 (out of 1 available) 6567 1726773024.97139: exiting _queue_task() for managed_node1/include_tasks 6567 1726773024.97151: done queuing things up, now waiting for results queue to drain 6567 1726773024.97153: waiting for pending results... 6567 1726773024.97284: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6567 1726773024.97347: in run() - task 1239c35c-e2e1-5e39-0463-00000000013e 6567 1726773024.97356: variable 'ansible_search_path' from source: unknown 6567 1726773024.97360: variable 'ansible_search_path' from source: unknown 6567 1726773024.97391: calling self._execute() 6567 1726773024.97440: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773024.97444: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773024.97452: variable 'omit' from source: magic vars 6567 1726773024.97523: _execute() done 6567 1726773024.97527: dumping result to json 6567 1726773024.97530: done dumping result, returning 6567 1726773024.97536: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [1239c35c-e2e1-5e39-0463-00000000013e] 6567 1726773024.97541: sending task result for task 1239c35c-e2e1-5e39-0463-00000000013e 6567 1726773024.97627: done sending task result for task 1239c35c-e2e1-5e39-0463-00000000013e 6567 1726773024.97631: WORKER PROCESS EXITING 6567 1726773024.97668: no more pending results, returning what we have 6567 1726773024.97671: in VariableManager get_vars() 6567 1726773024.97701: Calling all_inventory to load vars for managed_node1 6567 1726773024.97704: Calling groups_inventory to load vars for managed_node1 6567 1726773024.97706: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773024.97712: Calling all_plugins_play to load vars for managed_node1 6567 1726773024.97714: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773024.97716: Calling groups_plugins_play to load vars for managed_node1 6567 1726773024.97816: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.97950: done with get_vars() 6567 1726773024.97955: variable 'ansible_search_path' from source: unknown 6567 1726773024.97955: variable 'ansible_search_path' from source: unknown 6567 1726773024.97981: we have included files to process 6567 1726773024.97982: generating all_blocks data 6567 1726773024.97983: done generating all_blocks data 6567 1726773024.97986: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6567 1726773024.97987: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6567 1726773024.97989: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6567 1726773024.98516: done processing included file 6567 1726773024.98517: iterating over new_blocks loaded from include file 6567 1726773024.98518: in VariableManager get_vars() 6567 1726773024.98532: done with get_vars() 6567 1726773024.98534: filtering new block on tags 6567 1726773024.98543: done filtering new block on tags 6567 1726773024.98545: in VariableManager get_vars() 6567 1726773024.98558: done with get_vars() 6567 1726773024.98559: filtering new block on tags 6567 1726773024.98570: done filtering new block on tags 6567 1726773024.98572: in VariableManager get_vars() 6567 1726773024.98586: done with get_vars() 6567 1726773024.98588: filtering new block on tags 6567 1726773024.98599: done filtering new block on tags 6567 1726773024.98600: in VariableManager get_vars() 6567 1726773024.98616: done with get_vars() 6567 1726773024.98618: filtering new block on tags 6567 1726773024.98627: done filtering new block on tags 6567 1726773024.98628: done iterating over new_blocks loaded from include file included: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node1 6567 1726773024.98631: extending task lists for all hosts with included blocks 6567 1726773024.98781: done extending task lists 6567 1726773024.98782: done processing included files 6567 1726773024.98782: results queue empty 6567 1726773024.98783: checking for any_errors_fatal 6567 1726773024.98785: done checking for any_errors_fatal 6567 1726773024.98785: checking for max_fail_percentage 6567 1726773024.98786: done checking for max_fail_percentage 6567 1726773024.98786: checking to see if all hosts have failed and the running result is not ok 6567 1726773024.98787: done checking to see if all hosts have failed 6567 1726773024.98787: getting the remaining hosts for this loop 6567 1726773024.98788: done getting the remaining hosts for this loop 6567 1726773024.98789: getting the next task for host managed_node1 6567 1726773024.98792: done getting next task for host managed_node1 6567 1726773024.98793: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6567 1726773024.98795: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773024.98802: getting variables 6567 1726773024.98802: in VariableManager get_vars() 6567 1726773024.98812: Calling all_inventory to load vars for managed_node1 6567 1726773024.98813: Calling groups_inventory to load vars for managed_node1 6567 1726773024.98814: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773024.98817: Calling all_plugins_play to load vars for managed_node1 6567 1726773024.98819: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773024.98820: Calling groups_plugins_play to load vars for managed_node1 6567 1726773024.98898: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773024.99017: done with get_vars() 6567 1726773024.99023: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 15:10:24 -0400 (0:00:00.020) 0:00:04.503 **** 6567 1726773024.99068: entering _queue_task() for managed_node1/setup 6567 1726773024.99229: worker is 1 (out of 1 available) 6567 1726773024.99240: exiting _queue_task() for managed_node1/setup 6567 1726773024.99250: done queuing things up, now waiting for results queue to drain 6567 1726773024.99251: waiting for pending results... 6567 1726773024.99380: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6567 1726773024.99463: in run() - task 1239c35c-e2e1-5e39-0463-0000000001b9 6567 1726773024.99472: variable 'ansible_search_path' from source: unknown 6567 1726773024.99476: variable 'ansible_search_path' from source: unknown 6567 1726773024.99512: calling self._execute() 6567 1726773024.99560: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773024.99564: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773024.99572: variable 'omit' from source: magic vars 6567 1726773024.99934: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6567 1726773025.01425: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6567 1726773025.01471: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6567 1726773025.01500: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6567 1726773025.01534: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6567 1726773025.01556: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6567 1726773025.01614: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773025.01634: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773025.01651: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773025.01687: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773025.01698: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773025.01735: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773025.01751: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773025.01770: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773025.01802: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773025.01814: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773025.01939: variable '__kernel_settings_required_facts' from source: role '' all vars 6567 1726773025.01948: variable 'ansible_facts' from source: unknown 6567 1726773025.02008: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 6567 1726773025.02011: when evaluation is False, skipping this task 6567 1726773025.02014: _execute() done 6567 1726773025.02017: dumping result to json 6567 1726773025.02019: done dumping result, returning 6567 1726773025.02026: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [1239c35c-e2e1-5e39-0463-0000000001b9] 6567 1726773025.02030: sending task result for task 1239c35c-e2e1-5e39-0463-0000000001b9 6567 1726773025.02115: done sending task result for task 1239c35c-e2e1-5e39-0463-0000000001b9 6567 1726773025.02119: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 6567 1726773025.02162: no more pending results, returning what we have 6567 1726773025.02165: results queue empty 6567 1726773025.02166: checking for any_errors_fatal 6567 1726773025.02167: done checking for any_errors_fatal 6567 1726773025.02170: checking for max_fail_percentage 6567 1726773025.02171: done checking for max_fail_percentage 6567 1726773025.02172: checking to see if all hosts have failed and the running result is not ok 6567 1726773025.02173: done checking to see if all hosts have failed 6567 1726773025.02173: getting the remaining hosts for this loop 6567 1726773025.02175: done getting the remaining hosts for this loop 6567 1726773025.02180: getting the next task for host managed_node1 6567 1726773025.02188: done getting next task for host managed_node1 6567 1726773025.02191: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6567 1726773025.02196: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773025.02216: getting variables 6567 1726773025.02218: in VariableManager get_vars() 6567 1726773025.02244: Calling all_inventory to load vars for managed_node1 6567 1726773025.02246: Calling groups_inventory to load vars for managed_node1 6567 1726773025.02248: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773025.02254: Calling all_plugins_play to load vars for managed_node1 6567 1726773025.02256: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773025.02257: Calling groups_plugins_play to load vars for managed_node1 6567 1726773025.02361: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773025.02505: done with get_vars() 6567 1726773025.02513: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 15:10:25 -0400 (0:00:00.035) 0:00:04.538 **** 6567 1726773025.02586: entering _queue_task() for managed_node1/stat 6567 1726773025.02757: worker is 1 (out of 1 available) 6567 1726773025.02768: exiting _queue_task() for managed_node1/stat 6567 1726773025.02783: done queuing things up, now waiting for results queue to drain 6567 1726773025.02785: waiting for pending results... 6567 1726773025.02935: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6567 1726773025.03015: in run() - task 1239c35c-e2e1-5e39-0463-0000000001bb 6567 1726773025.03025: variable 'ansible_search_path' from source: unknown 6567 1726773025.03029: variable 'ansible_search_path' from source: unknown 6567 1726773025.03056: calling self._execute() 6567 1726773025.03110: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773025.03116: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773025.03119: variable 'omit' from source: magic vars 6567 1726773025.03440: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6567 1726773025.03608: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6567 1726773025.03640: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6567 1726773025.03665: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6567 1726773025.03690: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6567 1726773025.03754: 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) 6567 1726773025.03772: 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) 6567 1726773025.03793: 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) 6567 1726773025.03814: 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) 6567 1726773025.03898: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 6567 1726773025.03904: variable 'omit' from source: magic vars 6567 1726773025.03946: variable 'omit' from source: magic vars 6567 1726773025.03971: variable 'omit' from source: magic vars 6567 1726773025.03992: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773025.04016: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773025.04030: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773025.04042: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773025.04052: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773025.04083: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773025.04086: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773025.04089: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773025.04152: Set connection var ansible_connection to ssh 6567 1726773025.04157: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773025.04167: Set connection var ansible_shell_type to sh 6567 1726773025.04180: Set connection var ansible_shell_executable to /bin/sh 6567 1726773025.04184: Set connection var ansible_timeout to 10 6567 1726773025.04189: Set connection var ansible_pipelining to False 6567 1726773025.04206: variable 'ansible_shell_executable' from source: unknown 6567 1726773025.04209: variable 'ansible_connection' from source: unknown 6567 1726773025.04212: variable 'ansible_module_compression' from source: unknown 6567 1726773025.04216: variable 'ansible_shell_type' from source: unknown 6567 1726773025.04219: variable 'ansible_shell_executable' from source: unknown 6567 1726773025.04221: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773025.04223: variable 'ansible_pipelining' from source: unknown 6567 1726773025.04226: variable 'ansible_timeout' from source: unknown 6567 1726773025.04228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773025.04327: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 6567 1726773025.04337: variable 'omit' from source: magic vars 6567 1726773025.04340: starting attempt loop 6567 1726773025.04343: running the handler 6567 1726773025.04355: _low_level_execute_command(): starting 6567 1726773025.04362: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773025.04870: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773025.04887: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773025.04907: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773025.04921: 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.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773025.04939: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.04978: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773025.04990: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773025.05240: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773025.06914: stdout chunk (state=3): >>>/root <<< 6567 1726773025.07018: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773025.07065: stderr chunk (state=3): >>><<< 6567 1726773025.07072: stdout chunk (state=3): >>><<< 6567 1726773025.07094: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773025.07108: _low_level_execute_command(): starting 6567 1726773025.07115: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773025.0709355-6650-127441704882791 `" && echo ansible-tmp-1726773025.0709355-6650-127441704882791="` echo /root/.ansible/tmp/ansible-tmp-1726773025.0709355-6650-127441704882791 `" ) && sleep 0' 6567 1726773025.07545: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773025.07559: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773025.07587: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.07599: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.07647: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773025.07659: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773025.07766: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773025.09716: stdout chunk (state=3): >>>ansible-tmp-1726773025.0709355-6650-127441704882791=/root/.ansible/tmp/ansible-tmp-1726773025.0709355-6650-127441704882791 <<< 6567 1726773025.09827: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773025.09870: stderr chunk (state=3): >>><<< 6567 1726773025.09873: stdout chunk (state=3): >>><<< 6567 1726773025.09893: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773025.0709355-6650-127441704882791=/root/.ansible/tmp/ansible-tmp-1726773025.0709355-6650-127441704882791 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773025.09931: variable 'ansible_module_compression' from source: unknown 6567 1726773025.09977: ANSIBALLZ: Using lock for stat 6567 1726773025.09980: ANSIBALLZ: Acquiring lock 6567 1726773025.09983: ANSIBALLZ: Lock acquired: 139624871440560 6567 1726773025.09988: ANSIBALLZ: Creating module 6567 1726773025.21723: ANSIBALLZ: Writing module into payload 6567 1726773025.21801: ANSIBALLZ: Writing module 6567 1726773025.21821: ANSIBALLZ: Renaming module 6567 1726773025.21826: ANSIBALLZ: Done creating module 6567 1726773025.21844: variable 'ansible_facts' from source: unknown 6567 1726773025.21897: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773025.0709355-6650-127441704882791/AnsiballZ_stat.py 6567 1726773025.22006: Sending initial data 6567 1726773025.22011: Sent initial data (151 bytes) 6567 1726773025.22697: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773025.22704: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773025.22741: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.22754: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.22806: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773025.22819: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773025.22939: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773025.24909: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773025.25080: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773025.25175: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmpp2wyzx2e /root/.ansible/tmp/ansible-tmp-1726773025.0709355-6650-127441704882791/AnsiballZ_stat.py <<< 6567 1726773025.25267: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773025.26410: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773025.26511: stderr chunk (state=3): >>><<< 6567 1726773025.26514: stdout chunk (state=3): >>><<< 6567 1726773025.26536: done transferring module to remote 6567 1726773025.26547: _low_level_execute_command(): starting 6567 1726773025.26552: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773025.0709355-6650-127441704882791/ /root/.ansible/tmp/ansible-tmp-1726773025.0709355-6650-127441704882791/AnsiballZ_stat.py && sleep 0' 6567 1726773025.27265: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773025.27275: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773025.27285: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773025.27300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773025.27342: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773025.27356: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773025.27366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.27382: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773025.27388: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773025.27395: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773025.27405: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773025.27415: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773025.27427: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773025.27435: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773025.27442: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773025.27455: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.27533: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773025.27554: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773025.27566: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773025.27732: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773025.29632: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773025.29730: stderr chunk (state=3): >>><<< 6567 1726773025.29742: stdout chunk (state=3): >>><<< 6567 1726773025.29809: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773025.29812: _low_level_execute_command(): starting 6567 1726773025.29815: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773025.0709355-6650-127441704882791/AnsiballZ_stat.py && sleep 0' 6567 1726773025.30517: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773025.30541: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773025.30557: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773025.30575: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773025.30622: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773025.30638: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773025.30659: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.30681: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773025.30695: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773025.30708: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773025.30720: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773025.30731: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773025.30748: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773025.30765: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773025.30780: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773025.30795: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.30868: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773025.30898: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773025.30917: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773025.31057: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773025.45063: 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"}}} <<< 6567 1726773025.46202: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773025.46250: stderr chunk (state=3): >>><<< 6567 1726773025.46254: stdout chunk (state=3): >>><<< 6567 1726773025.46268: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773025.46298: 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-1726773025.0709355-6650-127441704882791/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773025.46308: _low_level_execute_command(): starting 6567 1726773025.46311: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773025.0709355-6650-127441704882791/ > /dev/null 2>&1 && sleep 0' 6567 1726773025.46775: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773025.46779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773025.46808: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.46823: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773025.46826: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.46880: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773025.46883: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773025.46889: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773025.46987: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773025.48842: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773025.48893: stderr chunk (state=3): >>><<< 6567 1726773025.48899: stdout chunk (state=3): >>><<< 6567 1726773025.48913: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773025.48919: handler run complete 6567 1726773025.48935: attempt loop complete, returning result 6567 1726773025.48937: _execute() done 6567 1726773025.48940: dumping result to json 6567 1726773025.48942: done dumping result, returning 6567 1726773025.48951: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [1239c35c-e2e1-5e39-0463-0000000001bb] 6567 1726773025.48955: sending task result for task 1239c35c-e2e1-5e39-0463-0000000001bb 6567 1726773025.49049: done sending task result for task 1239c35c-e2e1-5e39-0463-0000000001bb 6567 1726773025.49051: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 6567 1726773025.49158: no more pending results, returning what we have 6567 1726773025.49163: results queue empty 6567 1726773025.49164: checking for any_errors_fatal 6567 1726773025.49170: done checking for any_errors_fatal 6567 1726773025.49171: checking for max_fail_percentage 6567 1726773025.49172: done checking for max_fail_percentage 6567 1726773025.49173: checking to see if all hosts have failed and the running result is not ok 6567 1726773025.49174: done checking to see if all hosts have failed 6567 1726773025.49174: getting the remaining hosts for this loop 6567 1726773025.49176: done getting the remaining hosts for this loop 6567 1726773025.49179: getting the next task for host managed_node1 6567 1726773025.49187: done getting next task for host managed_node1 6567 1726773025.49190: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6567 1726773025.49195: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773025.49205: getting variables 6567 1726773025.49206: in VariableManager get_vars() 6567 1726773025.49238: Calling all_inventory to load vars for managed_node1 6567 1726773025.49241: Calling groups_inventory to load vars for managed_node1 6567 1726773025.49243: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773025.49251: Calling all_plugins_play to load vars for managed_node1 6567 1726773025.49254: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773025.49256: Calling groups_plugins_play to load vars for managed_node1 6567 1726773025.49367: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773025.49496: done with get_vars() 6567 1726773025.49506: done getting variables 6567 1726773025.49575: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:10:25 -0400 (0:00:00.470) 0:00:05.008 **** 6567 1726773025.49602: entering _queue_task() for managed_node1/set_fact 6567 1726773025.49605: Creating lock for set_fact 6567 1726773025.49793: worker is 1 (out of 1 available) 6567 1726773025.49805: exiting _queue_task() for managed_node1/set_fact 6567 1726773025.49817: done queuing things up, now waiting for results queue to drain 6567 1726773025.49818: waiting for pending results... 6567 1726773025.49980: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6567 1726773025.50070: in run() - task 1239c35c-e2e1-5e39-0463-0000000001bc 6567 1726773025.50085: variable 'ansible_search_path' from source: unknown 6567 1726773025.50089: variable 'ansible_search_path' from source: unknown 6567 1726773025.50120: calling self._execute() 6567 1726773025.50174: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773025.50178: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773025.50189: variable 'omit' from source: magic vars 6567 1726773025.50516: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6567 1726773025.50734: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6567 1726773025.50766: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6567 1726773025.50793: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6567 1726773025.50821: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6567 1726773025.50885: 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) 6567 1726773025.50905: 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) 6567 1726773025.50926: 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) 6567 1726773025.50944: 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) 6567 1726773025.51032: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 6567 1726773025.51037: variable 'omit' from source: magic vars 6567 1726773025.51077: variable 'omit' from source: magic vars 6567 1726773025.51159: variable '__ostree_booted_stat' from source: set_fact 6567 1726773025.51197: variable 'omit' from source: magic vars 6567 1726773025.51217: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773025.51236: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773025.51257: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773025.51269: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773025.51278: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773025.51302: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773025.51308: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773025.51311: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773025.51373: Set connection var ansible_connection to ssh 6567 1726773025.51381: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773025.51388: Set connection var ansible_shell_type to sh 6567 1726773025.51395: Set connection var ansible_shell_executable to /bin/sh 6567 1726773025.51400: Set connection var ansible_timeout to 10 6567 1726773025.51409: Set connection var ansible_pipelining to False 6567 1726773025.51424: variable 'ansible_shell_executable' from source: unknown 6567 1726773025.51427: variable 'ansible_connection' from source: unknown 6567 1726773025.51430: variable 'ansible_module_compression' from source: unknown 6567 1726773025.51432: variable 'ansible_shell_type' from source: unknown 6567 1726773025.51434: variable 'ansible_shell_executable' from source: unknown 6567 1726773025.51436: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773025.51441: variable 'ansible_pipelining' from source: unknown 6567 1726773025.51443: variable 'ansible_timeout' from source: unknown 6567 1726773025.51447: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773025.51518: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773025.51526: variable 'omit' from source: magic vars 6567 1726773025.51530: starting attempt loop 6567 1726773025.51533: running the handler 6567 1726773025.51541: handler run complete 6567 1726773025.51549: attempt loop complete, returning result 6567 1726773025.51552: _execute() done 6567 1726773025.51554: dumping result to json 6567 1726773025.51557: done dumping result, returning 6567 1726773025.51566: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [1239c35c-e2e1-5e39-0463-0000000001bc] 6567 1726773025.51569: sending task result for task 1239c35c-e2e1-5e39-0463-0000000001bc 6567 1726773025.51647: done sending task result for task 1239c35c-e2e1-5e39-0463-0000000001bc 6567 1726773025.51650: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_is_ostree": false }, "changed": false } 6567 1726773025.51736: no more pending results, returning what we have 6567 1726773025.51738: results queue empty 6567 1726773025.51739: checking for any_errors_fatal 6567 1726773025.51743: done checking for any_errors_fatal 6567 1726773025.51744: checking for max_fail_percentage 6567 1726773025.51746: done checking for max_fail_percentage 6567 1726773025.51746: checking to see if all hosts have failed and the running result is not ok 6567 1726773025.51747: done checking to see if all hosts have failed 6567 1726773025.51748: getting the remaining hosts for this loop 6567 1726773025.51749: done getting the remaining hosts for this loop 6567 1726773025.51752: getting the next task for host managed_node1 6567 1726773025.51760: done getting next task for host managed_node1 6567 1726773025.51763: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6567 1726773025.51767: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773025.51785: getting variables 6567 1726773025.51786: in VariableManager get_vars() 6567 1726773025.51811: Calling all_inventory to load vars for managed_node1 6567 1726773025.51813: Calling groups_inventory to load vars for managed_node1 6567 1726773025.51814: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773025.51821: Calling all_plugins_play to load vars for managed_node1 6567 1726773025.51822: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773025.51824: Calling groups_plugins_play to load vars for managed_node1 6567 1726773025.51952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773025.52073: done with get_vars() 6567 1726773025.52081: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 15:10:25 -0400 (0:00:00.025) 0:00:05.034 **** 6567 1726773025.52149: entering _queue_task() for managed_node1/stat 6567 1726773025.52327: worker is 1 (out of 1 available) 6567 1726773025.52341: exiting _queue_task() for managed_node1/stat 6567 1726773025.52354: done queuing things up, now waiting for results queue to drain 6567 1726773025.52355: waiting for pending results... 6567 1726773025.52517: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6567 1726773025.52598: in run() - task 1239c35c-e2e1-5e39-0463-0000000001be 6567 1726773025.52612: variable 'ansible_search_path' from source: unknown 6567 1726773025.52615: variable 'ansible_search_path' from source: unknown 6567 1726773025.52644: calling self._execute() 6567 1726773025.52699: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773025.52702: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773025.52713: variable 'omit' from source: magic vars 6567 1726773025.53039: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6567 1726773025.53212: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6567 1726773025.53244: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6567 1726773025.53269: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6567 1726773025.53297: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6567 1726773025.53361: 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) 6567 1726773025.53379: 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) 6567 1726773025.53399: 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) 6567 1726773025.53419: 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) 6567 1726773025.53511: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 6567 1726773025.53517: variable 'omit' from source: magic vars 6567 1726773025.53565: variable 'omit' from source: magic vars 6567 1726773025.53588: variable 'omit' from source: magic vars 6567 1726773025.53609: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773025.53629: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773025.53648: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773025.53660: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773025.53671: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773025.53695: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773025.53698: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773025.53701: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773025.53767: Set connection var ansible_connection to ssh 6567 1726773025.53774: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773025.53783: Set connection var ansible_shell_type to sh 6567 1726773025.53790: Set connection var ansible_shell_executable to /bin/sh 6567 1726773025.53795: Set connection var ansible_timeout to 10 6567 1726773025.53801: Set connection var ansible_pipelining to False 6567 1726773025.53818: variable 'ansible_shell_executable' from source: unknown 6567 1726773025.53821: variable 'ansible_connection' from source: unknown 6567 1726773025.53823: variable 'ansible_module_compression' from source: unknown 6567 1726773025.53826: variable 'ansible_shell_type' from source: unknown 6567 1726773025.53828: variable 'ansible_shell_executable' from source: unknown 6567 1726773025.53830: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773025.53834: variable 'ansible_pipelining' from source: unknown 6567 1726773025.53836: variable 'ansible_timeout' from source: unknown 6567 1726773025.53840: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773025.53944: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 6567 1726773025.53952: variable 'omit' from source: magic vars 6567 1726773025.53958: starting attempt loop 6567 1726773025.53965: running the handler 6567 1726773025.53975: _low_level_execute_command(): starting 6567 1726773025.53985: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773025.54488: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773025.54510: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773025.54527: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.54543: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.54585: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773025.54599: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773025.54770: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773025.56432: stdout chunk (state=3): >>>/root <<< 6567 1726773025.56618: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773025.56626: stderr chunk (state=3): >>><<< 6567 1726773025.56629: stdout chunk (state=3): >>><<< 6567 1726773025.56645: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773025.56665: _low_level_execute_command(): starting 6567 1726773025.56669: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773025.5664494-6668-78496509996543 `" && echo ansible-tmp-1726773025.5664494-6668-78496509996543="` echo /root/.ansible/tmp/ansible-tmp-1726773025.5664494-6668-78496509996543 `" ) && sleep 0' 6567 1726773025.57131: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773025.57145: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773025.57164: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773025.57175: 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.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773025.57185: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.57233: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773025.57245: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773025.57353: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773025.59300: stdout chunk (state=3): >>>ansible-tmp-1726773025.5664494-6668-78496509996543=/root/.ansible/tmp/ansible-tmp-1726773025.5664494-6668-78496509996543 <<< 6567 1726773025.59492: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773025.59539: stderr chunk (state=3): >>><<< 6567 1726773025.59544: stdout chunk (state=3): >>><<< 6567 1726773025.59560: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773025.5664494-6668-78496509996543=/root/.ansible/tmp/ansible-tmp-1726773025.5664494-6668-78496509996543 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773025.59600: variable 'ansible_module_compression' from source: unknown 6567 1726773025.59651: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6567 1726773025.59679: variable 'ansible_facts' from source: unknown 6567 1726773025.59747: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773025.5664494-6668-78496509996543/AnsiballZ_stat.py 6567 1726773025.59855: Sending initial data 6567 1726773025.59864: Sent initial data (150 bytes) 6567 1726773025.60588: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773025.60633: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.60636: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration <<< 6567 1726773025.60638: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773025.60640: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773025.60643: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.60738: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773025.61069: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773025.62644: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773025.62735: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773025.62876: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmptl52lol5 /root/.ansible/tmp/ansible-tmp-1726773025.5664494-6668-78496509996543/AnsiballZ_stat.py <<< 6567 1726773025.62968: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773025.64347: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773025.64524: stderr chunk (state=3): >>><<< 6567 1726773025.64528: stdout chunk (state=3): >>><<< 6567 1726773025.64530: done transferring module to remote 6567 1726773025.64532: _low_level_execute_command(): starting 6567 1726773025.64535: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773025.5664494-6668-78496509996543/ /root/.ansible/tmp/ansible-tmp-1726773025.5664494-6668-78496509996543/AnsiballZ_stat.py && sleep 0' 6567 1726773025.65144: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773025.65159: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773025.65177: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773025.65200: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773025.65249: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773025.65263: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773025.65282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.65305: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773025.65320: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773025.65332: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773025.65345: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773025.65359: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773025.65375: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773025.65388: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773025.65401: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773025.65422: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.65498: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773025.65523: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773025.65546: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773025.65682: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773025.67560: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773025.67693: stderr chunk (state=3): >>><<< 6567 1726773025.67718: stdout chunk (state=3): >>><<< 6567 1726773025.67827: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773025.67831: _low_level_execute_command(): starting 6567 1726773025.67834: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773025.5664494-6668-78496509996543/AnsiballZ_stat.py && sleep 0' 6567 1726773025.68531: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773025.68544: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773025.68557: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773025.68573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773025.68630: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773025.68643: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773025.68657: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.68676: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773025.68692: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773025.68714: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773025.68727: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773025.68740: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773025.68758: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773025.68772: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773025.68784: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773025.68799: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.68883: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773025.68907: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773025.68932: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773025.69071: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773025.82934: 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"}}} <<< 6567 1726773025.83953: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773025.84038: stderr chunk (state=3): >>><<< 6567 1726773025.84042: stdout chunk (state=3): >>><<< 6567 1726773025.84114: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/sbin/transactional-update", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773025.84118: 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-1726773025.5664494-6668-78496509996543/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773025.84125: _low_level_execute_command(): starting 6567 1726773025.84210: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773025.5664494-6668-78496509996543/ > /dev/null 2>&1 && sleep 0' 6567 1726773025.84829: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773025.84846: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773025.84863: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773025.84866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773025.84908: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773025.84912: 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.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773025.84914: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773025.84985: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773025.84997: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773025.85117: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773025.86973: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773025.87055: stderr chunk (state=3): >>><<< 6567 1726773025.87065: stdout chunk (state=3): >>><<< 6567 1726773025.87444: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773025.87448: handler run complete 6567 1726773025.87450: attempt loop complete, returning result 6567 1726773025.87455: _execute() done 6567 1726773025.87457: dumping result to json 6567 1726773025.87459: done dumping result, returning 6567 1726773025.87461: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [1239c35c-e2e1-5e39-0463-0000000001be] 6567 1726773025.87463: sending task result for task 1239c35c-e2e1-5e39-0463-0000000001be 6567 1726773025.87547: done sending task result for task 1239c35c-e2e1-5e39-0463-0000000001be 6567 1726773025.87550: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 6567 1726773025.87652: no more pending results, returning what we have 6567 1726773025.87656: results queue empty 6567 1726773025.87657: checking for any_errors_fatal 6567 1726773025.87662: done checking for any_errors_fatal 6567 1726773025.87663: checking for max_fail_percentage 6567 1726773025.87664: done checking for max_fail_percentage 6567 1726773025.87665: checking to see if all hosts have failed and the running result is not ok 6567 1726773025.87666: done checking to see if all hosts have failed 6567 1726773025.87667: getting the remaining hosts for this loop 6567 1726773025.87668: done getting the remaining hosts for this loop 6567 1726773025.87671: getting the next task for host managed_node1 6567 1726773025.87700: done getting next task for host managed_node1 6567 1726773025.87707: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6567 1726773025.87712: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773025.87722: getting variables 6567 1726773025.87724: in VariableManager get_vars() 6567 1726773025.88292: Calling all_inventory to load vars for managed_node1 6567 1726773025.88295: Calling groups_inventory to load vars for managed_node1 6567 1726773025.88298: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773025.88311: Calling all_plugins_play to load vars for managed_node1 6567 1726773025.88314: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773025.88317: Calling groups_plugins_play to load vars for managed_node1 6567 1726773025.88510: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773025.88740: done with get_vars() 6567 1726773025.88753: done getting variables 6567 1726773025.88813: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 15:10:25 -0400 (0:00:00.367) 0:00:05.401 **** 6567 1726773025.88871: entering _queue_task() for managed_node1/set_fact 6567 1726773025.89113: worker is 1 (out of 1 available) 6567 1726773025.89126: exiting _queue_task() for managed_node1/set_fact 6567 1726773025.89139: done queuing things up, now waiting for results queue to drain 6567 1726773025.89141: waiting for pending results... 6567 1726773025.89316: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6567 1726773025.89460: in run() - task 1239c35c-e2e1-5e39-0463-0000000001bf 6567 1726773025.89485: variable 'ansible_search_path' from source: unknown 6567 1726773025.89496: variable 'ansible_search_path' from source: unknown 6567 1726773025.89541: calling self._execute() 6567 1726773025.89625: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773025.89636: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773025.89650: variable 'omit' from source: magic vars 6567 1726773025.90148: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6567 1726773025.90513: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6567 1726773025.90561: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6567 1726773025.90704: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6567 1726773025.90744: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6567 1726773025.90842: 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) 6567 1726773025.90871: 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) 6567 1726773025.90907: 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) 6567 1726773025.90945: 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) 6567 1726773025.91076: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 6567 1726773025.91090: variable 'omit' from source: magic vars 6567 1726773025.91173: variable 'omit' from source: magic vars 6567 1726773025.91307: variable '__transactional_update_stat' from source: set_fact 6567 1726773025.91366: variable 'omit' from source: magic vars 6567 1726773025.91399: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773025.91435: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773025.91462: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773025.91491: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773025.91512: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773025.91547: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773025.91559: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773025.91574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773025.91690: Set connection var ansible_connection to ssh 6567 1726773025.91707: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773025.91719: Set connection var ansible_shell_type to sh 6567 1726773025.91733: Set connection var ansible_shell_executable to /bin/sh 6567 1726773025.91742: Set connection var ansible_timeout to 10 6567 1726773025.91754: Set connection var ansible_pipelining to False 6567 1726773025.91782: variable 'ansible_shell_executable' from source: unknown 6567 1726773025.91794: variable 'ansible_connection' from source: unknown 6567 1726773025.91806: variable 'ansible_module_compression' from source: unknown 6567 1726773025.91816: variable 'ansible_shell_type' from source: unknown 6567 1726773025.91823: variable 'ansible_shell_executable' from source: unknown 6567 1726773025.91830: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773025.91837: variable 'ansible_pipelining' from source: unknown 6567 1726773025.91843: variable 'ansible_timeout' from source: unknown 6567 1726773025.91850: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773025.91965: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773025.91985: variable 'omit' from source: magic vars 6567 1726773025.91995: starting attempt loop 6567 1726773025.92003: running the handler 6567 1726773025.92024: handler run complete 6567 1726773025.92038: attempt loop complete, returning result 6567 1726773025.92045: _execute() done 6567 1726773025.92052: dumping result to json 6567 1726773025.92059: done dumping result, returning 6567 1726773025.92070: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [1239c35c-e2e1-5e39-0463-0000000001bf] 6567 1726773025.92082: sending task result for task 1239c35c-e2e1-5e39-0463-0000000001bf ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_is_transactional": false }, "changed": false } 6567 1726773025.92248: no more pending results, returning what we have 6567 1726773025.92251: results queue empty 6567 1726773025.92252: checking for any_errors_fatal 6567 1726773025.92258: done checking for any_errors_fatal 6567 1726773025.92259: checking for max_fail_percentage 6567 1726773025.92260: done checking for max_fail_percentage 6567 1726773025.92262: checking to see if all hosts have failed and the running result is not ok 6567 1726773025.92262: done checking to see if all hosts have failed 6567 1726773025.92263: getting the remaining hosts for this loop 6567 1726773025.92265: done getting the remaining hosts for this loop 6567 1726773025.92269: getting the next task for host managed_node1 6567 1726773025.92281: done getting next task for host managed_node1 6567 1726773025.92284: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6567 1726773025.92289: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773025.92309: getting variables 6567 1726773025.92311: in VariableManager get_vars() 6567 1726773025.92352: Calling all_inventory to load vars for managed_node1 6567 1726773025.92355: Calling groups_inventory to load vars for managed_node1 6567 1726773025.92357: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773025.92368: Calling all_plugins_play to load vars for managed_node1 6567 1726773025.92372: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773025.92375: Calling groups_plugins_play to load vars for managed_node1 6567 1726773025.92595: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773025.92935: done with get_vars() 6567 1726773025.92948: done getting variables 6567 1726773025.92982: done sending task result for task 1239c35c-e2e1-5e39-0463-0000000001bf 6567 1726773025.92985: WORKER PROCESS EXITING 6567 1726773025.93144: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:10:25 -0400 (0:00:00.044) 0:00:05.445 **** 6567 1726773025.93283: entering _queue_task() for managed_node1/include_vars 6567 1726773025.93285: Creating lock for include_vars 6567 1726773025.93557: worker is 1 (out of 1 available) 6567 1726773025.93568: exiting _queue_task() for managed_node1/include_vars 6567 1726773025.93583: done queuing things up, now waiting for results queue to drain 6567 1726773025.93589: waiting for pending results... 6567 1726773025.93858: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6567 1726773025.94113: in run() - task 1239c35c-e2e1-5e39-0463-0000000001c1 6567 1726773025.94259: variable 'ansible_search_path' from source: unknown 6567 1726773025.94267: variable 'ansible_search_path' from source: unknown 6567 1726773025.94313: calling self._execute() 6567 1726773025.94502: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773025.94517: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773025.94531: variable 'omit' from source: magic vars 6567 1726773025.94647: variable 'omit' from source: magic vars 6567 1726773025.94868: variable 'omit' from source: magic vars 6567 1726773025.95565: variable 'ffparams' from source: task vars 6567 1726773025.95743: variable 'ansible_facts' from source: unknown 6567 1726773025.95965: variable 'ansible_facts' from source: unknown 6567 1726773025.96126: variable 'ansible_facts' from source: unknown 6567 1726773025.96267: variable 'ansible_facts' from source: unknown 6567 1726773025.96400: variable 'role_path' from source: magic vars 6567 1726773025.96589: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6567 1726773025.96849: Loaded config def from plugin (lookup/first_found) 6567 1726773025.96864: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 6567 1726773025.96918: variable 'ansible_search_path' from source: unknown 6567 1726773025.96942: variable 'ansible_search_path' from source: unknown 6567 1726773025.96956: variable 'ansible_search_path' from source: unknown 6567 1726773025.96970: variable 'ansible_search_path' from source: unknown 6567 1726773025.96995: variable 'ansible_search_path' from source: unknown 6567 1726773025.97023: variable 'omit' from source: magic vars 6567 1726773025.97052: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773025.97087: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773025.97114: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773025.97134: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773025.97150: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773025.97184: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773025.97198: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773025.97212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773025.97310: Set connection var ansible_connection to ssh 6567 1726773025.97327: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773025.97338: Set connection var ansible_shell_type to sh 6567 1726773025.97352: Set connection var ansible_shell_executable to /bin/sh 6567 1726773025.97363: Set connection var ansible_timeout to 10 6567 1726773025.97375: Set connection var ansible_pipelining to False 6567 1726773025.97411: variable 'ansible_shell_executable' from source: unknown 6567 1726773025.97424: variable 'ansible_connection' from source: unknown 6567 1726773025.97433: variable 'ansible_module_compression' from source: unknown 6567 1726773025.97440: variable 'ansible_shell_type' from source: unknown 6567 1726773025.97447: variable 'ansible_shell_executable' from source: unknown 6567 1726773025.97455: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773025.97462: variable 'ansible_pipelining' from source: unknown 6567 1726773025.97469: variable 'ansible_timeout' from source: unknown 6567 1726773025.97480: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773025.97609: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773025.97631: variable 'omit' from source: magic vars 6567 1726773025.97645: starting attempt loop 6567 1726773025.97653: running the handler 6567 1726773025.97717: handler run complete 6567 1726773025.97733: attempt loop complete, returning result 6567 1726773025.97745: _execute() done 6567 1726773025.97754: dumping result to json 6567 1726773025.97762: done dumping result, returning 6567 1726773025.97774: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [1239c35c-e2e1-5e39-0463-0000000001c1] 6567 1726773025.97787: sending task result for task 1239c35c-e2e1-5e39-0463-0000000001c1 ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 6567 1726773025.97982: no more pending results, returning what we have 6567 1726773025.97986: results queue empty 6567 1726773025.97987: checking for any_errors_fatal 6567 1726773025.97994: done checking for any_errors_fatal 6567 1726773025.97995: checking for max_fail_percentage 6567 1726773025.97997: done checking for max_fail_percentage 6567 1726773025.97997: checking to see if all hosts have failed and the running result is not ok 6567 1726773025.97998: done checking to see if all hosts have failed 6567 1726773025.97999: getting the remaining hosts for this loop 6567 1726773025.98001: done getting the remaining hosts for this loop 6567 1726773025.98006: getting the next task for host managed_node1 6567 1726773025.98014: done getting next task for host managed_node1 6567 1726773025.98018: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6567 1726773025.98023: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773025.98034: getting variables 6567 1726773025.98035: in VariableManager get_vars() 6567 1726773025.98073: Calling all_inventory to load vars for managed_node1 6567 1726773025.98076: Calling groups_inventory to load vars for managed_node1 6567 1726773025.98082: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773025.98094: Calling all_plugins_play to load vars for managed_node1 6567 1726773025.98097: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773025.98120: Calling groups_plugins_play to load vars for managed_node1 6567 1726773025.98305: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773025.98531: done with get_vars() 6567 1726773025.98657: done getting variables 6567 1726773025.98693: done sending task result for task 1239c35c-e2e1-5e39-0463-0000000001c1 6567 1726773025.98696: WORKER PROCESS EXITING 6567 1726773025.98888: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:10:25 -0400 (0:00:00.056) 0:00:05.501 **** 6567 1726773025.98924: entering _queue_task() for managed_node1/package 6567 1726773025.98926: Creating lock for package 6567 1726773025.99241: worker is 1 (out of 1 available) 6567 1726773025.99252: exiting _queue_task() for managed_node1/package 6567 1726773025.99264: done queuing things up, now waiting for results queue to drain 6567 1726773025.99266: waiting for pending results... 6567 1726773025.99534: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6567 1726773025.99654: in run() - task 1239c35c-e2e1-5e39-0463-00000000013f 6567 1726773025.99673: variable 'ansible_search_path' from source: unknown 6567 1726773025.99682: variable 'ansible_search_path' from source: unknown 6567 1726773025.99728: calling self._execute() 6567 1726773025.99809: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773025.99824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773025.99838: variable 'omit' from source: magic vars 6567 1726773025.99953: variable 'omit' from source: magic vars 6567 1726773026.00027: variable 'omit' from source: magic vars 6567 1726773026.00063: variable '__kernel_settings_packages' from source: include_vars 6567 1726773026.00443: variable '__kernel_settings_packages' from source: include_vars 6567 1726773026.00680: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6567 1726773026.03229: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6567 1726773026.03309: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6567 1726773026.03366: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6567 1726773026.03414: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6567 1726773026.03446: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6567 1726773026.03557: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773026.03599: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773026.03636: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773026.03689: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773026.03714: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773026.03834: variable '__kernel_settings_is_ostree' from source: set_fact 6567 1726773026.03847: variable 'omit' from source: magic vars 6567 1726773026.03880: variable 'omit' from source: magic vars 6567 1726773026.03920: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773026.03954: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773026.03975: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773026.04004: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773026.04023: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773026.04057: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773026.04066: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773026.04074: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773026.04187: Set connection var ansible_connection to ssh 6567 1726773026.04200: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773026.04213: Set connection var ansible_shell_type to sh 6567 1726773026.04230: Set connection var ansible_shell_executable to /bin/sh 6567 1726773026.04240: Set connection var ansible_timeout to 10 6567 1726773026.04251: Set connection var ansible_pipelining to False 6567 1726773026.04285: variable 'ansible_shell_executable' from source: unknown 6567 1726773026.04293: variable 'ansible_connection' from source: unknown 6567 1726773026.04299: variable 'ansible_module_compression' from source: unknown 6567 1726773026.04308: variable 'ansible_shell_type' from source: unknown 6567 1726773026.04316: variable 'ansible_shell_executable' from source: unknown 6567 1726773026.04322: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773026.04334: variable 'ansible_pipelining' from source: unknown 6567 1726773026.04340: variable 'ansible_timeout' from source: unknown 6567 1726773026.04348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773026.04462: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773026.04476: variable 'omit' from source: magic vars 6567 1726773026.04493: starting attempt loop 6567 1726773026.04501: running the handler 6567 1726773026.04513: variable 'ansible_facts' from source: unknown 6567 1726773026.04519: variable 'ansible_facts' from source: unknown 6567 1726773026.04580: _low_level_execute_command(): starting 6567 1726773026.04595: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773026.05389: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773026.05408: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773026.05428: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773026.05448: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773026.05502: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773026.05518: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773026.05534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773026.05556: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773026.05569: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773026.05587: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773026.05599: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773026.05615: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773026.05631: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773026.05646: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773026.05659: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773026.05672: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773026.05768: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773026.05789: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773026.05806: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773026.05947: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773026.07640: stdout chunk (state=3): >>>/root <<< 6567 1726773026.07811: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773026.07816: stdout chunk (state=3): >>><<< 6567 1726773026.07825: stderr chunk (state=3): >>><<< 6567 1726773026.07846: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773026.07856: _low_level_execute_command(): starting 6567 1726773026.07861: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773026.0784452-6688-195129912849868 `" && echo ansible-tmp-1726773026.0784452-6688-195129912849868="` echo /root/.ansible/tmp/ansible-tmp-1726773026.0784452-6688-195129912849868 `" ) && sleep 0' 6567 1726773026.08476: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773026.08484: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773026.08497: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773026.08511: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773026.08550: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773026.08557: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773026.08567: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773026.08582: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773026.08586: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773026.08594: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773026.08601: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773026.08614: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773026.08626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773026.08632: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773026.08638: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773026.08647: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773026.08727: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773026.08734: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773026.08747: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773026.08888: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773026.10827: stdout chunk (state=3): >>>ansible-tmp-1726773026.0784452-6688-195129912849868=/root/.ansible/tmp/ansible-tmp-1726773026.0784452-6688-195129912849868 <<< 6567 1726773026.10942: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773026.11032: stderr chunk (state=3): >>><<< 6567 1726773026.11048: stdout chunk (state=3): >>><<< 6567 1726773026.11316: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773026.0784452-6688-195129912849868=/root/.ansible/tmp/ansible-tmp-1726773026.0784452-6688-195129912849868 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773026.11319: variable 'ansible_module_compression' from source: unknown 6567 1726773026.11323: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 6567 1726773026.11326: ANSIBALLZ: Acquiring lock 6567 1726773026.11327: ANSIBALLZ: Lock acquired: 139624871440080 6567 1726773026.11329: ANSIBALLZ: Creating module 6567 1726773026.28251: ANSIBALLZ: Writing module into payload 6567 1726773026.28445: ANSIBALLZ: Writing module 6567 1726773026.28466: ANSIBALLZ: Renaming module 6567 1726773026.28469: ANSIBALLZ: Done creating module 6567 1726773026.28489: variable 'ansible_facts' from source: unknown 6567 1726773026.28551: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773026.0784452-6688-195129912849868/AnsiballZ_dnf.py 6567 1726773026.28660: Sending initial data 6567 1726773026.28663: Sent initial data (150 bytes) 6567 1726773026.29390: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773026.29393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773026.29430: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773026.29434: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773026.29436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773026.29482: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773026.29494: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773026.29498: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773026.29657: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773026.31494: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773026.31612: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773026.31711: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmpdel5tqxr /root/.ansible/tmp/ansible-tmp-1726773026.0784452-6688-195129912849868/AnsiballZ_dnf.py <<< 6567 1726773026.31806: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773026.33080: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773026.33207: stderr chunk (state=3): >>><<< 6567 1726773026.33210: stdout chunk (state=3): >>><<< 6567 1726773026.33232: done transferring module to remote 6567 1726773026.33250: _low_level_execute_command(): starting 6567 1726773026.33253: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773026.0784452-6688-195129912849868/ /root/.ansible/tmp/ansible-tmp-1726773026.0784452-6688-195129912849868/AnsiballZ_dnf.py && sleep 0' 6567 1726773026.34092: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773026.34179: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773026.36109: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773026.36129: stderr chunk (state=3): >>><<< 6567 1726773026.36132: stdout chunk (state=3): >>><<< 6567 1726773026.36146: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773026.36149: _low_level_execute_command(): starting 6567 1726773026.36154: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773026.0784452-6688-195129912849868/AnsiballZ_dnf.py && sleep 0' 6567 1726773026.36583: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773026.36587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773026.36616: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773026.36623: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773026.36637: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773026.36644: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration <<< 6567 1726773026.36650: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773026.36656: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773026.36670: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773026.36675: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773026.36723: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773026.36745: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773026.36749: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773026.36860: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773057.76158: stdout chunk (state=3): >>> {"msg": "", "changed": true, "results": ["Installed: libtraceevent-1.5.3-3.el9.x86_64", "Installed: polkit-0.117-13.el9.x86_64", "Installed: python3-pyudev-0.22.0-6.el9.noarch", "Installed: tuned-2.24.0-1.el9.noarch", "Installed: python3-linux-procfs-0.7.3-1.el9.noarch", "Installed: polkit-libs-0.117-13.el9.x86_64", "Installed: polkit-pkla-compat-0.1-21.el9.x86_64", "Installed: python3-perf-5.14.0-508.el9.x86_64", "Installed: hdparm-9.62-2.el9.x86_64"], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 6567 1726773057.98060: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773057.98111: stderr chunk (state=3): >>><<< 6567 1726773057.98115: stdout chunk (state=3): >>><<< 6567 1726773057.98134: _low_level_execute_command() done: rc=0, stdout= {"msg": "", "changed": true, "results": ["Installed: libtraceevent-1.5.3-3.el9.x86_64", "Installed: polkit-0.117-13.el9.x86_64", "Installed: python3-pyudev-0.22.0-6.el9.noarch", "Installed: tuned-2.24.0-1.el9.noarch", "Installed: python3-linux-procfs-0.7.3-1.el9.noarch", "Installed: polkit-libs-0.117-13.el9.x86_64", "Installed: polkit-pkla-compat-0.1-21.el9.x86_64", "Installed: python3-perf-5.14.0-508.el9.x86_64", "Installed: hdparm-9.62-2.el9.x86_64"], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773057.98167: 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-1726773026.0784452-6688-195129912849868/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773057.98173: _low_level_execute_command(): starting 6567 1726773057.98178: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773026.0784452-6688-195129912849868/ > /dev/null 2>&1 && sleep 0' 6567 1726773057.98687: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773057.98691: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773057.98730: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773057.98733: 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.40.12 is address debug1: re-parsing configuration <<< 6567 1726773057.98756: 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.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773057.99096: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773058.01043: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773058.01086: stderr chunk (state=3): >>><<< 6567 1726773058.01089: stdout chunk (state=3): >>><<< 6567 1726773058.01101: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773058.01110: handler run complete 6567 1726773058.01136: attempt loop complete, returning result 6567 1726773058.01139: _execute() done 6567 1726773058.01142: dumping result to json 6567 1726773058.01147: done dumping result, returning 6567 1726773058.01158: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [1239c35c-e2e1-5e39-0463-00000000013f] 6567 1726773058.01161: sending task result for task 1239c35c-e2e1-5e39-0463-00000000013f 6567 1726773058.01258: done sending task result for task 1239c35c-e2e1-5e39-0463-00000000013f 6567 1726773058.01263: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: libtraceevent-1.5.3-3.el9.x86_64", "Installed: polkit-0.117-13.el9.x86_64", "Installed: python3-pyudev-0.22.0-6.el9.noarch", "Installed: tuned-2.24.0-1.el9.noarch", "Installed: python3-linux-procfs-0.7.3-1.el9.noarch", "Installed: polkit-libs-0.117-13.el9.x86_64", "Installed: polkit-pkla-compat-0.1-21.el9.x86_64", "Installed: python3-perf-5.14.0-508.el9.x86_64", "Installed: hdparm-9.62-2.el9.x86_64" ] } 6567 1726773058.01381: no more pending results, returning what we have 6567 1726773058.01386: results queue empty 6567 1726773058.01386: checking for any_errors_fatal 6567 1726773058.01393: done checking for any_errors_fatal 6567 1726773058.01393: checking for max_fail_percentage 6567 1726773058.01398: done checking for max_fail_percentage 6567 1726773058.01399: checking to see if all hosts have failed and the running result is not ok 6567 1726773058.01400: done checking to see if all hosts have failed 6567 1726773058.01401: getting the remaining hosts for this loop 6567 1726773058.01402: done getting the remaining hosts for this loop 6567 1726773058.01406: getting the next task for host managed_node1 6567 1726773058.01413: done getting next task for host managed_node1 6567 1726773058.01417: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6567 1726773058.01419: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773058.01429: getting variables 6567 1726773058.01430: in VariableManager get_vars() 6567 1726773058.01462: Calling all_inventory to load vars for managed_node1 6567 1726773058.01464: Calling groups_inventory to load vars for managed_node1 6567 1726773058.01466: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773058.01475: Calling all_plugins_play to load vars for managed_node1 6567 1726773058.01477: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773058.01480: Calling groups_plugins_play to load vars for managed_node1 6567 1726773058.01649: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773058.01780: done with get_vars() 6567 1726773058.01795: done getting variables 6567 1726773058.01886: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:10:58 -0400 (0:00:32.030) 0:00:37.532 **** 6567 1726773058.01993: entering _queue_task() for managed_node1/debug 6567 1726773058.02014: Creating lock for debug 6567 1726773058.02796: worker is 1 (out of 1 available) 6567 1726773058.02810: exiting _queue_task() for managed_node1/debug 6567 1726773058.02821: done queuing things up, now waiting for results queue to drain 6567 1726773058.02823: waiting for pending results... 6567 1726773058.03646: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6567 1726773058.03765: in run() - task 1239c35c-e2e1-5e39-0463-000000000141 6567 1726773058.03785: variable 'ansible_search_path' from source: unknown 6567 1726773058.03793: variable 'ansible_search_path' from source: unknown 6567 1726773058.03839: calling self._execute() 6567 1726773058.03923: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773058.03936: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773058.03951: variable 'omit' from source: magic vars 6567 1726773058.04443: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6567 1726773058.06940: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6567 1726773058.07007: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6567 1726773058.07050: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6567 1726773058.07087: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6567 1726773058.07120: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6567 1726773058.07206: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773058.07244: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773058.07278: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773058.07323: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773058.07341: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773058.07440: variable '__kernel_settings_is_transactional' from source: set_fact 6567 1726773058.07459: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6567 1726773058.07480: when evaluation is False, skipping this task 6567 1726773058.07493: _execute() done 6567 1726773058.07501: dumping result to json 6567 1726773058.07511: done dumping result, returning 6567 1726773058.07521: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [1239c35c-e2e1-5e39-0463-000000000141] 6567 1726773058.07529: sending task result for task 1239c35c-e2e1-5e39-0463-000000000141 skipping: [managed_node1] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 6567 1726773058.07669: no more pending results, returning what we have 6567 1726773058.07673: results queue empty 6567 1726773058.07674: checking for any_errors_fatal 6567 1726773058.07680: done checking for any_errors_fatal 6567 1726773058.07681: checking for max_fail_percentage 6567 1726773058.07683: done checking for max_fail_percentage 6567 1726773058.07684: checking to see if all hosts have failed and the running result is not ok 6567 1726773058.07685: done checking to see if all hosts have failed 6567 1726773058.07685: getting the remaining hosts for this loop 6567 1726773058.07687: done getting the remaining hosts for this loop 6567 1726773058.07692: getting the next task for host managed_node1 6567 1726773058.07699: done getting next task for host managed_node1 6567 1726773058.07703: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6567 1726773058.07709: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773058.07723: getting variables 6567 1726773058.07725: in VariableManager get_vars() 6567 1726773058.07758: Calling all_inventory to load vars for managed_node1 6567 1726773058.07760: Calling groups_inventory to load vars for managed_node1 6567 1726773058.07763: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773058.07772: Calling all_plugins_play to load vars for managed_node1 6567 1726773058.07775: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773058.07777: Calling groups_plugins_play to load vars for managed_node1 6567 1726773058.07938: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773058.08137: done with get_vars() 6567 1726773058.08147: done getting variables 6567 1726773058.08177: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000141 6567 1726773058.08180: WORKER PROCESS EXITING 6567 1726773058.08280: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:10:58 -0400 (0:00:00.063) 0:00:37.595 **** 6567 1726773058.08312: entering _queue_task() for managed_node1/reboot 6567 1726773058.08314: Creating lock for reboot 6567 1726773058.08550: worker is 1 (out of 1 available) 6567 1726773058.08562: exiting _queue_task() for managed_node1/reboot 6567 1726773058.08574: done queuing things up, now waiting for results queue to drain 6567 1726773058.08575: waiting for pending results... 6567 1726773058.09382: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6567 1726773058.09500: in run() - task 1239c35c-e2e1-5e39-0463-000000000142 6567 1726773058.09524: variable 'ansible_search_path' from source: unknown 6567 1726773058.09532: variable 'ansible_search_path' from source: unknown 6567 1726773058.09580: calling self._execute() 6567 1726773058.09741: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773058.09752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773058.09768: variable 'omit' from source: magic vars 6567 1726773058.10252: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6567 1726773058.12369: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6567 1726773058.12423: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6567 1726773058.12449: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6567 1726773058.12474: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6567 1726773058.12499: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6567 1726773058.12556: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773058.12576: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773058.12595: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773058.12629: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773058.12637: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773058.12714: variable '__kernel_settings_is_transactional' from source: set_fact 6567 1726773058.12723: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6567 1726773058.12727: when evaluation is False, skipping this task 6567 1726773058.12729: _execute() done 6567 1726773058.12734: dumping result to json 6567 1726773058.12736: done dumping result, returning 6567 1726773058.12739: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [1239c35c-e2e1-5e39-0463-000000000142] 6567 1726773058.12745: sending task result for task 1239c35c-e2e1-5e39-0463-000000000142 skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6567 1726773058.12933: no more pending results, returning what we have 6567 1726773058.12936: results queue empty 6567 1726773058.12937: checking for any_errors_fatal 6567 1726773058.12941: done checking for any_errors_fatal 6567 1726773058.12942: checking for max_fail_percentage 6567 1726773058.12943: done checking for max_fail_percentage 6567 1726773058.12944: checking to see if all hosts have failed and the running result is not ok 6567 1726773058.12944: done checking to see if all hosts have failed 6567 1726773058.12945: getting the remaining hosts for this loop 6567 1726773058.12947: done getting the remaining hosts for this loop 6567 1726773058.12950: getting the next task for host managed_node1 6567 1726773058.12955: done getting next task for host managed_node1 6567 1726773058.12958: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6567 1726773058.12961: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773058.12980: getting variables 6567 1726773058.12982: in VariableManager get_vars() 6567 1726773058.13007: Calling all_inventory to load vars for managed_node1 6567 1726773058.13010: Calling groups_inventory to load vars for managed_node1 6567 1726773058.13012: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773058.13020: Calling all_plugins_play to load vars for managed_node1 6567 1726773058.13022: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773058.13025: Calling groups_plugins_play to load vars for managed_node1 6567 1726773058.13118: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000142 6567 1726773058.13122: WORKER PROCESS EXITING 6567 1726773058.13132: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773058.13255: done with get_vars() 6567 1726773058.13262: done getting variables 6567 1726773058.13302: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 15:10:58 -0400 (0:00:00.050) 0:00:37.645 **** 6567 1726773058.13325: entering _queue_task() for managed_node1/fail 6567 1726773058.13543: worker is 1 (out of 1 available) 6567 1726773058.13555: exiting _queue_task() for managed_node1/fail 6567 1726773058.13567: done queuing things up, now waiting for results queue to drain 6567 1726773058.13568: waiting for pending results... 6567 1726773058.13731: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6567 1726773058.13851: in run() - task 1239c35c-e2e1-5e39-0463-000000000143 6567 1726773058.13871: variable 'ansible_search_path' from source: unknown 6567 1726773058.13886: variable 'ansible_search_path' from source: unknown 6567 1726773058.13930: calling self._execute() 6567 1726773058.14016: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773058.14029: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773058.14044: variable 'omit' from source: magic vars 6567 1726773058.14511: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6567 1726773058.16262: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6567 1726773058.16310: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6567 1726773058.16335: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6567 1726773058.16361: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6567 1726773058.16386: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6567 1726773058.16451: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773058.16471: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773058.16492: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773058.16523: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773058.16534: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773058.16607: variable '__kernel_settings_is_transactional' from source: set_fact 6567 1726773058.16622: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6567 1726773058.16625: when evaluation is False, skipping this task 6567 1726773058.16628: _execute() done 6567 1726773058.16631: dumping result to json 6567 1726773058.16633: done dumping result, returning 6567 1726773058.16639: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [1239c35c-e2e1-5e39-0463-000000000143] 6567 1726773058.16643: sending task result for task 1239c35c-e2e1-5e39-0463-000000000143 6567 1726773058.16725: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000143 6567 1726773058.16728: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6567 1726773058.16769: no more pending results, returning what we have 6567 1726773058.16772: results queue empty 6567 1726773058.16773: checking for any_errors_fatal 6567 1726773058.16777: done checking for any_errors_fatal 6567 1726773058.16777: checking for max_fail_percentage 6567 1726773058.16779: done checking for max_fail_percentage 6567 1726773058.16780: checking to see if all hosts have failed and the running result is not ok 6567 1726773058.16781: done checking to see if all hosts have failed 6567 1726773058.16782: getting the remaining hosts for this loop 6567 1726773058.16783: done getting the remaining hosts for this loop 6567 1726773058.16786: getting the next task for host managed_node1 6567 1726773058.16794: done getting next task for host managed_node1 6567 1726773058.16797: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6567 1726773058.16800: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773058.16815: getting variables 6567 1726773058.16817: in VariableManager get_vars() 6567 1726773058.16873: Calling all_inventory to load vars for managed_node1 6567 1726773058.16876: Calling groups_inventory to load vars for managed_node1 6567 1726773058.16878: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773058.16887: Calling all_plugins_play to load vars for managed_node1 6567 1726773058.16889: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773058.16891: Calling groups_plugins_play to load vars for managed_node1 6567 1726773058.17057: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773058.17480: done with get_vars() 6567 1726773058.17490: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 15:10:58 -0400 (0:00:00.042) 0:00:37.688 **** 6567 1726773058.17570: entering _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 6567 1726773058.17572: Creating lock for fedora.linux_system_roles.kernel_settings_get_config 6567 1726773058.17801: worker is 1 (out of 1 available) 6567 1726773058.17814: exiting _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 6567 1726773058.17825: done queuing things up, now waiting for results queue to drain 6567 1726773058.17827: waiting for pending results... 6567 1726773058.18083: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6567 1726773058.18189: in run() - task 1239c35c-e2e1-5e39-0463-000000000145 6567 1726773058.18201: variable 'ansible_search_path' from source: unknown 6567 1726773058.18206: variable 'ansible_search_path' from source: unknown 6567 1726773058.18240: calling self._execute() 6567 1726773058.18318: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773058.18322: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773058.18332: variable 'omit' from source: magic vars 6567 1726773058.18437: variable 'omit' from source: magic vars 6567 1726773058.18496: variable 'omit' from source: magic vars 6567 1726773058.18530: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6567 1726773058.18823: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6567 1726773058.18908: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6567 1726773058.18947: variable 'omit' from source: magic vars 6567 1726773058.18993: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773058.19035: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773058.19059: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773058.19084: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773058.19101: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773058.19142: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773058.19150: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773058.19158: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773058.19261: Set connection var ansible_connection to ssh 6567 1726773058.19273: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773058.19287: Set connection var ansible_shell_type to sh 6567 1726773058.19300: Set connection var ansible_shell_executable to /bin/sh 6567 1726773058.19313: Set connection var ansible_timeout to 10 6567 1726773058.19326: Set connection var ansible_pipelining to False 6567 1726773058.19354: variable 'ansible_shell_executable' from source: unknown 6567 1726773058.19363: variable 'ansible_connection' from source: unknown 6567 1726773058.19370: variable 'ansible_module_compression' from source: unknown 6567 1726773058.19376: variable 'ansible_shell_type' from source: unknown 6567 1726773058.19386: variable 'ansible_shell_executable' from source: unknown 6567 1726773058.19393: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773058.19401: variable 'ansible_pipelining' from source: unknown 6567 1726773058.19411: variable 'ansible_timeout' from source: unknown 6567 1726773058.19418: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773058.19605: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 6567 1726773058.19623: variable 'omit' from source: magic vars 6567 1726773058.19633: starting attempt loop 6567 1726773058.19640: running the handler 6567 1726773058.19657: _low_level_execute_command(): starting 6567 1726773058.19669: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773058.20425: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773058.20441: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773058.20457: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773058.20475: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.20523: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773058.20535: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773058.20551: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.20571: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773058.20585: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773058.20596: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773058.20611: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773058.20626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773058.20641: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.20653: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773058.20668: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773058.20685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.20764: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773058.20794: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773058.20814: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773058.20946: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773058.22607: stdout chunk (state=3): >>>/root <<< 6567 1726773058.22715: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773058.22798: stderr chunk (state=3): >>><<< 6567 1726773058.22815: stdout chunk (state=3): >>><<< 6567 1726773058.22942: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773058.22946: _low_level_execute_command(): starting 6567 1726773058.22949: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773058.228427-7185-129146026457085 `" && echo ansible-tmp-1726773058.228427-7185-129146026457085="` echo /root/.ansible/tmp/ansible-tmp-1726773058.228427-7185-129146026457085 `" ) && sleep 0' 6567 1726773058.23601: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773058.23623: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773058.23638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773058.23656: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.23702: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773058.23724: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773058.23739: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.23758: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773058.23770: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773058.23786: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773058.23799: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773058.23816: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773058.23841: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.23855: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773058.23867: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773058.23885: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.23972: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773058.23997: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773058.24016: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773058.24142: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773058.26097: stdout chunk (state=3): >>>ansible-tmp-1726773058.228427-7185-129146026457085=/root/.ansible/tmp/ansible-tmp-1726773058.228427-7185-129146026457085 <<< 6567 1726773058.26218: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773058.26295: stderr chunk (state=3): >>><<< 6567 1726773058.26298: stdout chunk (state=3): >>><<< 6567 1726773058.26615: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773058.228427-7185-129146026457085=/root/.ansible/tmp/ansible-tmp-1726773058.228427-7185-129146026457085 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773058.26619: variable 'ansible_module_compression' from source: unknown 6567 1726773058.26622: ANSIBALLZ: Using lock for fedora.linux_system_roles.kernel_settings_get_config 6567 1726773058.26624: ANSIBALLZ: Acquiring lock 6567 1726773058.26626: ANSIBALLZ: Lock acquired: 139624869954720 6567 1726773058.26628: ANSIBALLZ: Creating module 6567 1726773058.42979: ANSIBALLZ: Writing module into payload 6567 1726773058.43064: ANSIBALLZ: Writing module 6567 1726773058.43087: ANSIBALLZ: Renaming module 6567 1726773058.43093: ANSIBALLZ: Done creating module 6567 1726773058.43119: variable 'ansible_facts' from source: unknown 6567 1726773058.43193: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773058.228427-7185-129146026457085/AnsiballZ_kernel_settings_get_config.py 6567 1726773058.43336: Sending initial data 6567 1726773058.43338: Sent initial data (172 bytes) 6567 1726773058.44036: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773058.44040: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.44085: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.44089: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773058.44092: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.44141: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773058.44153: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773058.44268: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773058.46175: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773058.46269: stderr chunk (state=3): >>>debug1: Using server download size 261120 <<< 6567 1726773058.46275: stderr chunk (state=3): >>>debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773058.46387: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmp9dujdaku /root/.ansible/tmp/ansible-tmp-1726773058.228427-7185-129146026457085/AnsiballZ_kernel_settings_get_config.py <<< 6567 1726773058.46496: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773058.47565: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773058.47652: stderr chunk (state=3): >>><<< 6567 1726773058.47655: stdout chunk (state=3): >>><<< 6567 1726773058.47669: done transferring module to remote 6567 1726773058.47677: _low_level_execute_command(): starting 6567 1726773058.47684: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773058.228427-7185-129146026457085/ /root/.ansible/tmp/ansible-tmp-1726773058.228427-7185-129146026457085/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6567 1726773058.48087: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773058.48093: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.48124: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.48132: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773058.48138: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773058.48156: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773058.48159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.48212: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773058.48218: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773058.48338: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773058.50347: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773058.50391: stderr chunk (state=3): >>><<< 6567 1726773058.50394: stdout chunk (state=3): >>><<< 6567 1726773058.50407: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773058.50411: _low_level_execute_command(): starting 6567 1726773058.50416: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773058.228427-7185-129146026457085/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6567 1726773058.50816: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.50839: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.50852: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.50902: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773058.50918: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773058.51035: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773058.67686: 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"}}} <<< 6567 1726773058.69260: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773058.69423: stderr chunk (state=3): >>><<< 6567 1726773058.69427: stdout chunk (state=3): >>><<< 6567 1726773058.69460: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"daemon": "1", "dynamic_tuning": "0", "sleep_interval": "1", "update_interval": "10", "recommend_command": "1", "reapply_sysctl": "1", "default_instance_priority": "0", "udev_buffer_size": "1MB", "log_file_count": "2", "log_file_max_size": "1MB"}, "invocation": {"module_args": {"path": "/etc/tuned/tuned-main.conf"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773058.69489: 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-1726773058.228427-7185-129146026457085/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773058.69499: _low_level_execute_command(): starting 6567 1726773058.69506: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773058.228427-7185-129146026457085/ > /dev/null 2>&1 && sleep 0' 6567 1726773058.70610: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773058.70619: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773058.70629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773058.70642: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.70683: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773058.70686: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773058.70697: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.70710: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773058.70718: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773058.70724: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773058.70732: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773058.70740: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773058.70752: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.70759: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773058.70766: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773058.70775: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.70846: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773058.70862: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773058.70874: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773058.71010: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773058.72870: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773058.72916: stderr chunk (state=3): >>><<< 6567 1726773058.72918: stdout chunk (state=3): >>><<< 6567 1726773058.72990: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773058.72995: handler run complete 6567 1726773058.72998: attempt loop complete, returning result 6567 1726773058.73000: _execute() done 6567 1726773058.73002: dumping result to json 6567 1726773058.73008: done dumping result, returning 6567 1726773058.73011: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [1239c35c-e2e1-5e39-0463-000000000145] 6567 1726773058.73013: sending task result for task 1239c35c-e2e1-5e39-0463-000000000145 6567 1726773058.73124: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000145 6567 1726773058.73127: WORKER PROCESS EXITING ok: [managed_node1] => { "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" } } 6567 1726773058.73204: no more pending results, returning what we have 6567 1726773058.73208: results queue empty 6567 1726773058.73208: checking for any_errors_fatal 6567 1726773058.73217: done checking for any_errors_fatal 6567 1726773058.73218: checking for max_fail_percentage 6567 1726773058.73219: done checking for max_fail_percentage 6567 1726773058.73220: checking to see if all hosts have failed and the running result is not ok 6567 1726773058.73221: done checking to see if all hosts have failed 6567 1726773058.73222: getting the remaining hosts for this loop 6567 1726773058.73223: done getting the remaining hosts for this loop 6567 1726773058.73227: getting the next task for host managed_node1 6567 1726773058.73233: done getting next task for host managed_node1 6567 1726773058.73238: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6567 1726773058.73241: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773058.73250: getting variables 6567 1726773058.73252: in VariableManager get_vars() 6567 1726773058.73286: Calling all_inventory to load vars for managed_node1 6567 1726773058.73288: Calling groups_inventory to load vars for managed_node1 6567 1726773058.73290: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773058.73299: Calling all_plugins_play to load vars for managed_node1 6567 1726773058.73302: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773058.73306: Calling groups_plugins_play to load vars for managed_node1 6567 1726773058.73460: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773058.73633: done with get_vars() 6567 1726773058.73646: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 15:10:58 -0400 (0:00:00.561) 0:00:38.249 **** 6567 1726773058.73738: entering _queue_task() for managed_node1/stat 6567 1726773058.73980: worker is 1 (out of 1 available) 6567 1726773058.73991: exiting _queue_task() for managed_node1/stat 6567 1726773058.74002: done queuing things up, now waiting for results queue to drain 6567 1726773058.74005: waiting for pending results... 6567 1726773058.74273: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6567 1726773058.74397: in run() - task 1239c35c-e2e1-5e39-0463-000000000146 6567 1726773058.74421: variable 'ansible_search_path' from source: unknown 6567 1726773058.74429: variable 'ansible_search_path' from source: unknown 6567 1726773058.74489: variable '__prof_from_conf' from source: task vars 6567 1726773058.75109: variable '__prof_from_conf' from source: task vars 6567 1726773058.75129: variable '__data' from source: task vars 6567 1726773058.75223: variable '__kernel_settings_register_tuned_main' from source: set_fact 6567 1726773058.75437: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6567 1726773058.75451: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6567 1726773058.75527: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6567 1726773058.75554: variable 'omit' from source: magic vars 6567 1726773058.75746: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773058.75822: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773058.75840: variable 'omit' from source: magic vars 6567 1726773058.76384: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6567 1726773058.78467: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6567 1726773058.78546: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6567 1726773058.78587: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6567 1726773058.78632: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6567 1726773058.78664: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6567 1726773058.78747: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773058.78781: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773058.78815: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773058.78860: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773058.78877: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773058.78973: variable 'item' from source: unknown 6567 1726773058.78989: Evaluated conditional (item | length > 0): False 6567 1726773058.78997: when evaluation is False, skipping this task 6567 1726773058.79035: variable 'item' from source: unknown 6567 1726773058.79102: variable 'item' from source: unknown skipping: [managed_node1] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 6567 1726773058.79569: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773058.79593: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773058.79620: variable 'omit' from source: magic vars 6567 1726773058.79795: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773058.79835: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773058.79874: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773058.79925: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773058.79953: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773058.80071: variable 'item' from source: unknown 6567 1726773058.80086: Evaluated conditional (item | length > 0): True 6567 1726773058.80095: variable 'omit' from source: magic vars 6567 1726773058.80163: variable 'omit' from source: magic vars 6567 1726773058.80217: variable 'item' from source: unknown 6567 1726773058.80302: variable 'item' from source: unknown 6567 1726773058.80324: variable 'omit' from source: magic vars 6567 1726773058.80346: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773058.80382: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773058.80391: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773058.80415: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773058.80423: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773058.80455: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773058.80479: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773058.80487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773058.80574: Set connection var ansible_connection to ssh 6567 1726773058.80587: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773058.80596: Set connection var ansible_shell_type to sh 6567 1726773058.80611: Set connection var ansible_shell_executable to /bin/sh 6567 1726773058.80621: Set connection var ansible_timeout to 10 6567 1726773058.80632: Set connection var ansible_pipelining to False 6567 1726773058.80653: variable 'ansible_shell_executable' from source: unknown 6567 1726773058.80661: variable 'ansible_connection' from source: unknown 6567 1726773058.80667: variable 'ansible_module_compression' from source: unknown 6567 1726773058.80674: variable 'ansible_shell_type' from source: unknown 6567 1726773058.80681: variable 'ansible_shell_executable' from source: unknown 6567 1726773058.80687: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773058.80694: variable 'ansible_pipelining' from source: unknown 6567 1726773058.80701: variable 'ansible_timeout' from source: unknown 6567 1726773058.80711: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773058.80852: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 6567 1726773058.80874: variable 'omit' from source: magic vars 6567 1726773058.80884: starting attempt loop 6567 1726773058.80891: running the handler 6567 1726773058.80912: _low_level_execute_command(): starting 6567 1726773058.80925: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773058.81553: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773058.81567: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773058.81581: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773058.81599: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.81640: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773058.81651: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773058.81665: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.81682: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773058.81696: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773058.81709: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773058.81722: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773058.81736: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773058.81755: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.81789: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773058.81791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.81839: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773058.81853: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773058.81970: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773058.83676: stdout chunk (state=3): >>>/root <<< 6567 1726773058.83781: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773058.83857: stderr chunk (state=3): >>><<< 6567 1726773058.83860: stdout chunk (state=3): >>><<< 6567 1726773058.83954: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773058.83958: _low_level_execute_command(): starting 6567 1726773058.83960: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773058.8387783-7216-156257832919583 `" && echo ansible-tmp-1726773058.8387783-7216-156257832919583="` echo /root/.ansible/tmp/ansible-tmp-1726773058.8387783-7216-156257832919583 `" ) && sleep 0' 6567 1726773058.84477: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773058.84491: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773058.84508: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773058.84527: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.84567: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773058.84582: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773058.84629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.84634: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.84695: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773058.84698: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773058.84702: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773058.84802: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773058.87150: stdout chunk (state=3): >>>ansible-tmp-1726773058.8387783-7216-156257832919583=/root/.ansible/tmp/ansible-tmp-1726773058.8387783-7216-156257832919583 <<< 6567 1726773058.87254: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773058.87341: stderr chunk (state=3): >>><<< 6567 1726773058.87344: stdout chunk (state=3): >>><<< 6567 1726773058.87514: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773058.8387783-7216-156257832919583=/root/.ansible/tmp/ansible-tmp-1726773058.8387783-7216-156257832919583 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773058.87517: variable 'ansible_module_compression' from source: unknown 6567 1726773058.87520: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6567 1726773058.87522: variable 'ansible_facts' from source: unknown 6567 1726773058.87614: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773058.8387783-7216-156257832919583/AnsiballZ_stat.py 6567 1726773058.87769: Sending initial data 6567 1726773058.87773: Sent initial data (151 bytes) 6567 1726773058.88656: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773058.88660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.88695: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.88698: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.88700: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.88753: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773058.88756: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773058.88865: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773058.90793: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773058.90888: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773058.90989: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmpei23s2up /root/.ansible/tmp/ansible-tmp-1726773058.8387783-7216-156257832919583/AnsiballZ_stat.py <<< 6567 1726773058.91084: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773058.92088: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773058.92180: stderr chunk (state=3): >>><<< 6567 1726773058.92184: stdout chunk (state=3): >>><<< 6567 1726773058.92197: done transferring module to remote 6567 1726773058.92207: _low_level_execute_command(): starting 6567 1726773058.92212: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773058.8387783-7216-156257832919583/ /root/.ansible/tmp/ansible-tmp-1726773058.8387783-7216-156257832919583/AnsiballZ_stat.py && sleep 0' 6567 1726773058.92632: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773058.92645: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.92662: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773058.92673: 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.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773058.92683: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.92730: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773058.92743: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773058.92847: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773058.94688: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773058.94755: stderr chunk (state=3): >>><<< 6567 1726773058.94766: stdout chunk (state=3): >>><<< 6567 1726773058.94787: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773058.94796: _low_level_execute_command(): starting 6567 1726773058.94806: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773058.8387783-7216-156257832919583/AnsiballZ_stat.py && sleep 0' 6567 1726773058.95408: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773058.95423: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773058.95439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773058.95457: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.95500: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773058.95518: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773058.95533: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.95553: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773058.95567: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773058.95579: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773058.95594: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773058.95612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773058.95628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773058.95644: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773058.95654: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773058.95667: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773058.95746: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773058.95765: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773058.95782: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773058.95917: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773059.12551: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6567 1726773059.13725: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773059.13772: stderr chunk (state=3): >>><<< 6567 1726773059.13776: stdout chunk (state=3): >>><<< 6567 1726773059.13795: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773059.13819: 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-1726773058.8387783-7216-156257832919583/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773059.13826: _low_level_execute_command(): starting 6567 1726773059.13830: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773058.8387783-7216-156257832919583/ > /dev/null 2>&1 && sleep 0' 6567 1726773059.14286: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773059.14289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773059.14317: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773059.14331: 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.40.12 is address <<< 6567 1726773059.14335: 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.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.14393: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773059.14396: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773059.14403: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773059.14507: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773059.16490: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773059.16565: stderr chunk (state=3): >>><<< 6567 1726773059.16583: stdout chunk (state=3): >>><<< 6567 1726773059.16608: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773059.16619: handler run complete 6567 1726773059.16644: attempt loop complete, returning result 6567 1726773059.16668: variable 'item' from source: unknown 6567 1726773059.16765: variable 'item' from source: unknown ok: [managed_node1] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "exists": false } } 6567 1726773059.16991: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773059.17007: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773059.17027: variable 'omit' from source: magic vars 6567 1726773059.17195: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773059.17228: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773059.17265: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773059.17321: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773059.17348: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773059.17442: variable 'item' from source: unknown 6567 1726773059.17459: Evaluated conditional (item | length > 0): True 6567 1726773059.17473: variable 'omit' from source: magic vars 6567 1726773059.17495: variable 'omit' from source: magic vars 6567 1726773059.17551: variable 'item' from source: unknown 6567 1726773059.17630: variable 'item' from source: unknown 6567 1726773059.17650: variable 'omit' from source: magic vars 6567 1726773059.17685: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773059.17701: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773059.17715: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773059.17739: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773059.17742: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773059.17745: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773059.17811: Set connection var ansible_connection to ssh 6567 1726773059.17814: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773059.17833: Set connection var ansible_shell_type to sh 6567 1726773059.17836: Set connection var ansible_shell_executable to /bin/sh 6567 1726773059.17838: Set connection var ansible_timeout to 10 6567 1726773059.17840: Set connection var ansible_pipelining to False 6567 1726773059.17855: variable 'ansible_shell_executable' from source: unknown 6567 1726773059.17858: variable 'ansible_connection' from source: unknown 6567 1726773059.17860: variable 'ansible_module_compression' from source: unknown 6567 1726773059.17862: variable 'ansible_shell_type' from source: unknown 6567 1726773059.17864: variable 'ansible_shell_executable' from source: unknown 6567 1726773059.17866: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773059.17871: variable 'ansible_pipelining' from source: unknown 6567 1726773059.17873: variable 'ansible_timeout' from source: unknown 6567 1726773059.17877: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773059.17960: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773059.17963: variable 'omit' from source: magic vars 6567 1726773059.17966: starting attempt loop 6567 1726773059.17970: running the handler 6567 1726773059.17976: _low_level_execute_command(): starting 6567 1726773059.17982: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773059.18409: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773059.18415: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773059.18451: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.18463: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.18521: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773059.18524: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773059.18644: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773059.20332: stdout chunk (state=3): >>>/root <<< 6567 1726773059.20442: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773059.20483: stderr chunk (state=3): >>><<< 6567 1726773059.20486: stdout chunk (state=3): >>><<< 6567 1726773059.20500: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773059.20516: _low_level_execute_command(): starting 6567 1726773059.20519: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773059.204997-7216-265927719643173 `" && echo ansible-tmp-1726773059.204997-7216-265927719643173="` echo /root/.ansible/tmp/ansible-tmp-1726773059.204997-7216-265927719643173 `" ) && sleep 0' 6567 1726773059.20928: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773059.20934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773059.20969: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.20975: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773059.20988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773059.20997: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.21050: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773059.21056: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773059.21175: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773059.23206: stdout chunk (state=3): >>>ansible-tmp-1726773059.204997-7216-265927719643173=/root/.ansible/tmp/ansible-tmp-1726773059.204997-7216-265927719643173 <<< 6567 1726773059.23319: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773059.23383: stderr chunk (state=3): >>><<< 6567 1726773059.23386: stdout chunk (state=3): >>><<< 6567 1726773059.23402: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773059.204997-7216-265927719643173=/root/.ansible/tmp/ansible-tmp-1726773059.204997-7216-265927719643173 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773059.23442: variable 'ansible_module_compression' from source: unknown 6567 1726773059.23489: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6567 1726773059.23510: variable 'ansible_facts' from source: unknown 6567 1726773059.23580: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773059.204997-7216-265927719643173/AnsiballZ_stat.py 6567 1726773059.23696: Sending initial data 6567 1726773059.23699: Sent initial data (150 bytes) 6567 1726773059.24552: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773059.24556: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773059.24589: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.24593: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773059.24596: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.24641: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773059.24650: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773059.24764: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773059.26736: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773059.26831: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773059.26937: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmphiygqvw2 /root/.ansible/tmp/ansible-tmp-1726773059.204997-7216-265927719643173/AnsiballZ_stat.py <<< 6567 1726773059.27035: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773059.28436: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773059.28609: stderr chunk (state=3): >>><<< 6567 1726773059.28613: stdout chunk (state=3): >>><<< 6567 1726773059.28619: done transferring module to remote 6567 1726773059.28622: _low_level_execute_command(): starting 6567 1726773059.28624: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773059.204997-7216-265927719643173/ /root/.ansible/tmp/ansible-tmp-1726773059.204997-7216-265927719643173/AnsiballZ_stat.py && sleep 0' 6567 1726773059.29155: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773059.29169: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773059.29187: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773059.29209: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773059.29245: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773059.29257: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773059.29272: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.29293: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773059.29309: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773059.29321: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773059.29333: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773059.29347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773059.29363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773059.29379: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773059.29391: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773059.29407: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.29485: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773059.29502: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773059.29520: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773059.29644: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773059.31653: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773059.31722: stderr chunk (state=3): >>><<< 6567 1726773059.31725: stdout chunk (state=3): >>><<< 6567 1726773059.31809: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773059.31812: _low_level_execute_command(): starting 6567 1726773059.31815: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773059.204997-7216-265927719643173/AnsiballZ_stat.py && sleep 0' 6567 1726773059.32335: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773059.32341: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773059.32392: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.32395: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773059.32398: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.32453: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773059.32456: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773059.32569: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773059.48064: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 136, "inode": 442499201, "dev": 51713, "nlink": 3, "atime": 1723066591.0, "mtime": 1726773048.3730829, "ctime": 1726773048.3730829, "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": "280734677", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6567 1726773059.49398: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773059.49460: stderr chunk (state=3): >>><<< 6567 1726773059.49463: stdout chunk (state=3): >>><<< 6567 1726773059.49482: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 136, "inode": 442499201, "dev": 51713, "nlink": 3, "atime": 1723066591.0, "mtime": 1726773048.3730829, "ctime": 1726773048.3730829, "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": "280734677", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773059.49559: 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-1726773059.204997-7216-265927719643173/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773059.49566: _low_level_execute_command(): starting 6567 1726773059.49571: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773059.204997-7216-265927719643173/ > /dev/null 2>&1 && sleep 0' 6567 1726773059.50175: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773059.50185: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773059.50196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773059.50214: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773059.50252: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773059.50260: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773059.50270: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.50283: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773059.50290: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773059.50296: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773059.50305: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773059.50316: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773059.50327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773059.50334: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773059.50342: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773059.50351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.50424: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773059.50442: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773059.50454: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773059.50582: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773059.52563: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773059.52566: stdout chunk (state=3): >>><<< 6567 1726773059.52569: stderr chunk (state=3): >>><<< 6567 1726773059.52908: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773059.52912: handler run complete 6567 1726773059.52914: attempt loop complete, returning result 6567 1726773059.52916: variable 'item' from source: unknown 6567 1726773059.52918: variable 'item' from source: unknown ok: [managed_node1] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1723066591.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726773048.3730829, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 442499201, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726773048.3730829, "nlink": 3, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 136, "uid": 0, "version": "280734677", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6567 1726773059.53057: dumping result to json 6567 1726773059.53060: done dumping result, returning 6567 1726773059.53063: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [1239c35c-e2e1-5e39-0463-000000000146] 6567 1726773059.53065: sending task result for task 1239c35c-e2e1-5e39-0463-000000000146 6567 1726773059.53184: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000146 6567 1726773059.53188: WORKER PROCESS EXITING 6567 1726773059.53289: no more pending results, returning what we have 6567 1726773059.53292: results queue empty 6567 1726773059.53293: checking for any_errors_fatal 6567 1726773059.53300: done checking for any_errors_fatal 6567 1726773059.53301: checking for max_fail_percentage 6567 1726773059.53302: done checking for max_fail_percentage 6567 1726773059.53303: checking to see if all hosts have failed and the running result is not ok 6567 1726773059.53304: done checking to see if all hosts have failed 6567 1726773059.53304: getting the remaining hosts for this loop 6567 1726773059.53306: done getting the remaining hosts for this loop 6567 1726773059.53311: getting the next task for host managed_node1 6567 1726773059.53317: done getting next task for host managed_node1 6567 1726773059.53321: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6567 1726773059.53325: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773059.53336: getting variables 6567 1726773059.53337: in VariableManager get_vars() 6567 1726773059.53367: Calling all_inventory to load vars for managed_node1 6567 1726773059.53370: Calling groups_inventory to load vars for managed_node1 6567 1726773059.53372: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773059.53386: Calling all_plugins_play to load vars for managed_node1 6567 1726773059.53390: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773059.53393: Calling groups_plugins_play to load vars for managed_node1 6567 1726773059.53676: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773059.54066: done with get_vars() 6567 1726773059.54079: done getting variables 6567 1726773059.54139: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 15:10:59 -0400 (0:00:00.804) 0:00:39.054 **** 6567 1726773059.54184: entering _queue_task() for managed_node1/set_fact 6567 1726773059.54429: worker is 1 (out of 1 available) 6567 1726773059.54441: exiting _queue_task() for managed_node1/set_fact 6567 1726773059.54451: done queuing things up, now waiting for results queue to drain 6567 1726773059.54453: waiting for pending results... 6567 1726773059.54722: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6567 1726773059.54850: in run() - task 1239c35c-e2e1-5e39-0463-000000000147 6567 1726773059.54871: variable 'ansible_search_path' from source: unknown 6567 1726773059.54881: variable 'ansible_search_path' from source: unknown 6567 1726773059.54927: calling self._execute() 6567 1726773059.55020: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773059.55031: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773059.55045: variable 'omit' from source: magic vars 6567 1726773059.55162: variable 'omit' from source: magic vars 6567 1726773059.55235: variable 'omit' from source: magic vars 6567 1726773059.55739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6567 1726773059.58238: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6567 1726773059.58316: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6567 1726773059.58363: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6567 1726773059.58420: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6567 1726773059.58460: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6567 1726773059.58560: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773059.58607: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773059.58638: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773059.58694: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773059.58720: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773059.58779: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773059.58813: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773059.58843: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773059.58898: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773059.58924: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773059.58995: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773059.59031: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773059.59061: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773059.59118: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773059.59143: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773059.59524: variable '__kernel_settings_find_profile_dirs' from source: set_fact 6567 1726773059.59741: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6567 1726773059.60097: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6567 1726773059.60144: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6567 1726773059.60254: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6567 1726773059.60349: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6567 1726773059.60458: 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) 6567 1726773059.60489: 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) 6567 1726773059.60575: 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) 6567 1726773059.60669: 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) 6567 1726773059.60788: variable 'omit' from source: magic vars 6567 1726773059.60821: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773059.60912: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773059.60934: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773059.61012: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773059.61035: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773059.61083: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773059.61091: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773059.61103: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773059.61219: Set connection var ansible_connection to ssh 6567 1726773059.61232: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773059.61241: Set connection var ansible_shell_type to sh 6567 1726773059.61250: Set connection var ansible_shell_executable to /bin/sh 6567 1726773059.61270: Set connection var ansible_timeout to 10 6567 1726773059.61289: Set connection var ansible_pipelining to False 6567 1726773059.61322: variable 'ansible_shell_executable' from source: unknown 6567 1726773059.61330: variable 'ansible_connection' from source: unknown 6567 1726773059.61336: variable 'ansible_module_compression' from source: unknown 6567 1726773059.61342: variable 'ansible_shell_type' from source: unknown 6567 1726773059.61347: variable 'ansible_shell_executable' from source: unknown 6567 1726773059.61352: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773059.61358: variable 'ansible_pipelining' from source: unknown 6567 1726773059.61364: variable 'ansible_timeout' from source: unknown 6567 1726773059.61372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773059.61483: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773059.61507: variable 'omit' from source: magic vars 6567 1726773059.61518: starting attempt loop 6567 1726773059.61524: running the handler 6567 1726773059.61544: handler run complete 6567 1726773059.61557: attempt loop complete, returning result 6567 1726773059.61564: _execute() done 6567 1726773059.61570: dumping result to json 6567 1726773059.61580: done dumping result, returning 6567 1726773059.61591: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [1239c35c-e2e1-5e39-0463-000000000147] 6567 1726773059.61606: sending task result for task 1239c35c-e2e1-5e39-0463-000000000147 ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned" }, "changed": false } 6567 1726773059.61763: no more pending results, returning what we have 6567 1726773059.61766: results queue empty 6567 1726773059.61767: checking for any_errors_fatal 6567 1726773059.61781: done checking for any_errors_fatal 6567 1726773059.61782: checking for max_fail_percentage 6567 1726773059.61783: done checking for max_fail_percentage 6567 1726773059.61784: checking to see if all hosts have failed and the running result is not ok 6567 1726773059.61785: done checking to see if all hosts have failed 6567 1726773059.61786: getting the remaining hosts for this loop 6567 1726773059.61788: done getting the remaining hosts for this loop 6567 1726773059.61791: getting the next task for host managed_node1 6567 1726773059.61798: done getting next task for host managed_node1 6567 1726773059.61802: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6567 1726773059.61807: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773059.61818: getting variables 6567 1726773059.61820: in VariableManager get_vars() 6567 1726773059.61856: Calling all_inventory to load vars for managed_node1 6567 1726773059.61859: Calling groups_inventory to load vars for managed_node1 6567 1726773059.61861: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773059.61872: Calling all_plugins_play to load vars for managed_node1 6567 1726773059.61875: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773059.61881: Calling groups_plugins_play to load vars for managed_node1 6567 1726773059.62062: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773059.62454: done with get_vars() 6567 1726773059.62466: done getting variables 6567 1726773059.62498: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000147 6567 1726773059.62501: WORKER PROCESS EXITING 6567 1726773059.62695: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:10:59 -0400 (0:00:00.085) 0:00:39.139 **** 6567 1726773059.62727: entering _queue_task() for managed_node1/service 6567 1726773059.62729: Creating lock for service 6567 1726773059.63087: worker is 1 (out of 1 available) 6567 1726773059.63099: exiting _queue_task() for managed_node1/service 6567 1726773059.63118: done queuing things up, now waiting for results queue to drain 6567 1726773059.63119: waiting for pending results... 6567 1726773059.63408: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6567 1726773059.63546: in run() - task 1239c35c-e2e1-5e39-0463-000000000148 6567 1726773059.63572: variable 'ansible_search_path' from source: unknown 6567 1726773059.63582: variable 'ansible_search_path' from source: unknown 6567 1726773059.63640: variable '__kernel_settings_services' from source: include_vars 6567 1726773059.64011: variable '__kernel_settings_services' from source: include_vars 6567 1726773059.64076: variable 'omit' from source: magic vars 6567 1726773059.64316: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773059.64330: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773059.64344: variable 'omit' from source: magic vars 6567 1726773059.64440: variable 'omit' from source: magic vars 6567 1726773059.64498: variable 'omit' from source: magic vars 6567 1726773059.64563: variable 'item' from source: unknown 6567 1726773059.64652: variable 'item' from source: unknown 6567 1726773059.64680: variable 'omit' from source: magic vars 6567 1726773059.64732: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773059.64774: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773059.64800: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773059.64827: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773059.64862: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773059.64983: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773059.64993: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773059.65001: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773059.65229: Set connection var ansible_connection to ssh 6567 1726773059.65242: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773059.65251: Set connection var ansible_shell_type to sh 6567 1726773059.65265: Set connection var ansible_shell_executable to /bin/sh 6567 1726773059.65388: Set connection var ansible_timeout to 10 6567 1726773059.65411: Set connection var ansible_pipelining to False 6567 1726773059.65436: variable 'ansible_shell_executable' from source: unknown 6567 1726773059.65444: variable 'ansible_connection' from source: unknown 6567 1726773059.65451: variable 'ansible_module_compression' from source: unknown 6567 1726773059.65457: variable 'ansible_shell_type' from source: unknown 6567 1726773059.65463: variable 'ansible_shell_executable' from source: unknown 6567 1726773059.65469: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773059.65475: variable 'ansible_pipelining' from source: unknown 6567 1726773059.65484: variable 'ansible_timeout' from source: unknown 6567 1726773059.65499: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773059.65768: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773059.65837: variable 'omit' from source: magic vars 6567 1726773059.65851: starting attempt loop 6567 1726773059.65937: running the handler 6567 1726773059.66150: variable 'ansible_facts' from source: unknown 6567 1726773059.66405: _low_level_execute_command(): starting 6567 1726773059.66419: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773059.67331: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773059.67350: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773059.67374: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773059.67397: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773059.67441: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773059.67455: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773059.67474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.67500: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773059.67514: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773059.67527: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773059.67540: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773059.67559: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773059.67586: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773059.67606: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773059.67620: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773059.67632: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.67719: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773059.67742: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773059.67759: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773059.67896: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773059.69602: stdout chunk (state=3): >>>/root <<< 6567 1726773059.69789: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773059.69792: stdout chunk (state=3): >>><<< 6567 1726773059.69797: stderr chunk (state=3): >>><<< 6567 1726773059.69914: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773059.69918: _low_level_execute_command(): starting 6567 1726773059.69921: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773059.6982057-7270-165049526858487 `" && echo ansible-tmp-1726773059.6982057-7270-165049526858487="` echo /root/.ansible/tmp/ansible-tmp-1726773059.6982057-7270-165049526858487 `" ) && sleep 0' 6567 1726773059.70512: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773059.70527: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773059.70542: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773059.70562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773059.70614: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773059.70627: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773059.70642: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.70660: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773059.70674: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773059.70695: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773059.70712: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773059.70726: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773059.70743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773059.70757: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773059.70769: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773059.70788: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773059.70870: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773059.70894: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773059.70920: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773059.71055: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773059.73060: stdout chunk (state=3): >>>ansible-tmp-1726773059.6982057-7270-165049526858487=/root/.ansible/tmp/ansible-tmp-1726773059.6982057-7270-165049526858487 <<< 6567 1726773059.73173: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773059.73256: stderr chunk (state=3): >>><<< 6567 1726773059.73267: stdout chunk (state=3): >>><<< 6567 1726773059.73414: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773059.6982057-7270-165049526858487=/root/.ansible/tmp/ansible-tmp-1726773059.6982057-7270-165049526858487 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773059.73418: variable 'ansible_module_compression' from source: unknown 6567 1726773059.73422: ANSIBALLZ: Using generic lock for ansible.legacy.systemd 6567 1726773059.73424: ANSIBALLZ: Acquiring lock 6567 1726773059.73427: ANSIBALLZ: Lock acquired: 139624871440080 6567 1726773059.73429: ANSIBALLZ: Creating module 6567 1726773060.01762: ANSIBALLZ: Writing module into payload 6567 1726773060.01899: ANSIBALLZ: Writing module 6567 1726773060.01931: ANSIBALLZ: Renaming module 6567 1726773060.01934: ANSIBALLZ: Done creating module 6567 1726773060.01969: variable 'ansible_facts' from source: unknown 6567 1726773060.02110: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773059.6982057-7270-165049526858487/AnsiballZ_systemd.py 6567 1726773060.02227: Sending initial data 6567 1726773060.02230: Sent initial data (154 bytes) 6567 1726773060.02944: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773060.02949: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773060.03010: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773060.03013: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773060.03016: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773060.03018: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773060.03020: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773060.03023: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773060.03227: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773060.03230: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773060.03232: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773060.03235: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773060.03237: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773060.03239: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773060.03241: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773060.03243: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773060.03244: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773060.03335: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773060.05201: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773060.05293: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773060.05384: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmpibcdyagr /root/.ansible/tmp/ansible-tmp-1726773059.6982057-7270-165049526858487/AnsiballZ_systemd.py <<< 6567 1726773060.05479: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773060.07746: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773060.07875: stderr chunk (state=3): >>><<< 6567 1726773060.07881: stdout chunk (state=3): >>><<< 6567 1726773060.07883: done transferring module to remote 6567 1726773060.07885: _low_level_execute_command(): starting 6567 1726773060.07888: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773059.6982057-7270-165049526858487/ /root/.ansible/tmp/ansible-tmp-1726773059.6982057-7270-165049526858487/AnsiballZ_systemd.py && sleep 0' 6567 1726773060.08306: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773060.08315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773060.08340: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773060.08348: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773060.08357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773060.08369: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773060.08375: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773060.08383: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773060.08393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773060.08400: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773060.08406: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773060.08414: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773060.08485: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773060.08487: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773060.08578: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773060.10432: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773060.10470: stderr chunk (state=3): >>><<< 6567 1726773060.10473: stdout chunk (state=3): >>><<< 6567 1726773060.10486: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773060.10489: _low_level_execute_command(): starting 6567 1726773060.10494: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773059.6982057-7270-165049526858487/AnsiballZ_systemd.py && sleep 0' 6567 1726773060.10900: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773060.10907: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773060.10937: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773060.10949: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773060.10960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773060.11008: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773060.11025: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773060.11129: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773060.68740: stdout chunk (state=3): >>> {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryAvailable": "infinity", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting<<< 6567 1726773060.68747: stdout chunk (state=3): >>>": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.s<<< 6567 1726773060.68755: stdout chunk (state=3): >>>ervice auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target 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", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 6567 1726773060.71138: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773060.71143: stdout chunk (state=3): >>><<< 6567 1726773060.71145: stderr chunk (state=3): >>><<< 6567 1726773060.71211: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryAvailable": "infinity", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target 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", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773060.71368: 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-1726773059.6982057-7270-165049526858487/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773060.71401: _low_level_execute_command(): starting 6567 1726773060.71414: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773059.6982057-7270-165049526858487/ > /dev/null 2>&1 && sleep 0' 6567 1726773060.72109: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773060.72125: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773060.72147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773060.72167: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773060.72216: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773060.72229: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773060.72250: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773060.72268: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773060.72285: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773060.72297: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773060.72313: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773060.72328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773060.72346: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773060.72365: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773060.72381: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773060.72396: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773060.72480: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773060.72498: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773060.72516: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773060.72662: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773060.74550: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773060.74652: stderr chunk (state=3): >>><<< 6567 1726773060.74655: stdout chunk (state=3): >>><<< 6567 1726773060.74709: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773060.74713: handler run complete 6567 1726773060.74911: attempt loop complete, returning result 6567 1726773060.74914: variable 'item' from source: unknown 6567 1726773060.74917: variable 'item' from source: unknown changed: [managed_node1] => (item=tuned) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22342", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } 6567 1726773060.75369: dumping result to json 6567 1726773060.75372: done dumping result, returning 6567 1726773060.75375: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [1239c35c-e2e1-5e39-0463-000000000148] 6567 1726773060.75379: sending task result for task 1239c35c-e2e1-5e39-0463-000000000148 6567 1726773060.75494: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000148 6567 1726773060.75497: WORKER PROCESS EXITING 6567 1726773060.75640: no more pending results, returning what we have 6567 1726773060.75644: results queue empty 6567 1726773060.75644: checking for any_errors_fatal 6567 1726773060.75648: done checking for any_errors_fatal 6567 1726773060.75649: checking for max_fail_percentage 6567 1726773060.75650: done checking for max_fail_percentage 6567 1726773060.75651: checking to see if all hosts have failed and the running result is not ok 6567 1726773060.75651: done checking to see if all hosts have failed 6567 1726773060.75652: getting the remaining hosts for this loop 6567 1726773060.75654: done getting the remaining hosts for this loop 6567 1726773060.75657: getting the next task for host managed_node1 6567 1726773060.75662: done getting next task for host managed_node1 6567 1726773060.75665: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6567 1726773060.75669: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773060.75681: getting variables 6567 1726773060.75682: in VariableManager get_vars() 6567 1726773060.75721: Calling all_inventory to load vars for managed_node1 6567 1726773060.75724: Calling groups_inventory to load vars for managed_node1 6567 1726773060.75726: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773060.75735: Calling all_plugins_play to load vars for managed_node1 6567 1726773060.75737: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773060.75740: Calling groups_plugins_play to load vars for managed_node1 6567 1726773060.75903: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773060.76115: done with get_vars() 6567 1726773060.76125: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 15:11:00 -0400 (0:00:01.134) 0:00:40.274 **** 6567 1726773060.76219: entering _queue_task() for managed_node1/file 6567 1726773060.76459: worker is 1 (out of 1 available) 6567 1726773060.76472: exiting _queue_task() for managed_node1/file 6567 1726773060.76487: done queuing things up, now waiting for results queue to drain 6567 1726773060.76489: waiting for pending results... 6567 1726773060.76760: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6567 1726773060.76851: in run() - task 1239c35c-e2e1-5e39-0463-000000000149 6567 1726773060.76863: variable 'ansible_search_path' from source: unknown 6567 1726773060.76866: variable 'ansible_search_path' from source: unknown 6567 1726773060.76899: calling self._execute() 6567 1726773060.76962: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773060.76975: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773060.76984: variable 'omit' from source: magic vars 6567 1726773060.77061: variable 'omit' from source: magic vars 6567 1726773060.77101: variable 'omit' from source: magic vars 6567 1726773060.77122: variable '__kernel_settings_profile_dir' from source: role '' all vars 6567 1726773060.77328: variable '__kernel_settings_profile_dir' from source: role '' all vars 6567 1726773060.77396: variable '__kernel_settings_profile_parent' from source: set_fact 6567 1726773060.77401: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6567 1726773060.77433: variable 'omit' from source: magic vars 6567 1726773060.77465: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773060.77490: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773060.77507: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773060.77520: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773060.77531: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773060.77559: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773060.77563: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773060.77566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773060.77629: Set connection var ansible_connection to ssh 6567 1726773060.77636: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773060.77642: Set connection var ansible_shell_type to sh 6567 1726773060.77650: Set connection var ansible_shell_executable to /bin/sh 6567 1726773060.77655: Set connection var ansible_timeout to 10 6567 1726773060.77661: Set connection var ansible_pipelining to False 6567 1726773060.77682: variable 'ansible_shell_executable' from source: unknown 6567 1726773060.77687: variable 'ansible_connection' from source: unknown 6567 1726773060.77689: variable 'ansible_module_compression' from source: unknown 6567 1726773060.77692: variable 'ansible_shell_type' from source: unknown 6567 1726773060.77694: variable 'ansible_shell_executable' from source: unknown 6567 1726773060.77696: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773060.77698: variable 'ansible_pipelining' from source: unknown 6567 1726773060.77700: variable 'ansible_timeout' from source: unknown 6567 1726773060.77702: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773060.77837: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 6567 1726773060.77845: variable 'omit' from source: magic vars 6567 1726773060.77849: starting attempt loop 6567 1726773060.77853: running the handler 6567 1726773060.77866: _low_level_execute_command(): starting 6567 1726773060.77869: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773060.78364: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773060.78380: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773060.78392: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773060.78407: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773060.78475: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773060.78487: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773060.78599: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773060.80299: stdout chunk (state=3): >>>/root <<< 6567 1726773060.80420: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773060.80457: stderr chunk (state=3): >>><<< 6567 1726773060.80459: stdout chunk (state=3): >>><<< 6567 1726773060.80510: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773060.80514: _low_level_execute_command(): starting 6567 1726773060.80517: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773060.8047123-7320-227009470818871 `" && echo ansible-tmp-1726773060.8047123-7320-227009470818871="` echo /root/.ansible/tmp/ansible-tmp-1726773060.8047123-7320-227009470818871 `" ) && sleep 0' 6567 1726773060.80909: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773060.80913: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773060.80943: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773060.80954: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773060.80957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773060.81008: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773060.81012: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773060.81121: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773060.83061: stdout chunk (state=3): >>>ansible-tmp-1726773060.8047123-7320-227009470818871=/root/.ansible/tmp/ansible-tmp-1726773060.8047123-7320-227009470818871 <<< 6567 1726773060.83179: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773060.83238: stderr chunk (state=3): >>><<< 6567 1726773060.83241: stdout chunk (state=3): >>><<< 6567 1726773060.83309: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773060.8047123-7320-227009470818871=/root/.ansible/tmp/ansible-tmp-1726773060.8047123-7320-227009470818871 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773060.83313: variable 'ansible_module_compression' from source: unknown 6567 1726773060.83415: ANSIBALLZ: Using lock for file 6567 1726773060.83418: ANSIBALLZ: Acquiring lock 6567 1726773060.83420: ANSIBALLZ: Lock acquired: 139624871440992 6567 1726773060.83424: ANSIBALLZ: Creating module 6567 1726773060.99936: ANSIBALLZ: Writing module into payload 6567 1726773061.00493: ANSIBALLZ: Writing module 6567 1726773061.00526: ANSIBALLZ: Renaming module 6567 1726773061.00538: ANSIBALLZ: Done creating module 6567 1726773061.00561: variable 'ansible_facts' from source: unknown 6567 1726773061.00650: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773060.8047123-7320-227009470818871/AnsiballZ_file.py 6567 1726773061.00806: Sending initial data 6567 1726773061.00809: Sent initial data (151 bytes) 6567 1726773061.01817: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773061.01832: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773061.01848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773061.01867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.01919: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773061.01932: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773061.01948: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.01967: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773061.01983: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773061.01995: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773061.02012: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773061.02030: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773061.02047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.02060: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773061.02071: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773061.02089: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.02170: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773061.02198: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773061.02219: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773061.02356: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773061.04266: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773061.04360: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773061.04459: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmpl9e1td60 /root/.ansible/tmp/ansible-tmp-1726773060.8047123-7320-227009470818871/AnsiballZ_file.py <<< 6567 1726773061.04553: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773061.06054: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773061.06142: stderr chunk (state=3): >>><<< 6567 1726773061.06147: stdout chunk (state=3): >>><<< 6567 1726773061.06170: done transferring module to remote 6567 1726773061.06176: _low_level_execute_command(): starting 6567 1726773061.06184: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773060.8047123-7320-227009470818871/ /root/.ansible/tmp/ansible-tmp-1726773060.8047123-7320-227009470818871/AnsiballZ_file.py && sleep 0' 6567 1726773061.06617: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773061.06623: 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 <<< 6567 1726773061.06668: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.06671: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773061.06677: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.06728: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773061.06739: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773061.06847: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773061.08767: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773061.08817: stderr chunk (state=3): >>><<< 6567 1726773061.08819: stdout chunk (state=3): >>><<< 6567 1726773061.08884: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773061.08888: _low_level_execute_command(): starting 6567 1726773061.08892: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773060.8047123-7320-227009470818871/AnsiballZ_file.py && sleep 0' 6567 1726773061.09256: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773061.09259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.09294: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.09297: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773061.09300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.09302: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.09347: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773061.09358: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773061.09472: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773061.24259: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/kernel_settings", "state": "absent"}, "after": {"path": "/etc/tuned/kernel_settings", "state": "directory"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6567 1726773061.25421: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773061.25474: stderr chunk (state=3): >>><<< 6567 1726773061.25478: stdout chunk (state=3): >>><<< 6567 1726773061.25495: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/kernel_settings", "state": "absent"}, "after": {"path": "/etc/tuned/kernel_settings", "state": "directory"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773061.25528: done with _execute_module (file, {'path': '/etc/tuned/kernel_settings', 'state': 'directory', 'mode': '0755', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773060.8047123-7320-227009470818871/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773061.25536: _low_level_execute_command(): starting 6567 1726773061.25540: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773060.8047123-7320-227009470818871/ > /dev/null 2>&1 && sleep 0' 6567 1726773061.25979: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773061.25989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.26039: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.26042: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773061.26044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.26086: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773061.26098: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773061.26212: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773061.28091: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773061.28138: stderr chunk (state=3): >>><<< 6567 1726773061.28140: stdout chunk (state=3): >>><<< 6567 1726773061.28163: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773061.28166: handler run complete 6567 1726773061.28179: attempt loop complete, returning result 6567 1726773061.28182: _execute() done 6567 1726773061.28184: dumping result to json 6567 1726773061.28186: done dumping result, returning 6567 1726773061.28195: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [1239c35c-e2e1-5e39-0463-000000000149] 6567 1726773061.28199: sending task result for task 1239c35c-e2e1-5e39-0463-000000000149 6567 1726773061.28309: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000149 6567 1726773061.28311: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "state": "directory", "uid": 0 } 6567 1726773061.28394: no more pending results, returning what we have 6567 1726773061.28397: results queue empty 6567 1726773061.28398: checking for any_errors_fatal 6567 1726773061.28414: done checking for any_errors_fatal 6567 1726773061.28415: checking for max_fail_percentage 6567 1726773061.28417: done checking for max_fail_percentage 6567 1726773061.28418: checking to see if all hosts have failed and the running result is not ok 6567 1726773061.28419: done checking to see if all hosts have failed 6567 1726773061.28419: getting the remaining hosts for this loop 6567 1726773061.28423: done getting the remaining hosts for this loop 6567 1726773061.28426: getting the next task for host managed_node1 6567 1726773061.28432: done getting next task for host managed_node1 6567 1726773061.28435: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6567 1726773061.28439: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773061.28450: getting variables 6567 1726773061.28451: in VariableManager get_vars() 6567 1726773061.28484: Calling all_inventory to load vars for managed_node1 6567 1726773061.28487: Calling groups_inventory to load vars for managed_node1 6567 1726773061.28489: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773061.28498: Calling all_plugins_play to load vars for managed_node1 6567 1726773061.28501: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773061.28505: Calling groups_plugins_play to load vars for managed_node1 6567 1726773061.28635: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773061.28762: done with get_vars() 6567 1726773061.28771: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 15:11:01 -0400 (0:00:00.526) 0:00:40.801 **** 6567 1726773061.28842: entering _queue_task() for managed_node1/slurp 6567 1726773061.29023: worker is 1 (out of 1 available) 6567 1726773061.29036: exiting _queue_task() for managed_node1/slurp 6567 1726773061.29047: done queuing things up, now waiting for results queue to drain 6567 1726773061.29049: waiting for pending results... 6567 1726773061.29216: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6567 1726773061.29288: in run() - task 1239c35c-e2e1-5e39-0463-00000000014a 6567 1726773061.29299: variable 'ansible_search_path' from source: unknown 6567 1726773061.29302: variable 'ansible_search_path' from source: unknown 6567 1726773061.29338: calling self._execute() 6567 1726773061.29393: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773061.29396: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773061.29407: variable 'omit' from source: magic vars 6567 1726773061.29482: variable 'omit' from source: magic vars 6567 1726773061.29519: variable 'omit' from source: magic vars 6567 1726773061.29539: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6567 1726773061.29788: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6567 1726773061.29866: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6567 1726773061.29906: variable 'omit' from source: magic vars 6567 1726773061.29941: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773061.29987: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773061.30020: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773061.30039: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773061.30054: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773061.30091: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773061.30101: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773061.30115: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773061.30218: Set connection var ansible_connection to ssh 6567 1726773061.30239: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773061.30254: Set connection var ansible_shell_type to sh 6567 1726773061.30267: Set connection var ansible_shell_executable to /bin/sh 6567 1726773061.30279: Set connection var ansible_timeout to 10 6567 1726773061.30291: Set connection var ansible_pipelining to False 6567 1726773061.30316: variable 'ansible_shell_executable' from source: unknown 6567 1726773061.30324: variable 'ansible_connection' from source: unknown 6567 1726773061.30337: variable 'ansible_module_compression' from source: unknown 6567 1726773061.30349: variable 'ansible_shell_type' from source: unknown 6567 1726773061.30358: variable 'ansible_shell_executable' from source: unknown 6567 1726773061.30365: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773061.30372: variable 'ansible_pipelining' from source: unknown 6567 1726773061.30380: variable 'ansible_timeout' from source: unknown 6567 1726773061.30387: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773061.30609: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 6567 1726773061.30626: variable 'omit' from source: magic vars 6567 1726773061.30637: starting attempt loop 6567 1726773061.30644: running the handler 6567 1726773061.30666: _low_level_execute_command(): starting 6567 1726773061.30685: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773061.31387: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773061.31391: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.31421: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773061.31425: 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.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773061.31427: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.31541: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773061.31639: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773061.33340: stdout chunk (state=3): >>>/root <<< 6567 1726773061.33446: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773061.33485: stderr chunk (state=3): >>><<< 6567 1726773061.33489: stdout chunk (state=3): >>><<< 6567 1726773061.33513: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773061.33524: _low_level_execute_command(): starting 6567 1726773061.33529: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773061.3351207-7361-40984171219002 `" && echo ansible-tmp-1726773061.3351207-7361-40984171219002="` echo /root/.ansible/tmp/ansible-tmp-1726773061.3351207-7361-40984171219002 `" ) && sleep 0' 6567 1726773061.33961: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773061.33965: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773061.33967: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.34001: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.34017: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773061.34022: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.34110: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773061.34132: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773061.34147: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773061.34283: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773061.36265: stdout chunk (state=3): >>>ansible-tmp-1726773061.3351207-7361-40984171219002=/root/.ansible/tmp/ansible-tmp-1726773061.3351207-7361-40984171219002 <<< 6567 1726773061.36382: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773061.36428: stderr chunk (state=3): >>><<< 6567 1726773061.36430: stdout chunk (state=3): >>><<< 6567 1726773061.36509: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773061.3351207-7361-40984171219002=/root/.ansible/tmp/ansible-tmp-1726773061.3351207-7361-40984171219002 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773061.36513: variable 'ansible_module_compression' from source: unknown 6567 1726773061.36515: ANSIBALLZ: Using lock for slurp 6567 1726773061.36517: ANSIBALLZ: Acquiring lock 6567 1726773061.36520: ANSIBALLZ: Lock acquired: 139624871441184 6567 1726773061.36522: ANSIBALLZ: Creating module 6567 1726773061.47191: ANSIBALLZ: Writing module into payload 6567 1726773061.47273: ANSIBALLZ: Writing module 6567 1726773061.47308: ANSIBALLZ: Renaming module 6567 1726773061.47322: ANSIBALLZ: Done creating module 6567 1726773061.47344: variable 'ansible_facts' from source: unknown 6567 1726773061.47423: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773061.3351207-7361-40984171219002/AnsiballZ_slurp.py 6567 1726773061.47584: Sending initial data 6567 1726773061.47587: Sent initial data (151 bytes) 6567 1726773061.48535: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773061.48552: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773061.48568: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773061.48590: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.48638: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773061.48651: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773061.48666: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.48688: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773061.48701: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773061.48716: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773061.48728: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773061.48743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773061.48760: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.48772: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773061.48787: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773061.48801: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.48882: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773061.48909: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773061.48927: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773061.49058: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773061.50952: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773061.51043: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773061.51136: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmpbekrw0pu /root/.ansible/tmp/ansible-tmp-1726773061.3351207-7361-40984171219002/AnsiballZ_slurp.py <<< 6567 1726773061.51227: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773061.52407: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773061.52610: stderr chunk (state=3): >>><<< 6567 1726773061.52613: stdout chunk (state=3): >>><<< 6567 1726773061.52616: done transferring module to remote 6567 1726773061.52618: _low_level_execute_command(): starting 6567 1726773061.52620: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773061.3351207-7361-40984171219002/ /root/.ansible/tmp/ansible-tmp-1726773061.3351207-7361-40984171219002/AnsiballZ_slurp.py && sleep 0' 6567 1726773061.53289: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773061.53293: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.53333: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.53336: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773061.53343: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.53393: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773061.53396: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773061.53400: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773061.53499: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773061.55372: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773061.55457: stderr chunk (state=3): >>><<< 6567 1726773061.55461: stdout chunk (state=3): >>><<< 6567 1726773061.55510: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773061.55513: _low_level_execute_command(): starting 6567 1726773061.55516: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773061.3351207-7361-40984171219002/AnsiballZ_slurp.py && sleep 0' 6567 1726773061.56039: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773061.56043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.56085: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.56089: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773061.56091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.56136: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773061.56140: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773061.56254: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773061.69717: 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"}}} <<< 6567 1726773061.70779: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773061.70837: stderr chunk (state=3): >>><<< 6567 1726773061.70840: stdout chunk (state=3): >>><<< 6567 1726773061.70986: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdAo=", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773061.70991: done with _execute_module (slurp, {'path': '/etc/tuned/active_profile', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'slurp', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773061.3351207-7361-40984171219002/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773061.70994: _low_level_execute_command(): starting 6567 1726773061.70996: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773061.3351207-7361-40984171219002/ > /dev/null 2>&1 && sleep 0' 6567 1726773061.71645: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773061.71671: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773061.71690: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773061.71711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.71755: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773061.71779: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773061.71794: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.71818: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773061.71830: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773061.71841: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773061.71853: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773061.71865: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773061.71890: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.71910: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773061.71921: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773061.71935: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.72021: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773061.72043: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773061.72060: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773061.72187: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773061.74324: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773061.74328: stderr chunk (state=3): >>><<< 6567 1726773061.74330: stdout chunk (state=3): >>><<< 6567 1726773061.74332: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773061.74334: handler run complete 6567 1726773061.74335: attempt loop complete, returning result 6567 1726773061.74337: _execute() done 6567 1726773061.74339: dumping result to json 6567 1726773061.74340: done dumping result, returning 6567 1726773061.74343: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [1239c35c-e2e1-5e39-0463-00000000014a] 6567 1726773061.74345: sending task result for task 1239c35c-e2e1-5e39-0463-00000000014a 6567 1726773061.74493: done sending task result for task 1239c35c-e2e1-5e39-0463-00000000014a 6567 1726773061.74496: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "content": "dmlydHVhbC1ndWVzdAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6567 1726773061.74665: no more pending results, returning what we have 6567 1726773061.74669: results queue empty 6567 1726773061.74669: checking for any_errors_fatal 6567 1726773061.74678: done checking for any_errors_fatal 6567 1726773061.74679: checking for max_fail_percentage 6567 1726773061.74681: done checking for max_fail_percentage 6567 1726773061.74682: checking to see if all hosts have failed and the running result is not ok 6567 1726773061.74682: done checking to see if all hosts have failed 6567 1726773061.74683: getting the remaining hosts for this loop 6567 1726773061.74685: done getting the remaining hosts for this loop 6567 1726773061.74688: getting the next task for host managed_node1 6567 1726773061.74694: done getting next task for host managed_node1 6567 1726773061.74698: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6567 1726773061.74702: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773061.74716: getting variables 6567 1726773061.74717: in VariableManager get_vars() 6567 1726773061.74750: Calling all_inventory to load vars for managed_node1 6567 1726773061.74753: Calling groups_inventory to load vars for managed_node1 6567 1726773061.74756: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773061.74765: Calling all_plugins_play to load vars for managed_node1 6567 1726773061.74768: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773061.74771: Calling groups_plugins_play to load vars for managed_node1 6567 1726773061.74945: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773061.75168: done with get_vars() 6567 1726773061.75180: done getting variables 6567 1726773061.75248: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 15:11:01 -0400 (0:00:00.464) 0:00:41.265 **** 6567 1726773061.75284: entering _queue_task() for managed_node1/set_fact 6567 1726773061.75563: worker is 1 (out of 1 available) 6567 1726773061.75580: exiting _queue_task() for managed_node1/set_fact 6567 1726773061.75593: done queuing things up, now waiting for results queue to drain 6567 1726773061.75595: waiting for pending results... 6567 1726773061.75884: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6567 1726773061.75987: in run() - task 1239c35c-e2e1-5e39-0463-00000000014b 6567 1726773061.76014: variable 'ansible_search_path' from source: unknown 6567 1726773061.76023: variable 'ansible_search_path' from source: unknown 6567 1726773061.76069: calling self._execute() 6567 1726773061.76266: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773061.76278: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773061.76293: variable 'omit' from source: magic vars 6567 1726773061.76417: variable 'omit' from source: magic vars 6567 1726773061.76485: variable 'omit' from source: magic vars 6567 1726773061.76915: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6567 1726773061.76929: variable '__cur_profile' from source: task vars 6567 1726773061.77087: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6567 1726773061.79068: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6567 1726773061.79123: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6567 1726773061.79150: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6567 1726773061.79180: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6567 1726773061.79199: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6567 1726773061.79258: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773061.79286: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773061.79301: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773061.79329: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773061.79340: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773061.79423: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6567 1726773061.79456: variable 'omit' from source: magic vars 6567 1726773061.79479: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773061.79502: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773061.79520: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773061.79533: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773061.79542: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773061.79565: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773061.79568: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773061.79571: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773061.79644: Set connection var ansible_connection to ssh 6567 1726773061.79650: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773061.79656: Set connection var ansible_shell_type to sh 6567 1726773061.79663: Set connection var ansible_shell_executable to /bin/sh 6567 1726773061.79668: Set connection var ansible_timeout to 10 6567 1726773061.79674: Set connection var ansible_pipelining to False 6567 1726773061.79694: variable 'ansible_shell_executable' from source: unknown 6567 1726773061.79697: variable 'ansible_connection' from source: unknown 6567 1726773061.79701: variable 'ansible_module_compression' from source: unknown 6567 1726773061.79706: variable 'ansible_shell_type' from source: unknown 6567 1726773061.79708: variable 'ansible_shell_executable' from source: unknown 6567 1726773061.79714: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773061.79717: variable 'ansible_pipelining' from source: unknown 6567 1726773061.79719: variable 'ansible_timeout' from source: unknown 6567 1726773061.79724: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773061.79791: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773061.79799: variable 'omit' from source: magic vars 6567 1726773061.79805: starting attempt loop 6567 1726773061.79811: running the handler 6567 1726773061.79822: handler run complete 6567 1726773061.79829: attempt loop complete, returning result 6567 1726773061.79832: _execute() done 6567 1726773061.79834: dumping result to json 6567 1726773061.79836: done dumping result, returning 6567 1726773061.79844: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [1239c35c-e2e1-5e39-0463-00000000014b] 6567 1726773061.79848: sending task result for task 1239c35c-e2e1-5e39-0463-00000000014b ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 6567 1726773061.80082: no more pending results, returning what we have 6567 1726773061.80084: results queue empty 6567 1726773061.80085: checking for any_errors_fatal 6567 1726773061.80089: done checking for any_errors_fatal 6567 1726773061.80090: checking for max_fail_percentage 6567 1726773061.80091: done checking for max_fail_percentage 6567 1726773061.80092: checking to see if all hosts have failed and the running result is not ok 6567 1726773061.80093: done checking to see if all hosts have failed 6567 1726773061.80093: getting the remaining hosts for this loop 6567 1726773061.80095: done getting the remaining hosts for this loop 6567 1726773061.80098: getting the next task for host managed_node1 6567 1726773061.80111: done getting next task for host managed_node1 6567 1726773061.80115: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6567 1726773061.80121: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773061.80140: getting variables 6567 1726773061.80143: in VariableManager get_vars() 6567 1726773061.80172: Calling all_inventory to load vars for managed_node1 6567 1726773061.80175: Calling groups_inventory to load vars for managed_node1 6567 1726773061.80177: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773061.80187: Calling all_plugins_play to load vars for managed_node1 6567 1726773061.80190: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773061.80193: Calling groups_plugins_play to load vars for managed_node1 6567 1726773061.80348: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773061.80550: done with get_vars() 6567 1726773061.80560: done getting variables 6567 1726773061.80592: done sending task result for task 1239c35c-e2e1-5e39-0463-00000000014b 6567 1726773061.80595: WORKER PROCESS EXITING 6567 1726773061.80700: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:11:01 -0400 (0:00:00.054) 0:00:41.319 **** 6567 1726773061.80736: entering _queue_task() for managed_node1/copy 6567 1726773061.81006: worker is 1 (out of 1 available) 6567 1726773061.81018: exiting _queue_task() for managed_node1/copy 6567 1726773061.81030: done queuing things up, now waiting for results queue to drain 6567 1726773061.81032: waiting for pending results... 6567 1726773061.81320: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6567 1726773061.81436: in run() - task 1239c35c-e2e1-5e39-0463-00000000014c 6567 1726773061.81457: variable 'ansible_search_path' from source: unknown 6567 1726773061.81465: variable 'ansible_search_path' from source: unknown 6567 1726773061.81512: calling self._execute() 6567 1726773061.81608: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773061.81614: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773061.81622: variable 'omit' from source: magic vars 6567 1726773061.81706: variable 'omit' from source: magic vars 6567 1726773061.81747: variable 'omit' from source: magic vars 6567 1726773061.81768: variable '__kernel_settings_active_profile' from source: set_fact 6567 1726773061.81984: variable '__kernel_settings_active_profile' from source: set_fact 6567 1726773061.82005: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6567 1726773061.82059: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6567 1726773061.82114: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6567 1726773061.82134: variable 'omit' from source: magic vars 6567 1726773061.82167: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773061.82195: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773061.82212: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773061.82225: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773061.82236: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773061.82261: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773061.82264: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773061.82266: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773061.82333: Set connection var ansible_connection to ssh 6567 1726773061.82340: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773061.82346: Set connection var ansible_shell_type to sh 6567 1726773061.82357: Set connection var ansible_shell_executable to /bin/sh 6567 1726773061.82360: Set connection var ansible_timeout to 10 6567 1726773061.82365: Set connection var ansible_pipelining to False 6567 1726773061.82383: variable 'ansible_shell_executable' from source: unknown 6567 1726773061.82387: variable 'ansible_connection' from source: unknown 6567 1726773061.82390: variable 'ansible_module_compression' from source: unknown 6567 1726773061.82392: variable 'ansible_shell_type' from source: unknown 6567 1726773061.82394: variable 'ansible_shell_executable' from source: unknown 6567 1726773061.82396: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773061.82398: variable 'ansible_pipelining' from source: unknown 6567 1726773061.82401: variable 'ansible_timeout' from source: unknown 6567 1726773061.82406: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773061.82509: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773061.82517: variable 'omit' from source: magic vars 6567 1726773061.82525: starting attempt loop 6567 1726773061.82528: running the handler 6567 1726773061.82538: _low_level_execute_command(): starting 6567 1726773061.82545: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773061.83079: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773061.83095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.83113: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.83129: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.83179: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773061.83197: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773061.83302: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773061.84987: stdout chunk (state=3): >>>/root <<< 6567 1726773061.85094: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773061.85162: stderr chunk (state=3): >>><<< 6567 1726773061.85164: stdout chunk (state=3): >>><<< 6567 1726773061.85214: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773061.85217: _low_level_execute_command(): starting 6567 1726773061.85220: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044 `" && echo ansible-tmp-1726773061.851824-7384-161081240066044="` echo /root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044 `" ) && sleep 0' 6567 1726773061.85677: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773061.85681: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.85724: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.85728: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773061.85730: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.85790: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773061.85794: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773061.85796: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773061.85906: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773061.87934: stdout chunk (state=3): >>>ansible-tmp-1726773061.851824-7384-161081240066044=/root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044 <<< 6567 1726773061.88131: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773061.88134: stdout chunk (state=3): >>><<< 6567 1726773061.88137: stderr chunk (state=3): >>><<< 6567 1726773061.88156: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773061.851824-7384-161081240066044=/root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773061.88262: variable 'ansible_module_compression' from source: unknown 6567 1726773061.88339: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6567 1726773061.88376: variable 'ansible_facts' from source: unknown 6567 1726773061.88479: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/AnsiballZ_stat.py 6567 1726773061.88588: Sending initial data 6567 1726773061.88597: Sent initial data (150 bytes) 6567 1726773061.89272: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773061.89275: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.89322: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773061.89325: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.89327: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773061.89329: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.89381: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773061.89385: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773061.89387: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773061.89497: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773061.91370: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773061.91468: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773061.91568: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmp3m89r3ku /root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/AnsiballZ_stat.py <<< 6567 1726773061.91657: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773061.92670: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773061.92769: stderr chunk (state=3): >>><<< 6567 1726773061.92774: stdout chunk (state=3): >>><<< 6567 1726773061.92793: done transferring module to remote 6567 1726773061.92803: _low_level_execute_command(): starting 6567 1726773061.92809: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/ /root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/AnsiballZ_stat.py && sleep 0' 6567 1726773061.93261: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773061.93273: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.93296: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773061.93314: 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.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.93359: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773061.93376: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773061.93475: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773061.95332: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773061.95387: stderr chunk (state=3): >>><<< 6567 1726773061.95390: stdout chunk (state=3): >>><<< 6567 1726773061.95406: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773061.95410: _low_level_execute_command(): starting 6567 1726773061.95416: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/AnsiballZ_stat.py && sleep 0' 6567 1726773061.95866: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773061.95879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773061.95900: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773061.95919: 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.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773061.95963: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773061.95975: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773061.96090: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773062.26044: 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": 442499208, "dev": 51713, "nlink": 1, "atime": 1726773061.6941328, "mtime": 1726773060.671129, "ctime": 1726773060.671129, "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": "3835769716", "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}}} <<< 6567 1726773062.27374: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773062.27432: stderr chunk (state=3): >>><<< 6567 1726773062.27436: stdout chunk (state=3): >>><<< 6567 1726773062.27453: _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": 442499208, "dev": 51713, "nlink": 1, "atime": 1726773061.6941328, "mtime": 1726773060.671129, "ctime": 1726773060.671129, "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": "3835769716", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773062.27496: 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-1726773061.851824-7384-161081240066044/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6567 1726773062.27600: Sending initial data 6567 1726773062.27606: Sent initial data (138 bytes) 6567 1726773062.28284: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773062.28294: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.28346: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.28349: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.28351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.28414: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773062.28418: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773062.28516: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773062.30409: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773062.30504: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773062.30599: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/.plgy49l0 /root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/.source <<< 6567 1726773062.30693: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773062.31097: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773062.31200: stderr chunk (state=3): >>><<< 6567 1726773062.31203: stdout chunk (state=3): >>><<< 6567 1726773062.31226: _low_level_execute_command(): starting 6567 1726773062.31229: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/ /root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/.source && sleep 0' 6567 1726773062.31694: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773062.31697: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.31735: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773062.31739: 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.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773062.31741: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773062.31743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.31796: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773062.31799: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773062.31897: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773062.33749: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773062.33800: stderr chunk (state=3): >>><<< 6567 1726773062.33804: stdout chunk (state=3): >>><<< 6567 1726773062.33817: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773062.33838: variable 'ansible_module_compression' from source: unknown 6567 1726773062.33873: ANSIBALLZ: Using generic lock for ansible.legacy.copy 6567 1726773062.33878: ANSIBALLZ: Acquiring lock 6567 1726773062.33881: ANSIBALLZ: Lock acquired: 139624871440080 6567 1726773062.33884: ANSIBALLZ: Creating module 6567 1726773062.43556: ANSIBALLZ: Writing module into payload 6567 1726773062.43749: ANSIBALLZ: Writing module 6567 1726773062.43793: ANSIBALLZ: Renaming module 6567 1726773062.43806: ANSIBALLZ: Done creating module 6567 1726773062.43823: variable 'ansible_facts' from source: unknown 6567 1726773062.43919: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/AnsiballZ_copy.py 6567 1726773062.44067: Sending initial data 6567 1726773062.44071: Sent initial data (150 bytes) 6567 1726773062.44864: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.44869: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.44899: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6567 1726773062.44906: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.44960: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773062.44971: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773062.44973: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773062.45069: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773062.46944: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773062.47037: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773062.47137: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmpu49lggdf /root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/AnsiballZ_copy.py <<< 6567 1726773062.47231: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773062.48509: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773062.48688: stderr chunk (state=3): >>><<< 6567 1726773062.48692: stdout chunk (state=3): >>><<< 6567 1726773062.48694: done transferring module to remote 6567 1726773062.48697: _low_level_execute_command(): starting 6567 1726773062.48699: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/ /root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/AnsiballZ_copy.py && sleep 0' 6567 1726773062.49113: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773062.49117: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773062.49119: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.49164: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.49169: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773062.49212: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773062.49216: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.49218: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773062.49220: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773062.49222: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773062.49352: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773062.49355: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.49357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.49360: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773062.49363: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773062.49365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.49367: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773062.49369: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773062.49398: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773062.49524: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773062.51450: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773062.51452: stdout chunk (state=3): >>><<< 6567 1726773062.51454: stderr chunk (state=3): >>><<< 6567 1726773062.51523: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773062.51527: _low_level_execute_command(): starting 6567 1726773062.51529: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/AnsiballZ_copy.py && sleep 0' 6567 1726773062.52122: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773062.52138: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773062.52153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.52173: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.52224: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773062.52237: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773062.52253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.52271: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773062.52284: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773062.52302: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773062.52319: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773062.52333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.52351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.52363: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773062.52374: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773062.52388: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.52473: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773062.52495: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773062.52517: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773062.52664: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773062.67342: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/.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-1726773061.851824-7384-161081240066044/.source", "_original_basename": ".plgy49l0", "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}}} <<< 6567 1726773062.68452: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773062.68509: stderr chunk (state=3): >>><<< 6567 1726773062.68513: stdout chunk (state=3): >>><<< 6567 1726773062.68529: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/.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-1726773061.851824-7384-161081240066044/.source", "_original_basename": ".plgy49l0", "follow": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773062.68553: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/.source', '_original_basename': '.plgy49l0', '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-1726773061.851824-7384-161081240066044/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773062.68562: _low_level_execute_command(): starting 6567 1726773062.68566: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773061.851824-7384-161081240066044/ > /dev/null 2>&1 && sleep 0' 6567 1726773062.69299: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773062.69317: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773062.69333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.69350: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.69405: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773062.69419: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773062.69435: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.69453: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773062.69469: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773062.69488: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773062.69502: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773062.69518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.69534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.69547: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773062.69559: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773062.69574: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.69661: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773062.69693: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773062.69717: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773062.69850: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773062.71833: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773062.71837: stdout chunk (state=3): >>><<< 6567 1726773062.71839: stderr chunk (state=3): >>><<< 6567 1726773062.72015: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773062.72025: handler run complete 6567 1726773062.72028: attempt loop complete, returning result 6567 1726773062.72030: _execute() done 6567 1726773062.72033: dumping result to json 6567 1726773062.72035: done dumping result, returning 6567 1726773062.72038: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [1239c35c-e2e1-5e39-0463-00000000014c] 6567 1726773062.72040: sending task result for task 1239c35c-e2e1-5e39-0463-00000000014c changed: [managed_node1] => { "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-1726773061.851824-7384-161081240066044/.source", "state": "file", "uid": 0 } 6567 1726773062.72224: no more pending results, returning what we have 6567 1726773062.72227: results queue empty 6567 1726773062.72228: checking for any_errors_fatal 6567 1726773062.72233: done checking for any_errors_fatal 6567 1726773062.72233: checking for max_fail_percentage 6567 1726773062.72235: done checking for max_fail_percentage 6567 1726773062.72236: checking to see if all hosts have failed and the running result is not ok 6567 1726773062.72236: done checking to see if all hosts have failed 6567 1726773062.72237: getting the remaining hosts for this loop 6567 1726773062.72239: done getting the remaining hosts for this loop 6567 1726773062.72242: getting the next task for host managed_node1 6567 1726773062.72248: done getting next task for host managed_node1 6567 1726773062.72251: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6567 1726773062.72255: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773062.72264: getting variables 6567 1726773062.72266: in VariableManager get_vars() 6567 1726773062.72306: Calling all_inventory to load vars for managed_node1 6567 1726773062.72309: Calling groups_inventory to load vars for managed_node1 6567 1726773062.72311: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773062.72321: Calling all_plugins_play to load vars for managed_node1 6567 1726773062.72323: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773062.72326: Calling groups_plugins_play to load vars for managed_node1 6567 1726773062.73512: done sending task result for task 1239c35c-e2e1-5e39-0463-00000000014c 6567 1726773062.73516: WORKER PROCESS EXITING 6567 1726773062.73557: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773062.74082: done with get_vars() 6567 1726773062.74096: done getting variables 6567 1726773062.74161: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 15:11:02 -0400 (0:00:00.934) 0:00:42.254 **** 6567 1726773062.74209: entering _queue_task() for managed_node1/copy 6567 1726773062.74501: worker is 1 (out of 1 available) 6567 1726773062.74632: exiting _queue_task() for managed_node1/copy 6567 1726773062.74644: done queuing things up, now waiting for results queue to drain 6567 1726773062.74645: waiting for pending results... 6567 1726773062.75581: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6567 1726773062.75702: in run() - task 1239c35c-e2e1-5e39-0463-00000000014d 6567 1726773062.75726: variable 'ansible_search_path' from source: unknown 6567 1726773062.75735: variable 'ansible_search_path' from source: unknown 6567 1726773062.75778: calling self._execute() 6567 1726773062.76271: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773062.76283: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773062.76299: variable 'omit' from source: magic vars 6567 1726773062.76408: variable 'omit' from source: magic vars 6567 1726773062.76469: variable 'omit' from source: magic vars 6567 1726773062.76505: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6567 1726773062.76798: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6567 1726773062.77092: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6567 1726773062.77240: variable 'omit' from source: magic vars 6567 1726773062.77285: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773062.77345: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773062.77532: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773062.77556: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773062.77573: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773062.77611: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773062.77621: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773062.77629: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773062.77934: Set connection var ansible_connection to ssh 6567 1726773062.77949: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773062.77966: Set connection var ansible_shell_type to sh 6567 1726773062.77986: Set connection var ansible_shell_executable to /bin/sh 6567 1726773062.77998: Set connection var ansible_timeout to 10 6567 1726773062.78015: Set connection var ansible_pipelining to False 6567 1726773062.78042: variable 'ansible_shell_executable' from source: unknown 6567 1726773062.78050: variable 'ansible_connection' from source: unknown 6567 1726773062.78056: variable 'ansible_module_compression' from source: unknown 6567 1726773062.78062: variable 'ansible_shell_type' from source: unknown 6567 1726773062.78067: variable 'ansible_shell_executable' from source: unknown 6567 1726773062.78073: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773062.78079: variable 'ansible_pipelining' from source: unknown 6567 1726773062.78085: variable 'ansible_timeout' from source: unknown 6567 1726773062.78092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773062.78240: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773062.78256: variable 'omit' from source: magic vars 6567 1726773062.78266: starting attempt loop 6567 1726773062.78272: running the handler 6567 1726773062.78287: _low_level_execute_command(): starting 6567 1726773062.78298: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773062.79034: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773062.79050: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773062.79065: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.79087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.79135: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773062.79149: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773062.79165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.79187: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773062.79204: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773062.79225: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773062.79239: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773062.79254: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.79270: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.79284: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773062.79298: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773062.79316: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.79392: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773062.79418: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773062.79440: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773062.79571: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773062.81270: stdout chunk (state=3): >>>/root <<< 6567 1726773062.81458: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773062.81462: stdout chunk (state=3): >>><<< 6567 1726773062.81464: stderr chunk (state=3): >>><<< 6567 1726773062.81582: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773062.81586: _low_level_execute_command(): starting 6567 1726773062.81589: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332 `" && echo ansible-tmp-1726773062.8148394-7434-156226972969332="` echo /root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332 `" ) && sleep 0' 6567 1726773062.82186: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773062.82202: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773062.82218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.82244: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.82285: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773062.82296: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773062.82311: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.82327: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773062.82348: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773062.82364: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773062.82377: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773062.82392: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.82411: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.82425: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773062.82437: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773062.82457: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.82540: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773062.82568: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773062.82590: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773062.82729: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773062.84707: stdout chunk (state=3): >>>ansible-tmp-1726773062.8148394-7434-156226972969332=/root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332 <<< 6567 1726773062.84901: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773062.84906: stdout chunk (state=3): >>><<< 6567 1726773062.84909: stderr chunk (state=3): >>><<< 6567 1726773062.85118: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773062.8148394-7434-156226972969332=/root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773062.85122: variable 'ansible_module_compression' from source: unknown 6567 1726773062.85124: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6567 1726773062.85126: variable 'ansible_facts' from source: unknown 6567 1726773062.85215: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/AnsiballZ_stat.py 6567 1726773062.85350: Sending initial data 6567 1726773062.85353: Sent initial data (151 bytes) 6567 1726773062.86185: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.86190: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.86227: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.86231: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.86233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.86280: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773062.86284: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773062.86395: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773062.88512: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773062.88594: stderr chunk (state=3): >>>debug1: Using server download size 261120 <<< 6567 1726773062.88610: stderr chunk (state=3): >>>debug1: Using server upload size 261120 <<< 6567 1726773062.88623: stderr chunk (state=3): >>>debug1: Server handle limit 1019; using 64 <<< 6567 1726773062.88733: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmpguec1j5y /root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/AnsiballZ_stat.py <<< 6567 1726773062.88833: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773062.90226: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773062.90313: stderr chunk (state=3): >>><<< 6567 1726773062.90318: stdout chunk (state=3): >>><<< 6567 1726773062.90415: done transferring module to remote 6567 1726773062.90419: _low_level_execute_command(): starting 6567 1726773062.90422: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/ /root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/AnsiballZ_stat.py && sleep 0' 6567 1726773062.91001: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773062.91020: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773062.91035: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.91056: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.91110: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773062.91122: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773062.91134: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.91150: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773062.91161: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773062.91183: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773062.91201: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773062.91219: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.91236: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.91265: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773062.91268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.91335: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773062.91350: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773062.91361: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773062.91478: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773062.93341: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773062.93409: stderr chunk (state=3): >>><<< 6567 1726773062.93417: stdout chunk (state=3): >>><<< 6567 1726773062.93432: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773062.93435: _low_level_execute_command(): starting 6567 1726773062.93440: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/AnsiballZ_stat.py && sleep 0' 6567 1726773062.93872: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.93875: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773062.93918: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.93921: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773062.93923: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773062.93969: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773062.93972: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773062.94086: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773063.08755: 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": 442499206, "dev": 51713, "nlink": 1, "atime": 1726773060.4771283, "mtime": 1726773060.671129, "ctime": 1726773060.671129, "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": "2708688800", "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}}} <<< 6567 1726773063.10123: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773063.10228: stderr chunk (state=3): >>><<< 6567 1726773063.10231: stdout chunk (state=3): >>><<< 6567 1726773063.10379: _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": 442499206, "dev": 51713, "nlink": 1, "atime": 1726773060.4771283, "mtime": 1726773060.671129, "ctime": 1726773060.671129, "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": "2708688800", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773063.10388: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/profile_mode', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6567 1726773063.10837: Sending initial data 6567 1726773063.10840: Sent initial data (139 bytes) 6567 1726773063.12625: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.12630: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.12649: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.12666: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.12668: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.12734: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773063.12748: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773063.12867: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773063.14746: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773063.14839: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773063.14936: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/.8z8dpfd_ /root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/.source <<< 6567 1726773063.15029: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773063.15571: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773063.15687: stderr chunk (state=3): >>><<< 6567 1726773063.15690: stdout chunk (state=3): >>><<< 6567 1726773063.15692: _low_level_execute_command(): starting 6567 1726773063.15694: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/ /root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/.source && sleep 0' 6567 1726773063.16688: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773063.16707: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.16723: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.16743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.16785: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773063.16800: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773063.16818: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.16835: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773063.16847: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773063.16858: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773063.16870: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.16883: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.16903: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.16918: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773063.16930: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773063.16945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.17023: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773063.17044: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773063.17059: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773063.17191: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773063.19111: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773063.19132: stderr chunk (state=3): >>><<< 6567 1726773063.19135: stdout chunk (state=3): >>><<< 6567 1726773063.19193: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773063.19196: variable 'ansible_module_compression' from source: unknown 6567 1726773063.19320: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6567 1726773063.19323: variable 'ansible_facts' from source: unknown 6567 1726773063.19325: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/AnsiballZ_copy.py 6567 1726773063.19434: Sending initial data 6567 1726773063.19438: Sent initial data (151 bytes) 6567 1726773063.20326: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773063.20329: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.20351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.20358: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.20422: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.20426: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773063.20438: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773063.20440: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773063.20443: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.20453: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.20460: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.20465: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773063.20472: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.20529: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773063.20536: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773063.20549: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773063.20665: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773063.22512: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773063.22607: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773063.22708: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmpx480hswq /root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/AnsiballZ_copy.py <<< 6567 1726773063.22795: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773063.23908: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773063.24011: stderr chunk (state=3): >>><<< 6567 1726773063.24015: stdout chunk (state=3): >>><<< 6567 1726773063.24102: done transferring module to remote 6567 1726773063.24107: _low_level_execute_command(): starting 6567 1726773063.24110: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/ /root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/AnsiballZ_copy.py && sleep 0' 6567 1726773063.24712: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773063.24726: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.24740: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.24768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.24835: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773063.24856: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773063.24908: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.24941: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773063.24957: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773063.24968: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773063.24988: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.25009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.25037: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.25065: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773063.25067: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.25150: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773063.25153: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773063.25267: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773063.27440: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773063.27444: stderr chunk (state=3): >>><<< 6567 1726773063.27446: stdout chunk (state=3): >>><<< 6567 1726773063.27449: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773063.27451: _low_level_execute_command(): starting 6567 1726773063.27455: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/AnsiballZ_copy.py && sleep 0' 6567 1726773063.28034: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773063.28038: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.28040: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.28042: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.28044: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773063.28049: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773063.28051: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.28053: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773063.28055: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773063.28057: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773063.28058: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.28060: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.28062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.28064: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773063.28065: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773063.28067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.28115: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773063.28118: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773063.28234: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773063.42549: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/.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-1726773062.8148394-7434-156226972969332/.source", "_original_basename": ".8z8dpfd_", "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}}} <<< 6567 1726773063.43661: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773063.43713: stderr chunk (state=3): >>><<< 6567 1726773063.43717: stdout chunk (state=3): >>><<< 6567 1726773063.43731: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/.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-1726773062.8148394-7434-156226972969332/.source", "_original_basename": ".8z8dpfd_", "follow": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773063.43758: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/.source', '_original_basename': '.8z8dpfd_', '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-1726773062.8148394-7434-156226972969332/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773063.43770: _low_level_execute_command(): starting 6567 1726773063.43773: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773062.8148394-7434-156226972969332/ > /dev/null 2>&1 && sleep 0' 6567 1726773063.44209: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.44216: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.44250: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.44253: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.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.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773063.44277: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.44330: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773063.44334: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773063.44447: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773063.46327: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773063.46370: stderr chunk (state=3): >>><<< 6567 1726773063.46375: stdout chunk (state=3): >>><<< 6567 1726773063.46393: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773063.46399: handler run complete 6567 1726773063.46433: attempt loop complete, returning result 6567 1726773063.46436: _execute() done 6567 1726773063.46439: dumping result to json 6567 1726773063.46441: done dumping result, returning 6567 1726773063.46444: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [1239c35c-e2e1-5e39-0463-00000000014d] 6567 1726773063.46452: sending task result for task 1239c35c-e2e1-5e39-0463-00000000014d 6567 1726773063.46548: done sending task result for task 1239c35c-e2e1-5e39-0463-00000000014d 6567 1726773063.46551: WORKER PROCESS EXITING changed: [managed_node1] => { "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-1726773062.8148394-7434-156226972969332/.source", "state": "file", "uid": 0 } 6567 1726773063.46641: no more pending results, returning what we have 6567 1726773063.46644: results queue empty 6567 1726773063.46645: checking for any_errors_fatal 6567 1726773063.46650: done checking for any_errors_fatal 6567 1726773063.46651: checking for max_fail_percentage 6567 1726773063.46653: done checking for max_fail_percentage 6567 1726773063.46653: checking to see if all hosts have failed and the running result is not ok 6567 1726773063.46654: done checking to see if all hosts have failed 6567 1726773063.46655: getting the remaining hosts for this loop 6567 1726773063.46656: done getting the remaining hosts for this loop 6567 1726773063.46660: getting the next task for host managed_node1 6567 1726773063.46667: done getting next task for host managed_node1 6567 1726773063.46671: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 6567 1726773063.46675: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773063.46685: getting variables 6567 1726773063.46687: in VariableManager get_vars() 6567 1726773063.46719: Calling all_inventory to load vars for managed_node1 6567 1726773063.46721: Calling groups_inventory to load vars for managed_node1 6567 1726773063.46723: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773063.46732: Calling all_plugins_play to load vars for managed_node1 6567 1726773063.46734: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773063.46737: Calling groups_plugins_play to load vars for managed_node1 6567 1726773063.46845: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773063.46982: done with get_vars() 6567 1726773063.46990: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 15:11:03 -0400 (0:00:00.728) 0:00:42.983 **** 6567 1726773063.47066: entering _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 6567 1726773063.47300: worker is 1 (out of 1 available) 6567 1726773063.47316: exiting _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 6567 1726773063.47326: done queuing things up, now waiting for results queue to drain 6567 1726773063.47328: waiting for pending results... 6567 1726773063.47595: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get current config 6567 1726773063.47713: in run() - task 1239c35c-e2e1-5e39-0463-00000000014e 6567 1726773063.47733: variable 'ansible_search_path' from source: unknown 6567 1726773063.47741: variable 'ansible_search_path' from source: unknown 6567 1726773063.47788: calling self._execute() 6567 1726773063.47871: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773063.47886: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773063.47900: variable 'omit' from source: magic vars 6567 1726773063.48010: variable 'omit' from source: magic vars 6567 1726773063.48169: variable 'omit' from source: magic vars 6567 1726773063.48206: variable '__kernel_settings_profile_filename' from source: role '' all vars 6567 1726773063.48485: variable '__kernel_settings_profile_filename' from source: role '' all vars 6567 1726773063.48639: variable '__kernel_settings_profile_dir' from source: role '' all vars 6567 1726773063.48733: variable '__kernel_settings_profile_parent' from source: set_fact 6567 1726773063.48746: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6567 1726773063.48790: variable 'omit' from source: magic vars 6567 1726773063.48844: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773063.48884: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773063.48915: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773063.48937: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773063.48953: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773063.48991: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773063.49000: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773063.49010: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773063.49112: Set connection var ansible_connection to ssh 6567 1726773063.49129: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773063.49142: Set connection var ansible_shell_type to sh 6567 1726773063.49154: Set connection var ansible_shell_executable to /bin/sh 6567 1726773063.49164: Set connection var ansible_timeout to 10 6567 1726773063.49179: Set connection var ansible_pipelining to False 6567 1726773063.49206: variable 'ansible_shell_executable' from source: unknown 6567 1726773063.49215: variable 'ansible_connection' from source: unknown 6567 1726773063.49222: variable 'ansible_module_compression' from source: unknown 6567 1726773063.49228: variable 'ansible_shell_type' from source: unknown 6567 1726773063.49239: variable 'ansible_shell_executable' from source: unknown 6567 1726773063.49246: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773063.49254: variable 'ansible_pipelining' from source: unknown 6567 1726773063.49262: variable 'ansible_timeout' from source: unknown 6567 1726773063.49269: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773063.49457: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 6567 1726773063.49472: variable 'omit' from source: magic vars 6567 1726773063.49485: starting attempt loop 6567 1726773063.49493: running the handler 6567 1726773063.49512: _low_level_execute_command(): starting 6567 1726773063.49573: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773063.51011: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.51014: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.51018: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.51020: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.51078: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773063.51082: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773063.51087: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773063.51191: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773063.53129: stdout chunk (state=3): >>>/root <<< 6567 1726773063.53132: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773063.53134: stdout chunk (state=3): >>><<< 6567 1726773063.53136: stderr chunk (state=3): >>><<< 6567 1726773063.53255: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773063.53258: _low_level_execute_command(): starting 6567 1726773063.53261: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773063.5316193-7486-55549148705182 `" && echo ansible-tmp-1726773063.5316193-7486-55549148705182="` echo /root/.ansible/tmp/ansible-tmp-1726773063.5316193-7486-55549148705182 `" ) && sleep 0' 6567 1726773063.54395: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773063.54413: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.54428: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.54462: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.54503: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773063.54517: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773063.54530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.54547: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773063.54565: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773063.54580: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773063.54593: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.54608: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.54629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.54646: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773063.54660: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773063.54670: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.54773: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773063.54871: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773063.56883: stdout chunk (state=3): >>>ansible-tmp-1726773063.5316193-7486-55549148705182=/root/.ansible/tmp/ansible-tmp-1726773063.5316193-7486-55549148705182 <<< 6567 1726773063.57066: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773063.57070: stdout chunk (state=3): >>><<< 6567 1726773063.57072: stderr chunk (state=3): >>><<< 6567 1726773063.57405: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773063.5316193-7486-55549148705182=/root/.ansible/tmp/ansible-tmp-1726773063.5316193-7486-55549148705182 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773063.57410: variable 'ansible_module_compression' from source: unknown 6567 1726773063.57413: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6567 1726773063.57415: variable 'ansible_facts' from source: unknown 6567 1726773063.57417: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773063.5316193-7486-55549148705182/AnsiballZ_kernel_settings_get_config.py 6567 1726773063.57548: Sending initial data 6567 1726773063.57551: Sent initial data (172 bytes) 6567 1726773063.59060: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773063.59073: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.59087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.59100: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.59132: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773063.59140: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773063.59151: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.59176: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.59182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773063.59191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.59240: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773063.59243: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773063.59353: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773063.61236: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773063.61319: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773063.61416: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmp5vuty6c4 /root/.ansible/tmp/ansible-tmp-1726773063.5316193-7486-55549148705182/AnsiballZ_kernel_settings_get_config.py <<< 6567 1726773063.61500: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773063.62726: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773063.62815: stderr chunk (state=3): >>><<< 6567 1726773063.62819: stdout chunk (state=3): >>><<< 6567 1726773063.62834: done transferring module to remote 6567 1726773063.62855: _low_level_execute_command(): starting 6567 1726773063.62858: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773063.5316193-7486-55549148705182/ /root/.ansible/tmp/ansible-tmp-1726773063.5316193-7486-55549148705182/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6567 1726773063.63280: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.63286: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.63321: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.63328: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.63331: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.63376: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773063.63380: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773063.63486: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773063.65337: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773063.65381: stderr chunk (state=3): >>><<< 6567 1726773063.65384: stdout chunk (state=3): >>><<< 6567 1726773063.65394: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773063.65397: _low_level_execute_command(): starting 6567 1726773063.65402: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773063.5316193-7486-55549148705182/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6567 1726773063.65808: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.65813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.65841: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.65845: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.65847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.65901: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773063.65910: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773063.66015: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773063.79944: stdout chunk (state=3): >>> {"changed": false, "data": {}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} <<< 6567 1726773063.81036: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773063.81091: stderr chunk (state=3): >>><<< 6567 1726773063.81094: stdout chunk (state=3): >>><<< 6567 1726773063.81113: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773063.81136: done with _execute_module (fedora.linux_system_roles.kernel_settings_get_config, {'path': '/etc/tuned/kernel_settings/tuned.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.kernel_settings_get_config', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773063.5316193-7486-55549148705182/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773063.81144: _low_level_execute_command(): starting 6567 1726773063.81149: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773063.5316193-7486-55549148705182/ > /dev/null 2>&1 && sleep 0' 6567 1726773063.81584: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.81598: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.81614: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.81626: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.81682: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773063.81698: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773063.81795: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773063.83671: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773063.83741: stderr chunk (state=3): >>><<< 6567 1726773063.83752: stdout chunk (state=3): >>><<< 6567 1726773063.83772: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773063.83808: handler run complete 6567 1726773063.83811: attempt loop complete, returning result 6567 1726773063.83813: _execute() done 6567 1726773063.83816: dumping result to json 6567 1726773063.83818: done dumping result, returning 6567 1726773063.83827: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get current config [1239c35c-e2e1-5e39-0463-00000000014e] 6567 1726773063.83832: sending task result for task 1239c35c-e2e1-5e39-0463-00000000014e ok: [managed_node1] => { "changed": false, "data": {} } 6567 1726773063.84001: no more pending results, returning what we have 6567 1726773063.84006: results queue empty 6567 1726773063.84007: checking for any_errors_fatal 6567 1726773063.84013: done checking for any_errors_fatal 6567 1726773063.84013: checking for max_fail_percentage 6567 1726773063.84015: done checking for max_fail_percentage 6567 1726773063.84016: checking to see if all hosts have failed and the running result is not ok 6567 1726773063.84017: done checking to see if all hosts have failed 6567 1726773063.84018: getting the remaining hosts for this loop 6567 1726773063.84019: done getting the remaining hosts for this loop 6567 1726773063.84023: getting the next task for host managed_node1 6567 1726773063.84029: done getting next task for host managed_node1 6567 1726773063.84033: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6567 1726773063.84036: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773063.84047: getting variables 6567 1726773063.84048: in VariableManager get_vars() 6567 1726773063.84092: Calling all_inventory to load vars for managed_node1 6567 1726773063.84095: Calling groups_inventory to load vars for managed_node1 6567 1726773063.84098: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773063.84112: Calling all_plugins_play to load vars for managed_node1 6567 1726773063.84115: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773063.84118: Calling groups_plugins_play to load vars for managed_node1 6567 1726773063.84440: done sending task result for task 1239c35c-e2e1-5e39-0463-00000000014e 6567 1726773063.84444: WORKER PROCESS EXITING 6567 1726773063.84467: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773063.84833: done with get_vars() 6567 1726773063.84845: done getting variables 6567 1726773063.84970: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:11:03 -0400 (0:00:00.379) 0:00:43.362 **** 6567 1726773063.85010: entering _queue_task() for managed_node1/template 6567 1726773063.85012: Creating lock for template 6567 1726773063.85283: worker is 1 (out of 1 available) 6567 1726773063.85294: exiting _queue_task() for managed_node1/template 6567 1726773063.85340: done queuing things up, now waiting for results queue to drain 6567 1726773063.85342: waiting for pending results... 6567 1726773063.85620: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6567 1726773063.85742: in run() - task 1239c35c-e2e1-5e39-0463-00000000014f 6567 1726773063.85759: variable 'ansible_search_path' from source: unknown 6567 1726773063.85764: variable 'ansible_search_path' from source: unknown 6567 1726773063.85809: calling self._execute() 6567 1726773063.85906: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773063.85918: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773063.85933: variable 'omit' from source: magic vars 6567 1726773063.86054: variable 'omit' from source: magic vars 6567 1726773063.86128: variable 'omit' from source: magic vars 6567 1726773063.86466: variable '__kernel_settings_profile_src' from source: role '' all vars 6567 1726773063.86480: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6567 1726773063.86570: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6567 1726773063.86598: variable '__kernel_settings_profile_filename' from source: role '' all vars 6567 1726773063.86674: variable '__kernel_settings_profile_filename' from source: role '' all vars 6567 1726773063.86761: variable '__kernel_settings_profile_dir' from source: role '' all vars 6567 1726773063.86856: variable '__kernel_settings_profile_parent' from source: set_fact 6567 1726773063.86867: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6567 1726773063.86915: variable 'omit' from source: magic vars 6567 1726773063.86964: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773063.87009: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773063.87035: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773063.87061: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773063.87081: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773063.87123: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773063.87131: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773063.87138: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773063.87247: Set connection var ansible_connection to ssh 6567 1726773063.87265: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773063.87280: Set connection var ansible_shell_type to sh 6567 1726773063.87295: Set connection var ansible_shell_executable to /bin/sh 6567 1726773063.87306: Set connection var ansible_timeout to 10 6567 1726773063.87321: Set connection var ansible_pipelining to False 6567 1726773063.87345: variable 'ansible_shell_executable' from source: unknown 6567 1726773063.87353: variable 'ansible_connection' from source: unknown 6567 1726773063.87359: variable 'ansible_module_compression' from source: unknown 6567 1726773063.87367: variable 'ansible_shell_type' from source: unknown 6567 1726773063.87380: variable 'ansible_shell_executable' from source: unknown 6567 1726773063.87387: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773063.87395: variable 'ansible_pipelining' from source: unknown 6567 1726773063.87401: variable 'ansible_timeout' from source: unknown 6567 1726773063.87410: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773063.87560: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773063.87575: variable 'omit' from source: magic vars 6567 1726773063.87586: starting attempt loop 6567 1726773063.87596: running the handler 6567 1726773063.87610: _low_level_execute_command(): starting 6567 1726773063.87620: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773063.89069: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773063.89088: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.89106: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.89126: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.89173: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773063.89191: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773063.89209: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.89222: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773063.89230: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773063.89238: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773063.89246: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.89255: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.89269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.89284: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773063.89292: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773063.89306: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.89375: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773063.89397: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773063.89412: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773063.89538: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773063.91452: stdout chunk (state=3): >>>/root <<< 6567 1726773063.91751: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773063.91754: stderr chunk (state=3): >>><<< 6567 1726773063.91756: stdout chunk (state=3): >>><<< 6567 1726773063.91760: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773063.91769: _low_level_execute_command(): starting 6567 1726773063.91772: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834 `" && echo ansible-tmp-1726773063.9160674-7506-195794831786834="` echo /root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834 `" ) && sleep 0' 6567 1726773063.93444: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773063.93458: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.93473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.93502: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.93567: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773063.93583: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773063.93610: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.93631: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773063.93642: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773063.93652: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773063.93663: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773063.93760: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773063.93788: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773063.93808: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773063.93820: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773063.93834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773063.93918: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773063.93940: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773063.93958: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773063.94111: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773063.96116: stdout chunk (state=3): >>>ansible-tmp-1726773063.9160674-7506-195794831786834=/root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834 <<< 6567 1726773063.96269: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773063.96271: stdout chunk (state=3): >>><<< 6567 1726773063.96272: stderr chunk (state=3): >>><<< 6567 1726773063.96308: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773063.9160674-7506-195794831786834=/root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773063.96312: evaluation_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 6567 1726773063.96326: search_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 6567 1726773063.96345: variable 'ansible_search_path' from source: unknown 6567 1726773063.97546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6567 1726773063.99353: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6567 1726773063.99405: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6567 1726773063.99431: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6567 1726773063.99459: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6567 1726773063.99482: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6567 1726773063.99663: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773063.99684: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773063.99704: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773063.99731: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773063.99741: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773063.99965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773063.99983: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773064.00003: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773064.00030: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773064.00042: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773064.00310: variable 'ansible_managed' from source: unknown 6567 1726773064.00315: variable '__sections' from source: task vars 6567 1726773064.00408: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773064.00426: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773064.00445: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773064.00470: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773064.00481: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773064.00554: variable 'kernel_settings_sysctl' from source: include params 6567 1726773064.00557: variable '__kernel_settings_state_empty' from source: role '' all vars 6567 1726773064.00563: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6567 1726773064.00595: variable '__sysctl_old' from source: task vars 6567 1726773064.00643: variable '__sysctl_old' from source: task vars 6567 1726773064.00842: variable 'kernel_settings_purge' from source: include params 6567 1726773064.00845: variable 'kernel_settings_sysctl' from source: include params 6567 1726773064.00850: variable '__kernel_settings_state_empty' from source: role '' all vars 6567 1726773064.00855: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6567 1726773064.00859: variable '__kernel_settings_profile_contents' from source: set_fact 6567 1726773064.01127: variable 'kernel_settings_sysfs' from source: include params 6567 1726773064.01130: variable '__kernel_settings_state_empty' from source: role '' all vars 6567 1726773064.01133: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6567 1726773064.01135: variable '__sysfs_old' from source: task vars 6567 1726773064.01137: variable '__sysfs_old' from source: task vars 6567 1726773064.01335: variable 'kernel_settings_purge' from source: include params 6567 1726773064.01338: variable 'kernel_settings_sysfs' from source: include params 6567 1726773064.01343: variable '__kernel_settings_state_empty' from source: role '' all vars 6567 1726773064.01348: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6567 1726773064.01353: variable '__kernel_settings_profile_contents' from source: set_fact 6567 1726773064.01372: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 6567 1726773064.01381: variable '__systemd_old' from source: task vars 6567 1726773064.01441: variable '__systemd_old' from source: task vars 6567 1726773064.01643: variable 'kernel_settings_purge' from source: include params 6567 1726773064.01647: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 6567 1726773064.01652: variable '__kernel_settings_state_absent' from source: role '' all vars 6567 1726773064.01661: variable '__kernel_settings_profile_contents' from source: set_fact 6567 1726773064.01669: variable 'kernel_settings_transparent_hugepages' from source: include params 6567 1726773064.01673: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 6567 1726773064.01680: variable '__trans_huge_old' from source: task vars 6567 1726773064.01741: variable '__trans_huge_old' from source: task vars 6567 1726773064.01950: variable 'kernel_settings_purge' from source: include params 6567 1726773064.01954: variable 'kernel_settings_transparent_hugepages' from source: include params 6567 1726773064.01958: variable '__kernel_settings_state_absent' from source: role '' all vars 6567 1726773064.01964: variable '__kernel_settings_profile_contents' from source: set_fact 6567 1726773064.01973: variable '__trans_defrag_old' from source: task vars 6567 1726773064.02034: variable '__trans_defrag_old' from source: task vars 6567 1726773064.02238: variable 'kernel_settings_purge' from source: include params 6567 1726773064.02241: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 6567 1726773064.02246: variable '__kernel_settings_state_absent' from source: role '' all vars 6567 1726773064.02251: variable '__kernel_settings_profile_contents' from source: set_fact 6567 1726773064.02274: variable '__kernel_settings_state_absent' from source: role '' all vars 6567 1726773064.02286: variable '__kernel_settings_state_absent' from source: role '' all vars 6567 1726773064.02293: variable '__kernel_settings_state_absent' from source: role '' all vars 6567 1726773064.03476: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773064.03518: variable 'ansible_module_compression' from source: unknown 6567 1726773064.03562: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6567 1726773064.03579: variable 'ansible_facts' from source: unknown 6567 1726773064.03632: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/AnsiballZ_stat.py 6567 1726773064.03724: Sending initial data 6567 1726773064.03727: Sent initial data (151 bytes) 6567 1726773064.04388: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.04396: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.04426: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.04439: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.04483: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773064.04495: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773064.04618: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773064.06509: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773064.06611: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773064.06704: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmp_hm4iqbu /root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/AnsiballZ_stat.py <<< 6567 1726773064.06809: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773064.08249: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773064.08325: stderr chunk (state=3): >>><<< 6567 1726773064.08328: stdout chunk (state=3): >>><<< 6567 1726773064.08350: done transferring module to remote 6567 1726773064.08362: _low_level_execute_command(): starting 6567 1726773064.08367: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/ /root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/AnsiballZ_stat.py && sleep 0' 6567 1726773064.08967: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773064.08974: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.08990: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.09005: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.09043: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773064.09047: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773064.09055: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.09081: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773064.09084: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773064.09087: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773064.09089: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.09098: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.09120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.09123: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773064.09125: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773064.09132: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.09207: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773064.09221: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773064.09245: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773064.09354: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773064.11239: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773064.11305: stderr chunk (state=3): >>><<< 6567 1726773064.11310: stdout chunk (state=3): >>><<< 6567 1726773064.11329: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773064.11332: _low_level_execute_command(): starting 6567 1726773064.11337: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/AnsiballZ_stat.py && sleep 0' 6567 1726773064.11913: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773064.11922: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.11933: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.11946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.11984: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773064.11991: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773064.12001: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.12021: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773064.12029: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773064.12035: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773064.12045: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.12054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.12064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.12071: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773064.12078: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773064.12091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.12165: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773064.12179: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773064.12188: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773064.12325: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773064.26089: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6567 1726773064.27137: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773064.27142: stderr chunk (state=3): >>>Shared connection to 10.31.40.12 closed. <<< 6567 1726773064.27226: stderr chunk (state=3): >>><<< 6567 1726773064.27234: stdout chunk (state=3): >>><<< 6567 1726773064.27255: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773064.27291: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/kernel_settings/tuned.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6567 1726773064.27410: Sending initial data 6567 1726773064.27413: Sent initial data (165 bytes) 6567 1726773064.28633: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773064.28647: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.28663: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.28687: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.28731: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773064.28746: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773064.28761: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.28779: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773064.28797: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773064.28812: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773064.28826: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.28840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.28856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.28869: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773064.28881: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773064.28895: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.28977: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773064.29001: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773064.29024: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773064.29157: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773064.31023: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773064.31122: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773064.31212: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmp9rughdc0/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/.source.conf <<< 6567 1726773064.31308: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773064.31806: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773064.31870: stderr chunk (state=3): >>><<< 6567 1726773064.31874: stdout chunk (state=3): >>><<< 6567 1726773064.31896: _low_level_execute_command(): starting 6567 1726773064.31899: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/ /root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/.source.conf && sleep 0' 6567 1726773064.32519: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773064.32528: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.32539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.32557: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.32598: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773064.32607: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773064.32617: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.32631: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773064.32638: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773064.32645: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773064.32653: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.32662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.32673: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.32686: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773064.32689: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773064.32699: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.32773: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773064.32793: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773064.32802: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773064.32937: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773064.34801: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773064.34872: stderr chunk (state=3): >>><<< 6567 1726773064.34875: stdout chunk (state=3): >>><<< 6567 1726773064.34896: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773064.34930: variable 'ansible_module_compression' from source: unknown 6567 1726773064.34976: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6567 1726773064.34997: variable 'ansible_facts' from source: unknown 6567 1726773064.35061: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/AnsiballZ_copy.py 6567 1726773064.35187: Sending initial data 6567 1726773064.35190: Sent initial data (151 bytes) 6567 1726773064.36220: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.36323: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773064.36424: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773064.38234: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773064.38331: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773064.38429: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmpzwy2vke2 /root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/AnsiballZ_copy.py <<< 6567 1726773064.38521: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773064.39814: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773064.39818: stdout chunk (state=3): >>><<< 6567 1726773064.39821: stderr chunk (state=3): >>><<< 6567 1726773064.39823: done transferring module to remote 6567 1726773064.39825: _low_level_execute_command(): starting 6567 1726773064.39827: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/ /root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/AnsiballZ_copy.py && sleep 0' 6567 1726773064.40679: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773064.40697: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.40700: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.40708: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.40744: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773064.40750: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773064.40769: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.40789: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773064.40792: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773064.40795: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773064.40801: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.40820: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.40823: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.40829: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773064.40836: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773064.40853: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.40921: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773064.40936: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773064.40947: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773064.41091: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773064.42938: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773064.43009: stderr chunk (state=3): >>><<< 6567 1726773064.43019: stdout chunk (state=3): >>><<< 6567 1726773064.43111: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773064.43115: _low_level_execute_command(): starting 6567 1726773064.43117: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/AnsiballZ_copy.py && sleep 0' 6567 1726773064.43637: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773064.43654: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.43669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.43685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.43728: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773064.43739: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773064.43752: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.43776: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773064.43788: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773064.43797: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773064.43814: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.43828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.43842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.43853: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773064.43864: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773064.43881: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.43957: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773064.43981: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773064.43998: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773064.44214: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773064.58695: stdout chunk (state=3): >>> {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/.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-1726773063.9160674-7506-195794831786834/.source.conf", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6567 1726773064.59775: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773064.59825: stderr chunk (state=3): >>><<< 6567 1726773064.59829: stdout chunk (state=3): >>><<< 6567 1726773064.59842: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/.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-1726773063.9160674-7506-195794831786834/.source.conf", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773064.59869: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/.source.conf', 'dest': '/etc/tuned/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': 'e44ba7fc7046252a1b6772f7347d0e7b9b48a069', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773064.59896: _low_level_execute_command(): starting 6567 1726773064.59899: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/ > /dev/null 2>&1 && sleep 0' 6567 1726773064.60318: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.60324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.60358: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.60363: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.60371: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.60382: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.60387: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773064.60394: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.60456: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773064.60459: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773064.60565: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773064.62428: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773064.62473: stderr chunk (state=3): >>><<< 6567 1726773064.62478: stdout chunk (state=3): >>><<< 6567 1726773064.62493: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773064.62502: handler run complete 6567 1726773064.62523: attempt loop complete, returning result 6567 1726773064.62526: _execute() done 6567 1726773064.62528: dumping result to json 6567 1726773064.62533: done dumping result, returning 6567 1726773064.62543: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [1239c35c-e2e1-5e39-0463-00000000014f] 6567 1726773064.62548: sending task result for task 1239c35c-e2e1-5e39-0463-00000000014f 6567 1726773064.62679: done sending task result for task 1239c35c-e2e1-5e39-0463-00000000014f 6567 1726773064.62682: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "dest": "/etc/tuned/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "7d83891795eeb6debeff7e2812501630", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "src": "/root/.ansible/tmp/ansible-tmp-1726773063.9160674-7506-195794831786834/.source.conf", "state": "file", "uid": 0 } 6567 1726773064.62767: no more pending results, returning what we have 6567 1726773064.62771: results queue empty 6567 1726773064.62771: checking for any_errors_fatal 6567 1726773064.62778: done checking for any_errors_fatal 6567 1726773064.62778: checking for max_fail_percentage 6567 1726773064.62780: done checking for max_fail_percentage 6567 1726773064.62781: checking to see if all hosts have failed and the running result is not ok 6567 1726773064.62781: done checking to see if all hosts have failed 6567 1726773064.62782: getting the remaining hosts for this loop 6567 1726773064.62784: done getting the remaining hosts for this loop 6567 1726773064.62787: getting the next task for host managed_node1 6567 1726773064.62794: done getting next task for host managed_node1 6567 1726773064.62798: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6567 1726773064.62802: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773064.62813: getting variables 6567 1726773064.62814: in VariableManager get_vars() 6567 1726773064.62845: Calling all_inventory to load vars for managed_node1 6567 1726773064.62847: Calling groups_inventory to load vars for managed_node1 6567 1726773064.62849: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773064.62858: Calling all_plugins_play to load vars for managed_node1 6567 1726773064.62860: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773064.62862: Calling groups_plugins_play to load vars for managed_node1 6567 1726773064.62978: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773064.63124: done with get_vars() 6567 1726773064.63133: done getting variables 6567 1726773064.63174: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 15:11:04 -0400 (0:00:00.781) 0:00:44.144 **** 6567 1726773064.63197: entering _queue_task() for managed_node1/service 6567 1726773064.63380: worker is 1 (out of 1 available) 6567 1726773064.63392: exiting _queue_task() for managed_node1/service 6567 1726773064.63405: done queuing things up, now waiting for results queue to drain 6567 1726773064.63407: waiting for pending results... 6567 1726773064.63569: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6567 1726773064.63642: in run() - task 1239c35c-e2e1-5e39-0463-000000000150 6567 1726773064.63654: variable 'ansible_search_path' from source: unknown 6567 1726773064.63657: variable 'ansible_search_path' from source: unknown 6567 1726773064.63693: variable '__kernel_settings_services' from source: include_vars 6567 1726773064.63914: variable '__kernel_settings_services' from source: include_vars 6567 1726773064.63963: variable 'omit' from source: magic vars 6567 1726773064.64044: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773064.64052: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773064.64061: variable 'omit' from source: magic vars 6567 1726773064.64242: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6567 1726773064.64411: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6567 1726773064.64443: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6567 1726773064.64467: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6567 1726773064.64494: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6567 1726773064.64567: variable '__kernel_settings_register_profile' from source: set_fact 6567 1726773064.64576: variable '__kernel_settings_register_mode' from source: set_fact 6567 1726773064.64589: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): True 6567 1726773064.64594: variable 'omit' from source: magic vars 6567 1726773064.64632: variable 'omit' from source: magic vars 6567 1726773064.64662: variable 'item' from source: unknown 6567 1726773064.64710: variable 'item' from source: unknown 6567 1726773064.64728: variable 'omit' from source: magic vars 6567 1726773064.64750: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773064.64770: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773064.64801: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773064.64816: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773064.64825: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773064.64850: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773064.64854: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773064.64856: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773064.64921: Set connection var ansible_connection to ssh 6567 1726773064.64926: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773064.64932: Set connection var ansible_shell_type to sh 6567 1726773064.64939: Set connection var ansible_shell_executable to /bin/sh 6567 1726773064.64945: Set connection var ansible_timeout to 10 6567 1726773064.64953: Set connection var ansible_pipelining to False 6567 1726773064.64967: variable 'ansible_shell_executable' from source: unknown 6567 1726773064.64970: variable 'ansible_connection' from source: unknown 6567 1726773064.64972: variable 'ansible_module_compression' from source: unknown 6567 1726773064.64974: variable 'ansible_shell_type' from source: unknown 6567 1726773064.64977: variable 'ansible_shell_executable' from source: unknown 6567 1726773064.64981: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773064.64985: variable 'ansible_pipelining' from source: unknown 6567 1726773064.64987: variable 'ansible_timeout' from source: unknown 6567 1726773064.64992: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773064.65066: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773064.65073: variable 'omit' from source: magic vars 6567 1726773064.65078: starting attempt loop 6567 1726773064.65084: running the handler 6567 1726773064.65142: variable 'ansible_facts' from source: unknown 6567 1726773064.65225: _low_level_execute_command(): starting 6567 1726773064.65231: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773064.65699: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.65708: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.65741: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.65747: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration <<< 6567 1726773064.65758: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.65768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.65825: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773064.65832: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773064.65948: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773064.67634: stdout chunk (state=3): >>>/root <<< 6567 1726773064.67737: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773064.67784: stderr chunk (state=3): >>><<< 6567 1726773064.67787: stdout chunk (state=3): >>><<< 6567 1726773064.67806: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773064.67819: _low_level_execute_command(): starting 6567 1726773064.67824: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773064.6780643-7570-72336083675506 `" && echo ansible-tmp-1726773064.6780643-7570-72336083675506="` echo /root/.ansible/tmp/ansible-tmp-1726773064.6780643-7570-72336083675506 `" ) && sleep 0' 6567 1726773064.68243: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.68256: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.68273: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773064.68286: 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.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.68304: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.68345: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773064.68358: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773064.68461: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773064.70397: stdout chunk (state=3): >>>ansible-tmp-1726773064.6780643-7570-72336083675506=/root/.ansible/tmp/ansible-tmp-1726773064.6780643-7570-72336083675506 <<< 6567 1726773064.70506: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773064.70548: stderr chunk (state=3): >>><<< 6567 1726773064.70551: stdout chunk (state=3): >>><<< 6567 1726773064.70564: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773064.6780643-7570-72336083675506=/root/.ansible/tmp/ansible-tmp-1726773064.6780643-7570-72336083675506 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773064.70588: variable 'ansible_module_compression' from source: unknown 6567 1726773064.70630: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6567 1726773064.70680: variable 'ansible_facts' from source: unknown 6567 1726773064.70820: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773064.6780643-7570-72336083675506/AnsiballZ_systemd.py 6567 1726773064.70922: Sending initial data 6567 1726773064.70932: Sent initial data (153 bytes) 6567 1726773064.71561: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.71573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.71594: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773064.71608: 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.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773064.71619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.71660: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773064.71672: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773064.71775: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773064.73605: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773064.73700: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773064.73796: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmpru696rp7 /root/.ansible/tmp/ansible-tmp-1726773064.6780643-7570-72336083675506/AnsiballZ_systemd.py <<< 6567 1726773064.73895: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773064.76283: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773064.76370: stderr chunk (state=3): >>><<< 6567 1726773064.76373: stdout chunk (state=3): >>><<< 6567 1726773064.76391: done transferring module to remote 6567 1726773064.76399: _low_level_execute_command(): starting 6567 1726773064.76403: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773064.6780643-7570-72336083675506/ /root/.ansible/tmp/ansible-tmp-1726773064.6780643-7570-72336083675506/AnsiballZ_systemd.py && sleep 0' 6567 1726773064.76809: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.76823: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.76854: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773064.76857: 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.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.76863: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.76912: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773064.76915: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773064.77017: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773064.78908: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773064.78927: stdout chunk (state=3): >>><<< 6567 1726773064.78930: stderr chunk (state=3): >>><<< 6567 1726773064.79014: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773064.79018: _low_level_execute_command(): starting 6567 1726773064.79021: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773064.6780643-7570-72336083675506/AnsiballZ_systemd.py && sleep 0' 6567 1726773064.79587: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773064.79602: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.79625: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.79644: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.79692: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773064.79711: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773064.79726: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.79745: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773064.79759: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773064.79775: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773064.79790: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773064.79809: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773064.79832: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773064.79847: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773064.79859: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773064.79873: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773064.79957: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773064.79977: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773064.79995: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773064.80141: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773065.21622: stdout chunk (state=3): >>> {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "9945", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ExecMainStartTimestampMonotonic": "312326356", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9945", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:00 EDT] ; stop_time=[n/a] ; pid=9945 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:00 EDT] ; stop_time=[n/a] ; pid=9945 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3814", "MemoryCurrent": "14143488", "MemoryAvailable": "infinity", "CPUUsageNSec": "283369000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target 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 15:11:00 EDT", "StateChangeTimestampMonotonic": "312619309", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:00 EDT", "InactiveExitTimestampMonotonic": "312326610", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ActiveEnterTimestampMonotonic": "312619309", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ConditionTimestampMonotonic": "312320333", "AssertTimestamp": "Thu 2024-09-19 15:11:00 EDT", "AssertTimestampMonotonic": "312320337", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "f894efdcea8445a487f7044d151f06d3", "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}}} <<< 6567 1726773065.23459: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773065.23463: stdout chunk (state=3): >>><<< 6567 1726773065.23466: stderr chunk (state=3): >>><<< 6567 1726773065.23714: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "9945", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ExecMainStartTimestampMonotonic": "312326356", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9945", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:00 EDT] ; stop_time=[n/a] ; pid=9945 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:00 EDT] ; stop_time=[n/a] ; pid=9945 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3814", "MemoryCurrent": "14143488", "MemoryAvailable": "infinity", "CPUUsageNSec": "283369000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target 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 15:11:00 EDT", "StateChangeTimestampMonotonic": "312619309", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:00 EDT", "InactiveExitTimestampMonotonic": "312326610", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ActiveEnterTimestampMonotonic": "312619309", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ConditionTimestampMonotonic": "312320333", "AssertTimestamp": "Thu 2024-09-19 15:11:00 EDT", "AssertTimestampMonotonic": "312320337", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "f894efdcea8445a487f7044d151f06d3", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "restarted", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773065.23723: 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-1726773064.6780643-7570-72336083675506/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773065.23726: _low_level_execute_command(): starting 6567 1726773065.23728: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773064.6780643-7570-72336083675506/ > /dev/null 2>&1 && sleep 0' 6567 1726773065.25259: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773065.25275: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773065.25294: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773065.25315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773065.25356: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773065.25368: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773065.25387: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773065.25410: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773065.25426: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773065.25438: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773065.25450: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773065.25461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773065.25474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773065.25487: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773065.25497: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773065.25510: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773065.25590: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773065.25607: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773065.25621: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773065.25749: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773065.27747: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773065.27750: stdout chunk (state=3): >>><<< 6567 1726773065.27752: stderr chunk (state=3): >>><<< 6567 1726773065.28208: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773065.28212: handler run complete 6567 1726773065.28215: attempt loop complete, returning result 6567 1726773065.28217: variable 'item' from source: unknown 6567 1726773065.28219: variable 'item' from source: unknown changed: [managed_node1] => (item=tuned) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ActiveEnterTimestampMonotonic": "312619309", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:11:00 EDT", "AssertTimestampMonotonic": "312320337", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "283369000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ConditionTimestampMonotonic": "312320333", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3814", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9945", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ExecMainStartTimestampMonotonic": "312326356", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:00 EDT] ; stop_time=[n/a] ; pid=9945 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:00 EDT] ; stop_time=[n/a] ; pid=9945 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:00 EDT", "InactiveExitTimestampMonotonic": "312326610", "InvocationID": "f894efdcea8445a487f7044d151f06d3", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9945", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "14143488", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2024-09-19 15:11:00 EDT", "StateChangeTimestampMonotonic": "312619309", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22342", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 6567 1726773065.28863: dumping result to json 6567 1726773065.28867: done dumping result, returning 6567 1726773065.28870: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [1239c35c-e2e1-5e39-0463-000000000150] 6567 1726773065.28873: sending task result for task 1239c35c-e2e1-5e39-0463-000000000150 6567 1726773065.28949: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000150 6567 1726773065.28952: WORKER PROCESS EXITING 6567 1726773065.29100: no more pending results, returning what we have 6567 1726773065.29109: results queue empty 6567 1726773065.29110: checking for any_errors_fatal 6567 1726773065.29118: done checking for any_errors_fatal 6567 1726773065.29119: checking for max_fail_percentage 6567 1726773065.29120: done checking for max_fail_percentage 6567 1726773065.29121: checking to see if all hosts have failed and the running result is not ok 6567 1726773065.29122: done checking to see if all hosts have failed 6567 1726773065.29123: getting the remaining hosts for this loop 6567 1726773065.29124: done getting the remaining hosts for this loop 6567 1726773065.29127: getting the next task for host managed_node1 6567 1726773065.29134: done getting next task for host managed_node1 6567 1726773065.29138: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6567 1726773065.29142: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773065.29154: getting variables 6567 1726773065.29156: in VariableManager get_vars() 6567 1726773065.29187: Calling all_inventory to load vars for managed_node1 6567 1726773065.29190: Calling groups_inventory to load vars for managed_node1 6567 1726773065.29192: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773065.29202: Calling all_plugins_play to load vars for managed_node1 6567 1726773065.29206: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773065.29209: Calling groups_plugins_play to load vars for managed_node1 6567 1726773065.29398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773065.29613: done with get_vars() 6567 1726773065.29626: done getting variables 6567 1726773065.29748: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 15:11:05 -0400 (0:00:00.666) 0:00:44.810 **** 6567 1726773065.29831: entering _queue_task() for managed_node1/command 6567 1726773065.30159: worker is 1 (out of 1 available) 6567 1726773065.30172: exiting _queue_task() for managed_node1/command 6567 1726773065.30187: done queuing things up, now waiting for results queue to drain 6567 1726773065.30189: waiting for pending results... 6567 1726773065.30485: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6567 1726773065.30609: in run() - task 1239c35c-e2e1-5e39-0463-000000000151 6567 1726773065.30628: variable 'ansible_search_path' from source: unknown 6567 1726773065.30640: variable 'ansible_search_path' from source: unknown 6567 1726773065.30681: calling self._execute() 6567 1726773065.30764: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773065.30775: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773065.30792: variable 'omit' from source: magic vars 6567 1726773065.31251: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6567 1726773065.31503: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6567 1726773065.31557: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6567 1726773065.31596: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6567 1726773065.31639: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6567 1726773065.31766: variable '__kernel_settings_register_profile' from source: set_fact 6567 1726773065.31792: Evaluated conditional (not __kernel_settings_register_profile is changed): False 6567 1726773065.31800: when evaluation is False, skipping this task 6567 1726773065.31810: _execute() done 6567 1726773065.31817: dumping result to json 6567 1726773065.31824: done dumping result, returning 6567 1726773065.31837: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [1239c35c-e2e1-5e39-0463-000000000151] 6567 1726773065.31846: sending task result for task 1239c35c-e2e1-5e39-0463-000000000151 skipping: [managed_node1] => { "changed": false, "false_condition": "not __kernel_settings_register_profile is changed", "skip_reason": "Conditional result was False" } 6567 1726773065.31995: no more pending results, returning what we have 6567 1726773065.31998: results queue empty 6567 1726773065.31999: checking for any_errors_fatal 6567 1726773065.32031: done checking for any_errors_fatal 6567 1726773065.32033: checking for max_fail_percentage 6567 1726773065.32034: done checking for max_fail_percentage 6567 1726773065.32035: checking to see if all hosts have failed and the running result is not ok 6567 1726773065.32036: done checking to see if all hosts have failed 6567 1726773065.32037: getting the remaining hosts for this loop 6567 1726773065.32039: done getting the remaining hosts for this loop 6567 1726773065.32042: getting the next task for host managed_node1 6567 1726773065.32049: done getting next task for host managed_node1 6567 1726773065.32053: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6567 1726773065.32057: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773065.32072: getting variables 6567 1726773065.32074: in VariableManager get_vars() 6567 1726773065.32113: Calling all_inventory to load vars for managed_node1 6567 1726773065.32116: Calling groups_inventory to load vars for managed_node1 6567 1726773065.32118: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773065.32130: Calling all_plugins_play to load vars for managed_node1 6567 1726773065.32138: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773065.32141: Calling groups_plugins_play to load vars for managed_node1 6567 1726773065.32418: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773065.32629: done with get_vars() 6567 1726773065.32639: done getting variables 6567 1726773065.32699: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000151 6567 1726773065.32702: WORKER PROCESS EXITING TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:11:05 -0400 (0:00:00.029) 0:00:44.840 **** 6567 1726773065.32771: entering _queue_task() for managed_node1/include_tasks 6567 1726773065.33399: worker is 1 (out of 1 available) 6567 1726773065.33414: exiting _queue_task() for managed_node1/include_tasks 6567 1726773065.33511: done queuing things up, now waiting for results queue to drain 6567 1726773065.33513: waiting for pending results... 6567 1726773065.34331: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6567 1726773065.34451: in run() - task 1239c35c-e2e1-5e39-0463-000000000152 6567 1726773065.34469: variable 'ansible_search_path' from source: unknown 6567 1726773065.34477: variable 'ansible_search_path' from source: unknown 6567 1726773065.34517: calling self._execute() 6567 1726773065.34588: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773065.34600: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773065.34617: variable 'omit' from source: magic vars 6567 1726773065.35041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6567 1726773065.35271: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6567 1726773065.35379: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6567 1726773065.35419: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6567 1726773065.35456: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6567 1726773065.35554: variable '__kernel_settings_register_apply' from source: set_fact 6567 1726773065.35576: Evaluated conditional (__kernel_settings_register_apply is changed): True 6567 1726773065.35587: _execute() done 6567 1726773065.35595: dumping result to json 6567 1726773065.35606: done dumping result, returning 6567 1726773065.35618: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [1239c35c-e2e1-5e39-0463-000000000152] 6567 1726773065.35628: sending task result for task 1239c35c-e2e1-5e39-0463-000000000152 6567 1726773065.35747: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000152 6567 1726773065.35824: no more pending results, returning what we have 6567 1726773065.35829: in VariableManager get_vars() 6567 1726773065.35869: Calling all_inventory to load vars for managed_node1 6567 1726773065.35872: Calling groups_inventory to load vars for managed_node1 6567 1726773065.35875: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773065.35890: Calling all_plugins_play to load vars for managed_node1 6567 1726773065.35894: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773065.35897: Calling groups_plugins_play to load vars for managed_node1 6567 1726773065.36065: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773065.36328: done with get_vars() 6567 1726773065.36335: variable 'ansible_search_path' from source: unknown 6567 1726773065.36336: variable 'ansible_search_path' from source: unknown 6567 1726773065.36350: WORKER PROCESS EXITING 6567 1726773065.36373: we have included files to process 6567 1726773065.36374: generating all_blocks data 6567 1726773065.36380: done generating all_blocks data 6567 1726773065.36386: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6567 1726773065.36387: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6567 1726773065.36389: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6567 1726773065.37485: done processing included file 6567 1726773065.37488: iterating over new_blocks loaded from include file 6567 1726773065.37489: in VariableManager get_vars() 6567 1726773065.37515: done with get_vars() 6567 1726773065.37517: filtering new block on tags 6567 1726773065.37720: done filtering new block on tags 6567 1726773065.37727: done iterating over new_blocks loaded from include file included: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml for managed_node1 6567 1726773065.37732: extending task lists for all hosts with included blocks 6567 1726773065.38799: done extending task lists 6567 1726773065.38800: done processing included files 6567 1726773065.38801: results queue empty 6567 1726773065.38802: checking for any_errors_fatal 6567 1726773065.38807: done checking for any_errors_fatal 6567 1726773065.38808: checking for max_fail_percentage 6567 1726773065.38809: done checking for max_fail_percentage 6567 1726773065.38810: checking to see if all hosts have failed and the running result is not ok 6567 1726773065.38810: done checking to see if all hosts have failed 6567 1726773065.38811: getting the remaining hosts for this loop 6567 1726773065.38812: done getting the remaining hosts for this loop 6567 1726773065.38815: getting the next task for host managed_node1 6567 1726773065.38820: done getting next task for host managed_node1 6567 1726773065.38822: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6567 1726773065.38825: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773065.38833: getting variables 6567 1726773065.38835: in VariableManager get_vars() 6567 1726773065.38887: Calling all_inventory to load vars for managed_node1 6567 1726773065.38889: Calling groups_inventory to load vars for managed_node1 6567 1726773065.38891: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773065.38896: Calling all_plugins_play to load vars for managed_node1 6567 1726773065.38898: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773065.38901: Calling groups_plugins_play to load vars for managed_node1 6567 1726773065.39176: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773065.39386: done with get_vars() 6567 1726773065.39395: done getting variables 6567 1726773065.39434: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Thursday 19 September 2024 15:11:05 -0400 (0:00:00.066) 0:00:44.907 **** 6567 1726773065.39467: entering _queue_task() for managed_node1/command 6567 1726773065.39786: worker is 1 (out of 1 available) 6567 1726773065.39796: exiting _queue_task() for managed_node1/command 6567 1726773065.39810: done queuing things up, now waiting for results queue to drain 6567 1726773065.39811: waiting for pending results... 6567 1726773065.40130: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6567 1726773065.40259: in run() - task 1239c35c-e2e1-5e39-0463-000000000231 6567 1726773065.40282: variable 'ansible_search_path' from source: unknown 6567 1726773065.40289: variable 'ansible_search_path' from source: unknown 6567 1726773065.40331: calling self._execute() 6567 1726773065.40410: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773065.40420: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773065.40437: variable 'omit' from source: magic vars 6567 1726773065.40541: variable 'omit' from source: magic vars 6567 1726773065.40624: variable 'omit' from source: magic vars 6567 1726773065.40662: variable 'omit' from source: magic vars 6567 1726773065.40719: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773065.40756: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773065.40780: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773065.40801: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773065.40824: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773065.40853: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773065.40861: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773065.40872: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773065.40977: Set connection var ansible_connection to ssh 6567 1726773065.40990: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773065.40999: Set connection var ansible_shell_type to sh 6567 1726773065.41021: Set connection var ansible_shell_executable to /bin/sh 6567 1726773065.41039: Set connection var ansible_timeout to 10 6567 1726773065.41049: Set connection var ansible_pipelining to False 6567 1726773065.41071: variable 'ansible_shell_executable' from source: unknown 6567 1726773065.41077: variable 'ansible_connection' from source: unknown 6567 1726773065.41083: variable 'ansible_module_compression' from source: unknown 6567 1726773065.41095: variable 'ansible_shell_type' from source: unknown 6567 1726773065.41108: variable 'ansible_shell_executable' from source: unknown 6567 1726773065.41114: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773065.41120: variable 'ansible_pipelining' from source: unknown 6567 1726773065.41125: variable 'ansible_timeout' from source: unknown 6567 1726773065.41131: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773065.41517: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773065.41532: variable 'omit' from source: magic vars 6567 1726773065.41548: starting attempt loop 6567 1726773065.41555: running the handler 6567 1726773065.41571: _low_level_execute_command(): starting 6567 1726773065.41584: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773065.43001: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773065.43008: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773065.43042: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773065.43046: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773065.43048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773065.43120: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773065.43127: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773065.43130: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773065.43236: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773065.44943: stdout chunk (state=3): >>>/root <<< 6567 1726773065.45125: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773065.45128: stdout chunk (state=3): >>><<< 6567 1726773065.45131: stderr chunk (state=3): >>><<< 6567 1726773065.45214: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773065.45218: _low_level_execute_command(): starting 6567 1726773065.45220: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773065.4515345-7614-85567277875804 `" && echo ansible-tmp-1726773065.4515345-7614-85567277875804="` echo /root/.ansible/tmp/ansible-tmp-1726773065.4515345-7614-85567277875804 `" ) && sleep 0' 6567 1726773065.46381: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773065.46398: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773065.46419: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773065.46438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773065.46487: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773065.46501: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773065.46525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773065.46544: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773065.46557: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773065.46575: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773065.46592: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773065.46609: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773065.46626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773065.46639: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773065.46653: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773065.46667: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773065.46751: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773065.46773: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773065.46793: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773065.46935: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773065.48952: stdout chunk (state=3): >>>ansible-tmp-1726773065.4515345-7614-85567277875804=/root/.ansible/tmp/ansible-tmp-1726773065.4515345-7614-85567277875804 <<< 6567 1726773065.49138: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773065.49142: stdout chunk (state=3): >>><<< 6567 1726773065.49144: stderr chunk (state=3): >>><<< 6567 1726773065.49410: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773065.4515345-7614-85567277875804=/root/.ansible/tmp/ansible-tmp-1726773065.4515345-7614-85567277875804 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773065.49414: variable 'ansible_module_compression' from source: unknown 6567 1726773065.49416: ANSIBALLZ: Using generic lock for ansible.legacy.command 6567 1726773065.49419: ANSIBALLZ: Acquiring lock 6567 1726773065.49421: ANSIBALLZ: Lock acquired: 139624871440080 6567 1726773065.49423: ANSIBALLZ: Creating module 6567 1726773065.67646: ANSIBALLZ: Writing module into payload 6567 1726773065.67780: ANSIBALLZ: Writing module 6567 1726773065.67812: ANSIBALLZ: Renaming module 6567 1726773065.67835: ANSIBALLZ: Done creating module 6567 1726773065.67856: variable 'ansible_facts' from source: unknown 6567 1726773065.67944: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773065.4515345-7614-85567277875804/AnsiballZ_command.py 6567 1726773065.68124: Sending initial data 6567 1726773065.68128: Sent initial data (153 bytes) 6567 1726773065.69186: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773065.69201: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773065.69219: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773065.69241: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773065.69286: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773065.69299: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773065.69316: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773065.69334: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773065.69350: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773065.69366: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773065.69380: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773065.69395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773065.69414: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773065.69426: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773065.69437: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773065.69451: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773065.69538: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773065.69565: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773065.69588: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773065.69727: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773065.71590: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773065.71685: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773065.71789: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmpfp1ddlrp /root/.ansible/tmp/ansible-tmp-1726773065.4515345-7614-85567277875804/AnsiballZ_command.py <<< 6567 1726773065.71885: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773065.73568: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773065.73698: stderr chunk (state=3): >>><<< 6567 1726773065.73702: stdout chunk (state=3): >>><<< 6567 1726773065.73706: done transferring module to remote 6567 1726773065.73709: _low_level_execute_command(): starting 6567 1726773065.73711: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773065.4515345-7614-85567277875804/ /root/.ansible/tmp/ansible-tmp-1726773065.4515345-7614-85567277875804/AnsiballZ_command.py && sleep 0' 6567 1726773065.75101: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773065.75112: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773065.75258: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773065.75262: 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.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773065.75264: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773065.75334: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773065.75458: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773065.75998: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773065.77842: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773065.77846: stdout chunk (state=3): >>><<< 6567 1726773065.77853: stderr chunk (state=3): >>><<< 6567 1726773065.77873: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773065.77876: _low_level_execute_command(): starting 6567 1726773065.77881: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773065.4515345-7614-85567277875804/AnsiballZ_command.py && sleep 0' 6567 1726773065.79380: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773065.79384: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773065.79428: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773065.79433: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773065.79597: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773065.79605: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773065.79682: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773065.79685: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773065.79706: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773065.79922: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773066.34291: stdout chunk (state=3): >>> {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 15:11:05.932697", "end": "2024-09-19 15:11:06.341186", "delta": "0:00:00.408489", "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}}} <<< 6567 1726773066.35710: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773066.35713: stdout chunk (state=3): >>><<< 6567 1726773066.35715: stderr chunk (state=3): >>><<< 6567 1726773066.35814: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 15:11:05.932697", "end": "2024-09-19 15:11:06.341186", "delta": "0:00:00.408489", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm verify -i", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773066.35818: 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-1726773065.4515345-7614-85567277875804/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773066.35824: _low_level_execute_command(): starting 6567 1726773066.35826: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773065.4515345-7614-85567277875804/ > /dev/null 2>&1 && sleep 0' 6567 1726773066.36648: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773066.36661: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773066.36674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.36690: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.36730: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773066.36740: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773066.37020: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.37035: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773066.37044: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773066.37053: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773066.37062: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773066.37071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.37084: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.37094: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773066.37105: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773066.37118: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.37188: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773066.37210: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773066.37221: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773066.37359: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773066.39224: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773066.39275: stderr chunk (state=3): >>><<< 6567 1726773066.39285: stdout chunk (state=3): >>><<< 6567 1726773066.39298: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773066.39306: handler run complete 6567 1726773066.39323: Evaluated conditional (False): False 6567 1726773066.39331: attempt loop complete, returning result 6567 1726773066.39334: _execute() done 6567 1726773066.39336: dumping result to json 6567 1726773066.39341: done dumping result, returning 6567 1726773066.39351: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [1239c35c-e2e1-5e39-0463-000000000231] 6567 1726773066.39355: sending task result for task 1239c35c-e2e1-5e39-0463-000000000231 6567 1726773066.39458: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000231 6567 1726773066.39460: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.408489", "end": "2024-09-19 15:11:06.341186", "rc": 0, "start": "2024-09-19 15:11:05.932697" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 6567 1726773066.39546: no more pending results, returning what we have 6567 1726773066.39550: results queue empty 6567 1726773066.39551: checking for any_errors_fatal 6567 1726773066.39552: done checking for any_errors_fatal 6567 1726773066.39553: checking for max_fail_percentage 6567 1726773066.39554: done checking for max_fail_percentage 6567 1726773066.39555: checking to see if all hosts have failed and the running result is not ok 6567 1726773066.39556: done checking to see if all hosts have failed 6567 1726773066.39557: getting the remaining hosts for this loop 6567 1726773066.39558: done getting the remaining hosts for this loop 6567 1726773066.39562: getting the next task for host managed_node1 6567 1726773066.39569: done getting next task for host managed_node1 6567 1726773066.39572: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6567 1726773066.39576: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773066.39587: getting variables 6567 1726773066.39588: in VariableManager get_vars() 6567 1726773066.39624: Calling all_inventory to load vars for managed_node1 6567 1726773066.39627: Calling groups_inventory to load vars for managed_node1 6567 1726773066.39628: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773066.39638: Calling all_plugins_play to load vars for managed_node1 6567 1726773066.39640: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773066.39642: Calling groups_plugins_play to load vars for managed_node1 6567 1726773066.39770: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773066.39897: done with get_vars() 6567 1726773066.39908: done getting variables 6567 1726773066.39977: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Get last verify results from log] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12 Thursday 19 September 2024 15:11:06 -0400 (0:00:01.005) 0:00:45.912 **** 6567 1726773066.40008: entering _queue_task() for managed_node1/shell 6567 1726773066.40009: Creating lock for shell 6567 1726773066.40198: worker is 1 (out of 1 available) 6567 1726773066.40211: exiting _queue_task() for managed_node1/shell 6567 1726773066.40221: done queuing things up, now waiting for results queue to drain 6567 1726773066.40223: waiting for pending results... 6567 1726773066.40404: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6567 1726773066.40487: in run() - task 1239c35c-e2e1-5e39-0463-000000000232 6567 1726773066.40497: variable 'ansible_search_path' from source: unknown 6567 1726773066.40500: variable 'ansible_search_path' from source: unknown 6567 1726773066.40529: calling self._execute() 6567 1726773066.40592: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773066.40596: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773066.40605: variable 'omit' from source: magic vars 6567 1726773066.41180: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6567 1726773066.41342: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6567 1726773066.41371: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6567 1726773066.41396: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6567 1726773066.41420: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6567 1726773066.41525: variable '__kernel_settings_register_verify_values' from source: set_fact 6567 1726773066.41548: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6567 1726773066.41556: when evaluation is False, skipping this task 6567 1726773066.41563: _execute() done 6567 1726773066.41570: dumping result to json 6567 1726773066.41576: done dumping result, returning 6567 1726773066.41585: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [1239c35c-e2e1-5e39-0463-000000000232] 6567 1726773066.41593: sending task result for task 1239c35c-e2e1-5e39-0463-000000000232 6567 1726773066.41687: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000232 6567 1726773066.41693: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6567 1726773066.41925: no more pending results, returning what we have 6567 1726773066.41928: results queue empty 6567 1726773066.41929: checking for any_errors_fatal 6567 1726773066.41935: done checking for any_errors_fatal 6567 1726773066.41936: checking for max_fail_percentage 6567 1726773066.41937: done checking for max_fail_percentage 6567 1726773066.41938: checking to see if all hosts have failed and the running result is not ok 6567 1726773066.41939: done checking to see if all hosts have failed 6567 1726773066.41939: getting the remaining hosts for this loop 6567 1726773066.41941: done getting the remaining hosts for this loop 6567 1726773066.41945: getting the next task for host managed_node1 6567 1726773066.41952: done getting next task for host managed_node1 6567 1726773066.41955: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6567 1726773066.41959: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773066.41972: getting variables 6567 1726773066.41973: in VariableManager get_vars() 6567 1726773066.42002: Calling all_inventory to load vars for managed_node1 6567 1726773066.42007: Calling groups_inventory to load vars for managed_node1 6567 1726773066.42010: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773066.42019: Calling all_plugins_play to load vars for managed_node1 6567 1726773066.42023: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773066.42026: Calling groups_plugins_play to load vars for managed_node1 6567 1726773066.42422: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773066.42621: done with get_vars() 6567 1726773066.42631: done getting variables 6567 1726773066.42685: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23 Thursday 19 September 2024 15:11:06 -0400 (0:00:00.027) 0:00:45.939 **** 6567 1726773066.42725: entering _queue_task() for managed_node1/fail 6567 1726773066.42932: worker is 1 (out of 1 available) 6567 1726773066.42943: exiting _queue_task() for managed_node1/fail 6567 1726773066.42953: done queuing things up, now waiting for results queue to drain 6567 1726773066.42954: waiting for pending results... 6567 1726773066.43223: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6567 1726773066.43360: in run() - task 1239c35c-e2e1-5e39-0463-000000000233 6567 1726773066.43379: variable 'ansible_search_path' from source: unknown 6567 1726773066.43387: variable 'ansible_search_path' from source: unknown 6567 1726773066.43432: calling self._execute() 6567 1726773066.43511: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773066.43523: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773066.43538: variable 'omit' from source: magic vars 6567 1726773066.43895: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6567 1726773066.44064: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6567 1726773066.44095: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6567 1726773066.44125: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6567 1726773066.44154: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6567 1726773066.44227: variable '__kernel_settings_register_verify_values' from source: set_fact 6567 1726773066.44247: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6567 1726773066.44250: when evaluation is False, skipping this task 6567 1726773066.44253: _execute() done 6567 1726773066.44255: dumping result to json 6567 1726773066.44261: done dumping result, returning 6567 1726773066.44271: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [1239c35c-e2e1-5e39-0463-000000000233] 6567 1726773066.44274: sending task result for task 1239c35c-e2e1-5e39-0463-000000000233 6567 1726773066.44359: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000233 6567 1726773066.44362: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6567 1726773066.44412: no more pending results, returning what we have 6567 1726773066.44415: results queue empty 6567 1726773066.44415: checking for any_errors_fatal 6567 1726773066.44419: done checking for any_errors_fatal 6567 1726773066.44420: checking for max_fail_percentage 6567 1726773066.44421: done checking for max_fail_percentage 6567 1726773066.44422: checking to see if all hosts have failed and the running result is not ok 6567 1726773066.44423: done checking to see if all hosts have failed 6567 1726773066.44423: getting the remaining hosts for this loop 6567 1726773066.44425: done getting the remaining hosts for this loop 6567 1726773066.44428: getting the next task for host managed_node1 6567 1726773066.44435: done getting next task for host managed_node1 6567 1726773066.44438: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6567 1726773066.44442: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773066.44453: getting variables 6567 1726773066.44455: in VariableManager get_vars() 6567 1726773066.44484: Calling all_inventory to load vars for managed_node1 6567 1726773066.44486: Calling groups_inventory to load vars for managed_node1 6567 1726773066.44488: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773066.44495: Calling all_plugins_play to load vars for managed_node1 6567 1726773066.44496: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773066.44498: Calling groups_plugins_play to load vars for managed_node1 6567 1726773066.44597: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773066.44740: done with get_vars() 6567 1726773066.44747: done getting variables 6567 1726773066.44787: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 15:11:06 -0400 (0:00:00.020) 0:00:45.960 **** 6567 1726773066.44812: entering _queue_task() for managed_node1/set_fact 6567 1726773066.44979: worker is 1 (out of 1 available) 6567 1726773066.44992: exiting _queue_task() for managed_node1/set_fact 6567 1726773066.45003: done queuing things up, now waiting for results queue to drain 6567 1726773066.45006: waiting for pending results... 6567 1726773066.45158: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6567 1726773066.45226: in run() - task 1239c35c-e2e1-5e39-0463-000000000153 6567 1726773066.45235: variable 'ansible_search_path' from source: unknown 6567 1726773066.45238: variable 'ansible_search_path' from source: unknown 6567 1726773066.45270: calling self._execute() 6567 1726773066.45338: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773066.45348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773066.45367: variable 'omit' from source: magic vars 6567 1726773066.45495: variable 'omit' from source: magic vars 6567 1726773066.45560: variable 'omit' from source: magic vars 6567 1726773066.45593: variable 'omit' from source: magic vars 6567 1726773066.45639: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773066.45685: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773066.45710: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773066.45730: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773066.45745: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773066.45791: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773066.45804: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773066.45814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773066.45914: Set connection var ansible_connection to ssh 6567 1726773066.45933: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773066.45945: Set connection var ansible_shell_type to sh 6567 1726773066.45957: Set connection var ansible_shell_executable to /bin/sh 6567 1726773066.45965: Set connection var ansible_timeout to 10 6567 1726773066.45977: Set connection var ansible_pipelining to False 6567 1726773066.46007: variable 'ansible_shell_executable' from source: unknown 6567 1726773066.46015: variable 'ansible_connection' from source: unknown 6567 1726773066.46022: variable 'ansible_module_compression' from source: unknown 6567 1726773066.46034: variable 'ansible_shell_type' from source: unknown 6567 1726773066.46045: variable 'ansible_shell_executable' from source: unknown 6567 1726773066.46052: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773066.46065: variable 'ansible_pipelining' from source: unknown 6567 1726773066.46074: variable 'ansible_timeout' from source: unknown 6567 1726773066.46082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773066.46227: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773066.46243: variable 'omit' from source: magic vars 6567 1726773066.46251: starting attempt loop 6567 1726773066.46258: running the handler 6567 1726773066.46270: handler run complete 6567 1726773066.46282: attempt loop complete, returning result 6567 1726773066.46289: _execute() done 6567 1726773066.46295: dumping result to json 6567 1726773066.46314: done dumping result, returning 6567 1726773066.46330: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [1239c35c-e2e1-5e39-0463-000000000153] 6567 1726773066.46340: sending task result for task 1239c35c-e2e1-5e39-0463-000000000153 ok: [managed_node1] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 6567 1726773066.46487: no more pending results, returning what we have 6567 1726773066.46490: results queue empty 6567 1726773066.46491: checking for any_errors_fatal 6567 1726773066.46496: done checking for any_errors_fatal 6567 1726773066.46497: checking for max_fail_percentage 6567 1726773066.46498: done checking for max_fail_percentage 6567 1726773066.46499: checking to see if all hosts have failed and the running result is not ok 6567 1726773066.46500: done checking to see if all hosts have failed 6567 1726773066.46501: getting the remaining hosts for this loop 6567 1726773066.46503: done getting the remaining hosts for this loop 6567 1726773066.46508: getting the next task for host managed_node1 6567 1726773066.46514: done getting next task for host managed_node1 6567 1726773066.46518: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6567 1726773066.46521: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773066.46644: getting variables 6567 1726773066.46647: in VariableManager get_vars() 6567 1726773066.46687: Calling all_inventory to load vars for managed_node1 6567 1726773066.46689: Calling groups_inventory to load vars for managed_node1 6567 1726773066.46692: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773066.46698: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000153 6567 1726773066.46700: WORKER PROCESS EXITING 6567 1726773066.46711: Calling all_plugins_play to load vars for managed_node1 6567 1726773066.46714: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773066.46717: Calling groups_plugins_play to load vars for managed_node1 6567 1726773066.46998: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773066.47222: done with get_vars() 6567 1726773066.47231: done getting variables 6567 1726773066.47290: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 15:11:06 -0400 (0:00:00.025) 0:00:45.985 **** 6567 1726773066.47324: entering _queue_task() for managed_node1/set_fact 6567 1726773066.47522: worker is 1 (out of 1 available) 6567 1726773066.47535: exiting _queue_task() for managed_node1/set_fact 6567 1726773066.47547: done queuing things up, now waiting for results queue to drain 6567 1726773066.47549: waiting for pending results... 6567 1726773066.47766: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6567 1726773066.47867: in run() - task 1239c35c-e2e1-5e39-0463-000000000154 6567 1726773066.47886: variable 'ansible_search_path' from source: unknown 6567 1726773066.47901: variable 'ansible_search_path' from source: unknown 6567 1726773066.47942: calling self._execute() 6567 1726773066.48026: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773066.48036: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773066.48050: variable 'omit' from source: magic vars 6567 1726773066.48152: variable 'omit' from source: magic vars 6567 1726773066.48210: variable 'omit' from source: magic vars 6567 1726773066.48586: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6567 1726773066.48836: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6567 1726773066.48890: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6567 1726773066.48930: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6567 1726773066.48967: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6567 1726773066.49123: variable '__kernel_settings_register_profile' from source: set_fact 6567 1726773066.49150: variable '__kernel_settings_register_mode' from source: set_fact 6567 1726773066.49168: variable '__kernel_settings_register_apply' from source: set_fact 6567 1726773066.49211: variable 'omit' from source: magic vars 6567 1726773066.49233: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773066.49253: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773066.49293: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773066.49312: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773066.49320: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773066.49342: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773066.49345: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773066.49347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773066.49413: Set connection var ansible_connection to ssh 6567 1726773066.49417: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773066.49425: Set connection var ansible_shell_type to sh 6567 1726773066.49430: Set connection var ansible_shell_executable to /bin/sh 6567 1726773066.49435: Set connection var ansible_timeout to 10 6567 1726773066.49441: Set connection var ansible_pipelining to False 6567 1726773066.49491: variable 'ansible_shell_executable' from source: unknown 6567 1726773066.49495: variable 'ansible_connection' from source: unknown 6567 1726773066.49497: variable 'ansible_module_compression' from source: unknown 6567 1726773066.49499: variable 'ansible_shell_type' from source: unknown 6567 1726773066.49501: variable 'ansible_shell_executable' from source: unknown 6567 1726773066.49506: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773066.49508: variable 'ansible_pipelining' from source: unknown 6567 1726773066.49510: variable 'ansible_timeout' from source: unknown 6567 1726773066.49512: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773066.49565: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773066.49572: variable 'omit' from source: magic vars 6567 1726773066.49579: starting attempt loop 6567 1726773066.49582: running the handler 6567 1726773066.49588: handler run complete 6567 1726773066.49595: attempt loop complete, returning result 6567 1726773066.49598: _execute() done 6567 1726773066.49601: dumping result to json 6567 1726773066.49605: done dumping result, returning 6567 1726773066.49612: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [1239c35c-e2e1-5e39-0463-000000000154] 6567 1726773066.49617: sending task result for task 1239c35c-e2e1-5e39-0463-000000000154 6567 1726773066.49693: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000154 6567 1726773066.49695: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 6567 1726773066.49756: no more pending results, returning what we have 6567 1726773066.49758: results queue empty 6567 1726773066.49759: checking for any_errors_fatal 6567 1726773066.49763: done checking for any_errors_fatal 6567 1726773066.49763: checking for max_fail_percentage 6567 1726773066.49765: done checking for max_fail_percentage 6567 1726773066.49766: checking to see if all hosts have failed and the running result is not ok 6567 1726773066.49766: done checking to see if all hosts have failed 6567 1726773066.49767: getting the remaining hosts for this loop 6567 1726773066.49768: done getting the remaining hosts for this loop 6567 1726773066.49771: getting the next task for host managed_node1 6567 1726773066.49781: done getting next task for host managed_node1 6567 1726773066.49782: ^ task is: TASK: meta (role_complete) 6567 1726773066.49786: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773066.49795: getting variables 6567 1726773066.49797: in VariableManager get_vars() 6567 1726773066.49824: Calling all_inventory to load vars for managed_node1 6567 1726773066.49826: Calling groups_inventory to load vars for managed_node1 6567 1726773066.49827: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773066.49833: Calling all_plugins_play to load vars for managed_node1 6567 1726773066.49835: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773066.49836: Calling groups_plugins_play to load vars for managed_node1 6567 1726773066.49940: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773066.50071: done with get_vars() 6567 1726773066.50080: done getting variables 6567 1726773066.50130: done queuing things up, now waiting for results queue to drain 6567 1726773066.50136: results queue empty 6567 1726773066.50137: checking for any_errors_fatal 6567 1726773066.50138: done checking for any_errors_fatal 6567 1726773066.50139: checking for max_fail_percentage 6567 1726773066.50140: done checking for max_fail_percentage 6567 1726773066.50140: checking to see if all hosts have failed and the running result is not ok 6567 1726773066.50141: done checking to see if all hosts have failed 6567 1726773066.50141: getting the remaining hosts for this loop 6567 1726773066.50142: done getting the remaining hosts for this loop 6567 1726773066.50143: getting the next task for host managed_node1 6567 1726773066.50146: done getting next task for host managed_node1 6567 1726773066.50147: ^ task is: TASK: Verify no settings 6567 1726773066.50148: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773066.50150: getting variables 6567 1726773066.50151: in VariableManager get_vars() 6567 1726773066.50158: Calling all_inventory to load vars for managed_node1 6567 1726773066.50160: Calling groups_inventory to load vars for managed_node1 6567 1726773066.50161: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773066.50164: Calling all_plugins_play to load vars for managed_node1 6567 1726773066.50165: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773066.50167: Calling groups_plugins_play to load vars for managed_node1 6567 1726773066.50267: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773066.50386: done with get_vars() 6567 1726773066.50392: done getting variables 6567 1726773066.50418: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify no settings] ****************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:20 Thursday 19 September 2024 15:11:06 -0400 (0:00:00.031) 0:00:46.016 **** 6567 1726773066.50435: entering _queue_task() for managed_node1/shell 6567 1726773066.51163: running TaskExecutor() for managed_node1/TASK: Verify no settings 6567 1726773066.51179: in run() - task 1239c35c-e2e1-5e39-0463-000000000098 6567 1726773066.51183: variable 'ansible_search_path' from source: unknown 6567 1726773066.51186: variable 'ansible_search_path' from source: unknown 6567 1726773066.51189: calling self._execute() 6567 1726773066.51192: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773066.51195: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773066.51197: variable 'omit' from source: magic vars 6567 1726773066.51199: variable 'omit' from source: magic vars 6567 1726773066.51173: worker is 1 (out of 1 available) 6567 1726773066.51206: exiting _queue_task() for managed_node1/shell 6567 1726773066.51215: done queuing things up, now waiting for results queue to drain 6567 1726773066.51217: waiting for pending results... 6567 1726773066.51222: variable 'omit' from source: magic vars 6567 1726773066.51710: variable '__kernel_settings_profile_filename' from source: role '' exported vars 6567 1726773066.51909: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6567 1726773066.52117: variable '__kernel_settings_profile_parent' from source: set_fact 6567 1726773066.52128: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6567 1726773066.52168: variable 'omit' from source: magic vars 6567 1726773066.52318: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773066.52362: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773066.52389: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773066.52412: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773066.52531: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773066.52570: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773066.52583: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773066.52592: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773066.52790: Set connection var ansible_connection to ssh 6567 1726773066.52813: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773066.52828: Set connection var ansible_shell_type to sh 6567 1726773066.52849: Set connection var ansible_shell_executable to /bin/sh 6567 1726773066.52861: Set connection var ansible_timeout to 10 6567 1726773066.52870: Set connection var ansible_pipelining to False 6567 1726773066.52922: variable 'ansible_shell_executable' from source: unknown 6567 1726773066.52926: variable 'ansible_connection' from source: unknown 6567 1726773066.52929: variable 'ansible_module_compression' from source: unknown 6567 1726773066.52931: variable 'ansible_shell_type' from source: unknown 6567 1726773066.52933: variable 'ansible_shell_executable' from source: unknown 6567 1726773066.52935: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773066.52938: variable 'ansible_pipelining' from source: unknown 6567 1726773066.52940: variable 'ansible_timeout' from source: unknown 6567 1726773066.52948: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773066.53125: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773066.53133: variable 'omit' from source: magic vars 6567 1726773066.53137: starting attempt loop 6567 1726773066.53140: running the handler 6567 1726773066.53150: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773066.53165: _low_level_execute_command(): starting 6567 1726773066.53171: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773066.53654: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.53662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.53689: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773066.53706: 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.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.53758: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773066.53771: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773066.53881: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773066.55574: stdout chunk (state=3): >>>/root <<< 6567 1726773066.55734: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773066.55740: stdout chunk (state=3): >>><<< 6567 1726773066.55748: stderr chunk (state=3): >>><<< 6567 1726773066.55772: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773066.55790: _low_level_execute_command(): starting 6567 1726773066.55795: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773066.5576758-7692-170429475088053 `" && echo ansible-tmp-1726773066.5576758-7692-170429475088053="` echo /root/.ansible/tmp/ansible-tmp-1726773066.5576758-7692-170429475088053 `" ) && sleep 0' 6567 1726773066.56255: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773066.56265: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.56313: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.56317: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.56320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.56370: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773066.56373: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773066.56487: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773066.58428: stdout chunk (state=3): >>>ansible-tmp-1726773066.5576758-7692-170429475088053=/root/.ansible/tmp/ansible-tmp-1726773066.5576758-7692-170429475088053 <<< 6567 1726773066.58609: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773066.58613: stdout chunk (state=3): >>><<< 6567 1726773066.58625: stderr chunk (state=3): >>><<< 6567 1726773066.58821: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773066.5576758-7692-170429475088053=/root/.ansible/tmp/ansible-tmp-1726773066.5576758-7692-170429475088053 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773066.58825: variable 'ansible_module_compression' from source: unknown 6567 1726773066.58827: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6567 1726773066.58829: variable 'ansible_facts' from source: unknown 6567 1726773066.58867: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773066.5576758-7692-170429475088053/AnsiballZ_command.py 6567 1726773066.59039: Sending initial data 6567 1726773066.59062: Sent initial data (154 bytes) 6567 1726773066.59733: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773066.59743: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773066.59753: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.59771: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.59822: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773066.59832: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773066.59844: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.59859: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773066.59869: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773066.59880: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773066.59891: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773066.59905: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.59922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.59933: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773066.59943: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773066.59954: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.60035: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773066.60053: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773066.60066: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773066.60190: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773066.62010: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773066.62098: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773066.62200: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmpsa5bkydh /root/.ansible/tmp/ansible-tmp-1726773066.5576758-7692-170429475088053/AnsiballZ_command.py <<< 6567 1726773066.62286: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773066.63550: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773066.63702: stderr chunk (state=3): >>><<< 6567 1726773066.63708: stdout chunk (state=3): >>><<< 6567 1726773066.63710: done transferring module to remote 6567 1726773066.63713: _low_level_execute_command(): starting 6567 1726773066.63716: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773066.5576758-7692-170429475088053/ /root/.ansible/tmp/ansible-tmp-1726773066.5576758-7692-170429475088053/AnsiballZ_command.py && sleep 0' 6567 1726773066.64083: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.64088: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.64119: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773066.64126: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773066.64133: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.64149: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773066.64152: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.64163: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.64171: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773066.64176: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773066.64181: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.64230: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773066.64259: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773066.64263: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773066.64353: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773066.66215: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773066.66295: stderr chunk (state=3): >>><<< 6567 1726773066.66298: stdout chunk (state=3): >>><<< 6567 1726773066.66301: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773066.66306: _low_level_execute_command(): starting 6567 1726773066.66308: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773066.5576758-7692-170429475088053/AnsiballZ_command.py && sleep 0' 6567 1726773066.66681: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773066.66684: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.66734: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.66737: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.66740: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.66788: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773066.66796: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773066.66809: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773066.66924: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773066.81361: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "+ exec\n+ rc=0\n+ conf=/etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysctl\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysfs\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[systemd\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[vm\\]' /etc/tuned/kernel_settings/tuned.conf\n+ exit 0", "rc": 0, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "start": "2024-09-19 15:11:06.803282", "end": "2024-09-19 15:11:06.812005", "delta": "0:00:00.008723", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6567 1726773066.82724: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773066.82775: stderr chunk (state=3): >>><<< 6567 1726773066.82779: stdout chunk (state=3): >>><<< 6567 1726773066.82798: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "+ exec\n+ rc=0\n+ conf=/etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysctl\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysfs\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[systemd\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[vm\\]' /etc/tuned/kernel_settings/tuned.conf\n+ exit 0", "rc": 0, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "start": "2024-09-19 15:11:06.803282", "end": "2024-09-19 15:11:06.812005", "delta": "0:00:00.008723", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773066.82834: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\["$section"\\\\] "$conf"; then\n echo ERROR: "$section" settings present\n rc=1\n fi\ndone\nexit "$rc"\n', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773066.5576758-7692-170429475088053/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773066.82841: _low_level_execute_command(): starting 6567 1726773066.82846: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773066.5576758-7692-170429475088053/ > /dev/null 2>&1 && sleep 0' 6567 1726773066.83436: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773066.83450: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773066.83464: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.83482: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.83534: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773066.83548: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773066.83563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.83580: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773066.83592: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773066.83606: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773066.83625: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773066.83640: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.83654: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.83666: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773066.83676: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773066.83690: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.83772: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773066.83789: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773066.83807: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773066.84182: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773066.86126: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773066.86129: stdout chunk (state=3): >>><<< 6567 1726773066.86132: stderr chunk (state=3): >>><<< 6567 1726773066.86366: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773066.86370: handler run complete 6567 1726773066.86372: Evaluated conditional (False): False 6567 1726773066.86373: attempt loop complete, returning result 6567 1726773066.86375: _execute() done 6567 1726773066.86378: dumping result to json 6567 1726773066.86380: done dumping result, returning 6567 1726773066.86382: done running TaskExecutor() for managed_node1/TASK: Verify no settings [1239c35c-e2e1-5e39-0463-000000000098] 6567 1726773066.86383: sending task result for task 1239c35c-e2e1-5e39-0463-000000000098 6567 1726773066.86464: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000098 6567 1726773066.86468: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "delta": "0:00:00.008723", "end": "2024-09-19 15:11:06.812005", "rc": 0, "start": "2024-09-19 15:11:06.803282" } STDERR: + exec + rc=0 + conf=/etc/tuned/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[sysctl\]' /etc/tuned/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[sysfs\]' /etc/tuned/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[systemd\]' /etc/tuned/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[vm\]' /etc/tuned/kernel_settings/tuned.conf + exit 0 6567 1726773066.86538: no more pending results, returning what we have 6567 1726773066.86541: results queue empty 6567 1726773066.86542: checking for any_errors_fatal 6567 1726773066.86544: done checking for any_errors_fatal 6567 1726773066.86545: checking for max_fail_percentage 6567 1726773066.86546: done checking for max_fail_percentage 6567 1726773066.86547: checking to see if all hosts have failed and the running result is not ok 6567 1726773066.86547: done checking to see if all hosts have failed 6567 1726773066.86548: getting the remaining hosts for this loop 6567 1726773066.86549: done getting the remaining hosts for this loop 6567 1726773066.86552: getting the next task for host managed_node1 6567 1726773066.86558: done getting next task for host managed_node1 6567 1726773066.86561: ^ task is: TASK: Remove kernel_settings tuned profile 6567 1726773066.86564: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773066.86568: getting variables 6567 1726773066.86569: in VariableManager get_vars() 6567 1726773066.86606: Calling all_inventory to load vars for managed_node1 6567 1726773066.86611: Calling groups_inventory to load vars for managed_node1 6567 1726773066.86613: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773066.86621: Calling all_plugins_play to load vars for managed_node1 6567 1726773066.86622: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773066.86624: Calling groups_plugins_play to load vars for managed_node1 6567 1726773066.86734: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773066.86857: done with get_vars() 6567 1726773066.86866: done getting variables TASK [Remove kernel_settings tuned profile] ************************************ task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36 Thursday 19 September 2024 15:11:06 -0400 (0:00:00.364) 0:00:46.381 **** 6567 1726773066.86933: entering _queue_task() for managed_node1/file 6567 1726773066.87123: worker is 1 (out of 1 available) 6567 1726773066.87136: exiting _queue_task() for managed_node1/file 6567 1726773066.87150: done queuing things up, now waiting for results queue to drain 6567 1726773066.87151: waiting for pending results... 6567 1726773066.87325: running TaskExecutor() for managed_node1/TASK: Remove kernel_settings tuned profile 6567 1726773066.87390: in run() - task 1239c35c-e2e1-5e39-0463-000000000099 6567 1726773066.87400: variable 'ansible_search_path' from source: unknown 6567 1726773066.87414: variable 'ansible_search_path' from source: unknown 6567 1726773066.87444: calling self._execute() 6567 1726773066.87511: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773066.87514: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773066.87523: variable 'omit' from source: magic vars 6567 1726773066.87599: variable 'omit' from source: magic vars 6567 1726773066.87627: variable 'omit' from source: magic vars 6567 1726773066.87646: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6567 1726773066.87870: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6567 1726773066.87944: variable '__kernel_settings_profile_parent' from source: set_fact 6567 1726773066.87949: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6567 1726773066.87978: variable 'omit' from source: magic vars 6567 1726773066.88012: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773066.88109: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773066.88201: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773066.88225: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773066.88242: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773066.88274: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773066.88287: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773066.88296: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773066.88394: Set connection var ansible_connection to ssh 6567 1726773066.88410: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773066.88422: Set connection var ansible_shell_type to sh 6567 1726773066.88436: Set connection var ansible_shell_executable to /bin/sh 6567 1726773066.88447: Set connection var ansible_timeout to 10 6567 1726773066.88462: Set connection var ansible_pipelining to False 6567 1726773066.88494: variable 'ansible_shell_executable' from source: unknown 6567 1726773066.88510: variable 'ansible_connection' from source: unknown 6567 1726773066.88517: variable 'ansible_module_compression' from source: unknown 6567 1726773066.88523: variable 'ansible_shell_type' from source: unknown 6567 1726773066.88528: variable 'ansible_shell_executable' from source: unknown 6567 1726773066.88534: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773066.88539: variable 'ansible_pipelining' from source: unknown 6567 1726773066.88545: variable 'ansible_timeout' from source: unknown 6567 1726773066.88552: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773066.88801: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 6567 1726773066.88822: variable 'omit' from source: magic vars 6567 1726773066.88832: starting attempt loop 6567 1726773066.88838: running the handler 6567 1726773066.88854: _low_level_execute_command(): starting 6567 1726773066.88864: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773066.89686: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773066.89702: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773066.89722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.89741: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.89785: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773066.89799: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773066.89821: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.89843: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773066.89857: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773066.89868: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773066.89884: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773066.89900: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.89919: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.89937: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773066.89949: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773066.89964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.90044: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773066.90071: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773066.90091: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773066.90230: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773066.91926: stdout chunk (state=3): >>>/root <<< 6567 1726773066.92036: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773066.92110: stderr chunk (state=3): >>><<< 6567 1726773066.92113: stdout chunk (state=3): >>><<< 6567 1726773066.92212: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773066.92215: _low_level_execute_command(): starting 6567 1726773066.92218: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773066.921383-7713-75907853882192 `" && echo ansible-tmp-1726773066.921383-7713-75907853882192="` echo /root/.ansible/tmp/ansible-tmp-1726773066.921383-7713-75907853882192 `" ) && sleep 0' 6567 1726773066.92821: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773066.92836: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773066.92851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.92879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.92925: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773066.92938: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773066.92953: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.92979: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773066.92995: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773066.93009: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773066.93022: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773066.93036: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.93052: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.93065: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773066.93081: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773066.93097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.93175: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773066.93202: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773066.93225: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773066.93361: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773066.95315: stdout chunk (state=3): >>>ansible-tmp-1726773066.921383-7713-75907853882192=/root/.ansible/tmp/ansible-tmp-1726773066.921383-7713-75907853882192 <<< 6567 1726773066.95495: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773066.95498: stdout chunk (state=3): >>><<< 6567 1726773066.95500: stderr chunk (state=3): >>><<< 6567 1726773066.95811: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773066.921383-7713-75907853882192=/root/.ansible/tmp/ansible-tmp-1726773066.921383-7713-75907853882192 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773066.95814: variable 'ansible_module_compression' from source: unknown 6567 1726773066.95817: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6567 1726773066.95818: variable 'ansible_facts' from source: unknown 6567 1726773066.95820: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773066.921383-7713-75907853882192/AnsiballZ_file.py 6567 1726773066.95931: Sending initial data 6567 1726773066.95934: Sent initial data (149 bytes) 6567 1726773066.96897: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773066.96914: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773066.96930: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.96954: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.96997: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773066.97013: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773066.97026: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.97044: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773066.97059: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773066.97069: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773066.97084: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773066.97097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773066.97116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773066.97127: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773066.97138: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773066.97154: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773066.97260: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773066.97302: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773066.97339: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773066.97478: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773066.99329: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773066.99425: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773066.99520: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmp9qqdqand /root/.ansible/tmp/ansible-tmp-1726773066.921383-7713-75907853882192/AnsiballZ_file.py <<< 6567 1726773066.99641: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773067.00875: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773067.00958: stderr chunk (state=3): >>><<< 6567 1726773067.00963: stdout chunk (state=3): >>><<< 6567 1726773067.00981: done transferring module to remote 6567 1726773067.00988: _low_level_execute_command(): starting 6567 1726773067.00994: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773066.921383-7713-75907853882192/ /root/.ansible/tmp/ansible-tmp-1726773066.921383-7713-75907853882192/AnsiballZ_file.py && sleep 0' 6567 1726773067.01409: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.01420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.01455: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.01459: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.01462: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.01508: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773067.01522: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773067.01627: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773067.03467: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773067.03508: stderr chunk (state=3): >>><<< 6567 1726773067.03511: stdout chunk (state=3): >>><<< 6567 1726773067.03523: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773067.03526: _low_level_execute_command(): starting 6567 1726773067.03530: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773066.921383-7713-75907853882192/AnsiballZ_file.py && sleep 0' 6567 1726773067.03924: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.03936: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.03951: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773067.03964: 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.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773067.03981: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.04023: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773067.04036: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773067.04141: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773067.18612: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/kernel_settings", "state": "directory", "path_content": {"directories": [], "files": ["/etc/tuned/kernel_settings/tuned.conf"]}}, "after": {"path": "/etc/tuned/kernel_settings", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6567 1726773067.19829: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773067.19893: stderr chunk (state=3): >>><<< 6567 1726773067.19897: stdout chunk (state=3): >>><<< 6567 1726773067.20045: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/kernel_settings", "state": "directory", "path_content": {"directories": [], "files": ["/etc/tuned/kernel_settings/tuned.conf"]}}, "after": {"path": "/etc/tuned/kernel_settings", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773067.20053: done with _execute_module (file, {'path': '/etc/tuned/kernel_settings', 'state': 'absent', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773066.921383-7713-75907853882192/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773067.20056: _low_level_execute_command(): starting 6567 1726773067.20058: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773066.921383-7713-75907853882192/ > /dev/null 2>&1 && sleep 0' 6567 1726773067.20753: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773067.20766: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.20779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.20803: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.20849: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.20861: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773067.20873: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.20890: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773067.20901: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773067.20917: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773067.20932: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.20945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.20958: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.20969: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.20979: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773067.20992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.21077: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773067.21098: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773067.21116: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773067.21269: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773067.23239: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773067.23242: stdout chunk (state=3): >>><<< 6567 1726773067.23244: stderr chunk (state=3): >>><<< 6567 1726773067.23515: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773067.23519: handler run complete 6567 1726773067.23521: attempt loop complete, returning result 6567 1726773067.23523: _execute() done 6567 1726773067.23525: dumping result to json 6567 1726773067.23527: done dumping result, returning 6567 1726773067.23529: done running TaskExecutor() for managed_node1/TASK: Remove kernel_settings tuned profile [1239c35c-e2e1-5e39-0463-000000000099] 6567 1726773067.23531: sending task result for task 1239c35c-e2e1-5e39-0463-000000000099 6567 1726773067.23618: done sending task result for task 1239c35c-e2e1-5e39-0463-000000000099 6567 1726773067.23622: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "path": "/etc/tuned/kernel_settings", "state": "absent" } 6567 1726773067.23698: no more pending results, returning what we have 6567 1726773067.23701: results queue empty 6567 1726773067.23702: checking for any_errors_fatal 6567 1726773067.23719: done checking for any_errors_fatal 6567 1726773067.23720: checking for max_fail_percentage 6567 1726773067.23722: done checking for max_fail_percentage 6567 1726773067.23723: checking to see if all hosts have failed and the running result is not ok 6567 1726773067.23724: done checking to see if all hosts have failed 6567 1726773067.23725: getting the remaining hosts for this loop 6567 1726773067.23727: done getting the remaining hosts for this loop 6567 1726773067.23732: getting the next task for host managed_node1 6567 1726773067.23737: done getting next task for host managed_node1 6567 1726773067.23740: ^ task is: TASK: Get active_profile 6567 1726773067.23744: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773067.23748: getting variables 6567 1726773067.23750: in VariableManager get_vars() 6567 1726773067.23787: Calling all_inventory to load vars for managed_node1 6567 1726773067.23790: Calling groups_inventory to load vars for managed_node1 6567 1726773067.23793: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773067.23806: Calling all_plugins_play to load vars for managed_node1 6567 1726773067.23809: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773067.23812: Calling groups_plugins_play to load vars for managed_node1 6567 1726773067.24144: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773067.24386: done with get_vars() 6567 1726773067.24396: done getting variables TASK [Get active_profile] ****************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:41 Thursday 19 September 2024 15:11:07 -0400 (0:00:00.375) 0:00:46.757 **** 6567 1726773067.24499: entering _queue_task() for managed_node1/slurp 6567 1726773067.24743: worker is 1 (out of 1 available) 6567 1726773067.24756: exiting _queue_task() for managed_node1/slurp 6567 1726773067.24770: done queuing things up, now waiting for results queue to drain 6567 1726773067.24772: waiting for pending results... 6567 1726773067.25047: running TaskExecutor() for managed_node1/TASK: Get active_profile 6567 1726773067.25149: in run() - task 1239c35c-e2e1-5e39-0463-00000000009a 6567 1726773067.25169: variable 'ansible_search_path' from source: unknown 6567 1726773067.25176: variable 'ansible_search_path' from source: unknown 6567 1726773067.25225: calling self._execute() 6567 1726773067.25311: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773067.25327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773067.25341: variable 'omit' from source: magic vars 6567 1726773067.25450: variable 'omit' from source: magic vars 6567 1726773067.25492: variable 'omit' from source: magic vars 6567 1726773067.25529: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6567 1726773067.25839: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6567 1726773067.25932: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6567 1726773067.25968: variable 'omit' from source: magic vars 6567 1726773067.26021: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773067.26061: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773067.26094: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773067.26120: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773067.26137: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773067.26173: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773067.26185: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773067.26208: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773067.26299: Set connection var ansible_connection to ssh 6567 1726773067.26320: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773067.26331: Set connection var ansible_shell_type to sh 6567 1726773067.26344: Set connection var ansible_shell_executable to /bin/sh 6567 1726773067.26355: Set connection var ansible_timeout to 10 6567 1726773067.26366: Set connection var ansible_pipelining to False 6567 1726773067.26389: variable 'ansible_shell_executable' from source: unknown 6567 1726773067.26398: variable 'ansible_connection' from source: unknown 6567 1726773067.26409: variable 'ansible_module_compression' from source: unknown 6567 1726773067.26423: variable 'ansible_shell_type' from source: unknown 6567 1726773067.26431: variable 'ansible_shell_executable' from source: unknown 6567 1726773067.26438: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773067.26445: variable 'ansible_pipelining' from source: unknown 6567 1726773067.26450: variable 'ansible_timeout' from source: unknown 6567 1726773067.26457: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773067.26659: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 6567 1726773067.26676: variable 'omit' from source: magic vars 6567 1726773067.26686: starting attempt loop 6567 1726773067.26693: running the handler 6567 1726773067.26712: _low_level_execute_command(): starting 6567 1726773067.26759: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773067.27638: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773067.27656: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.27670: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.27693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.27735: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.27748: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773067.27763: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.27785: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773067.27797: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773067.27811: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773067.27824: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.27839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.27856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.27869: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.27884: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773067.27897: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.27974: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773067.28000: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773067.28020: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773067.28152: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773067.29836: stdout chunk (state=3): >>>/root <<< 6567 1726773067.30011: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773067.30014: stdout chunk (state=3): >>><<< 6567 1726773067.30041: stderr chunk (state=3): >>><<< 6567 1726773067.30113: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773067.30213: _low_level_execute_command(): starting 6567 1726773067.30217: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773067.300595-7746-277470841491140 `" && echo ansible-tmp-1726773067.300595-7746-277470841491140="` echo /root/.ansible/tmp/ansible-tmp-1726773067.300595-7746-277470841491140 `" ) && sleep 0' 6567 1726773067.30809: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773067.30824: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.30843: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.30861: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.30909: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.30922: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773067.30936: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.30953: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773067.30964: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773067.30974: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773067.30990: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.31004: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.31020: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.31031: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.31041: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773067.31054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.31135: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773067.31156: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773067.31172: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773067.31308: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773067.33310: stdout chunk (state=3): >>>ansible-tmp-1726773067.300595-7746-277470841491140=/root/.ansible/tmp/ansible-tmp-1726773067.300595-7746-277470841491140 <<< 6567 1726773067.33491: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773067.33494: stdout chunk (state=3): >>><<< 6567 1726773067.33497: stderr chunk (state=3): >>><<< 6567 1726773067.33811: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773067.300595-7746-277470841491140=/root/.ansible/tmp/ansible-tmp-1726773067.300595-7746-277470841491140 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773067.33815: variable 'ansible_module_compression' from source: unknown 6567 1726773067.33818: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 6567 1726773067.33820: variable 'ansible_facts' from source: unknown 6567 1726773067.33822: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773067.300595-7746-277470841491140/AnsiballZ_slurp.py 6567 1726773067.34562: Sending initial data 6567 1726773067.34565: Sent initial data (151 bytes) 6567 1726773067.36608: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.36621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.36779: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773067.36783: 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.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.36786: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.36958: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773067.37068: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773067.37071: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773067.37191: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773067.39067: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773067.39162: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773067.39265: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmp79cdd94d /root/.ansible/tmp/ansible-tmp-1726773067.300595-7746-277470841491140/AnsiballZ_slurp.py <<< 6567 1726773067.39362: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773067.40719: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773067.40910: stderr chunk (state=3): >>><<< 6567 1726773067.40913: stdout chunk (state=3): >>><<< 6567 1726773067.40915: done transferring module to remote 6567 1726773067.40917: _low_level_execute_command(): starting 6567 1726773067.40920: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773067.300595-7746-277470841491140/ /root/.ansible/tmp/ansible-tmp-1726773067.300595-7746-277470841491140/AnsiballZ_slurp.py && sleep 0' 6567 1726773067.42484: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773067.42522: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.42550: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.42642: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.42695: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.42714: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773067.42738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.42764: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773067.42777: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773067.42789: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773067.42801: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.42821: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.42836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.42856: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.42869: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773067.42883: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.42970: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773067.42991: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773067.43008: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773067.43138: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773067.45115: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773067.45118: stdout chunk (state=3): >>><<< 6567 1726773067.45120: stderr chunk (state=3): >>><<< 6567 1726773067.45211: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773067.45214: _low_level_execute_command(): starting 6567 1726773067.45218: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773067.300595-7746-277470841491140/AnsiballZ_slurp.py && sleep 0' 6567 1726773067.46172: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773067.46175: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.46178: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.46180: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.46315: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.46323: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773067.46333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.46347: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773067.46355: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773067.46362: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773067.46370: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.46380: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.46393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.46406: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.46417: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773067.46420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.46493: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773067.46512: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773067.46523: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773067.46657: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773067.60264: 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"}}} <<< 6567 1726773067.61355: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773067.61434: stderr chunk (state=3): >>><<< 6567 1726773067.61438: stdout chunk (state=3): >>><<< 6567 1726773067.61458: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773067.61488: 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-1726773067.300595-7746-277470841491140/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773067.61496: _low_level_execute_command(): starting 6567 1726773067.61502: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773067.300595-7746-277470841491140/ > /dev/null 2>&1 && sleep 0' 6567 1726773067.62157: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773067.62166: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.62179: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.62196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.62242: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.62246: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773067.62255: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.62269: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773067.62276: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773067.62286: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773067.62294: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.62305: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.62317: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.62324: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.62331: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773067.62342: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.62416: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773067.62434: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773067.62446: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773067.62572: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773067.64530: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773067.64909: stderr chunk (state=3): >>><<< 6567 1726773067.64913: stdout chunk (state=3): >>><<< 6567 1726773067.64917: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773067.64920: handler run complete 6567 1726773067.64922: attempt loop complete, returning result 6567 1726773067.64924: _execute() done 6567 1726773067.64926: dumping result to json 6567 1726773067.64928: done dumping result, returning 6567 1726773067.64942: done running TaskExecutor() for managed_node1/TASK: Get active_profile [1239c35c-e2e1-5e39-0463-00000000009a] 6567 1726773067.64944: sending task result for task 1239c35c-e2e1-5e39-0463-00000000009a 6567 1726773067.65015: done sending task result for task 1239c35c-e2e1-5e39-0463-00000000009a 6567 1726773067.65018: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6567 1726773067.65091: no more pending results, returning what we have 6567 1726773067.65095: results queue empty 6567 1726773067.65096: checking for any_errors_fatal 6567 1726773067.65101: done checking for any_errors_fatal 6567 1726773067.65102: checking for max_fail_percentage 6567 1726773067.65106: done checking for max_fail_percentage 6567 1726773067.65107: checking to see if all hosts have failed and the running result is not ok 6567 1726773067.65108: done checking to see if all hosts have failed 6567 1726773067.65109: getting the remaining hosts for this loop 6567 1726773067.65110: done getting the remaining hosts for this loop 6567 1726773067.65114: getting the next task for host managed_node1 6567 1726773067.65119: done getting next task for host managed_node1 6567 1726773067.65122: ^ task is: TASK: Ensure kernel_settings is not in active_profile 6567 1726773067.65125: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773067.65129: getting variables 6567 1726773067.65131: in VariableManager get_vars() 6567 1726773067.65165: Calling all_inventory to load vars for managed_node1 6567 1726773067.65169: Calling groups_inventory to load vars for managed_node1 6567 1726773067.65172: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773067.65182: Calling all_plugins_play to load vars for managed_node1 6567 1726773067.65184: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773067.65188: Calling groups_plugins_play to load vars for managed_node1 6567 1726773067.65351: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773067.65559: done with get_vars() 6567 1726773067.65571: done getting variables 6567 1726773067.65630: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure kernel_settings is not in active_profile] ************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 Thursday 19 September 2024 15:11:07 -0400 (0:00:00.411) 0:00:47.169 **** 6567 1726773067.65659: entering _queue_task() for managed_node1/copy 6567 1726773067.65911: worker is 1 (out of 1 available) 6567 1726773067.65934: exiting _queue_task() for managed_node1/copy 6567 1726773067.65947: done queuing things up, now waiting for results queue to drain 6567 1726773067.65948: waiting for pending results... 6567 1726773067.66251: running TaskExecutor() for managed_node1/TASK: Ensure kernel_settings is not in active_profile 6567 1726773067.66349: in run() - task 1239c35c-e2e1-5e39-0463-00000000009b 6567 1726773067.66375: variable 'ansible_search_path' from source: unknown 6567 1726773067.66384: variable 'ansible_search_path' from source: unknown 6567 1726773067.66434: calling self._execute() 6567 1726773067.66536: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773067.66546: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773067.66560: variable 'omit' from source: magic vars 6567 1726773067.66687: variable 'omit' from source: magic vars 6567 1726773067.66745: variable 'omit' from source: magic vars 6567 1726773067.66779: variable '__active_profile' from source: task vars 6567 1726773067.67090: variable '__active_profile' from source: task vars 6567 1726773067.67327: variable '__cur_profile' from source: task vars 6567 1726773067.67492: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6567 1726773067.70682: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6567 1726773067.70760: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6567 1726773067.70799: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6567 1726773067.70844: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6567 1726773067.70875: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6567 1726773067.70965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6567 1726773067.71000: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6567 1726773067.71033: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6567 1726773067.71085: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6567 1726773067.71105: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6567 1726773067.71224: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6567 1726773067.71297: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6567 1726773067.71399: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6567 1726773067.71487: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6567 1726773067.71530: variable 'omit' from source: magic vars 6567 1726773067.71564: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773067.71607: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773067.71632: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773067.71657: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773067.71673: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773067.71713: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773067.71729: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773067.71738: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773067.71842: Set connection var ansible_connection to ssh 6567 1726773067.71856: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773067.71866: Set connection var ansible_shell_type to sh 6567 1726773067.71880: Set connection var ansible_shell_executable to /bin/sh 6567 1726773067.71979: Set connection var ansible_timeout to 10 6567 1726773067.71991: Set connection var ansible_pipelining to False 6567 1726773067.72019: variable 'ansible_shell_executable' from source: unknown 6567 1726773067.72026: variable 'ansible_connection' from source: unknown 6567 1726773067.72032: variable 'ansible_module_compression' from source: unknown 6567 1726773067.72038: variable 'ansible_shell_type' from source: unknown 6567 1726773067.72054: variable 'ansible_shell_executable' from source: unknown 6567 1726773067.72062: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773067.72084: variable 'ansible_pipelining' from source: unknown 6567 1726773067.72092: variable 'ansible_timeout' from source: unknown 6567 1726773067.72099: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773067.72201: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773067.72220: variable 'omit' from source: magic vars 6567 1726773067.72231: starting attempt loop 6567 1726773067.72238: running the handler 6567 1726773067.72254: _low_level_execute_command(): starting 6567 1726773067.72266: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773067.72992: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773067.73013: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.73029: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.73051: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.73098: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.73112: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773067.73127: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.73145: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773067.73157: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773067.73174: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773067.73189: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.73206: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.73223: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.73235: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.73247: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773067.73268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.73353: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773067.73376: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773067.73400: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773067.73547: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773067.75241: stdout chunk (state=3): >>>/root <<< 6567 1726773067.75350: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773067.75432: stderr chunk (state=3): >>><<< 6567 1726773067.75443: stdout chunk (state=3): >>><<< 6567 1726773067.75548: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773067.75551: _low_level_execute_command(): starting 6567 1726773067.75554: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518 `" && echo ansible-tmp-1726773067.7546809-7773-205899204606518="` echo /root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518 `" ) && sleep 0' 6567 1726773067.77046: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773067.77049: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.77493: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.77499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.77578: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found <<< 6567 1726773067.77588: 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.40.12 is address <<< 6567 1726773067.77593: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.77612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773067.77618: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.77698: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773067.77723: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773067.77726: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773067.77864: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773067.80393: stdout chunk (state=3): >>>ansible-tmp-1726773067.7546809-7773-205899204606518=/root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518 <<< 6567 1726773067.80412: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773067.80483: stderr chunk (state=3): >>><<< 6567 1726773067.80494: stdout chunk (state=3): >>><<< 6567 1726773067.80613: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773067.7546809-7773-205899204606518=/root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773067.80724: variable 'ansible_module_compression' from source: unknown 6567 1726773067.80727: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6567 1726773067.80817: variable 'ansible_facts' from source: unknown 6567 1726773067.80831: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/AnsiballZ_stat.py 6567 1726773067.81041: Sending initial data 6567 1726773067.81044: Sent initial data (151 bytes) 6567 1726773067.82245: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773067.82257: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.82269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.82385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.82431: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.82459: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773067.82474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.82492: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773067.82524: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773067.82539: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773067.82559: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.82575: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.82593: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.82608: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.82625: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773067.82639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.82724: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773067.82748: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773067.82770: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773067.82909: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773067.84797: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773067.84894: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773067.84994: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmps8z5ka98 /root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/AnsiballZ_stat.py <<< 6567 1726773067.85092: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773067.86638: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773067.86802: stderr chunk (state=3): >>><<< 6567 1726773067.86809: stdout chunk (state=3): >>><<< 6567 1726773067.86812: done transferring module to remote 6567 1726773067.86814: _low_level_execute_command(): starting 6567 1726773067.86816: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/ /root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/AnsiballZ_stat.py && sleep 0' 6567 1726773067.87411: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773067.87426: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.87441: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.87468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.87515: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.87527: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773067.87540: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.87560: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773067.87580: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773067.87597: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773067.87612: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.87627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.87642: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.87656: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.87667: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773067.87690: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.87745: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773067.87748: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773067.87864: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773067.89755: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773067.89829: stderr chunk (state=3): >>><<< 6567 1726773067.89839: stdout chunk (state=3): >>><<< 6567 1726773067.89943: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773067.89946: _low_level_execute_command(): starting 6567 1726773067.89949: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/AnsiballZ_stat.py && sleep 0' 6567 1726773067.90533: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773067.90547: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.90562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.90579: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.90633: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.90646: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773067.90659: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.90677: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773067.90691: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773067.90714: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773067.90728: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773067.90743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773067.90759: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773067.90771: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773067.90782: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773067.90797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773067.90884: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773067.90908: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773067.90938: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773067.91080: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773068.06338: 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": 79691970, "dev": 51713, "nlink": 1, "atime": 1726773067.600155, "mtime": 1726773065.205146, "ctime": 1726773065.205146, "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": "703370219", "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}}} <<< 6567 1726773068.07727: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773068.07731: stdout chunk (state=3): >>><<< 6567 1726773068.07734: stderr chunk (state=3): >>><<< 6567 1726773068.07887: _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": 79691970, "dev": 51713, "nlink": 1, "atime": 1726773067.600155, "mtime": 1726773065.205146, "ctime": 1726773065.205146, "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": "703370219", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773068.07891: 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-1726773067.7546809-7773-205899204606518/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6567 1726773068.08180: Sending initial data 6567 1726773068.08183: Sent initial data (139 bytes) 6567 1726773068.10638: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.10642: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.10666: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.10679: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773068.10725: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.10728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.10788: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773068.10800: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773068.10926: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773068.12821: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773068.12914: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773068.13012: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/.oxn673u7 /root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/.source <<< 6567 1726773068.13110: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773068.13518: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773068.13709: stderr chunk (state=3): >>><<< 6567 1726773068.13713: stdout chunk (state=3): >>><<< 6567 1726773068.13715: _low_level_execute_command(): starting 6567 1726773068.13718: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/ /root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/.source && sleep 0' 6567 1726773068.14395: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773068.14417: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.14440: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.14458: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.14508: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.14522: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773068.14542: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.14560: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773068.14573: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773068.14588: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773068.14606: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.14621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.14638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.14657: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.14670: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773068.14688: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.14772: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773068.14797: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773068.14817: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773068.14952: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773068.16928: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773068.16932: stdout chunk (state=3): >>><<< 6567 1726773068.16934: stderr chunk (state=3): >>><<< 6567 1726773068.17115: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773068.17119: variable 'ansible_module_compression' from source: unknown 6567 1726773068.17121: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6567 1726773068.17123: variable 'ansible_facts' from source: unknown 6567 1726773068.17226: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/AnsiballZ_copy.py 6567 1726773068.17473: Sending initial data 6567 1726773068.17479: Sent initial data (151 bytes) 6567 1726773068.19470: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773068.19524: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.19540: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.19638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.19684: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.19698: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773068.19715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.19742: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773068.19758: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773068.19770: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773068.19786: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.19801: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.19821: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.19840: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.19853: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773068.19867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.19990: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773068.20081: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773068.20101: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773068.20240: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773068.22117: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773068.22212: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773068.22311: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmp8tk1h5nb /root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/AnsiballZ_copy.py <<< 6567 1726773068.22407: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773068.23831: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773068.24012: stderr chunk (state=3): >>><<< 6567 1726773068.24016: stdout chunk (state=3): >>><<< 6567 1726773068.24116: done transferring module to remote 6567 1726773068.24120: _low_level_execute_command(): starting 6567 1726773068.24122: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/ /root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/AnsiballZ_copy.py && sleep 0' 6567 1726773068.24745: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773068.24770: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.24789: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.24811: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.24857: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.24868: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773068.24891: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.24910: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773068.24923: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773068.24934: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773068.24945: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.24956: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.24970: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.24989: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.25001: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773068.25016: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.25092: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773068.25119: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773068.25136: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773068.25271: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773068.27232: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773068.27236: stdout chunk (state=3): >>><<< 6567 1726773068.27238: stderr chunk (state=3): >>><<< 6567 1726773068.27311: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773068.27314: _low_level_execute_command(): starting 6567 1726773068.27317: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/AnsiballZ_copy.py && sleep 0' 6567 1726773068.27933: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773068.27948: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.27964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.27985: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.28164: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.28292: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773068.28308: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.28328: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773068.28342: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773068.28353: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773068.28367: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.28390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.28410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.28423: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.28435: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773068.28449: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.28534: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773068.28554: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773068.28570: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773068.28717: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773068.43055: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/.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-1726773067.7546809-7773-205899204606518/.source", "_original_basename": ".oxn673u7", "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}}} <<< 6567 1726773068.44227: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773068.44267: stderr chunk (state=3): >>><<< 6567 1726773068.44271: stdout chunk (state=3): >>><<< 6567 1726773068.44291: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/.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-1726773067.7546809-7773-205899204606518/.source", "_original_basename": ".oxn673u7", "follow": false, "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773068.44330: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/.source', '_original_basename': '.oxn673u7', '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-1726773067.7546809-7773-205899204606518/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773068.44340: _low_level_execute_command(): starting 6567 1726773068.44346: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773067.7546809-7773-205899204606518/ > /dev/null 2>&1 && sleep 0' 6567 1726773068.45033: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773068.45042: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.45053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.45070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.45116: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.45123: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773068.45134: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.45149: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773068.45156: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773068.45163: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773068.45171: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.45182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.45200: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.45209: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.45216: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773068.45226: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.45299: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773068.45325: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773068.45337: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773068.45460: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773068.47327: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773068.47406: stderr chunk (state=3): >>><<< 6567 1726773068.47413: stdout chunk (state=3): >>><<< 6567 1726773068.47434: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773068.47442: handler run complete 6567 1726773068.47469: attempt loop complete, returning result 6567 1726773068.47472: _execute() done 6567 1726773068.47475: dumping result to json 6567 1726773068.47484: done dumping result, returning 6567 1726773068.47492: done running TaskExecutor() for managed_node1/TASK: Ensure kernel_settings is not in active_profile [1239c35c-e2e1-5e39-0463-00000000009b] 6567 1726773068.47497: sending task result for task 1239c35c-e2e1-5e39-0463-00000000009b 6567 1726773068.47614: done sending task result for task 1239c35c-e2e1-5e39-0463-00000000009b 6567 1726773068.47617: WORKER PROCESS EXITING changed: [managed_node1] => { "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-1726773067.7546809-7773-205899204606518/.source", "state": "file", "uid": 0 } 6567 1726773068.47790: no more pending results, returning what we have 6567 1726773068.47793: results queue empty 6567 1726773068.47794: checking for any_errors_fatal 6567 1726773068.47800: done checking for any_errors_fatal 6567 1726773068.47801: checking for max_fail_percentage 6567 1726773068.47802: done checking for max_fail_percentage 6567 1726773068.47805: checking to see if all hosts have failed and the running result is not ok 6567 1726773068.47806: done checking to see if all hosts have failed 6567 1726773068.47807: getting the remaining hosts for this loop 6567 1726773068.47808: done getting the remaining hosts for this loop 6567 1726773068.47812: getting the next task for host managed_node1 6567 1726773068.47817: done getting next task for host managed_node1 6567 1726773068.47820: ^ task is: TASK: Set profile_mode to auto 6567 1726773068.47825: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773068.47830: getting variables 6567 1726773068.47832: in VariableManager get_vars() 6567 1726773068.47868: Calling all_inventory to load vars for managed_node1 6567 1726773068.47870: Calling groups_inventory to load vars for managed_node1 6567 1726773068.47873: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773068.47884: Calling all_plugins_play to load vars for managed_node1 6567 1726773068.47888: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773068.47891: Calling groups_plugins_play to load vars for managed_node1 6567 1726773068.48243: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773068.48463: done with get_vars() 6567 1726773068.48474: done getting variables 6567 1726773068.48534: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set profile_mode to auto] ************************************************ task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 Thursday 19 September 2024 15:11:08 -0400 (0:00:00.829) 0:00:47.998 **** 6567 1726773068.48570: entering _queue_task() for managed_node1/copy 6567 1726773068.48817: worker is 1 (out of 1 available) 6567 1726773068.48834: exiting _queue_task() for managed_node1/copy 6567 1726773068.48846: done queuing things up, now waiting for results queue to drain 6567 1726773068.48847: waiting for pending results... 6567 1726773068.49132: running TaskExecutor() for managed_node1/TASK: Set profile_mode to auto 6567 1726773068.49238: in run() - task 1239c35c-e2e1-5e39-0463-00000000009c 6567 1726773068.49256: variable 'ansible_search_path' from source: unknown 6567 1726773068.49264: variable 'ansible_search_path' from source: unknown 6567 1726773068.49311: calling self._execute() 6567 1726773068.49402: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773068.49416: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773068.49438: variable 'omit' from source: magic vars 6567 1726773068.49552: variable 'omit' from source: magic vars 6567 1726773068.49595: variable 'omit' from source: magic vars 6567 1726773068.49633: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 6567 1726773068.49935: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 6567 1726773068.50031: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6567 1726773068.50069: variable 'omit' from source: magic vars 6567 1726773068.50121: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773068.50160: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773068.50195: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773068.50220: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773068.50237: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773068.50272: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773068.50284: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773068.50299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773068.50412: Set connection var ansible_connection to ssh 6567 1726773068.50427: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773068.50439: Set connection var ansible_shell_type to sh 6567 1726773068.50450: Set connection var ansible_shell_executable to /bin/sh 6567 1726773068.50459: Set connection var ansible_timeout to 10 6567 1726773068.50469: Set connection var ansible_pipelining to False 6567 1726773068.50497: variable 'ansible_shell_executable' from source: unknown 6567 1726773068.50511: variable 'ansible_connection' from source: unknown 6567 1726773068.50523: variable 'ansible_module_compression' from source: unknown 6567 1726773068.50530: variable 'ansible_shell_type' from source: unknown 6567 1726773068.50536: variable 'ansible_shell_executable' from source: unknown 6567 1726773068.50542: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773068.50549: variable 'ansible_pipelining' from source: unknown 6567 1726773068.50555: variable 'ansible_timeout' from source: unknown 6567 1726773068.50562: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773068.50712: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773068.50733: variable 'omit' from source: magic vars 6567 1726773068.50748: starting attempt loop 6567 1726773068.50755: running the handler 6567 1726773068.50770: _low_level_execute_command(): starting 6567 1726773068.50782: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773068.51613: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773068.51629: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.51645: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.51665: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.51721: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.51737: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773068.51751: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.51771: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773068.51785: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773068.51800: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773068.51818: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.51838: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.51855: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.51869: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.51882: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773068.51897: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.51989: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773068.52017: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773068.52045: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773068.52187: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773068.53871: stdout chunk (state=3): >>>/root <<< 6567 1726773068.54021: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773068.54060: stderr chunk (state=3): >>><<< 6567 1726773068.54064: stdout chunk (state=3): >>><<< 6567 1726773068.54113: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773068.54117: _low_level_execute_command(): starting 6567 1726773068.54122: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664 `" && echo ansible-tmp-1726773068.5408456-7834-3891666245664="` echo /root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664 `" ) && sleep 0' 6567 1726773068.54774: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773068.54794: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.54813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.54831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.54872: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.54884: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773068.54905: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.54925: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773068.54937: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773068.54948: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773068.54960: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.54974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.54991: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.55005: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.55021: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773068.55034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.55109: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773068.55136: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773068.55153: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773068.55291: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773068.57254: stdout chunk (state=3): >>>ansible-tmp-1726773068.5408456-7834-3891666245664=/root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664 <<< 6567 1726773068.57445: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773068.57449: stdout chunk (state=3): >>><<< 6567 1726773068.57451: stderr chunk (state=3): >>><<< 6567 1726773068.57618: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773068.5408456-7834-3891666245664=/root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773068.57622: variable 'ansible_module_compression' from source: unknown 6567 1726773068.57710: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6567 1726773068.57714: variable 'ansible_facts' from source: unknown 6567 1726773068.57791: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/AnsiballZ_stat.py 6567 1726773068.57936: Sending initial data 6567 1726773068.57940: Sent initial data (149 bytes) 6567 1726773068.58943: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773068.58959: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.58974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.58994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.59045: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.59056: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773068.59068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.59083: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773068.59093: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773068.59102: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773068.59120: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.59132: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.59156: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.59170: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.59182: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773068.59196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.59282: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773068.59307: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773068.59324: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773068.59455: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773068.61292: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773068.61385: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773068.61483: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmp4ezt9y6q /root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/AnsiballZ_stat.py <<< 6567 1726773068.61580: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773068.62765: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773068.63013: stderr chunk (state=3): >>><<< 6567 1726773068.63016: stdout chunk (state=3): >>><<< 6567 1726773068.63019: done transferring module to remote 6567 1726773068.63021: _low_level_execute_command(): starting 6567 1726773068.63027: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/ /root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/AnsiballZ_stat.py && sleep 0' 6567 1726773068.63588: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773068.63605: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.63623: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.63641: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.63684: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.63698: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773068.63715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.63733: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773068.63755: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773068.63758: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773068.63771: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.63786: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.63804: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.63819: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.63830: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773068.63845: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.63921: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773068.63944: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773068.63962: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773068.64090: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773068.65949: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773068.66022: stderr chunk (state=3): >>><<< 6567 1726773068.66035: stdout chunk (state=3): >>><<< 6567 1726773068.66109: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773068.66113: _low_level_execute_command(): starting 6567 1726773068.66116: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/AnsiballZ_stat.py && sleep 0' 6567 1726773068.66738: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773068.66754: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.66769: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.66788: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.66842: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.66856: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773068.66870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.66889: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773068.66902: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773068.66925: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773068.66939: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.66953: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.66968: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.66981: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773068.66993: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773068.67009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.67093: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773068.67117: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773068.67145: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773068.67283: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773068.81839: 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": 85983426, "dev": 51713, "nlink": 1, "atime": 1726773065.192146, "mtime": 1726773065.206146, "ctime": 1726773065.206146, "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": "3725092571", "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}}} <<< 6567 1726773068.83249: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773068.83253: stdout chunk (state=3): >>><<< 6567 1726773068.83255: stderr chunk (state=3): >>><<< 6567 1726773068.83426: _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": 85983426, "dev": 51713, "nlink": 1, "atime": 1726773065.192146, "mtime": 1726773065.206146, "ctime": 1726773065.206146, "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": "3725092571", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773068.83435: 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-1726773068.5408456-7834-3891666245664/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6567 1726773068.83517: Sending initial data 6567 1726773068.83521: Sent initial data (137 bytes) 6567 1726773068.86071: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.86075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.86109: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.86113: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.86116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.86172: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773068.87119: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773068.87134: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773068.87268: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773068.89143: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773068.89240: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773068.89338: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/.0e_b_dsy /root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/.source <<< 6567 1726773068.89434: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773068.89978: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773068.89986: stderr chunk (state=3): >>><<< 6567 1726773068.89989: stdout chunk (state=3): >>><<< 6567 1726773068.90015: _low_level_execute_command(): starting 6567 1726773068.90019: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/ /root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/.source && sleep 0' 6567 1726773068.90753: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.90758: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.90810: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.90813: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration <<< 6567 1726773068.90827: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.90834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found <<< 6567 1726773068.90839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.90926: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773068.90930: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773068.90945: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773068.91064: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773068.92946: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773068.92949: stderr chunk (state=3): >>><<< 6567 1726773068.92959: stdout chunk (state=3): >>><<< 6567 1726773068.92973: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773068.93011: variable 'ansible_module_compression' from source: unknown 6567 1726773068.93054: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6567 1726773068.93080: variable 'ansible_facts' from source: unknown 6567 1726773068.93140: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/AnsiballZ_copy.py 6567 1726773068.93388: Sending initial data 6567 1726773068.93397: Sent initial data (149 bytes) 6567 1726773068.94448: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.94453: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773068.94497: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.94505: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration <<< 6567 1726773068.94513: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773068.94532: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773068.94538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773068.94616: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773068.94619: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773068.94640: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773068.94762: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773068.96588: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773068.96684: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773068.96777: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmpdql7prkk /root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/AnsiballZ_copy.py <<< 6567 1726773068.96876: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773068.98460: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773068.98540: stderr chunk (state=3): >>><<< 6567 1726773068.98543: stdout chunk (state=3): >>><<< 6567 1726773068.98564: done transferring module to remote 6567 1726773068.98572: _low_level_execute_command(): starting 6567 1726773068.98577: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/ /root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/AnsiballZ_copy.py && sleep 0' 6567 1726773069.00349: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773069.00358: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.00369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.00385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.00425: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773069.00433: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773069.00443: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.00456: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773069.00464: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773069.00471: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773069.00478: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.00491: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.00503: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.00515: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773069.00522: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773069.00531: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.00606: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773069.01323: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773069.01334: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773069.01458: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773069.03393: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773069.03396: stdout chunk (state=3): >>><<< 6567 1726773069.03405: stderr chunk (state=3): >>><<< 6567 1726773069.03421: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773069.03424: _low_level_execute_command(): starting 6567 1726773069.03429: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/AnsiballZ_copy.py && sleep 0' 6567 1726773069.04643: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773069.05122: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.05228: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.05242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.05280: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773069.05291: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773069.05300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.05315: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773069.05323: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773069.05329: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773069.05339: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.05345: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.05358: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.05365: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773069.05371: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773069.05384: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.05456: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773069.06123: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773069.06133: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773069.06273: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773069.20584: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/.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-1726773068.5408456-7834-3891666245664/.source", "_original_basename": ".0e_b_dsy", "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}}} <<< 6567 1726773069.21769: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773069.21773: stdout chunk (state=3): >>><<< 6567 1726773069.21781: stderr chunk (state=3): >>><<< 6567 1726773069.21799: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/.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-1726773068.5408456-7834-3891666245664/.source", "_original_basename": ".0e_b_dsy", "follow": false, "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773069.21841: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/.source', '_original_basename': '.0e_b_dsy', '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-1726773068.5408456-7834-3891666245664/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773069.21850: _low_level_execute_command(): starting 6567 1726773069.21855: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773068.5408456-7834-3891666245664/ > /dev/null 2>&1 && sleep 0' 6567 1726773069.23149: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.23155: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.23316: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.23322: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration <<< 6567 1726773069.23397: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.23402: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.23482: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773069.23617: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773069.23620: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773069.23744: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773069.25689: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773069.25693: stderr chunk (state=3): >>><<< 6567 1726773069.25701: stdout chunk (state=3): >>><<< 6567 1726773069.25720: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773069.25727: handler run complete 6567 1726773069.25755: attempt loop complete, returning result 6567 1726773069.25758: _execute() done 6567 1726773069.25761: dumping result to json 6567 1726773069.25766: done dumping result, returning 6567 1726773069.25778: done running TaskExecutor() for managed_node1/TASK: Set profile_mode to auto [1239c35c-e2e1-5e39-0463-00000000009c] 6567 1726773069.25782: sending task result for task 1239c35c-e2e1-5e39-0463-00000000009c 6567 1726773069.25894: done sending task result for task 1239c35c-e2e1-5e39-0463-00000000009c 6567 1726773069.25897: WORKER PROCESS EXITING changed: [managed_node1] => { "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-1726773068.5408456-7834-3891666245664/.source", "state": "file", "uid": 0 } 6567 1726773069.25996: no more pending results, returning what we have 6567 1726773069.26000: results queue empty 6567 1726773069.26000: checking for any_errors_fatal 6567 1726773069.26009: done checking for any_errors_fatal 6567 1726773069.26010: checking for max_fail_percentage 6567 1726773069.26012: done checking for max_fail_percentage 6567 1726773069.26013: checking to see if all hosts have failed and the running result is not ok 6567 1726773069.26013: done checking to see if all hosts have failed 6567 1726773069.26014: getting the remaining hosts for this loop 6567 1726773069.26015: done getting the remaining hosts for this loop 6567 1726773069.26019: getting the next task for host managed_node1 6567 1726773069.26025: done getting next task for host managed_node1 6567 1726773069.26027: ^ task is: TASK: Restart tuned 6567 1726773069.26030: ^ state is: HOST STATE: block=2, task=2, rescue=1, 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? True, did start at task? False 6567 1726773069.26035: getting variables 6567 1726773069.26036: in VariableManager get_vars() 6567 1726773069.26066: Calling all_inventory to load vars for managed_node1 6567 1726773069.26068: Calling groups_inventory to load vars for managed_node1 6567 1726773069.26070: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773069.26083: Calling all_plugins_play to load vars for managed_node1 6567 1726773069.26085: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773069.26089: Calling groups_plugins_play to load vars for managed_node1 6567 1726773069.26276: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773069.26506: done with get_vars() 6567 1726773069.26517: done getting variables 6567 1726773069.26587: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Restart tuned] *********************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:64 Thursday 19 September 2024 15:11:09 -0400 (0:00:00.780) 0:00:48.778 **** 6567 1726773069.26618: entering _queue_task() for managed_node1/service 6567 1726773069.26874: worker is 1 (out of 1 available) 6567 1726773069.26889: exiting _queue_task() for managed_node1/service 6567 1726773069.26900: done queuing things up, now waiting for results queue to drain 6567 1726773069.26902: waiting for pending results... 6567 1726773069.27190: running TaskExecutor() for managed_node1/TASK: Restart tuned 6567 1726773069.27293: in run() - task 1239c35c-e2e1-5e39-0463-00000000009d 6567 1726773069.27321: variable 'ansible_search_path' from source: unknown 6567 1726773069.27329: variable 'ansible_search_path' from source: unknown 6567 1726773069.27385: variable '__kernel_settings_services' from source: include_vars 6567 1726773069.27726: variable '__kernel_settings_services' from source: include_vars 6567 1726773069.27811: variable 'omit' from source: magic vars 6567 1726773069.27937: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773069.27953: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773069.27975: variable 'omit' from source: magic vars 6567 1726773069.28065: variable 'omit' from source: magic vars 6567 1726773069.28118: variable 'omit' from source: magic vars 6567 1726773069.28162: variable 'item' from source: unknown 6567 1726773069.28252: variable 'item' from source: unknown 6567 1726773069.28280: variable 'omit' from source: magic vars 6567 1726773069.28335: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6567 1726773069.28374: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6567 1726773069.28410: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6567 1726773069.28513: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773069.28533: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6567 1726773069.28570: variable 'inventory_hostname' from source: host vars for 'managed_node1' 6567 1726773069.28582: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773069.28590: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773069.28702: Set connection var ansible_connection to ssh 6567 1726773069.28717: Set connection var ansible_module_compression to ZIP_DEFLATED 6567 1726773069.28735: Set connection var ansible_shell_type to sh 6567 1726773069.28751: Set connection var ansible_shell_executable to /bin/sh 6567 1726773069.28764: Set connection var ansible_timeout to 10 6567 1726773069.28775: Set connection var ansible_pipelining to False 6567 1726773069.28800: variable 'ansible_shell_executable' from source: unknown 6567 1726773069.28811: variable 'ansible_connection' from source: unknown 6567 1726773069.28819: variable 'ansible_module_compression' from source: unknown 6567 1726773069.28826: variable 'ansible_shell_type' from source: unknown 6567 1726773069.28840: variable 'ansible_shell_executable' from source: unknown 6567 1726773069.28849: variable 'ansible_host' from source: host vars for 'managed_node1' 6567 1726773069.28856: variable 'ansible_pipelining' from source: unknown 6567 1726773069.28867: variable 'ansible_timeout' from source: unknown 6567 1726773069.28880: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 6567 1726773069.29032: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6567 1726773069.29046: variable 'omit' from source: magic vars 6567 1726773069.29064: starting attempt loop 6567 1726773069.29071: running the handler 6567 1726773069.29172: variable 'ansible_facts' from source: unknown 6567 1726773069.29309: _low_level_execute_command(): starting 6567 1726773069.29324: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6567 1726773069.30130: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773069.30146: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.30171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.30199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.30244: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773069.30259: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773069.30282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.30304: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773069.30322: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773069.30334: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773069.30348: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.30364: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.30392: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.30408: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773069.30425: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773069.30440: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.30529: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773069.30554: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773069.30572: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773069.30714: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773069.32417: stdout chunk (state=3): >>>/root <<< 6567 1726773069.32580: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773069.32657: stderr chunk (state=3): >>><<< 6567 1726773069.32679: stdout chunk (state=3): >>><<< 6567 1726773069.32812: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773069.32816: _low_level_execute_command(): starting 6567 1726773069.32819: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773069.3271596-7900-118572157799574 `" && echo ansible-tmp-1726773069.3271596-7900-118572157799574="` echo /root/.ansible/tmp/ansible-tmp-1726773069.3271596-7900-118572157799574 `" ) && sleep 0' 6567 1726773069.33427: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773069.33443: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.33471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.33494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.33539: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773069.33554: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773069.33571: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.33599: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773069.33614: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773069.33626: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773069.33638: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.33651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.33666: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.33689: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773069.33709: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773069.33725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.33808: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773069.33837: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773069.33853: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773069.33986: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773069.35999: stdout chunk (state=3): >>>ansible-tmp-1726773069.3271596-7900-118572157799574=/root/.ansible/tmp/ansible-tmp-1726773069.3271596-7900-118572157799574 <<< 6567 1726773069.36124: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773069.36210: stderr chunk (state=3): >>><<< 6567 1726773069.36213: stdout chunk (state=3): >>><<< 6567 1726773069.36515: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773069.3271596-7900-118572157799574=/root/.ansible/tmp/ansible-tmp-1726773069.3271596-7900-118572157799574 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773069.36519: variable 'ansible_module_compression' from source: unknown 6567 1726773069.36521: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6567j80gyk30/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6567 1726773069.36524: variable 'ansible_facts' from source: unknown 6567 1726773069.36614: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773069.3271596-7900-118572157799574/AnsiballZ_systemd.py 6567 1726773069.36791: Sending initial data 6567 1726773069.36794: Sent initial data (154 bytes) 6567 1726773069.37854: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773069.37868: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.37887: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.37909: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.37966: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773069.37982: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773069.37998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.38019: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773069.38033: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773069.38054: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773069.38069: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.38088: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.38108: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.38123: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773069.38135: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773069.38155: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.38238: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773069.38268: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773069.38292: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773069.38428: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773069.40301: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6567 1726773069.40398: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6567 1726773069.40501: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6567j80gyk30/tmpngkh5x5y /root/.ansible/tmp/ansible-tmp-1726773069.3271596-7900-118572157799574/AnsiballZ_systemd.py <<< 6567 1726773069.40594: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6567 1726773069.43274: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773069.43558: stderr chunk (state=3): >>><<< 6567 1726773069.43562: stdout chunk (state=3): >>><<< 6567 1726773069.43564: done transferring module to remote 6567 1726773069.43570: _low_level_execute_command(): starting 6567 1726773069.43572: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773069.3271596-7900-118572157799574/ /root/.ansible/tmp/ansible-tmp-1726773069.3271596-7900-118572157799574/AnsiballZ_systemd.py && sleep 0' 6567 1726773069.44215: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773069.44233: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.44255: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.44274: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.44321: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773069.44333: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773069.44359: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.44380: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773069.44394: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773069.44408: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773069.44422: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.44436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.44456: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.44475: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773069.44491: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773069.44508: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.44595: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773069.44619: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773069.44636: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773069.44761: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773069.46621: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773069.46707: stderr chunk (state=3): >>><<< 6567 1726773069.46719: stdout chunk (state=3): >>><<< 6567 1726773069.46815: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773069.46818: _low_level_execute_command(): starting 6567 1726773069.46821: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773069.3271596-7900-118572157799574/AnsiballZ_systemd.py && sleep 0' 6567 1726773069.47435: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773069.47449: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.47472: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.47495: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.47538: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773069.47556: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773069.47570: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.47599: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773069.47615: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773069.47628: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773069.47641: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.47656: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.47672: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.47698: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773069.47713: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773069.47729: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.47816: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773069.47838: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773069.47854: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773069.47991: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773069.73823: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "11156", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ExecMainStartTimestampMonotonic": "317044162", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11156", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3888", "MemoryCurrent": "14024704", "MemoryAvailable": "infinity", "CPUUsageNSec": "109000000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "d<<< 6567 1726773069.73830: stdout chunk (state=3): >>>bus.socket sysinit.target dbus-broker.service system.slice", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target 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 15:11:05 EDT", "StateChangeTimestampMonotonic": "317150359", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveExitTimestampMonotonic": "317044444", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveEnterTimestampMonotonic": "317150359", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveExitTimestampMonotonic": "317005782", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveEnterTimestampMonotonic": "317040914", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ConditionTimestampMonotonic": "317041434", "AssertTimestamp": "Thu 2024-09-19 15:11:05 EDT", "AssertTimestampMonotonic": "317041437", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "fec47d8b9d744cdfad2557d3b5b43a0b", "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}}} <<< 6567 1726773069.75589: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. <<< 6567 1726773069.75593: stdout chunk (state=3): >>><<< 6567 1726773069.75595: stderr chunk (state=3): >>><<< 6567 1726773069.75811: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "11156", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ExecMainStartTimestampMonotonic": "317044162", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11156", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3888", "MemoryCurrent": "14024704", "MemoryAvailable": "infinity", "CPUUsageNSec": "109000000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target 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 15:11:05 EDT", "StateChangeTimestampMonotonic": "317150359", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveExitTimestampMonotonic": "317044444", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveEnterTimestampMonotonic": "317150359", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveExitTimestampMonotonic": "317005782", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveEnterTimestampMonotonic": "317040914", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ConditionTimestampMonotonic": "317041434", "AssertTimestamp": "Thu 2024-09-19 15:11:05 EDT", "AssertTimestampMonotonic": "317041437", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "fec47d8b9d744cdfad2557d3b5b43a0b", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.40.12 closed. 6567 1726773069.75827: 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-1726773069.3271596-7900-118572157799574/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6567 1726773069.75850: _low_level_execute_command(): starting 6567 1726773069.75859: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773069.3271596-7900-118572157799574/ > /dev/null 2>&1 && sleep 0' 6567 1726773069.76542: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6567 1726773069.76557: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.76577: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.76597: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.76641: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773069.76654: stderr chunk (state=3): >>>debug2: match not found <<< 6567 1726773069.76669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.76690: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6567 1726773069.76702: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.12 is address <<< 6567 1726773069.76716: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6567 1726773069.76729: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6567 1726773069.76744: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6567 1726773069.76761: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6567 1726773069.76774: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 <<< 6567 1726773069.76786: stderr chunk (state=3): >>>debug2: match found <<< 6567 1726773069.76806: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6567 1726773069.76880: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6567 1726773069.76905: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6567 1726773069.76924: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6567 1726773069.77052: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6567 1726773069.79009: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6567 1726773069.79012: stdout chunk (state=3): >>><<< 6567 1726773069.79014: stderr chunk (state=3): >>><<< 6567 1726773069.79211: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.12 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.40.12 originally 10.31.40.12 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6567 1726773069.79215: handler run complete 6567 1726773069.79217: attempt loop complete, returning result 6567 1726773069.79219: variable 'item' from source: unknown 6567 1726773069.79221: variable 'item' from source: unknown ok: [managed_node1] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveEnterTimestampMonotonic": "317150359", "ActiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ActiveExitTimestampMonotonic": "317005782", "ActiveState": "active", "After": "polkit.service basic.target systemd-journald.socket systemd-sysctl.service dbus-broker.service sysinit.target dbus.socket network.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:11:05 EDT", "AssertTimestampMonotonic": "317041437", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "109000000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ConditionTimestampMonotonic": "317041434", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3888", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11156", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:05 EDT", "ExecMainStartTimestampMonotonic": "317044162", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:11:05 EDT] ; stop_time=[n/a] ; pid=11156 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveEnterTimestampMonotonic": "317040914", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:05 EDT", "InactiveExitTimestampMonotonic": "317044444", "InvocationID": "fec47d8b9d744cdfad2557d3b5b43a0b", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13964", "LimitNPROCSoft": "13964", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11156", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "14024704", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target dbus-broker.service system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2024-09-19 15:11:05 EDT", "StateChangeTimestampMonotonic": "317150359", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22342", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 6567 1726773069.80207: dumping result to json 6567 1726773069.80211: done dumping result, returning 6567 1726773069.80213: done running TaskExecutor() for managed_node1/TASK: Restart tuned [1239c35c-e2e1-5e39-0463-00000000009d] 6567 1726773069.80215: sending task result for task 1239c35c-e2e1-5e39-0463-00000000009d 6567 1726773069.80394: no more pending results, returning what we have 6567 1726773069.80397: results queue empty 6567 1726773069.80398: checking for any_errors_fatal 6567 1726773069.80405: done checking for any_errors_fatal 6567 1726773069.80406: checking for max_fail_percentage 6567 1726773069.80407: done checking for max_fail_percentage 6567 1726773069.80408: checking to see if all hosts have failed and the running result is not ok 6567 1726773069.80409: done checking to see if all hosts have failed 6567 1726773069.80409: getting the remaining hosts for this loop 6567 1726773069.80411: done getting the remaining hosts for this loop 6567 1726773069.80414: getting the next task for host managed_node1 6567 1726773069.80420: done getting next task for host managed_node1 6567 1726773069.80422: ^ task is: TASK: meta (flush_handlers) 6567 1726773069.80423: ^ 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 6567 1726773069.80428: getting variables 6567 1726773069.80429: in VariableManager get_vars() 6567 1726773069.80455: Calling all_inventory to load vars for managed_node1 6567 1726773069.80458: Calling groups_inventory to load vars for managed_node1 6567 1726773069.80460: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773069.80470: Calling all_plugins_play to load vars for managed_node1 6567 1726773069.80473: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773069.80476: Calling groups_plugins_play to load vars for managed_node1 6567 1726773069.80646: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773069.80836: done with get_vars() 6567 1726773069.80847: done getting variables 6567 1726773069.81030: in VariableManager get_vars() 6567 1726773069.81041: Calling all_inventory to load vars for managed_node1 6567 1726773069.81044: Calling groups_inventory to load vars for managed_node1 6567 1726773069.81046: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773069.81050: Calling all_plugins_play to load vars for managed_node1 6567 1726773069.81053: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773069.81056: Calling groups_plugins_play to load vars for managed_node1 6567 1726773069.81193: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773069.81388: done with get_vars() 6567 1726773069.81401: done queuing things up, now waiting for results queue to drain 6567 1726773069.81402: results queue empty 6567 1726773069.81706: checking for any_errors_fatal 6567 1726773069.81708: done checking for any_errors_fatal 6567 1726773069.81709: checking for max_fail_percentage 6567 1726773069.81710: done checking for max_fail_percentage 6567 1726773069.81711: checking to see if all hosts have failed and the running result is not ok 6567 1726773069.81714: done checking to see if all hosts have failed 6567 1726773069.81715: getting the remaining hosts for this loop 6567 1726773069.81716: done getting the remaining hosts for this loop 6567 1726773069.81719: getting the next task for host managed_node1 6567 1726773069.81753: done getting next task for host managed_node1 6567 1726773069.81755: ^ task is: TASK: meta (flush_handlers) 6567 1726773069.81756: ^ 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 6567 1726773069.81760: getting variables 6567 1726773069.81760: in VariableManager get_vars() 6567 1726773069.81771: Calling all_inventory to load vars for managed_node1 6567 1726773069.81773: Calling groups_inventory to load vars for managed_node1 6567 1726773069.81775: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773069.81783: done sending task result for task 1239c35c-e2e1-5e39-0463-00000000009d 6567 1726773069.81786: WORKER PROCESS EXITING 6567 1726773069.81790: Calling all_plugins_play to load vars for managed_node1 6567 1726773069.81793: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773069.81795: Calling groups_plugins_play to load vars for managed_node1 6567 1726773069.81937: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773069.82124: done with get_vars() 6567 1726773069.82133: done getting variables 6567 1726773069.82178: in VariableManager get_vars() 6567 1726773069.82189: Calling all_inventory to load vars for managed_node1 6567 1726773069.82192: Calling groups_inventory to load vars for managed_node1 6567 1726773069.82194: Calling all_plugins_inventory to load vars for managed_node1 6567 1726773069.82198: Calling all_plugins_play to load vars for managed_node1 6567 1726773069.82200: Calling groups_plugins_inventory to load vars for managed_node1 6567 1726773069.82203: Calling groups_plugins_play to load vars for managed_node1 6567 1726773069.82332: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6567 1726773069.82515: done with get_vars() 6567 1726773069.82527: done queuing things up, now waiting for results queue to drain 6567 1726773069.82529: results queue empty 6567 1726773069.82530: checking for any_errors_fatal 6567 1726773069.82531: done checking for any_errors_fatal 6567 1726773069.82531: checking for max_fail_percentage 6567 1726773069.82532: done checking for max_fail_percentage 6567 1726773069.82533: checking to see if all hosts have failed and the running result is not ok 6567 1726773069.82534: done checking to see if all hosts have failed 6567 1726773069.82534: getting the remaining hosts for this loop 6567 1726773069.82535: done getting the remaining hosts for this loop 6567 1726773069.82537: getting the next task for host managed_node1 6567 1726773069.82543: done getting next task for host managed_node1 6567 1726773069.82544: ^ task is: None 6567 1726773069.82546: ^ 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 6567 1726773069.82547: done queuing things up, now waiting for results queue to drain 6567 1726773069.82548: results queue empty 6567 1726773069.82549: checking for any_errors_fatal 6567 1726773069.82549: done checking for any_errors_fatal 6567 1726773069.82550: checking for max_fail_percentage 6567 1726773069.82551: done checking for max_fail_percentage 6567 1726773069.82552: checking to see if all hosts have failed and the running result is not ok 6567 1726773069.82552: done checking to see if all hosts have failed 6567 1726773069.82555: getting the next task for host managed_node1 6567 1726773069.82557: done getting next task for host managed_node1 6567 1726773069.82558: ^ task is: None 6567 1726773069.82559: ^ 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_node1 : ok=35 changed=10 unreachable=0 failed=0 skipped=8 rescued=1 ignored=1 Thursday 19 September 2024 15:11:09 -0400 (0:00:00.560) 0:00:49.338 **** =============================================================================== fedora.linux_system_roles.kernel_settings : Ensure required packages are installed -- 32.03s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Gathering Facts --------------------------------------------------------- 4.25s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml:2 fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started --- 1.13s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly --- 1.01s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile --- 0.93s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Ensure kernel_settings is not in active_profile ------------------------- 0.83s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.80s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.78s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Set profile_mode to auto ------------------------------------------------ 0.78s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 fedora.linux_system_roles.kernel_settings : Set profile_mode to manual --- 0.73s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes --- 0.67s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 fedora.linux_system_roles.kernel_settings : Read tuned main config ------ 0.56s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Restart tuned ----------------------------------------------------------- 0.56s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:64 fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists --- 0.53s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 fedora.linux_system_roles.kernel_settings : Check if system is ostree --- 0.47s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 fedora.linux_system_roles.kernel_settings : Get active_profile ---------- 0.46s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Get active_profile ------------------------------------------------------ 0.41s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:41 fedora.linux_system_roles.kernel_settings : Get current config ---------- 0.38s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Remove kernel_settings tuned profile ------------------------------------ 0.38s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36 fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin --- 0.37s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 6567 1726773069.82661: RUNNING CLEANUP