[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. 6591 1726773022.33945: 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 6591 1726773022.34224: Added group all to inventory 6591 1726773022.34226: Added group ungrouped to inventory 6591 1726773022.34229: Group all now contains ungrouped 6591 1726773022.34230: Examining possible inventory source: /tmp/kernel_settings-kaH/inventory.yml 6591 1726773022.42783: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 6591 1726773022.42826: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 6591 1726773022.42842: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 6591 1726773022.42882: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 6591 1726773022.42931: Loaded config def from plugin (inventory/script) 6591 1726773022.42933: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 6591 1726773022.42960: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 6591 1726773022.43017: Loaded config def from plugin (inventory/yaml) 6591 1726773022.43019: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 6591 1726773022.43079: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 6591 1726773022.43350: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 6591 1726773022.43353: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 6591 1726773022.43355: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 6591 1726773022.43360: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 6591 1726773022.43364: Loading data from /tmp/kernel_settings-kaH/inventory.yml 6591 1726773022.43409: /tmp/kernel_settings-kaH/inventory.yml was not parsable by auto 6591 1726773022.43450: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 6591 1726773022.43481: Loading data from /tmp/kernel_settings-kaH/inventory.yml 6591 1726773022.43534: group all already in inventory 6591 1726773022.43539: set inventory_file for managed_node1 6591 1726773022.43542: set inventory_dir for managed_node1 6591 1726773022.43543: Added host managed_node1 to inventory 6591 1726773022.43545: Added host managed_node1 to group all 6591 1726773022.43545: set ansible_host for managed_node1 6591 1726773022.43546: set ansible_ssh_extra_args for managed_node1 6591 1726773022.43548: set inventory_file for managed_node2 6591 1726773022.43550: set inventory_dir for managed_node2 6591 1726773022.43550: Added host managed_node2 to inventory 6591 1726773022.43551: Added host managed_node2 to group all 6591 1726773022.43552: set ansible_host for managed_node2 6591 1726773022.43552: set ansible_ssh_extra_args for managed_node2 6591 1726773022.43554: set inventory_file for managed_node3 6591 1726773022.43555: set inventory_dir for managed_node3 6591 1726773022.43556: Added host managed_node3 to inventory 6591 1726773022.43556: Added host managed_node3 to group all 6591 1726773022.43557: set ansible_host for managed_node3 6591 1726773022.43557: set ansible_ssh_extra_args for managed_node3 6591 1726773022.43559: Reconcile groups and hosts in inventory. 6591 1726773022.43561: Group ungrouped now contains managed_node1 6591 1726773022.43563: Group ungrouped now contains managed_node2 6591 1726773022.43564: Group ungrouped now contains managed_node3 6591 1726773022.43622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 6591 1726773022.43701: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 6591 1726773022.43732: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 6591 1726773022.43750: Loaded config def from plugin (vars/host_group_vars) 6591 1726773022.43751: 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) 6591 1726773022.43756: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 6591 1726773022.43761: 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) 6591 1726773022.43790: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 6591 1726773022.44022: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773022.44084: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 6591 1726773022.44109: Loaded config def from plugin (connection/local) 6591 1726773022.44111: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 6591 1726773022.44447: Loaded config def from plugin (connection/paramiko_ssh) 6591 1726773022.44450: 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) 6591 1726773022.45025: 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) 6591 1726773022.45048: Loaded config def from plugin (connection/psrp) 6591 1726773022.45050: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 6591 1726773022.45449: 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) 6591 1726773022.45472: Loaded config def from plugin (connection/ssh) 6591 1726773022.45474: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 6591 1726773022.46645: 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) 6591 1726773022.46668: Loaded config def from plugin (connection/winrm) 6591 1726773022.46670: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 6591 1726773022.46690: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 6591 1726773022.46735: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 6591 1726773022.46775: Loaded config def from plugin (shell/cmd) 6591 1726773022.46776: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 6591 1726773022.46796: 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) 6591 1726773022.46834: Loaded config def from plugin (shell/powershell) 6591 1726773022.46836: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 6591 1726773022.46873: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 6591 1726773022.46978: Loaded config def from plugin (shell/sh) 6591 1726773022.46980: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 6591 1726773022.47001: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 6591 1726773022.47180: Loaded config def from plugin (become/runas) 6591 1726773022.47182: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 6591 1726773022.47292: Loaded config def from plugin (become/su) 6591 1726773022.47294: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 6591 1726773022.47390: Loaded config def from plugin (become/sudo) 6591 1726773022.47392: 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 6591 1726773022.47415: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml 6591 1726773022.48033: trying /usr/local/lib/python3.12/site-packages/ansible/modules 6591 1726773022.49893: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 6591 1726773022.49926: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 6591 1726773022.51553: in VariableManager get_vars() 6591 1726773022.51567: done with get_vars() 6591 1726773022.51597: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 6591 1726773022.51607: 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 6591 1726773022.51757: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 6591 1726773022.51849: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 6591 1726773022.51851: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) 6591 1726773022.51873: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 6591 1726773022.51890: 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) 6591 1726773022.51991: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 6591 1726773022.52029: Loaded config def from plugin (callback/default) 6591 1726773022.52030: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 6591 1726773022.52763: Loaded config def from plugin (callback/junit) 6591 1726773022.52765: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 6591 1726773022.52795: 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) 6591 1726773022.52835: Loaded config def from plugin (callback/minimal) 6591 1726773022.52836: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 6591 1726773022.52863: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 6591 1726773022.52901: Loaded config def from plugin (callback/tree) 6591 1726773022.52903: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 6591 1726773022.52983: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 6591 1726773022.52985: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_change_settings.yml ******************************************** 1 plays in /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml 6591 1726773022.53002: in VariableManager get_vars() 6591 1726773022.53013: done with get_vars() 6591 1726773022.53017: in VariableManager get_vars() 6591 1726773022.53023: done with get_vars() 6591 1726773022.53025: variable 'omit' from source: magic vars 6591 1726773022.53048: in VariableManager get_vars() 6591 1726773022.53057: done with get_vars() 6591 1726773022.53071: variable 'omit' from source: magic vars PLAY [Test changing settings] ************************************************** 6591 1726773022.54709: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 6591 1726773022.54757: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 6591 1726773022.54783: getting the remaining hosts for this loop 6591 1726773022.54785: done getting the remaining hosts for this loop 6591 1726773022.54787: getting the next task for host managed_node2 6591 1726773022.54789: done getting next task for host managed_node2 6591 1726773022.54790: ^ task is: TASK: Gathering Facts 6591 1726773022.54791: ^ 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 6591 1726773022.54796: getting variables 6591 1726773022.54796: in VariableManager get_vars() 6591 1726773022.54816: Calling all_inventory to load vars for managed_node2 6591 1726773022.54819: Calling groups_inventory to load vars for managed_node2 6591 1726773022.54821: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773022.54829: Calling all_plugins_play to load vars for managed_node2 6591 1726773022.54836: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773022.54838: Calling groups_plugins_play to load vars for managed_node2 6591 1726773022.54858: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773022.54892: done with get_vars() 6591 1726773022.54896: done getting variables 6591 1726773022.54941: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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_change_settings.yml:2 Thursday 19 September 2024 15:10:22 -0400 (0:00:00.020) 0:00:00.020 **** 6591 1726773022.54955: entering _queue_task() for managed_node2/gather_facts 6591 1726773022.54956: Creating lock for gather_facts 6591 1726773022.55159: worker is 1 (out of 1 available) 6591 1726773022.55169: exiting _queue_task() for managed_node2/gather_facts 6591 1726773022.55183: done queuing things up, now waiting for results queue to drain 6591 1726773022.55185: waiting for pending results... 6591 1726773022.55308: running TaskExecutor() for managed_node2/TASK: Gathering Facts 6591 1726773022.55359: in run() - task 1239c35c-e2e1-152b-fb99-00000000002f 6591 1726773022.55370: variable 'ansible_search_path' from source: unknown 6591 1726773022.55398: calling self._execute() 6591 1726773022.55442: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773022.55445: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773022.55453: variable 'omit' from source: magic vars 6591 1726773022.55519: variable 'omit' from source: magic vars 6591 1726773022.55537: variable 'omit' from source: magic vars 6591 1726773022.55560: variable 'omit' from source: magic vars 6591 1726773022.55596: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773022.55623: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773022.55638: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773022.55651: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773022.55660: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773022.55686: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773022.55689: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773022.55692: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773022.55758: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773022.55762: Set connection var ansible_connection to ssh 6591 1726773022.55770: Set connection var ansible_timeout to 10 6591 1726773022.55774: Set connection var ansible_pipelining to False 6591 1726773022.55782: Set connection var ansible_shell_executable to /bin/sh 6591 1726773022.55786: Set connection var ansible_shell_type to sh 6591 1726773022.55800: variable 'ansible_shell_executable' from source: unknown 6591 1726773022.55804: variable 'ansible_connection' from source: unknown 6591 1726773022.55807: variable 'ansible_module_compression' from source: unknown 6591 1726773022.55809: variable 'ansible_shell_type' from source: unknown 6591 1726773022.55811: variable 'ansible_shell_executable' from source: unknown 6591 1726773022.55814: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773022.55818: variable 'ansible_pipelining' from source: unknown 6591 1726773022.55820: variable 'ansible_timeout' from source: unknown 6591 1726773022.55824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773022.55946: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6591 1726773022.55954: variable 'omit' from source: magic vars 6591 1726773022.55959: starting attempt loop 6591 1726773022.55961: running the handler 6591 1726773022.55974: variable 'ansible_facts' from source: unknown 6591 1726773022.55990: _low_level_execute_command(): starting 6591 1726773022.55996: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773022.56550: 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 <<< 6591 1726773022.56569: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773022.56581: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773022.56593: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773022.56605: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773022.56648: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773022.56663: stderr chunk (state=3): >>>debug1: Control socket "/root/.ansible/cp/da8ed1d8ec" does not exist debug1: Connecting to 10.31.15.197 [10.31.15.197] port 22. debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773022.56784: stderr chunk (state=3): >>>debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 <<< 6591 1726773022.56797: 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 debug1: identity file /root/.ssh/id_ed25519_sk type -1 <<< 6591 1726773022.56816: stderr chunk (state=3): >>>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 <<< 6591 1726773022.57780: 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.15.197:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent <<< 6591 1726773022.57961: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,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 <<< 6591 1726773022.58129: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_KEX_ECDH_REPLY <<< 6591 1726773022.58723: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEX_ECDH_REPLY received <<< 6591 1726773022.58734: stderr chunk (state=3): >>>debug1: Server host key: ssh-ed25519 SHA256:ET9/uJJEpNdD0FO61LhcimzECM1UbaJPA9q1nQVmYoM 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.15.197' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys <<< 6591 1726773022.59277: stderr chunk (state=3): >>>debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks <<< 6591 1726773022.59291: stderr chunk (state=3): >>>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= <<< 6591 1726773022.63462: stderr chunk (state=3): >>>debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received <<< 6591 1726773022.63659: stderr chunk (state=3): >>>debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic <<< 6591 1726773022.63760: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 6591 1726773022.63806: 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 <<< 6591 1726773022.64246: stderr chunk (state=3): >>>debug2: we sent a publickey packet, wait for reply <<< 6591 1726773022.65156: stderr chunk (state=3): >>>debug1: Enabling compression at level 6. <<< 6591 1726773022.65168: stderr chunk (state=3): >>>Authenticated to 10.31.15.197 ([10.31.15.197]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket <<< 6591 1726773022.65186: stderr chunk (state=3): >>>debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new [/root/.ansible/cp/da8ed1d8ec] debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process <<< 6591 1726773022.65211: stderr chunk (state=3): >>>debug2: control_persist_detach: background process is 6596 debug2: fd 4 setting O_NONBLOCK <<< 6591 1726773022.65248: stderr chunk (state=3): >>>debug1: forking to background <<< 6591 1726773022.65309: 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 <<< 6591 1726773022.65313: stderr chunk (state=3): >>>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 <<< 6591 1726773022.67589: 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 <<< 6591 1726773022.71685: stderr chunk (state=3): >>>debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug1: Sending command: /bin/sh -c 'echo ~ && sleep 0' debug2: channel 2: request exec confirm 1 <<< 6591 1726773022.71691: stderr chunk (state=3): >>>debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773022.71862: 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 <<< 6591 1726773022.73462: stdout chunk (state=3): >>>/root <<< 6591 1726773022.73929: 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 <<< 6591 1726773022.73934: stderr chunk (state=3): >>>debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead <<< 6591 1726773022.73937: stderr chunk (state=3): >>>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 <<< 6591 1726773022.73940: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773022.74018: stdout chunk (state=3): >>><<< 6591 1726773023.74153: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 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/da8ed1d8ec" does not exist debug1: Connecting to 10.31.15.197 [10.31.15.197] 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.15.197:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:ET9/uJJEpNdD0FO61LhcimzECM1UbaJPA9q1nQVmYoM 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.15.197' (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.15.197 ([10.31.15.197]: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/da8ed1d8ec] debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 6596 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 6591 1726773023.74171: _low_level_execute_command(): starting 6591 1726773023.74176: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773023.741533-6594-166270765082540 `" && echo ansible-tmp-1726773023.741533-6594-166270765082540="` echo /root/.ansible/tmp/ansible-tmp-1726773023.741533-6594-166270765082540 `" ) && sleep 0' 6591 1726773023.74661: 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 <<< 6591 1726773023.74665: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773023.74702: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773023.74708: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773023.74710: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773023.74754: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773023.74766: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773023.74910: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773023.76909: stdout chunk (state=3): >>>ansible-tmp-1726773023.741533-6594-166270765082540=/root/.ansible/tmp/ansible-tmp-1726773023.741533-6594-166270765082540 <<< 6591 1726773023.77068: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773023.77117: stderr chunk (state=3): >>><<< 6591 1726773023.77120: stdout chunk (state=3): >>><<< 6591 1726773023.77135: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773023.741533-6594-166270765082540=/root/.ansible/tmp/ansible-tmp-1726773023.741533-6594-166270765082540 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773023.77161: variable 'ansible_module_compression' from source: unknown 6591 1726773023.77209: ANSIBALLZ: Using generic lock for ansible.legacy.setup 6591 1726773023.77212: ANSIBALLZ: Acquiring lock 6591 1726773023.77215: ANSIBALLZ: Lock acquired: 140095747060464 6591 1726773023.77217: ANSIBALLZ: Creating module 6591 1726773023.95167: ANSIBALLZ: Writing module into payload 6591 1726773023.95275: ANSIBALLZ: Writing module 6591 1726773023.95297: ANSIBALLZ: Renaming module 6591 1726773023.95300: ANSIBALLZ: Done creating module 6591 1726773023.95327: variable 'ansible_facts' from source: unknown 6591 1726773023.95332: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773023.95340: _low_level_execute_command(): starting 6591 1726773023.95346: _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' 6591 1726773023.95808: 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 <<< 6591 1726773023.95815: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773023.95851: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773023.95862: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773023.95912: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773023.95924: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773023.96202: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773023.97877: stdout chunk (state=3): >>>PLATFORM <<< 6591 1726773023.97999: stdout chunk (state=3): >>>Linux <<< 6591 1726773023.98022: stdout chunk (state=3): >>>FOUND <<< 6591 1726773023.98028: stdout chunk (state=3): >>>/usr/bin/python3.9 <<< 6591 1726773023.98037: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 6591 1726773023.98175: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773023.98222: stderr chunk (state=3): >>><<< 6591 1726773023.98225: stdout chunk (state=3): >>><<< 6591 1726773023.98239: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773023.98248 [managed_node2]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3'] 6591 1726773023.98283: _low_level_execute_command(): starting 6591 1726773023.98288: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0' 6591 1726773023.98365: Sending initial data 6591 1726773023.98369: Sent initial data (1181 bytes) 6591 1726773023.98711: 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 <<< 6591 1726773023.98725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773023.98744: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773023.98756: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773023.98801: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773023.98817: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773023.98899: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773024.02618: 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"} <<< 6591 1726773024.03081: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773024.03124: stderr chunk (state=3): >>><<< 6591 1726773024.03128: stdout chunk (state=3): >>><<< 6591 1726773024.03138: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773024.03191: variable 'ansible_facts' from source: unknown 6591 1726773024.03194: variable 'ansible_facts' from source: unknown 6591 1726773024.03200: variable 'ansible_module_compression' from source: unknown 6591 1726773024.03237: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6591 1726773024.03257: variable 'ansible_facts' from source: unknown 6591 1726773024.03367: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773023.741533-6594-166270765082540/AnsiballZ_setup.py 6591 1726773024.03476: Sending initial data 6591 1726773024.03479: Sent initial data (151 bytes) 6591 1726773024.04124: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773024.04127: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773024.04130: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773024.04160: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773024.04163: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773024.04165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773024.04227: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773024.04230: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773024.04234: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773024.04312: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773024.06526: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773024.06602: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773024.06682: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp7ossq7wm /root/.ansible/tmp/ansible-tmp-1726773023.741533-6594-166270765082540/AnsiballZ_setup.py <<< 6591 1726773024.06753: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773024.08534: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773024.08618: stderr chunk (state=3): >>><<< 6591 1726773024.08622: stdout chunk (state=3): >>><<< 6591 1726773024.08639: done transferring module to remote 6591 1726773024.08648: _low_level_execute_command(): starting 6591 1726773024.08654: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773023.741533-6594-166270765082540/ /root/.ansible/tmp/ansible-tmp-1726773023.741533-6594-166270765082540/AnsiballZ_setup.py && sleep 0' 6591 1726773024.09066: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773024.09072: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773024.09108: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773024.09120: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773024.09167: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773024.09181: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773024.09265: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773024.10980: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773024.11026: stderr chunk (state=3): >>><<< 6591 1726773024.11029: stdout chunk (state=3): >>><<< 6591 1726773024.11041: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773024.11043: _low_level_execute_command(): starting 6591 1726773024.11048: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773023.741533-6594-166270765082540/AnsiballZ_setup.py && sleep 0' 6591 1726773024.11448: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773024.11453: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773024.11483: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773024.11496: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773024.11507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773024.11550: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773024.11561: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773024.11652: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773025.08580: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAMeHjVPWqI/vY0uA+Nig7E3ciCOkyN1ZErOFA0+sWHMxydVttZ2rS5TlMpYvHF5n7ppnRvyfTL8L+nYR4xwFvPF63KxHmCizlkln2NSHR28DRB5fIvX+yMx0TaM+n7bba04aPiV4dp++2ered6bqSBxpn5RCOqNElCSnsoF2YBAXAAAAFQChZy2z6fvWqQZRJJruQmfilOhc0wAAAIBWhNz1rmK0UMA3CgfKf36OipRqTxllcJh5mH9A5zOSk2QFdvkVN/hu9B6qgx1Ml151zZVywht1ldEp3RpIUUo5gu8ucJoTLnQeoyC4yc78lx4WDAvx1wh7JzMCVdIMJQqr+XfzB06r2pJe429uQxbDMnzKMoxior6gTFIe3FPNlAAAAIEAilLXnjtFmC7FJ/UfPgSk6DShz1TcLrMHf/vulfsYbHTAaVcGawcLhAw6GqYmpmRk+yYvIda5V/AlsP8Em1WNZqi2J9vDbHHxE7wYEqROg7tXGs0Tk+C41SIZAgGS9q4AY6dVbxOzT3/T3kX5G5s+Y8ObVaw6ejkBv9+6xF3siSA=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDfgbk+yrIfqzkd4uzrDJeOzIwaB5S8GByZ/QkMP+wNH5/3i8LL1JTq3UGtWgTNXHi+b1j8NbADK3JQzrXZWXYaDvawvAnboqUCr/Iy7s0p44IIpWv6gUdHpSSIpZLwMwz5K5l5dMndoIjBrqc44B6bSv+E98RlNDIt89wor1cYpn/e4VEAglFXGeKJVup/vRDNbRl/SQ98OY7hdfc0cSg6LpS2zrk7pqs7cVOH3/6IhsU6RiQFkotoN1bC75Xfo4Y5igGjW2rNBzUC+sJZNfprEYolHAlEVq49aJJNVL8EFGSKZ4P4+yHrCOTwAKCwoDRi4Ze4sdeRgLC5AT+d5V5KnhGorx/V+amFKQIazVPXTDbDocngUMlEcB+KpC+qVryIrqryFRtr3bcFhIksf2bi7fXztiKSJayLdCTZSmy6GPJ2KS/2TnPQJ74d2Byw31uy9s+hokvzeF7F9YfSotFCJ0YvgCzLt6bhDVDYWQtRrgySDTGqbQIE+htxM+gDB20=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSYw1dORfoHPanbj264hFUU85BNR1ngYfv14tR4pwesbZuQm875vasuZC5DG7nYgm3b//GSl+506D9eOfmP5io=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIOVyavBHUpvKUuPzGRCGFq+4TMCO+ndcRbOk5AnQnanO", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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-15-197.us-east-1.aws.redhat.com", "ansible_hostname": <<< 6591 1726773025.08588: stdout chunk (state=3): >>>"ip-10-31-15-197", "ansible_nodename": "ip-10-31-15-197.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": "9b7ec101a0ff4988ae7d17d41c9857bc", "ansible_is_chroot": false, "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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:ef4e1c39-6f50-438a-87e7-12fb70b80bde", "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.670968Z", "iso8601": "2024-09-19T19:10:24Z", "iso8601_basic": "20240919T151024670968", "iso8601_basic_short": "20240919T151024", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_local": {}, "ansible_apparmor": {"status": "disabled"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_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 53724 10.31.15.197 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 53724 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_iscsi_iqn": "", "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_<<< 6591 1726773025.08612: stdout chunk (state=3): >>>mb": 3532, "ansible_memfree_mb": 3030, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3532, "used": 502, "free": 3030}, "nocache": {"free": 3338, "used": 194}, "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": "ec22199d-e206-0ca7-a357-484fd3545be4", "ansible_product_uuid": "ec22199d-e206-0ca7-a357-484fd3545be4", "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": 246, "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_fips": false, "ansible_fibre_channel_wwn": [], "ansible_loadavg": {"1m": 0.17, "5m": 0.27, "15m": 0.13}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:d1:97:d5:a3", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.15.197", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:d1ff:fe97:d5a3", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.15.197", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:d1:97:d5:a3", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.15.197"], "ansible_all_ipv6_addresses": ["fe80::8ff:d1ff:fe97:d5a3"], "ansib<<< 6591 1726773025.08655: stdout chunk (state=3): >>>le_locally_reachable_ips": {"ipv4": ["10.31.15.197", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:d1ff:fe97:d5a3"]}, "ansible_lsb": {}, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 6591 1726773025.10315: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773025.10340: stderr chunk (state=3): >>><<< 6591 1726773025.10345: stdout chunk (state=3): >>><<< 6591 1726773025.10811: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAMeHjVPWqI/vY0uA+Nig7E3ciCOkyN1ZErOFA0+sWHMxydVttZ2rS5TlMpYvHF5n7ppnRvyfTL8L+nYR4xwFvPF63KxHmCizlkln2NSHR28DRB5fIvX+yMx0TaM+n7bba04aPiV4dp++2ered6bqSBxpn5RCOqNElCSnsoF2YBAXAAAAFQChZy2z6fvWqQZRJJruQmfilOhc0wAAAIBWhNz1rmK0UMA3CgfKf36OipRqTxllcJh5mH9A5zOSk2QFdvkVN/hu9B6qgx1Ml151zZVywht1ldEp3RpIUUo5gu8ucJoTLnQeoyC4yc78lx4WDAvx1wh7JzMCVdIMJQqr+XfzB06r2pJe429uQxbDMnzKMoxior6gTFIe3FPNlAAAAIEAilLXnjtFmC7FJ/UfPgSk6DShz1TcLrMHf/vulfsYbHTAaVcGawcLhAw6GqYmpmRk+yYvIda5V/AlsP8Em1WNZqi2J9vDbHHxE7wYEqROg7tXGs0Tk+C41SIZAgGS9q4AY6dVbxOzT3/T3kX5G5s+Y8ObVaw6ejkBv9+6xF3siSA=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDfgbk+yrIfqzkd4uzrDJeOzIwaB5S8GByZ/QkMP+wNH5/3i8LL1JTq3UGtWgTNXHi+b1j8NbADK3JQzrXZWXYaDvawvAnboqUCr/Iy7s0p44IIpWv6gUdHpSSIpZLwMwz5K5l5dMndoIjBrqc44B6bSv+E98RlNDIt89wor1cYpn/e4VEAglFXGeKJVup/vRDNbRl/SQ98OY7hdfc0cSg6LpS2zrk7pqs7cVOH3/6IhsU6RiQFkotoN1bC75Xfo4Y5igGjW2rNBzUC+sJZNfprEYolHAlEVq49aJJNVL8EFGSKZ4P4+yHrCOTwAKCwoDRi4Ze4sdeRgLC5AT+d5V5KnhGorx/V+amFKQIazVPXTDbDocngUMlEcB+KpC+qVryIrqryFRtr3bcFhIksf2bi7fXztiKSJayLdCTZSmy6GPJ2KS/2TnPQJ74d2Byw31uy9s+hokvzeF7F9YfSotFCJ0YvgCzLt6bhDVDYWQtRrgySDTGqbQIE+htxM+gDB20=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSYw1dORfoHPanbj264hFUU85BNR1ngYfv14tR4pwesbZuQm875vasuZC5DG7nYgm3b//GSl+506D9eOfmP5io=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIOVyavBHUpvKUuPzGRCGFq+4TMCO+ndcRbOk5AnQnanO", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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-15-197.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-15-197", "ansible_nodename": "ip-10-31-15-197.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": "9b7ec101a0ff4988ae7d17d41c9857bc", "ansible_is_chroot": false, "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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:ef4e1c39-6f50-438a-87e7-12fb70b80bde", "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.670968Z", "iso8601": "2024-09-19T19:10:24Z", "iso8601_basic": "20240919T151024670968", "iso8601_basic_short": "20240919T151024", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_local": {}, "ansible_apparmor": {"status": "disabled"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_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 53724 10.31.15.197 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 53724 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_iscsi_iqn": "", "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": 3030, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3532, "used": 502, "free": 3030}, "nocache": {"free": 3338, "used": 194}, "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": "ec22199d-e206-0ca7-a357-484fd3545be4", "ansible_product_uuid": "ec22199d-e206-0ca7-a357-484fd3545be4", "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": 246, "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_fips": false, "ansible_fibre_channel_wwn": [], "ansible_loadavg": {"1m": 0.17, "5m": 0.27, "15m": 0.13}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:d1:97:d5:a3", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.15.197", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:d1ff:fe97:d5a3", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.15.197", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:d1:97:d5:a3", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.15.197"], "ansible_all_ipv6_addresses": ["fe80::8ff:d1ff:fe97:d5a3"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.15.197", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:d1ff:fe97:d5a3"]}, "ansible_lsb": {}, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. [WARNING]: Platform linux on host managed_node2 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. 6591 1726773025.10822: 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-1726773023.741533-6594-166270765082540/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773025.10824: _low_level_execute_command(): starting 6591 1726773025.10827: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773023.741533-6594-166270765082540/ > /dev/null 2>&1 && sleep 0' 6591 1726773025.11492: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773025.11511: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773025.11527: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773025.11546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.11597: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773025.11612: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773025.11627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.11646: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773025.11658: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773025.11669: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773025.11687: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773025.11702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773025.11721: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.11734: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773025.11745: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773025.11759: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.11842: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773025.11859: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773025.11874: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773025.12064: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773025.14058: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773025.14061: stdout chunk (state=3): >>><<< 6591 1726773025.14069: stderr chunk (state=3): >>><<< 6591 1726773025.14086: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773025.14095: handler run complete 6591 1726773025.14229: variable 'ansible_facts' from source: unknown 6591 1726773025.14324: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773025.14639: variable 'ansible_facts' from source: unknown 6591 1726773025.14784: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773025.14915: attempt loop complete, returning result 6591 1726773025.14918: _execute() done 6591 1726773025.14921: dumping result to json 6591 1726773025.14952: done dumping result, returning 6591 1726773025.14961: done running TaskExecutor() for managed_node2/TASK: Gathering Facts [1239c35c-e2e1-152b-fb99-00000000002f] 6591 1726773025.14968: sending task result for task 1239c35c-e2e1-152b-fb99-00000000002f 6591 1726773025.15298: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000002f 6591 1726773025.15301: WORKER PROCESS EXITING ok: [managed_node2] 6591 1726773025.15590: no more pending results, returning what we have 6591 1726773025.15593: results queue empty 6591 1726773025.15594: checking for any_errors_fatal 6591 1726773025.15596: done checking for any_errors_fatal 6591 1726773025.15596: checking for max_fail_percentage 6591 1726773025.15598: done checking for max_fail_percentage 6591 1726773025.15599: checking to see if all hosts have failed and the running result is not ok 6591 1726773025.15600: done checking to see if all hosts have failed 6591 1726773025.15601: getting the remaining hosts for this loop 6591 1726773025.15602: done getting the remaining hosts for this loop 6591 1726773025.15608: getting the next task for host managed_node2 6591 1726773025.15614: done getting next task for host managed_node2 6591 1726773025.15616: ^ task is: TASK: meta (flush_handlers) 6591 1726773025.15618: ^ 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 6591 1726773025.15622: getting variables 6591 1726773025.15623: in VariableManager get_vars() 6591 1726773025.15645: Calling all_inventory to load vars for managed_node2 6591 1726773025.15648: Calling groups_inventory to load vars for managed_node2 6591 1726773025.15652: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773025.15661: Calling all_plugins_play to load vars for managed_node2 6591 1726773025.15664: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773025.15667: Calling groups_plugins_play to load vars for managed_node2 6591 1726773025.15855: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773025.16069: done with get_vars() 6591 1726773025.16082: done getting variables 6591 1726773025.16159: in VariableManager get_vars() 6591 1726773025.16168: Calling all_inventory to load vars for managed_node2 6591 1726773025.16171: Calling groups_inventory to load vars for managed_node2 6591 1726773025.16173: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773025.16180: Calling all_plugins_play to load vars for managed_node2 6591 1726773025.16183: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773025.16191: Calling groups_plugins_play to load vars for managed_node2 6591 1726773025.16358: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773025.16563: done with get_vars() 6591 1726773025.16586: done queuing things up, now waiting for results queue to drain 6591 1726773025.16588: results queue empty 6591 1726773025.16589: checking for any_errors_fatal 6591 1726773025.16591: done checking for any_errors_fatal 6591 1726773025.16592: checking for max_fail_percentage 6591 1726773025.16593: done checking for max_fail_percentage 6591 1726773025.16594: checking to see if all hosts have failed and the running result is not ok 6591 1726773025.16595: done checking to see if all hosts have failed 6591 1726773025.16595: getting the remaining hosts for this loop 6591 1726773025.16596: done getting the remaining hosts for this loop 6591 1726773025.16599: getting the next task for host managed_node2 6591 1726773025.16606: done getting next task for host managed_node2 6591 1726773025.16609: ^ task is: TASK: Check if system is ostree 6591 1726773025.16611: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773025.16613: getting variables 6591 1726773025.16614: in VariableManager get_vars() 6591 1726773025.16621: Calling all_inventory to load vars for managed_node2 6591 1726773025.16624: Calling groups_inventory to load vars for managed_node2 6591 1726773025.16626: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773025.16630: Calling all_plugins_play to load vars for managed_node2 6591 1726773025.16633: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773025.16636: Calling groups_plugins_play to load vars for managed_node2 6591 1726773025.16782: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773025.16993: done with get_vars() 6591 1726773025.17000: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:12 Thursday 19 September 2024 15:10:25 -0400 (0:00:02.621) 0:00:02.641 **** 6591 1726773025.17084: entering _queue_task() for managed_node2/stat 6591 1726773025.17338: worker is 1 (out of 1 available) 6591 1726773025.17349: exiting _queue_task() for managed_node2/stat 6591 1726773025.17360: done queuing things up, now waiting for results queue to drain 6591 1726773025.17363: waiting for pending results... 6591 1726773025.17622: running TaskExecutor() for managed_node2/TASK: Check if system is ostree 6591 1726773025.17735: in run() - task 1239c35c-e2e1-152b-fb99-000000000007 6591 1726773025.17756: variable 'ansible_search_path' from source: unknown 6591 1726773025.17811: calling self._execute() 6591 1726773025.17890: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773025.17902: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773025.17919: variable 'omit' from source: magic vars 6591 1726773025.18418: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773025.18734: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773025.18796: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773025.18835: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773025.18884: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773025.18985: 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) 6591 1726773025.19023: 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) 6591 1726773025.19055: 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) 6591 1726773025.19097: 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) 6591 1726773025.19237: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 6591 1726773025.19250: variable 'omit' from source: magic vars 6591 1726773025.19296: variable 'omit' from source: magic vars 6591 1726773025.19345: variable 'omit' from source: magic vars 6591 1726773025.19374: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773025.19415: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773025.19441: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773025.19461: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773025.19477: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773025.19512: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773025.19527: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773025.19535: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773025.19650: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773025.19660: Set connection var ansible_connection to ssh 6591 1726773025.19674: Set connection var ansible_timeout to 10 6591 1726773025.19687: Set connection var ansible_pipelining to False 6591 1726773025.19697: Set connection var ansible_shell_executable to /bin/sh 6591 1726773025.19705: Set connection var ansible_shell_type to sh 6591 1726773025.19729: variable 'ansible_shell_executable' from source: unknown 6591 1726773025.19744: variable 'ansible_connection' from source: unknown 6591 1726773025.19751: variable 'ansible_module_compression' from source: unknown 6591 1726773025.19760: variable 'ansible_shell_type' from source: unknown 6591 1726773025.19769: variable 'ansible_shell_executable' from source: unknown 6591 1726773025.19776: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773025.19786: variable 'ansible_pipelining' from source: unknown 6591 1726773025.19793: variable 'ansible_timeout' from source: unknown 6591 1726773025.19800: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773025.19947: 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) 6591 1726773025.19969: variable 'omit' from source: magic vars 6591 1726773025.19981: starting attempt loop 6591 1726773025.19990: running the handler 6591 1726773025.20008: _low_level_execute_command(): starting 6591 1726773025.20019: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773025.20841: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773025.20859: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773025.20873: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773025.20894: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.20937: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773025.20956: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773025.20973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.20994: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773025.21007: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773025.21019: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773025.21031: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773025.21045: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773025.21068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.21087: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773025.21099: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773025.21116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.21202: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773025.21226: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773025.21241: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773025.21511: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773025.23190: stdout chunk (state=3): >>>/root <<< 6591 1726773025.23319: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773025.23344: stderr chunk (state=3): >>><<< 6591 1726773025.23347: stdout chunk (state=3): >>><<< 6591 1726773025.23368: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773025.23384: _low_level_execute_command(): starting 6591 1726773025.23392: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773025.233685-6655-241070719056972 `" && echo ansible-tmp-1726773025.233685-6655-241070719056972="` echo /root/.ansible/tmp/ansible-tmp-1726773025.233685-6655-241070719056972 `" ) && sleep 0' 6591 1726773025.23835: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773025.23840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773025.23856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.23895: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.23899: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.23901: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.23949: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773025.23961: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773025.24055: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773025.25927: stdout chunk (state=3): >>>ansible-tmp-1726773025.233685-6655-241070719056972=/root/.ansible/tmp/ansible-tmp-1726773025.233685-6655-241070719056972 <<< 6591 1726773025.26097: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773025.26159: stderr chunk (state=3): >>><<< 6591 1726773025.26161: stdout chunk (state=3): >>><<< 6591 1726773025.26183: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773025.233685-6655-241070719056972=/root/.ansible/tmp/ansible-tmp-1726773025.233685-6655-241070719056972 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773025.26236: variable 'ansible_module_compression' from source: unknown 6591 1726773025.26282: ANSIBALLZ: Using lock for stat 6591 1726773025.26285: ANSIBALLZ: Acquiring lock 6591 1726773025.26288: ANSIBALLZ: Lock acquired: 140095747061280 6591 1726773025.26291: ANSIBALLZ: Creating module 6591 1726773025.35348: ANSIBALLZ: Writing module into payload 6591 1726773025.35432: ANSIBALLZ: Writing module 6591 1726773025.35450: ANSIBALLZ: Renaming module 6591 1726773025.35455: ANSIBALLZ: Done creating module 6591 1726773025.35470: variable 'ansible_facts' from source: unknown 6591 1726773025.35524: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773025.233685-6655-241070719056972/AnsiballZ_stat.py 6591 1726773025.35638: Sending initial data 6591 1726773025.35641: Sent initial data (150 bytes) 6591 1726773025.36357: 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 <<< 6591 1726773025.36373: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.36388: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.36400: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.36459: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773025.36470: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773025.36565: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773025.38434: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773025.38663: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773025.38737: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp4jm19ilq /root/.ansible/tmp/ansible-tmp-1726773025.233685-6655-241070719056972/AnsiballZ_stat.py <<< 6591 1726773025.38812: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773025.39729: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773025.39839: stderr chunk (state=3): >>><<< 6591 1726773025.39842: stdout chunk (state=3): >>><<< 6591 1726773025.39863: done transferring module to remote 6591 1726773025.39873: _low_level_execute_command(): starting 6591 1726773025.39880: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773025.233685-6655-241070719056972/ /root/.ansible/tmp/ansible-tmp-1726773025.233685-6655-241070719056972/AnsiballZ_stat.py && sleep 0' 6591 1726773025.40351: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773025.40357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.40411: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.40418: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.40465: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773025.40477: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773025.40560: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773025.42377: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773025.42426: stderr chunk (state=3): >>><<< 6591 1726773025.42429: stdout chunk (state=3): >>><<< 6591 1726773025.42447: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773025.42450: _low_level_execute_command(): starting 6591 1726773025.42455: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773025.233685-6655-241070719056972/AnsiballZ_stat.py && sleep 0' 6591 1726773025.42900: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773025.42907: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.42940: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.42952: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.43013: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773025.43030: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773025.43110: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773025.56724: 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"}}} <<< 6591 1726773025.57824: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773025.57878: stderr chunk (state=3): >>><<< 6591 1726773025.57882: stdout chunk (state=3): >>><<< 6591 1726773025.57899: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773025.57935: 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.233685-6655-241070719056972/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773025.57941: _low_level_execute_command(): starting 6591 1726773025.57947: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773025.233685-6655-241070719056972/ > /dev/null 2>&1 && sleep 0' 6591 1726773025.58399: 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 <<< 6591 1726773025.58407: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.58443: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.58449: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773025.58456: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773025.58475: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773025.58478: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.58523: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773025.58536: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773025.58547: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773025.58655: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773025.60552: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773025.60594: stderr chunk (state=3): >>><<< 6591 1726773025.60597: stdout chunk (state=3): >>><<< 6591 1726773025.60709: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773025.60713: handler run complete 6591 1726773025.60717: attempt loop complete, returning result 6591 1726773025.60719: _execute() done 6591 1726773025.60722: dumping result to json 6591 1726773025.60723: done dumping result, returning 6591 1726773025.60743: done running TaskExecutor() for managed_node2/TASK: Check if system is ostree [1239c35c-e2e1-152b-fb99-000000000007] 6591 1726773025.60746: sending task result for task 1239c35c-e2e1-152b-fb99-000000000007 6591 1726773025.60851: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000007 6591 1726773025.60854: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } 6591 1726773025.60923: no more pending results, returning what we have 6591 1726773025.60927: results queue empty 6591 1726773025.60927: checking for any_errors_fatal 6591 1726773025.60929: done checking for any_errors_fatal 6591 1726773025.60930: checking for max_fail_percentage 6591 1726773025.60931: done checking for max_fail_percentage 6591 1726773025.60932: checking to see if all hosts have failed and the running result is not ok 6591 1726773025.60933: done checking to see if all hosts have failed 6591 1726773025.60933: getting the remaining hosts for this loop 6591 1726773025.60935: done getting the remaining hosts for this loop 6591 1726773025.60939: getting the next task for host managed_node2 6591 1726773025.60945: done getting next task for host managed_node2 6591 1726773025.60946: ^ task is: TASK: Set flag to indicate system is ostree 6591 1726773025.60949: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773025.60952: getting variables 6591 1726773025.60954: in VariableManager get_vars() 6591 1726773025.60993: Calling all_inventory to load vars for managed_node2 6591 1726773025.60997: Calling groups_inventory to load vars for managed_node2 6591 1726773025.61000: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773025.61013: Calling all_plugins_play to load vars for managed_node2 6591 1726773025.61017: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773025.61020: Calling groups_plugins_play to load vars for managed_node2 6591 1726773025.61169: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773025.61284: done with get_vars() 6591 1726773025.61291: done getting variables 6591 1726773025.61362: 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 [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:17 Thursday 19 September 2024 15:10:25 -0400 (0:00:00.443) 0:00:03.084 **** 6591 1726773025.61386: entering _queue_task() for managed_node2/set_fact 6591 1726773025.61387: Creating lock for set_fact 6591 1726773025.61564: worker is 1 (out of 1 available) 6591 1726773025.61573: exiting _queue_task() for managed_node2/set_fact 6591 1726773025.61587: done queuing things up, now waiting for results queue to drain 6591 1726773025.61588: waiting for pending results... 6591 1726773025.61723: running TaskExecutor() for managed_node2/TASK: Set flag to indicate system is ostree 6591 1726773025.61781: in run() - task 1239c35c-e2e1-152b-fb99-000000000008 6591 1726773025.61792: variable 'ansible_search_path' from source: unknown 6591 1726773025.61822: calling self._execute() 6591 1726773025.61871: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773025.61876: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773025.61884: variable 'omit' from source: magic vars 6591 1726773025.62220: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773025.62392: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773025.62427: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773025.62452: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773025.62499: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773025.62567: 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) 6591 1726773025.62588: 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) 6591 1726773025.62611: 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) 6591 1726773025.62650: 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) 6591 1726773025.62771: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 6591 1726773025.62776: variable 'omit' from source: magic vars 6591 1726773025.62807: variable 'omit' from source: magic vars 6591 1726773025.62911: variable '__ostree_booted_stat' from source: set_fact 6591 1726773025.62954: variable 'omit' from source: magic vars 6591 1726773025.62986: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773025.63011: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773025.63028: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773025.63601: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773025.63646: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773025.63650: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773025.63652: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773025.63654: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773025.63656: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773025.63658: Set connection var ansible_connection to ssh 6591 1726773025.63660: Set connection var ansible_timeout to 10 6591 1726773025.63662: Set connection var ansible_pipelining to False 6591 1726773025.63664: Set connection var ansible_shell_executable to /bin/sh 6591 1726773025.63666: Set connection var ansible_shell_type to sh 6591 1726773025.63668: variable 'ansible_shell_executable' from source: unknown 6591 1726773025.63669: variable 'ansible_connection' from source: unknown 6591 1726773025.63671: variable 'ansible_module_compression' from source: unknown 6591 1726773025.63673: variable 'ansible_shell_type' from source: unknown 6591 1726773025.63675: variable 'ansible_shell_executable' from source: unknown 6591 1726773025.63677: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773025.63681: variable 'ansible_pipelining' from source: unknown 6591 1726773025.63682: variable 'ansible_timeout' from source: unknown 6591 1726773025.63684: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773025.63687: 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) 6591 1726773025.63689: variable 'omit' from source: magic vars 6591 1726773025.63691: starting attempt loop 6591 1726773025.63693: running the handler 6591 1726773025.63695: handler run complete 6591 1726773025.63697: attempt loop complete, returning result 6591 1726773025.63699: _execute() done 6591 1726773025.63700: dumping result to json 6591 1726773025.63702: done dumping result, returning 6591 1726773025.63706: done running TaskExecutor() for managed_node2/TASK: Set flag to indicate system is ostree [1239c35c-e2e1-152b-fb99-000000000008] 6591 1726773025.63708: sending task result for task 1239c35c-e2e1-152b-fb99-000000000008 6591 1726773025.63773: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000008 6591 1726773025.63776: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_is_ostree": false }, "changed": false } 6591 1726773025.63826: no more pending results, returning what we have 6591 1726773025.63828: results queue empty 6591 1726773025.63829: checking for any_errors_fatal 6591 1726773025.63836: done checking for any_errors_fatal 6591 1726773025.63836: checking for max_fail_percentage 6591 1726773025.63838: done checking for max_fail_percentage 6591 1726773025.63839: checking to see if all hosts have failed and the running result is not ok 6591 1726773025.63839: done checking to see if all hosts have failed 6591 1726773025.63840: getting the remaining hosts for this loop 6591 1726773025.63841: done getting the remaining hosts for this loop 6591 1726773025.63845: getting the next task for host managed_node2 6591 1726773025.63856: done getting next task for host managed_node2 6591 1726773025.63858: ^ task is: TASK: Ensure required packages are installed 6591 1726773025.63860: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773025.63863: getting variables 6591 1726773025.63864: in VariableManager get_vars() 6591 1726773025.63890: Calling all_inventory to load vars for managed_node2 6591 1726773025.63892: Calling groups_inventory to load vars for managed_node2 6591 1726773025.63895: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773025.63908: Calling all_plugins_play to load vars for managed_node2 6591 1726773025.63912: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773025.63915: Calling groups_plugins_play to load vars for managed_node2 6591 1726773025.64033: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773025.64167: done with get_vars() 6591 1726773025.64174: done getting variables 6591 1726773025.64265: 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 [Ensure required packages are installed] ********************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:22 Thursday 19 September 2024 15:10:25 -0400 (0:00:00.029) 0:00:03.113 **** 6591 1726773025.64301: entering _queue_task() for managed_node2/package 6591 1726773025.64302: Creating lock for package 6591 1726773025.64536: worker is 1 (out of 1 available) 6591 1726773025.64547: exiting _queue_task() for managed_node2/package 6591 1726773025.64556: done queuing things up, now waiting for results queue to drain 6591 1726773025.64557: waiting for pending results... 6591 1726773025.64807: running TaskExecutor() for managed_node2/TASK: Ensure required packages are installed 6591 1726773025.64894: in run() - task 1239c35c-e2e1-152b-fb99-000000000009 6591 1726773025.64915: variable 'ansible_search_path' from source: unknown 6591 1726773025.64952: calling self._execute() 6591 1726773025.65030: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773025.65041: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773025.65054: variable 'omit' from source: magic vars 6591 1726773025.65165: variable 'omit' from source: magic vars 6591 1726773025.65210: variable 'omit' from source: magic vars 6591 1726773025.65613: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773025.67131: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773025.67185: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773025.67215: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773025.67241: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773025.67262: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773025.67333: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773025.67354: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773025.67373: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773025.67404: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773025.67416: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773025.67500: variable '__kernel_settings_is_ostree' from source: set_fact 6591 1726773025.67506: variable 'omit' from source: magic vars 6591 1726773025.67568: variable 'omit' from source: magic vars 6591 1726773025.67580: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773025.67610: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773025.67627: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773025.67642: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773025.67652: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773025.67678: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773025.67697: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773025.67702: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773025.67838: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773025.67841: Set connection var ansible_connection to ssh 6591 1726773025.67843: Set connection var ansible_timeout to 10 6591 1726773025.67845: Set connection var ansible_pipelining to False 6591 1726773025.67848: Set connection var ansible_shell_executable to /bin/sh 6591 1726773025.67850: Set connection var ansible_shell_type to sh 6591 1726773025.67852: variable 'ansible_shell_executable' from source: unknown 6591 1726773025.67854: variable 'ansible_connection' from source: unknown 6591 1726773025.67856: variable 'ansible_module_compression' from source: unknown 6591 1726773025.67858: variable 'ansible_shell_type' from source: unknown 6591 1726773025.67860: variable 'ansible_shell_executable' from source: unknown 6591 1726773025.67862: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773025.67863: variable 'ansible_pipelining' from source: unknown 6591 1726773025.67865: variable 'ansible_timeout' from source: unknown 6591 1726773025.67867: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773025.67947: 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) 6591 1726773025.67957: variable 'omit' from source: magic vars 6591 1726773025.67960: starting attempt loop 6591 1726773025.67963: running the handler 6591 1726773025.67971: variable 'ansible_facts' from source: unknown 6591 1726773025.67974: variable 'ansible_facts' from source: unknown 6591 1726773025.68028: _low_level_execute_command(): starting 6591 1726773025.68036: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773025.68709: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773025.68724: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773025.68740: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773025.68759: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.68802: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773025.68818: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773025.68831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.68847: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773025.68858: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773025.68868: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773025.68883: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773025.68899: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773025.68918: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.68931: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773025.68943: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773025.68960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.69025: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773025.69028: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773025.69044: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773025.69117: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773025.70764: stdout chunk (state=3): >>>/root <<< 6591 1726773025.70933: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773025.70983: stderr chunk (state=3): >>><<< 6591 1726773025.70986: stdout chunk (state=3): >>><<< 6591 1726773025.71006: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773025.71015: _low_level_execute_command(): starting 6591 1726773025.71021: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773025.7100472-6675-138490167532504 `" && echo ansible-tmp-1726773025.7100472-6675-138490167532504="` echo /root/.ansible/tmp/ansible-tmp-1726773025.7100472-6675-138490167532504 `" ) && sleep 0' 6591 1726773025.71460: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773025.71473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.71492: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773025.71505: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773025.71517: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.71560: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773025.71572: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773025.71657: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773025.73527: stdout chunk (state=3): >>>ansible-tmp-1726773025.7100472-6675-138490167532504=/root/.ansible/tmp/ansible-tmp-1726773025.7100472-6675-138490167532504 <<< 6591 1726773025.73714: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773025.73758: stderr chunk (state=3): >>><<< 6591 1726773025.73762: stdout chunk (state=3): >>><<< 6591 1726773025.73782: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773025.7100472-6675-138490167532504=/root/.ansible/tmp/ansible-tmp-1726773025.7100472-6675-138490167532504 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773025.73807: variable 'ansible_module_compression' from source: unknown 6591 1726773025.73856: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 6591 1726773025.73859: ANSIBALLZ: Acquiring lock 6591 1726773025.73862: ANSIBALLZ: Lock acquired: 140095747060464 6591 1726773025.73864: ANSIBALLZ: Creating module 6591 1726773025.83769: ANSIBALLZ: Writing module into payload 6591 1726773025.84028: ANSIBALLZ: Writing module 6591 1726773025.84067: ANSIBALLZ: Renaming module 6591 1726773025.84086: ANSIBALLZ: Done creating module 6591 1726773025.84111: variable 'ansible_facts' from source: unknown 6591 1726773025.84207: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773025.7100472-6675-138490167532504/AnsiballZ_dnf.py 6591 1726773025.84373: Sending initial data 6591 1726773025.84377: Sent initial data (150 bytes) 6591 1726773025.85373: 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 <<< 6591 1726773025.85377: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.85418: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773025.85421: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.85424: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773025.85426: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773025.85428: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.85484: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773025.85489: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773025.85492: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773025.85573: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773025.87569: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773025.87628: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpv6k3e101 /root/.ansible/tmp/ansible-tmp-1726773025.7100472-6675-138490167532504/AnsiballZ_dnf.py <<< 6591 1726773025.87700: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773025.89401: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773025.89657: stderr chunk (state=3): >>><<< 6591 1726773025.89661: stdout chunk (state=3): >>><<< 6591 1726773025.89663: done transferring module to remote 6591 1726773025.89665: _low_level_execute_command(): starting 6591 1726773025.89668: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773025.7100472-6675-138490167532504/ /root/.ansible/tmp/ansible-tmp-1726773025.7100472-6675-138490167532504/AnsiballZ_dnf.py && sleep 0' 6591 1726773025.90265: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773025.90281: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773025.90297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773025.90320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.90370: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773025.90383: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773025.90398: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.90420: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773025.90465: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773025.90478: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773025.90492: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773025.90508: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773025.90527: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.90539: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773025.90555: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773025.90569: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.91362: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773025.91456: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773025.91474: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773025.91584: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773025.93508: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773025.93512: stdout chunk (state=3): >>><<< 6591 1726773025.93515: stderr chunk (state=3): >>><<< 6591 1726773025.93619: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773025.93623: _low_level_execute_command(): starting 6591 1726773025.93626: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773025.7100472-6675-138490167532504/AnsiballZ_dnf.py && sleep 0' 6591 1726773025.95272: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773025.95276: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773025.95320: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.95324: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773025.95327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773025.95509: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773025.95575: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773025.95773: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773057.45295: 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", "procps-ng"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 6591 1726773057.65634: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773057.65687: stderr chunk (state=3): >>><<< 6591 1726773057.65690: stdout chunk (state=3): >>><<< 6591 1726773057.65712: _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", "procps-ng"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773057.65758: done with _execute_module (ansible.legacy.dnf, {'name': ['tuned', 'procps-ng'], 'state': 'present', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.dnf', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773025.7100472-6675-138490167532504/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773057.65762: _low_level_execute_command(): starting 6591 1726773057.65767: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773025.7100472-6675-138490167532504/ > /dev/null 2>&1 && sleep 0' 6591 1726773057.66256: 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 <<< 6591 1726773057.66259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773057.66300: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration <<< 6591 1726773057.66305: 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.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773057.66308: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773057.66349: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773057.66362: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773057.66457: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773057.68516: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773057.68575: stderr chunk (state=3): >>><<< 6591 1726773057.68579: stdout chunk (state=3): >>><<< 6591 1726773057.68596: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773057.68604: handler run complete 6591 1726773057.68634: attempt loop complete, returning result 6591 1726773057.68642: _execute() done 6591 1726773057.68645: dumping result to json 6591 1726773057.68650: done dumping result, returning 6591 1726773057.68660: done running TaskExecutor() for managed_node2/TASK: Ensure required packages are installed [1239c35c-e2e1-152b-fb99-000000000009] 6591 1726773057.68666: sending task result for task 1239c35c-e2e1-152b-fb99-000000000009 6591 1726773057.68769: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000009 6591 1726773057.68772: WORKER PROCESS EXITING changed: [managed_node2] => { "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" ] } 6591 1726773057.68857: no more pending results, returning what we have 6591 1726773057.68860: results queue empty 6591 1726773057.68860: checking for any_errors_fatal 6591 1726773057.68866: done checking for any_errors_fatal 6591 1726773057.68867: checking for max_fail_percentage 6591 1726773057.68868: done checking for max_fail_percentage 6591 1726773057.68869: checking to see if all hosts have failed and the running result is not ok 6591 1726773057.68870: done checking to see if all hosts have failed 6591 1726773057.68871: getting the remaining hosts for this loop 6591 1726773057.68873: done getting the remaining hosts for this loop 6591 1726773057.68879: getting the next task for host managed_node2 6591 1726773057.68884: done getting next task for host managed_node2 6591 1726773057.68886: ^ task is: TASK: See if tuned has a profile subdir 6591 1726773057.68888: ^ state is: HOST STATE: block=2, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773057.68892: getting variables 6591 1726773057.68893: in VariableManager get_vars() 6591 1726773057.68928: Calling all_inventory to load vars for managed_node2 6591 1726773057.68931: Calling groups_inventory to load vars for managed_node2 6591 1726773057.68935: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773057.68945: Calling all_plugins_play to load vars for managed_node2 6591 1726773057.68948: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773057.68950: Calling groups_plugins_play to load vars for managed_node2 6591 1726773057.69125: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773057.69240: done with get_vars() 6591 1726773057.69248: done getting variables TASK [See if tuned has a profile subdir] *************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:28 Thursday 19 September 2024 15:10:57 -0400 (0:00:32.050) 0:00:35.163 **** 6591 1726773057.69317: entering _queue_task() for managed_node2/stat 6591 1726773057.69511: worker is 1 (out of 1 available) 6591 1726773057.69522: exiting _queue_task() for managed_node2/stat 6591 1726773057.69534: done queuing things up, now waiting for results queue to drain 6591 1726773057.69535: waiting for pending results... 6591 1726773057.69677: running TaskExecutor() for managed_node2/TASK: See if tuned has a profile subdir 6591 1726773057.69734: in run() - task 1239c35c-e2e1-152b-fb99-00000000000a 6591 1726773057.69746: variable 'ansible_search_path' from source: unknown 6591 1726773057.69777: calling self._execute() 6591 1726773057.69834: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773057.69837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773057.69846: variable 'omit' from source: magic vars 6591 1726773057.69923: variable 'omit' from source: magic vars 6591 1726773057.69946: variable 'omit' from source: magic vars 6591 1726773057.69971: variable 'omit' from source: magic vars 6591 1726773057.70011: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773057.70039: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773057.70054: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773057.70067: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773057.70077: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773057.70105: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773057.70108: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773057.70111: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773057.70180: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773057.70184: Set connection var ansible_connection to ssh 6591 1726773057.70196: Set connection var ansible_timeout to 10 6591 1726773057.70199: Set connection var ansible_pipelining to False 6591 1726773057.70202: Set connection var ansible_shell_executable to /bin/sh 6591 1726773057.70206: Set connection var ansible_shell_type to sh 6591 1726773057.70225: variable 'ansible_shell_executable' from source: unknown 6591 1726773057.70228: variable 'ansible_connection' from source: unknown 6591 1726773057.70230: variable 'ansible_module_compression' from source: unknown 6591 1726773057.70232: variable 'ansible_shell_type' from source: unknown 6591 1726773057.70235: variable 'ansible_shell_executable' from source: unknown 6591 1726773057.70237: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773057.70240: variable 'ansible_pipelining' from source: unknown 6591 1726773057.70242: variable 'ansible_timeout' from source: unknown 6591 1726773057.70247: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773057.70398: 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) 6591 1726773057.70410: variable 'omit' from source: magic vars 6591 1726773057.70413: starting attempt loop 6591 1726773057.70416: running the handler 6591 1726773057.70427: _low_level_execute_command(): starting 6591 1726773057.70434: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773057.70976: 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 <<< 6591 1726773057.70980: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773057.71010: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773057.71014: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773057.71017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773057.71061: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773057.71073: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773057.71168: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773057.72799: stdout chunk (state=3): >>>/root <<< 6591 1726773057.72899: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773057.72951: stderr chunk (state=3): >>><<< 6591 1726773057.72956: stdout chunk (state=3): >>><<< 6591 1726773057.72979: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773057.72987: _low_level_execute_command(): starting 6591 1726773057.72992: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773057.7297475-7154-198281532112455 `" && echo ansible-tmp-1726773057.7297475-7154-198281532112455="` echo /root/.ansible/tmp/ansible-tmp-1726773057.7297475-7154-198281532112455 `" ) && sleep 0' 6591 1726773057.73435: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773057.73453: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773057.73466: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773057.73479: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773057.73534: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773057.73547: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773057.73634: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773057.75697: stdout chunk (state=3): >>>ansible-tmp-1726773057.7297475-7154-198281532112455=/root/.ansible/tmp/ansible-tmp-1726773057.7297475-7154-198281532112455 <<< 6591 1726773057.75811: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773057.75853: stderr chunk (state=3): >>><<< 6591 1726773057.75857: stdout chunk (state=3): >>><<< 6591 1726773057.75872: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773057.7297475-7154-198281532112455=/root/.ansible/tmp/ansible-tmp-1726773057.7297475-7154-198281532112455 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773057.75909: variable 'ansible_module_compression' from source: unknown 6591 1726773057.75959: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773057.75987: variable 'ansible_facts' from source: unknown 6591 1726773057.76050: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773057.7297475-7154-198281532112455/AnsiballZ_stat.py 6591 1726773057.76195: Sending initial data 6591 1726773057.76207: Sent initial data (151 bytes) 6591 1726773057.76824: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773057.76828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773057.76860: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773057.76863: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773057.76866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773057.76923: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773057.76926: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773057.76931: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773057.77010: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773057.78820: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 <<< 6591 1726773057.78826: stderr chunk (state=3): >>>debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773057.78895: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773057.78971: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpbvotf4ko /root/.ansible/tmp/ansible-tmp-1726773057.7297475-7154-198281532112455/AnsiballZ_stat.py <<< 6591 1726773057.79045: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773057.79984: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773057.80071: stderr chunk (state=3): >>><<< 6591 1726773057.80075: stdout chunk (state=3): >>><<< 6591 1726773057.80092: done transferring module to remote 6591 1726773057.80099: _low_level_execute_command(): starting 6591 1726773057.80105: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773057.7297475-7154-198281532112455/ /root/.ansible/tmp/ansible-tmp-1726773057.7297475-7154-198281532112455/AnsiballZ_stat.py && sleep 0' 6591 1726773057.80512: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773057.80525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773057.80541: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773057.80553: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773057.80562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773057.80616: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773057.80632: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773057.80712: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773057.82509: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773057.82552: stderr chunk (state=3): >>><<< 6591 1726773057.82556: stdout chunk (state=3): >>><<< 6591 1726773057.82567: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773057.82573: _low_level_execute_command(): starting 6591 1726773057.82575: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773057.7297475-7154-198281532112455/AnsiballZ_stat.py && sleep 0' 6591 1726773057.82981: 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 <<< 6591 1726773057.83002: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773057.83018: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773057.83063: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773057.83087: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773057.83166: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773057.97906: 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"}}} <<< 6591 1726773057.98913: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773057.98999: stderr chunk (state=3): >>><<< 6591 1726773057.99003: stdout chunk (state=3): >>><<< 6591 1726773057.99081: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773057.99210: 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-1726773057.7297475-7154-198281532112455/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773057.99214: _low_level_execute_command(): starting 6591 1726773057.99216: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773057.7297475-7154-198281532112455/ > /dev/null 2>&1 && sleep 0' 6591 1726773057.99784: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773057.99787: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773057.99811: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773057.99826: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773057.99829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773057.99894: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773057.99898: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773057.99990: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773058.01805: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773058.01879: stderr chunk (state=3): >>><<< 6591 1726773058.01891: stdout chunk (state=3): >>><<< 6591 1726773058.02015: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773058.02018: handler run complete 6591 1726773058.02021: attempt loop complete, returning result 6591 1726773058.02023: _execute() done 6591 1726773058.02025: dumping result to json 6591 1726773058.02026: done dumping result, returning 6591 1726773058.02031: done running TaskExecutor() for managed_node2/TASK: See if tuned has a profile subdir [1239c35c-e2e1-152b-fb99-00000000000a] 6591 1726773058.02033: sending task result for task 1239c35c-e2e1-152b-fb99-00000000000a 6591 1726773058.02180: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000000a 6591 1726773058.02183: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } 6591 1726773058.02248: no more pending results, returning what we have 6591 1726773058.02251: results queue empty 6591 1726773058.02252: checking for any_errors_fatal 6591 1726773058.02258: done checking for any_errors_fatal 6591 1726773058.02259: checking for max_fail_percentage 6591 1726773058.02261: done checking for max_fail_percentage 6591 1726773058.02262: checking to see if all hosts have failed and the running result is not ok 6591 1726773058.02262: done checking to see if all hosts have failed 6591 1726773058.02263: getting the remaining hosts for this loop 6591 1726773058.02265: done getting the remaining hosts for this loop 6591 1726773058.02268: getting the next task for host managed_node2 6591 1726773058.02275: done getting next task for host managed_node2 6591 1726773058.02279: ^ task is: TASK: Set profile dir 6591 1726773058.02284: ^ state is: HOST STATE: block=2, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773058.02287: getting variables 6591 1726773058.02289: in VariableManager get_vars() 6591 1726773058.02323: Calling all_inventory to load vars for managed_node2 6591 1726773058.02327: Calling groups_inventory to load vars for managed_node2 6591 1726773058.02331: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773058.02343: Calling all_plugins_play to load vars for managed_node2 6591 1726773058.02345: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773058.02348: Calling groups_plugins_play to load vars for managed_node2 6591 1726773058.02717: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773058.02918: done with get_vars() 6591 1726773058.02928: done getting variables 6591 1726773058.02995: 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 [Set profile dir] ********************************************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:33 Thursday 19 September 2024 15:10:58 -0400 (0:00:00.337) 0:00:35.500 **** 6591 1726773058.03022: entering _queue_task() for managed_node2/set_fact 6591 1726773058.03253: worker is 1 (out of 1 available) 6591 1726773058.03264: exiting _queue_task() for managed_node2/set_fact 6591 1726773058.03276: done queuing things up, now waiting for results queue to drain 6591 1726773058.03280: waiting for pending results... 6591 1726773058.03687: running TaskExecutor() for managed_node2/TASK: Set profile dir 6591 1726773058.03785: in run() - task 1239c35c-e2e1-152b-fb99-00000000000b 6591 1726773058.03809: variable 'ansible_search_path' from source: unknown 6591 1726773058.03849: calling self._execute() 6591 1726773058.03927: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773058.03973: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773058.03996: variable 'omit' from source: magic vars 6591 1726773058.04242: variable 'omit' from source: magic vars 6591 1726773058.04281: variable 'omit' from source: magic vars 6591 1726773058.05162: variable '__dir' from source: task vars 6591 1726773058.05690: variable '__tuned_profiles' from source: set_fact 6591 1726773058.05824: variable 'omit' from source: magic vars 6591 1726773058.05870: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773058.05922: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773058.05946: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773058.05973: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773058.05991: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773058.06022: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773058.06029: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773058.06035: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773058.06139: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773058.06146: Set connection var ansible_connection to ssh 6591 1726773058.06159: Set connection var ansible_timeout to 10 6591 1726773058.06168: Set connection var ansible_pipelining to False 6591 1726773058.06187: Set connection var ansible_shell_executable to /bin/sh 6591 1726773058.06193: Set connection var ansible_shell_type to sh 6591 1726773058.06219: variable 'ansible_shell_executable' from source: unknown 6591 1726773058.06226: variable 'ansible_connection' from source: unknown 6591 1726773058.06231: variable 'ansible_module_compression' from source: unknown 6591 1726773058.06237: variable 'ansible_shell_type' from source: unknown 6591 1726773058.06242: variable 'ansible_shell_executable' from source: unknown 6591 1726773058.06247: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773058.06253: variable 'ansible_pipelining' from source: unknown 6591 1726773058.06259: variable 'ansible_timeout' from source: unknown 6591 1726773058.06265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773058.06412: 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) 6591 1726773058.06427: variable 'omit' from source: magic vars 6591 1726773058.06435: starting attempt loop 6591 1726773058.06441: running the handler 6591 1726773058.06453: handler run complete 6591 1726773058.06465: attempt loop complete, returning result 6591 1726773058.06470: _execute() done 6591 1726773058.06475: dumping result to json 6591 1726773058.06485: done dumping result, returning 6591 1726773058.06496: done running TaskExecutor() for managed_node2/TASK: Set profile dir [1239c35c-e2e1-152b-fb99-00000000000b] 6591 1726773058.06510: sending task result for task 1239c35c-e2e1-152b-fb99-00000000000b 6591 1726773058.06594: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000000b 6591 1726773058.06601: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__profile_dir": "/etc/tuned/kernel_settings" }, "changed": false } 6591 1726773058.06684: no more pending results, returning what we have 6591 1726773058.06687: results queue empty 6591 1726773058.06688: checking for any_errors_fatal 6591 1726773058.06695: done checking for any_errors_fatal 6591 1726773058.06696: checking for max_fail_percentage 6591 1726773058.06697: done checking for max_fail_percentage 6591 1726773058.06698: checking to see if all hosts have failed and the running result is not ok 6591 1726773058.06699: done checking to see if all hosts have failed 6591 1726773058.06700: getting the remaining hosts for this loop 6591 1726773058.06701: done getting the remaining hosts for this loop 6591 1726773058.06707: getting the next task for host managed_node2 6591 1726773058.06713: done getting next task for host managed_node2 6591 1726773058.06717: ^ task is: TASK: Ensure kernel settings profile directory exists 6591 1726773058.06719: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773058.06722: getting variables 6591 1726773058.06723: in VariableManager get_vars() 6591 1726773058.06752: Calling all_inventory to load vars for managed_node2 6591 1726773058.06755: Calling groups_inventory to load vars for managed_node2 6591 1726773058.06759: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773058.06770: Calling all_plugins_play to load vars for managed_node2 6591 1726773058.06773: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773058.06776: Calling groups_plugins_play to load vars for managed_node2 6591 1726773058.06982: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773058.07170: done with get_vars() 6591 1726773058.07182: done getting variables TASK [Ensure kernel settings profile directory exists] ************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:39 Thursday 19 September 2024 15:10:58 -0400 (0:00:00.042) 0:00:35.543 **** 6591 1726773058.07281: entering _queue_task() for managed_node2/file 6591 1726773058.07995: worker is 1 (out of 1 available) 6591 1726773058.08020: exiting _queue_task() for managed_node2/file 6591 1726773058.08029: done queuing things up, now waiting for results queue to drain 6591 1726773058.08030: waiting for pending results... 6591 1726773058.08796: running TaskExecutor() for managed_node2/TASK: Ensure kernel settings profile directory exists 6591 1726773058.08875: in run() - task 1239c35c-e2e1-152b-fb99-00000000000c 6591 1726773058.08882: variable 'ansible_search_path' from source: unknown 6591 1726773058.08913: calling self._execute() 6591 1726773058.08981: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773058.08985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773058.08992: variable 'omit' from source: magic vars 6591 1726773058.09313: variable 'omit' from source: magic vars 6591 1726773058.09396: variable 'omit' from source: magic vars 6591 1726773058.09459: variable '__profile_dir' from source: set_fact 6591 1726773058.09785: variable '__profile_dir' from source: set_fact 6591 1726773058.09826: variable 'omit' from source: magic vars 6591 1726773058.09875: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773058.09923: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773058.09948: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773058.09971: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773058.09993: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773058.10029: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773058.10039: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773058.10047: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773058.10166: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773058.10174: Set connection var ansible_connection to ssh 6591 1726773058.10197: Set connection var ansible_timeout to 10 6591 1726773058.10210: Set connection var ansible_pipelining to False 6591 1726773058.10220: Set connection var ansible_shell_executable to /bin/sh 6591 1726773058.10232: Set connection var ansible_shell_type to sh 6591 1726773058.10255: variable 'ansible_shell_executable' from source: unknown 6591 1726773058.10263: variable 'ansible_connection' from source: unknown 6591 1726773058.10270: variable 'ansible_module_compression' from source: unknown 6591 1726773058.10280: variable 'ansible_shell_type' from source: unknown 6591 1726773058.10288: variable 'ansible_shell_executable' from source: unknown 6591 1726773058.10294: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773058.10306: variable 'ansible_pipelining' from source: unknown 6591 1726773058.10315: variable 'ansible_timeout' from source: unknown 6591 1726773058.10323: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773058.10537: 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) 6591 1726773058.10559: variable 'omit' from source: magic vars 6591 1726773058.10569: starting attempt loop 6591 1726773058.10579: running the handler 6591 1726773058.10597: _low_level_execute_command(): starting 6591 1726773058.10611: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773058.11389: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773058.11410: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.11431: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.11452: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.11496: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773058.11512: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773058.11529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.11546: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773058.11556: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773058.11566: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773058.11575: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.11589: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.11603: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.11617: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773058.11628: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773058.11643: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.11721: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773058.11745: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773058.11763: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773058.11882: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773058.13536: stdout chunk (state=3): >>>/root <<< 6591 1726773058.13642: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773058.13720: stderr chunk (state=3): >>><<< 6591 1726773058.13733: stdout chunk (state=3): >>><<< 6591 1726773058.13846: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773058.13850: _low_level_execute_command(): starting 6591 1726773058.13853: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773058.1375978-7180-124606509991542 `" && echo ansible-tmp-1726773058.1375978-7180-124606509991542="` echo /root/.ansible/tmp/ansible-tmp-1726773058.1375978-7180-124606509991542 `" ) && sleep 0' 6591 1726773058.14448: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773058.14469: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.14488: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.14511: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.14554: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773058.14567: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773058.14585: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.14605: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773058.14623: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773058.14635: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773058.14648: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.14662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.14681: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.14695: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773058.14710: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773058.14724: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.14806: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773058.14829: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773058.14850: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773058.14966: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773058.16861: stdout chunk (state=3): >>>ansible-tmp-1726773058.1375978-7180-124606509991542=/root/.ansible/tmp/ansible-tmp-1726773058.1375978-7180-124606509991542 <<< 6591 1726773058.16976: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773058.17041: stderr chunk (state=3): >>><<< 6591 1726773058.17044: stdout chunk (state=3): >>><<< 6591 1726773058.17409: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773058.1375978-7180-124606509991542=/root/.ansible/tmp/ansible-tmp-1726773058.1375978-7180-124606509991542 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773058.17413: variable 'ansible_module_compression' from source: unknown 6591 1726773058.17415: ANSIBALLZ: Using lock for file 6591 1726773058.17417: ANSIBALLZ: Acquiring lock 6591 1726773058.17419: ANSIBALLZ: Lock acquired: 140095747061136 6591 1726773058.17421: ANSIBALLZ: Creating module 6591 1726773058.30398: ANSIBALLZ: Writing module into payload 6591 1726773058.30613: ANSIBALLZ: Writing module 6591 1726773058.31240: ANSIBALLZ: Renaming module 6591 1726773058.31257: ANSIBALLZ: Done creating module 6591 1726773058.31283: variable 'ansible_facts' from source: unknown 6591 1726773058.31363: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773058.1375978-7180-124606509991542/AnsiballZ_file.py 6591 1726773058.32113: Sending initial data 6591 1726773058.32116: Sent initial data (151 bytes) 6591 1726773058.33597: 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 <<< 6591 1726773058.33601: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.33636: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773058.33643: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773058.33654: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.33668: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773058.33676: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773058.33681: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773058.33692: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.33709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.33723: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.33732: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773058.33740: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773058.33754: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.33836: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773058.33855: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773058.33872: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773058.33985: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773058.35784: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773058.35848: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773058.35930: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp0zfgn436 /root/.ansible/tmp/ansible-tmp-1726773058.1375978-7180-124606509991542/AnsiballZ_file.py <<< 6591 1726773058.36009: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773058.37294: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773058.37374: stderr chunk (state=3): >>><<< 6591 1726773058.37379: stdout chunk (state=3): >>><<< 6591 1726773058.37398: done transferring module to remote 6591 1726773058.37410: _low_level_execute_command(): starting 6591 1726773058.37415: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773058.1375978-7180-124606509991542/ /root/.ansible/tmp/ansible-tmp-1726773058.1375978-7180-124606509991542/AnsiballZ_file.py && sleep 0' 6591 1726773058.38068: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773058.38079: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.38087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.38100: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.38137: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773058.38144: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773058.38154: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.38167: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773058.38175: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773058.38181: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773058.38189: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.38198: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.38211: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.38218: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773058.38225: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773058.38235: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.38297: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773058.38315: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773058.38327: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773058.38429: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773058.40283: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773058.40286: stdout chunk (state=3): >>><<< 6591 1726773058.40294: stderr chunk (state=3): >>><<< 6591 1726773058.40311: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773058.40314: _low_level_execute_command(): starting 6591 1726773058.40321: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773058.1375978-7180-124606509991542/AnsiballZ_file.py && sleep 0' 6591 1726773058.40886: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773058.40895: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.40906: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.40922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.40957: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773058.40963: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773058.40973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.40987: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773058.40993: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773058.40999: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773058.41009: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.41018: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.41029: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.41036: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773058.41042: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773058.41051: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.41133: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773058.41160: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773058.41163: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773058.41842: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773058.55621: 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}}} <<< 6591 1726773058.57053: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773058.57110: stderr chunk (state=3): >>><<< 6591 1726773058.57114: stdout chunk (state=3): >>><<< 6591 1726773058.57129: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773058.57165: 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-1726773058.1375978-7180-124606509991542/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773058.57175: _low_level_execute_command(): starting 6591 1726773058.57181: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773058.1375978-7180-124606509991542/ > /dev/null 2>&1 && sleep 0' 6591 1726773058.57608: 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 <<< 6591 1726773058.57612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.57645: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.57649: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.57661: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.57669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773058.57673: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.57729: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773058.57741: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773058.57834: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773058.59726: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773058.59731: stderr chunk (state=3): >>><<< 6591 1726773058.59733: stdout chunk (state=3): >>><<< 6591 1726773058.59736: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773058.59920: handler run complete 6591 1726773058.59923: attempt loop complete, returning result 6591 1726773058.59925: _execute() done 6591 1726773058.59926: dumping result to json 6591 1726773058.59928: done dumping result, returning 6591 1726773058.59930: done running TaskExecutor() for managed_node2/TASK: Ensure kernel settings profile directory exists [1239c35c-e2e1-152b-fb99-00000000000c] 6591 1726773058.59931: sending task result for task 1239c35c-e2e1-152b-fb99-00000000000c 6591 1726773058.60001: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000000c 6591 1726773058.60006: WORKER PROCESS EXITING changed: [managed_node2] => { "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 } 6591 1726773058.60082: no more pending results, returning what we have 6591 1726773058.60085: results queue empty 6591 1726773058.60088: checking for any_errors_fatal 6591 1726773058.60092: done checking for any_errors_fatal 6591 1726773058.60093: checking for max_fail_percentage 6591 1726773058.60095: done checking for max_fail_percentage 6591 1726773058.60096: checking to see if all hosts have failed and the running result is not ok 6591 1726773058.60097: done checking to see if all hosts have failed 6591 1726773058.60098: getting the remaining hosts for this loop 6591 1726773058.60099: done getting the remaining hosts for this loop 6591 1726773058.60109: getting the next task for host managed_node2 6591 1726773058.60116: done getting next task for host managed_node2 6591 1726773058.60118: ^ task is: TASK: Generate a configuration for kernel settings 6591 1726773058.60120: ^ state is: HOST STATE: block=2, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773058.60123: getting variables 6591 1726773058.60125: in VariableManager get_vars() 6591 1726773058.60157: Calling all_inventory to load vars for managed_node2 6591 1726773058.60160: Calling groups_inventory to load vars for managed_node2 6591 1726773058.60164: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773058.60180: Calling all_plugins_play to load vars for managed_node2 6591 1726773058.60184: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773058.60187: Calling groups_plugins_play to load vars for managed_node2 6591 1726773058.60369: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773058.60702: done with get_vars() 6591 1726773058.60716: done getting variables 6591 1726773058.60850: 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 [Generate a configuration for kernel settings] **************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:45 Thursday 19 September 2024 15:10:58 -0400 (0:00:00.536) 0:00:36.079 **** 6591 1726773058.60885: entering _queue_task() for managed_node2/copy 6591 1726773058.61098: worker is 1 (out of 1 available) 6591 1726773058.61111: exiting _queue_task() for managed_node2/copy 6591 1726773058.61123: done queuing things up, now waiting for results queue to drain 6591 1726773058.61124: waiting for pending results... 6591 1726773058.61261: running TaskExecutor() for managed_node2/TASK: Generate a configuration for kernel settings 6591 1726773058.61316: in run() - task 1239c35c-e2e1-152b-fb99-00000000000d 6591 1726773058.61329: variable 'ansible_search_path' from source: unknown 6591 1726773058.61358: calling self._execute() 6591 1726773058.61462: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773058.61468: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773058.61476: variable 'omit' from source: magic vars 6591 1726773058.61549: variable 'omit' from source: magic vars 6591 1726773058.61573: variable 'omit' from source: magic vars 6591 1726773058.61796: variable '__profile_dir' from source: set_fact 6591 1726773058.61820: variable 'omit' from source: magic vars 6591 1726773058.61851: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773058.61880: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773058.61893: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773058.61908: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773058.61917: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773058.61939: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773058.61943: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773058.61946: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773058.62017: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773058.62021: Set connection var ansible_connection to ssh 6591 1726773058.62028: Set connection var ansible_timeout to 10 6591 1726773058.62033: Set connection var ansible_pipelining to False 6591 1726773058.62038: Set connection var ansible_shell_executable to /bin/sh 6591 1726773058.62040: Set connection var ansible_shell_type to sh 6591 1726773058.62055: variable 'ansible_shell_executable' from source: unknown 6591 1726773058.62059: variable 'ansible_connection' from source: unknown 6591 1726773058.62061: variable 'ansible_module_compression' from source: unknown 6591 1726773058.62064: variable 'ansible_shell_type' from source: unknown 6591 1726773058.62066: variable 'ansible_shell_executable' from source: unknown 6591 1726773058.62068: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773058.62070: variable 'ansible_pipelining' from source: unknown 6591 1726773058.62073: variable 'ansible_timeout' from source: unknown 6591 1726773058.62080: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773058.62170: 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) 6591 1726773058.62183: variable 'omit' from source: magic vars 6591 1726773058.62186: starting attempt loop 6591 1726773058.62189: running the handler 6591 1726773058.62198: _low_level_execute_command(): starting 6591 1726773058.62206: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773058.62685: 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 <<< 6591 1726773058.62694: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.62839: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration <<< 6591 1726773058.62843: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.62907: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master <<< 6591 1726773058.62911: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773058.62913: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773058.63192: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773058.65274: stdout chunk (state=3): >>>/root <<< 6591 1726773058.65510: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773058.65513: stdout chunk (state=3): >>><<< 6591 1726773058.65516: stderr chunk (state=3): >>><<< 6591 1726773058.65625: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773058.65628: _low_level_execute_command(): starting 6591 1726773058.65630: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652 `" && echo ansible-tmp-1726773058.6553388-7206-267789519572652="` echo /root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652 `" ) && sleep 0' 6591 1726773058.66229: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773058.66244: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.66259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.66290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.66339: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773058.66353: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773058.66369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.66409: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773058.66423: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773058.66435: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773058.66447: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.66462: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.66481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.66495: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773058.66513: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773058.66534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.66620: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773058.66650: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773058.66667: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773058.66785: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773058.68841: stdout chunk (state=3): >>>ansible-tmp-1726773058.6553388-7206-267789519572652=/root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652 <<< 6591 1726773058.68953: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773058.69026: stderr chunk (state=3): >>><<< 6591 1726773058.69038: stdout chunk (state=3): >>><<< 6591 1726773058.69179: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773058.6553388-7206-267789519572652=/root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773058.69183: evaluation_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings 6591 1726773058.69186: search_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/tuned/etc/tuned/change_settings/tuned.conf /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tuned/etc/tuned/change_settings/tuned.conf /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/tuned/etc/tuned/change_settings/tuned.conf /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tuned/etc/tuned/change_settings/tuned.conf 6591 1726773058.69215: variable 'ansible_module_compression' from source: unknown 6591 1726773058.69432: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773058.69435: variable 'ansible_facts' from source: unknown 6591 1726773058.69437: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/AnsiballZ_stat.py 6591 1726773058.69715: Sending initial data 6591 1726773058.69719: Sent initial data (151 bytes) 6591 1726773058.71035: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773058.71039: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.71041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.71043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.71076: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.71079: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.71081: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.71128: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773058.71147: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773058.71155: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773058.71233: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773058.72997: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6591 1726773058.73011: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 6591 1726773058.73023: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 6591 1726773058.73044: stderr chunk (state=3): >>>debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773058.73399: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773058.73482: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpy4hh4vqr /root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/AnsiballZ_stat.py <<< 6591 1726773058.73553: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773058.74799: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773058.75210: stderr chunk (state=3): >>><<< 6591 1726773058.75277: stdout chunk (state=3): >>><<< 6591 1726773058.75382: done transferring module to remote 6591 1726773058.75386: _low_level_execute_command(): starting 6591 1726773058.75389: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/ /root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/AnsiballZ_stat.py && sleep 0' 6591 1726773058.76060: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773058.76079: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.76102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.76124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.76164: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773058.76177: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773058.76193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.76216: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773058.76229: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773058.76239: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773058.76252: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.76265: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.76281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.76295: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773058.76308: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773058.76325: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.76400: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773058.76423: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773058.76442: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773058.76550: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773058.78386: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773058.78390: stdout chunk (state=3): >>><<< 6591 1726773058.78392: stderr chunk (state=3): >>><<< 6591 1726773058.78489: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773058.78493: _low_level_execute_command(): starting 6591 1726773058.78495: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/AnsiballZ_stat.py && sleep 0' 6591 1726773058.79092: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773058.79109: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.79125: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.79144: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.79197: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773058.79212: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773058.79227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.79244: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773058.79258: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773058.79275: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773058.79296: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.79318: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773058.79343: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.79360: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773058.79382: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773058.79406: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.79489: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773058.79516: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773058.79531: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773058.80027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773058.93659: 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}}} <<< 6591 1726773058.94663: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773058.94764: stderr chunk (state=3): >>><<< 6591 1726773058.94768: stdout chunk (state=3): >>><<< 6591 1726773058.94896: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773058.94910: 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-1726773058.6553388-7206-267789519572652/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773058.94975: Sending initial data 6591 1726773058.94981: Sent initial data (220 bytes) 6591 1726773058.95959: 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 <<< 6591 1726773058.95963: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.95997: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.96001: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration <<< 6591 1726773058.96007: 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 <<< 6591 1726773058.96010: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.96070: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773058.96073: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773058.96079: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773058.96154: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773058.98164: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773058.98241: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773058.98324: stdout chunk (state=3): >>>sftp> put /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tuned/etc/tuned/change_settings/tuned.conf /root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/.source.conf <<< 6591 1726773058.98401: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773058.98787: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773058.98875: stderr chunk (state=3): >>><<< 6591 1726773058.98881: stdout chunk (state=3): >>><<< 6591 1726773058.98893: _low_level_execute_command(): starting 6591 1726773058.98899: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/ /root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/.source.conf && sleep 0' 6591 1726773058.99335: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.99357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773058.99369: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773058.99379: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773058.99426: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773058.99438: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773058.99524: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773059.01891: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773059.01938: stderr chunk (state=3): >>><<< 6591 1726773059.01942: stdout chunk (state=3): >>><<< 6591 1726773059.01955: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773059.01982: variable 'ansible_module_compression' from source: unknown 6591 1726773059.02018: ANSIBALLZ: Using generic lock for ansible.legacy.copy 6591 1726773059.02021: ANSIBALLZ: Acquiring lock 6591 1726773059.02024: ANSIBALLZ: Lock acquired: 140095747060464 6591 1726773059.02027: ANSIBALLZ: Creating module 6591 1726773059.12238: ANSIBALLZ: Writing module into payload 6591 1726773059.12356: ANSIBALLZ: Writing module 6591 1726773059.12378: ANSIBALLZ: Renaming module 6591 1726773059.12386: ANSIBALLZ: Done creating module 6591 1726773059.12398: variable 'ansible_facts' from source: unknown 6591 1726773059.12451: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/AnsiballZ_copy.py 6591 1726773059.12574: Sending initial data 6591 1726773059.12588: Sent initial data (151 bytes) 6591 1726773059.13260: 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 <<< 6591 1726773059.13273: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773059.13295: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773059.13315: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.13357: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773059.13369: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773059.13461: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773059.15337: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773059.15413: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773059.15491: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpxdnnf_uv /root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/AnsiballZ_copy.py <<< 6591 1726773059.15563: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773059.16634: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773059.16643: stdout chunk (state=3): >>><<< 6591 1726773059.16654: stderr chunk (state=3): >>><<< 6591 1726773059.16684: done transferring module to remote 6591 1726773059.16697: _low_level_execute_command(): starting 6591 1726773059.16708: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/ /root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/AnsiballZ_copy.py && sleep 0' 6591 1726773059.17329: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773059.17344: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773059.17360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773059.17378: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773059.17425: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773059.17442: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773059.17458: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.17476: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773059.17488: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773059.17500: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773059.17515: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773059.17528: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773059.17546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773059.17562: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773059.17574: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773059.17589: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.17669: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773059.17690: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773059.17708: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773059.17829: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773059.19583: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773059.19630: stderr chunk (state=3): >>><<< 6591 1726773059.19633: stdout chunk (state=3): >>><<< 6591 1726773059.19647: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773059.19649: _low_level_execute_command(): starting 6591 1726773059.19654: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/AnsiballZ_copy.py && sleep 0' 6591 1726773059.20070: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773059.20073: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773059.20108: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.20111: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773059.20113: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.20165: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773059.20168: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773059.20256: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773059.35585: stdout chunk (state=3): >>> {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/.source.conf", "md5sum": "d5df32baf1a63528844555117ead6672", "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 381, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/.source.conf", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "_original_basename": "tuned.conf", "follow": false, "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773059.36584: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773059.36632: stderr chunk (state=3): >>><<< 6591 1726773059.36636: stdout chunk (state=3): >>><<< 6591 1726773059.36651: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/.source.conf", "md5sum": "d5df32baf1a63528844555117ead6672", "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 381, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/.source.conf", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "_original_basename": "tuned.conf", "follow": false, "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773059.36677: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/.source.conf', 'dest': '/etc/tuned/kernel_settings/tuned.conf', 'mode': '0644', '_original_basename': 'tuned.conf', 'follow': False, 'checksum': '13fdc203370e2b8e7e42c13d94b671b1ac621563', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773059.36688: _low_level_execute_command(): starting 6591 1726773059.36692: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/ > /dev/null 2>&1 && sleep 0' 6591 1726773059.37214: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773059.37229: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773059.37250: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773059.37267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773059.37310: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773059.37324: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773059.37337: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.37357: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773059.37373: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773059.37384: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773059.37400: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773059.37417: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773059.37432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773059.37443: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773059.37453: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773059.37463: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.37545: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773059.37566: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773059.37581: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773059.37688: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773059.39488: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773059.39528: stderr chunk (state=3): >>><<< 6591 1726773059.39532: stdout chunk (state=3): >>><<< 6591 1726773059.39544: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773059.39551: handler run complete 6591 1726773059.39572: attempt loop complete, returning result 6591 1726773059.39576: _execute() done 6591 1726773059.39581: dumping result to json 6591 1726773059.39583: done dumping result, returning 6591 1726773059.39591: done running TaskExecutor() for managed_node2/TASK: Generate a configuration for kernel settings [1239c35c-e2e1-152b-fb99-00000000000d] 6591 1726773059.39596: sending task result for task 1239c35c-e2e1-152b-fb99-00000000000d 6591 1726773059.39689: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000000d 6591 1726773059.39693: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "dest": "/etc/tuned/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "d5df32baf1a63528844555117ead6672", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 381, "src": "/root/.ansible/tmp/ansible-tmp-1726773058.6553388-7206-267789519572652/.source.conf", "state": "file", "uid": 0 } 6591 1726773059.39812: no more pending results, returning what we have 6591 1726773059.39815: results queue empty 6591 1726773059.39816: checking for any_errors_fatal 6591 1726773059.39820: done checking for any_errors_fatal 6591 1726773059.39821: checking for max_fail_percentage 6591 1726773059.39822: done checking for max_fail_percentage 6591 1726773059.39823: checking to see if all hosts have failed and the running result is not ok 6591 1726773059.39824: done checking to see if all hosts have failed 6591 1726773059.39824: getting the remaining hosts for this loop 6591 1726773059.39825: done getting the remaining hosts for this loop 6591 1726773059.39829: getting the next task for host managed_node2 6591 1726773059.39833: done getting next task for host managed_node2 6591 1726773059.39835: ^ task is: TASK: Ensure required services are enabled and started 6591 1726773059.39837: ^ state is: HOST STATE: block=2, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773059.39839: getting variables 6591 1726773059.39841: in VariableManager get_vars() 6591 1726773059.39860: Calling all_inventory to load vars for managed_node2 6591 1726773059.39862: Calling groups_inventory to load vars for managed_node2 6591 1726773059.39865: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773059.39874: Calling all_plugins_play to load vars for managed_node2 6591 1726773059.39876: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773059.39881: Calling groups_plugins_play to load vars for managed_node2 6591 1726773059.39991: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773059.40109: done with get_vars() 6591 1726773059.40116: done getting variables 6591 1726773059.40189: 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 [Ensure required services are enabled and started] ************************ task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:51 Thursday 19 September 2024 15:10:59 -0400 (0:00:00.793) 0:00:36.872 **** 6591 1726773059.40210: entering _queue_task() for managed_node2/service 6591 1726773059.40211: Creating lock for service 6591 1726773059.40620: running TaskExecutor() for managed_node2/TASK: Ensure required services are enabled and started 6591 1726773059.40629: worker is 1 (out of 1 available) 6591 1726773059.40634: exiting _queue_task() for managed_node2/service 6591 1726773059.40641: done queuing things up, now waiting for results queue to drain 6591 1726773059.40642: waiting for pending results... 6591 1726773059.40671: in run() - task 1239c35c-e2e1-152b-fb99-00000000000e 6591 1726773059.40685: variable 'ansible_search_path' from source: unknown 6591 1726773059.40730: calling self._execute() 6591 1726773059.40802: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773059.40812: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773059.40823: variable 'omit' from source: magic vars 6591 1726773059.40927: variable 'omit' from source: magic vars 6591 1726773059.40963: variable 'omit' from source: magic vars 6591 1726773059.41005: variable 'omit' from source: magic vars 6591 1726773059.41054: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773059.41092: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773059.41116: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773059.41146: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773059.41163: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773059.41194: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773059.41202: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773059.41212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773059.41329: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773059.41337: Set connection var ansible_connection to ssh 6591 1726773059.41362: Set connection var ansible_timeout to 10 6591 1726773059.41373: Set connection var ansible_pipelining to False 6591 1726773059.41383: Set connection var ansible_shell_executable to /bin/sh 6591 1726773059.41390: Set connection var ansible_shell_type to sh 6591 1726773059.41417: variable 'ansible_shell_executable' from source: unknown 6591 1726773059.41425: variable 'ansible_connection' from source: unknown 6591 1726773059.41432: variable 'ansible_module_compression' from source: unknown 6591 1726773059.41439: variable 'ansible_shell_type' from source: unknown 6591 1726773059.41447: variable 'ansible_shell_executable' from source: unknown 6591 1726773059.41461: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773059.41472: variable 'ansible_pipelining' from source: unknown 6591 1726773059.41479: variable 'ansible_timeout' from source: unknown 6591 1726773059.41487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773059.41641: 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) 6591 1726773059.41663: variable 'omit' from source: magic vars 6591 1726773059.41671: starting attempt loop 6591 1726773059.41681: running the handler 6591 1726773059.41906: variable 'ansible_facts' from source: unknown 6591 1726773059.41996: _low_level_execute_command(): starting 6591 1726773059.42002: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773059.42480: 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 <<< 6591 1726773059.42498: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773059.42516: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.42528: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.42577: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773059.42590: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773059.42683: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773059.44267: stdout chunk (state=3): >>>/root <<< 6591 1726773059.44369: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773059.44418: stderr chunk (state=3): >>><<< 6591 1726773059.44423: stdout chunk (state=3): >>><<< 6591 1726773059.44439: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773059.44449: _low_level_execute_command(): starting 6591 1726773059.44454: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773059.4443812-7262-36498583222596 `" && echo ansible-tmp-1726773059.4443812-7262-36498583222596="` echo /root/.ansible/tmp/ansible-tmp-1726773059.4443812-7262-36498583222596 `" ) && sleep 0' 6591 1726773059.44853: 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 <<< 6591 1726773059.44870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773059.44886: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.44897: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.44947: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773059.44959: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773059.45045: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773059.46893: stdout chunk (state=3): >>>ansible-tmp-1726773059.4443812-7262-36498583222596=/root/.ansible/tmp/ansible-tmp-1726773059.4443812-7262-36498583222596 <<< 6591 1726773059.47008: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773059.47045: stderr chunk (state=3): >>><<< 6591 1726773059.47049: stdout chunk (state=3): >>><<< 6591 1726773059.47062: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773059.4443812-7262-36498583222596=/root/.ansible/tmp/ansible-tmp-1726773059.4443812-7262-36498583222596 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773059.47087: variable 'ansible_module_compression' from source: unknown 6591 1726773059.47133: ANSIBALLZ: Using generic lock for ansible.legacy.systemd 6591 1726773059.47137: ANSIBALLZ: Acquiring lock 6591 1726773059.47139: ANSIBALLZ: Lock acquired: 140095747060464 6591 1726773059.47142: ANSIBALLZ: Creating module 6591 1726773059.75068: ANSIBALLZ: Writing module into payload 6591 1726773059.75268: ANSIBALLZ: Writing module 6591 1726773059.75301: ANSIBALLZ: Renaming module 6591 1726773059.75308: ANSIBALLZ: Done creating module 6591 1726773059.75330: variable 'ansible_facts' from source: unknown 6591 1726773059.75479: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773059.4443812-7262-36498583222596/AnsiballZ_systemd.py 6591 1726773059.75632: Sending initial data 6591 1726773059.75635: Sent initial data (153 bytes) 6591 1726773059.76597: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773059.76609: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773059.76621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773059.76635: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773059.76674: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773059.76682: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773059.76693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.76707: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773059.76714: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773059.76721: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773059.76729: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773059.76738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773059.76752: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773059.76759: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773059.76766: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773059.76775: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.76845: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773059.76864: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773059.76879: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773059.76991: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773059.78800: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773059.78879: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773059.78958: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpt86kvcsr /root/.ansible/tmp/ansible-tmp-1726773059.4443812-7262-36498583222596/AnsiballZ_systemd.py <<< 6591 1726773059.79033: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773059.81555: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773059.81708: stderr chunk (state=3): >>><<< 6591 1726773059.81712: stdout chunk (state=3): >>><<< 6591 1726773059.81733: done transferring module to remote 6591 1726773059.81745: _low_level_execute_command(): starting 6591 1726773059.81750: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773059.4443812-7262-36498583222596/ /root/.ansible/tmp/ansible-tmp-1726773059.4443812-7262-36498583222596/AnsiballZ_systemd.py && sleep 0' 6591 1726773059.82382: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773059.82389: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773059.82400: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773059.82416: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773059.82454: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773059.82462: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773059.82471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.82483: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773059.82491: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773059.82497: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773059.82507: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773059.82517: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773059.82529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773059.82536: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773059.82546: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773059.82552: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.82623: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773059.82641: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773059.82653: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773059.82754: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773059.84555: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773059.84646: stderr chunk (state=3): >>><<< 6591 1726773059.84649: stdout chunk (state=3): >>><<< 6591 1726773059.84710: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773059.84713: _low_level_execute_command(): starting 6591 1726773059.84716: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773059.4443812-7262-36498583222596/AnsiballZ_systemd.py && sleep 0' 6591 1726773059.85361: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773059.85380: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773059.85395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773059.85416: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773059.85460: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773059.85472: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773059.85494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.85516: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773059.85535: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773059.85549: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773059.85562: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773059.85578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773059.85597: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773059.85617: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773059.85628: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773059.85644: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773059.85724: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773059.85744: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773059.85765: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773059.85876: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773060.46245: 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<<< 6591 1726773060.46370: 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-broker.service system.slice sysinit.target dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service auto-cpufreq.service power-profiles-dae<<< 6591 1726773060.46381: stdout chunk (state=3): >>>mon.service shutdown.target tlp.service", "Before": "shutdown.target multi-user.target", "After": "network.target polkit.service basic.target system.slice systemd-journald.socket systemd-sysctl.service sysinit.target dbus.socket dbus-broker.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "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": "restarted", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 6591 1726773060.48647: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773060.48706: stderr chunk (state=3): >>><<< 6591 1726773060.48709: stdout chunk (state=3): >>><<< 6591 1726773060.48730: _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-broker.service system.slice sysinit.target dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service auto-cpufreq.service power-profiles-daemon.service shutdown.target tlp.service", "Before": "shutdown.target multi-user.target", "After": "network.target polkit.service basic.target system.slice systemd-journald.socket systemd-sysctl.service sysinit.target dbus.socket dbus-broker.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "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": "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773060.48845: 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-1726773059.4443812-7262-36498583222596/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773060.48851: _low_level_execute_command(): starting 6591 1726773060.48856: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773059.4443812-7262-36498583222596/ > /dev/null 2>&1 && sleep 0' 6591 1726773060.49285: 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 <<< 6591 1726773060.49294: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773060.49330: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773060.49342: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773060.49391: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773060.49403: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773060.49488: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773060.51318: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773060.51365: stderr chunk (state=3): >>><<< 6591 1726773060.51368: stdout chunk (state=3): >>><<< 6591 1726773060.51385: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773060.51388: handler run complete 6591 1726773060.51425: attempt loop complete, returning result 6591 1726773060.51428: _execute() done 6591 1726773060.51430: dumping result to json 6591 1726773060.51441: done dumping result, returning 6591 1726773060.51450: done running TaskExecutor() for managed_node2/TASK: Ensure required services are enabled and started [1239c35c-e2e1-152b-fb99-00000000000e] 6591 1726773060.51458: sending task result for task 1239c35c-e2e1-152b-fb99-00000000000e 6591 1726773060.51654: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000000e 6591 1726773060.51656: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "enabled": true, "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network.target polkit.service basic.target system.slice systemd-journald.socket systemd-sysctl.service sysinit.target dbus.socket dbus-broker.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "cpupower.service auto-cpufreq.service power-profiles-daemon.service shutdown.target 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-broker.service system.slice sysinit.target dbus.socket", "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" } } 6591 1726773060.51849: no more pending results, returning what we have 6591 1726773060.51852: results queue empty 6591 1726773060.51853: checking for any_errors_fatal 6591 1726773060.51857: done checking for any_errors_fatal 6591 1726773060.51858: checking for max_fail_percentage 6591 1726773060.51859: done checking for max_fail_percentage 6591 1726773060.51860: checking to see if all hosts have failed and the running result is not ok 6591 1726773060.51861: done checking to see if all hosts have failed 6591 1726773060.51862: getting the remaining hosts for this loop 6591 1726773060.51863: done getting the remaining hosts for this loop 6591 1726773060.51866: getting the next task for host managed_node2 6591 1726773060.51870: done getting next task for host managed_node2 6591 1726773060.51872: ^ task is: TASK: Apply kernel_settings 6591 1726773060.51873: ^ state is: HOST STATE: block=2, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773060.51875: getting variables 6591 1726773060.51876: in VariableManager get_vars() 6591 1726773060.51894: Calling all_inventory to load vars for managed_node2 6591 1726773060.51896: Calling groups_inventory to load vars for managed_node2 6591 1726773060.51898: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773060.51907: Calling all_plugins_play to load vars for managed_node2 6591 1726773060.51909: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773060.51911: Calling groups_plugins_play to load vars for managed_node2 6591 1726773060.52014: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773060.52135: done with get_vars() 6591 1726773060.52142: done getting variables TASK [Apply kernel_settings] *************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:57 Thursday 19 September 2024 15:11:00 -0400 (0:00:01.119) 0:00:37.992 **** 6591 1726773060.52207: entering _queue_task() for managed_node2/include_role 6591 1726773060.52208: Creating lock for include_role 6591 1726773060.52378: worker is 1 (out of 1 available) 6591 1726773060.52389: exiting _queue_task() for managed_node2/include_role 6591 1726773060.52398: done queuing things up, now waiting for results queue to drain 6591 1726773060.52399: waiting for pending results... 6591 1726773060.52550: running TaskExecutor() for managed_node2/TASK: Apply kernel_settings 6591 1726773060.52609: in run() - task 1239c35c-e2e1-152b-fb99-00000000000f 6591 1726773060.52621: variable 'ansible_search_path' from source: unknown 6591 1726773060.52650: calling self._execute() 6591 1726773060.52702: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773060.52708: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773060.52716: variable 'omit' from source: magic vars 6591 1726773060.52793: _execute() done 6591 1726773060.52796: dumping result to json 6591 1726773060.52799: done dumping result, returning 6591 1726773060.52802: done running TaskExecutor() for managed_node2/TASK: Apply kernel_settings [1239c35c-e2e1-152b-fb99-00000000000f] 6591 1726773060.52806: sending task result for task 1239c35c-e2e1-152b-fb99-00000000000f 6591 1726773060.52917: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000000f 6591 1726773060.52920: WORKER PROCESS EXITING 6591 1726773060.52953: no more pending results, returning what we have 6591 1726773060.52957: in VariableManager get_vars() 6591 1726773060.52982: Calling all_inventory to load vars for managed_node2 6591 1726773060.52984: Calling groups_inventory to load vars for managed_node2 6591 1726773060.52987: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773060.52994: Calling all_plugins_play to load vars for managed_node2 6591 1726773060.52996: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773060.52998: Calling groups_plugins_play to load vars for managed_node2 6591 1726773060.53097: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773060.53207: done with get_vars() 6591 1726773060.53212: variable 'ansible_search_path' from source: unknown 6591 1726773060.53727: variable 'omit' from source: magic vars 6591 1726773060.53741: variable 'omit' from source: magic vars 6591 1726773060.53750: variable 'omit' from source: magic vars 6591 1726773060.53753: we have included files to process 6591 1726773060.53753: generating all_blocks data 6591 1726773060.53755: done generating all_blocks data 6591 1726773060.53755: processing included file: fedora.linux_system_roles.kernel_settings 6591 1726773060.53768: in VariableManager get_vars() 6591 1726773060.53776: done with get_vars() 6591 1726773060.53824: in VariableManager get_vars() 6591 1726773060.53832: done with get_vars() 6591 1726773060.53855: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6591 1726773060.53938: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6591 1726773060.53976: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6591 1726773060.54055: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6591 1726773060.54535: in VariableManager get_vars() 6591 1726773060.54550: done with get_vars() 6591 1726773060.55419: in VariableManager get_vars() 6591 1726773060.55431: done with get_vars() 6591 1726773060.55535: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6591 1726773060.55939: iterating over new_blocks loaded from include file 6591 1726773060.55941: in VariableManager get_vars() 6591 1726773060.55951: done with get_vars() 6591 1726773060.55953: filtering new block on tags 6591 1726773060.55977: done filtering new block on tags 6591 1726773060.55979: in VariableManager get_vars() 6591 1726773060.55988: done with get_vars() 6591 1726773060.55989: filtering new block on tags 6591 1726773060.56012: done filtering new block on tags 6591 1726773060.56014: in VariableManager get_vars() 6591 1726773060.56022: done with get_vars() 6591 1726773060.56023: filtering new block on tags 6591 1726773060.56109: done filtering new block on tags 6591 1726773060.56111: in VariableManager get_vars() 6591 1726773060.56120: done with get_vars() 6591 1726773060.56121: filtering new block on tags 6591 1726773060.56131: done filtering new block on tags 6591 1726773060.56132: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node2 6591 1726773060.56136: extending task lists for all hosts with included blocks 6591 1726773060.56489: done extending task lists 6591 1726773060.56491: done processing included files 6591 1726773060.56491: results queue empty 6591 1726773060.56492: checking for any_errors_fatal 6591 1726773060.56495: done checking for any_errors_fatal 6591 1726773060.56496: checking for max_fail_percentage 6591 1726773060.56496: done checking for max_fail_percentage 6591 1726773060.56497: checking to see if all hosts have failed and the running result is not ok 6591 1726773060.56497: done checking to see if all hosts have failed 6591 1726773060.56498: getting the remaining hosts for this loop 6591 1726773060.56498: done getting the remaining hosts for this loop 6591 1726773060.56500: getting the next task for host managed_node2 6591 1726773060.56504: done getting next task for host managed_node2 6591 1726773060.56507: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6591 1726773060.56508: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773060.56514: getting variables 6591 1726773060.56515: in VariableManager get_vars() 6591 1726773060.56523: Calling all_inventory to load vars for managed_node2 6591 1726773060.56524: Calling groups_inventory to load vars for managed_node2 6591 1726773060.56525: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773060.56528: Calling all_plugins_play to load vars for managed_node2 6591 1726773060.56530: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773060.56531: Calling groups_plugins_play to load vars for managed_node2 6591 1726773060.56608: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773060.56717: done with get_vars() 6591 1726773060.56723: done getting variables 6591 1726773060.56768: 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:11:00 -0400 (0:00:00.045) 0:00:38.038 **** 6591 1726773060.56786: entering _queue_task() for managed_node2/fail 6591 1726773060.56788: Creating lock for fail 6591 1726773060.56955: worker is 1 (out of 1 available) 6591 1726773060.56966: exiting _queue_task() for managed_node2/fail 6591 1726773060.56978: done queuing things up, now waiting for results queue to drain 6591 1726773060.56979: waiting for pending results... 6591 1726773060.57127: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6591 1726773060.57193: in run() - task 1239c35c-e2e1-152b-fb99-0000000000ad 6591 1726773060.57205: variable 'ansible_search_path' from source: unknown 6591 1726773060.57214: variable 'ansible_search_path' from source: unknown 6591 1726773060.57246: calling self._execute() 6591 1726773060.57317: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773060.57321: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773060.57329: variable 'omit' from source: magic vars 6591 1726773060.57679: variable 'kernel_settings_sysctl' from source: include params 6591 1726773060.57693: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773060.57699: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 6591 1726773060.57893: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773060.59834: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773060.59913: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773060.59955: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773060.59996: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773060.60029: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773060.60111: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773060.60145: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773060.60180: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773060.60228: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773060.60248: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773060.60310: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773060.60339: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773060.60370: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773060.60426: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773060.60449: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773060.60489: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773060.60507: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773060.60526: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773060.60567: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773060.60571: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773060.60757: variable 'kernel_settings_sysctl' from source: include params 6591 1726773060.60809: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773060.60913: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773060.60941: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773060.60963: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773060.60986: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773060.61021: 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) 6591 1726773060.61036: 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) 6591 1726773060.61053: 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) 6591 1726773060.61070: 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) 6591 1726773060.61106: 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) 6591 1726773060.61121: 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) 6591 1726773060.61142: 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) 6591 1726773060.61159: 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) 6591 1726773060.61184: 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 6591 1726773060.61195: when evaluation is False, skipping this task 6591 1726773060.61197: _execute() done 6591 1726773060.61200: dumping result to json 6591 1726773060.61203: done dumping result, returning 6591 1726773060.61207: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [1239c35c-e2e1-152b-fb99-0000000000ad] 6591 1726773060.61209: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000ad 6591 1726773060.61287: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000ad 6591 1726773060.61290: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } 6591 1726773060.61358: no more pending results, returning what we have 6591 1726773060.61361: results queue empty 6591 1726773060.61362: checking for any_errors_fatal 6591 1726773060.61363: done checking for any_errors_fatal 6591 1726773060.61364: checking for max_fail_percentage 6591 1726773060.61365: done checking for max_fail_percentage 6591 1726773060.61366: checking to see if all hosts have failed and the running result is not ok 6591 1726773060.61367: done checking to see if all hosts have failed 6591 1726773060.61367: getting the remaining hosts for this loop 6591 1726773060.61369: done getting the remaining hosts for this loop 6591 1726773060.61371: getting the next task for host managed_node2 6591 1726773060.61376: done getting next task for host managed_node2 6591 1726773060.61380: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6591 1726773060.61382: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773060.61393: getting variables 6591 1726773060.61394: in VariableManager get_vars() 6591 1726773060.61424: Calling all_inventory to load vars for managed_node2 6591 1726773060.61426: Calling groups_inventory to load vars for managed_node2 6591 1726773060.61428: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773060.61434: Calling all_plugins_play to load vars for managed_node2 6591 1726773060.61436: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773060.61437: Calling groups_plugins_play to load vars for managed_node2 6591 1726773060.61569: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773060.61693: done with get_vars() 6591 1726773060.61699: 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:11:00 -0400 (0:00:00.049) 0:00:38.088 **** 6591 1726773060.61759: entering _queue_task() for managed_node2/include_tasks 6591 1726773060.61761: Creating lock for include_tasks 6591 1726773060.61926: worker is 1 (out of 1 available) 6591 1726773060.61940: exiting _queue_task() for managed_node2/include_tasks 6591 1726773060.61950: done queuing things up, now waiting for results queue to drain 6591 1726773060.61952: waiting for pending results... 6591 1726773060.62100: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6591 1726773060.62159: in run() - task 1239c35c-e2e1-152b-fb99-0000000000ae 6591 1726773060.62175: variable 'ansible_search_path' from source: unknown 6591 1726773060.62587: variable 'ansible_search_path' from source: unknown 6591 1726773060.62596: calling self._execute() 6591 1726773060.62600: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773060.62602: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773060.62607: variable 'omit' from source: magic vars 6591 1726773060.62610: _execute() done 6591 1726773060.62612: dumping result to json 6591 1726773060.62614: done dumping result, returning 6591 1726773060.62617: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [1239c35c-e2e1-152b-fb99-0000000000ae] 6591 1726773060.62619: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000ae 6591 1726773060.62680: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000ae 6591 1726773060.62683: WORKER PROCESS EXITING 6591 1726773060.62716: no more pending results, returning what we have 6591 1726773060.62719: in VariableManager get_vars() 6591 1726773060.62756: Calling all_inventory to load vars for managed_node2 6591 1726773060.62761: Calling groups_inventory to load vars for managed_node2 6591 1726773060.62763: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773060.62771: Calling all_plugins_play to load vars for managed_node2 6591 1726773060.62773: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773060.62776: Calling groups_plugins_play to load vars for managed_node2 6591 1726773060.62941: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773060.63148: done with get_vars() 6591 1726773060.63156: variable 'ansible_search_path' from source: unknown 6591 1726773060.63157: variable 'ansible_search_path' from source: unknown 6591 1726773060.63193: we have included files to process 6591 1726773060.63194: generating all_blocks data 6591 1726773060.63195: done generating all_blocks data 6591 1726773060.63201: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6591 1726773060.63204: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6591 1726773060.63207: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6591 1726773060.64023: done processing included file 6591 1726773060.64025: iterating over new_blocks loaded from include file 6591 1726773060.64027: in VariableManager get_vars() 6591 1726773060.64046: done with get_vars() 6591 1726773060.64048: filtering new block on tags 6591 1726773060.64071: done filtering new block on tags 6591 1726773060.64074: in VariableManager get_vars() 6591 1726773060.64095: done with get_vars() 6591 1726773060.64097: filtering new block on tags 6591 1726773060.64133: done filtering new block on tags 6591 1726773060.64135: in VariableManager get_vars() 6591 1726773060.64154: done with get_vars() 6591 1726773060.64156: filtering new block on tags 6591 1726773060.64192: done filtering new block on tags 6591 1726773060.64195: in VariableManager get_vars() 6591 1726773060.64216: done with get_vars() 6591 1726773060.64218: filtering new block on tags 6591 1726773060.64240: done filtering new block on tags 6591 1726773060.64242: 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_node2 6591 1726773060.64248: extending task lists for all hosts with included blocks 6591 1726773060.64426: done extending task lists 6591 1726773060.64427: done processing included files 6591 1726773060.64428: results queue empty 6591 1726773060.64428: checking for any_errors_fatal 6591 1726773060.64431: done checking for any_errors_fatal 6591 1726773060.64432: checking for max_fail_percentage 6591 1726773060.64433: done checking for max_fail_percentage 6591 1726773060.64434: checking to see if all hosts have failed and the running result is not ok 6591 1726773060.64435: done checking to see if all hosts have failed 6591 1726773060.64435: getting the remaining hosts for this loop 6591 1726773060.64437: done getting the remaining hosts for this loop 6591 1726773060.64440: getting the next task for host managed_node2 6591 1726773060.64443: done getting next task for host managed_node2 6591 1726773060.64446: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6591 1726773060.64448: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773060.64456: getting variables 6591 1726773060.64457: in VariableManager get_vars() 6591 1726773060.64470: Calling all_inventory to load vars for managed_node2 6591 1726773060.64472: Calling groups_inventory to load vars for managed_node2 6591 1726773060.64474: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773060.64482: Calling all_plugins_play to load vars for managed_node2 6591 1726773060.64485: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773060.64488: Calling groups_plugins_play to load vars for managed_node2 6591 1726773060.64622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773060.64774: done with get_vars() 6591 1726773060.64782: 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:11:00 -0400 (0:00:00.030) 0:00:38.119 **** 6591 1726773060.64833: entering _queue_task() for managed_node2/setup 6591 1726773060.64992: worker is 1 (out of 1 available) 6591 1726773060.65002: exiting _queue_task() for managed_node2/setup 6591 1726773060.65015: done queuing things up, now waiting for results queue to drain 6591 1726773060.65016: waiting for pending results... 6591 1726773060.65162: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6591 1726773060.65239: in run() - task 1239c35c-e2e1-152b-fb99-000000000159 6591 1726773060.65250: variable 'ansible_search_path' from source: unknown 6591 1726773060.65254: variable 'ansible_search_path' from source: unknown 6591 1726773060.65282: calling self._execute() 6591 1726773060.65333: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773060.65337: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773060.65345: variable 'omit' from source: magic vars 6591 1726773060.65687: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773060.67795: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773060.67844: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773060.67870: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773060.67898: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773060.67921: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773060.67975: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773060.67998: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773060.68020: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773060.68048: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773060.68058: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773060.68098: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773060.68116: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773060.68134: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773060.68162: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773060.68173: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773060.68290: variable '__kernel_settings_required_facts' from source: role '' all vars 6591 1726773060.68297: variable 'ansible_facts' from source: unknown 6591 1726773060.68353: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 6591 1726773060.68358: when evaluation is False, skipping this task 6591 1726773060.68361: _execute() done 6591 1726773060.68364: dumping result to json 6591 1726773060.68366: done dumping result, returning 6591 1726773060.68369: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [1239c35c-e2e1-152b-fb99-000000000159] 6591 1726773060.68375: sending task result for task 1239c35c-e2e1-152b-fb99-000000000159 6591 1726773060.68453: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000159 6591 1726773060.68456: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 6591 1726773060.68517: no more pending results, returning what we have 6591 1726773060.68520: results queue empty 6591 1726773060.68521: checking for any_errors_fatal 6591 1726773060.68523: done checking for any_errors_fatal 6591 1726773060.68523: checking for max_fail_percentage 6591 1726773060.68525: done checking for max_fail_percentage 6591 1726773060.68526: checking to see if all hosts have failed and the running result is not ok 6591 1726773060.68526: done checking to see if all hosts have failed 6591 1726773060.68527: getting the remaining hosts for this loop 6591 1726773060.68528: done getting the remaining hosts for this loop 6591 1726773060.68532: getting the next task for host managed_node2 6591 1726773060.68539: done getting next task for host managed_node2 6591 1726773060.68542: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6591 1726773060.68545: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773060.68556: getting variables 6591 1726773060.68559: in VariableManager get_vars() 6591 1726773060.68587: Calling all_inventory to load vars for managed_node2 6591 1726773060.68589: Calling groups_inventory to load vars for managed_node2 6591 1726773060.68592: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773060.68599: Calling all_plugins_play to load vars for managed_node2 6591 1726773060.68601: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773060.68606: Calling groups_plugins_play to load vars for managed_node2 6591 1726773060.68759: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773060.68896: done with get_vars() 6591 1726773060.68902: 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:11:00 -0400 (0:00:00.041) 0:00:38.160 **** 6591 1726773060.68963: entering _queue_task() for managed_node2/stat 6591 1726773060.69125: worker is 1 (out of 1 available) 6591 1726773060.69136: exiting _queue_task() for managed_node2/stat 6591 1726773060.69149: done queuing things up, now waiting for results queue to drain 6591 1726773060.69151: waiting for pending results... 6591 1726773060.69300: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6591 1726773060.69376: in run() - task 1239c35c-e2e1-152b-fb99-00000000015b 6591 1726773060.69390: variable 'ansible_search_path' from source: unknown 6591 1726773060.69394: variable 'ansible_search_path' from source: unknown 6591 1726773060.69424: calling self._execute() 6591 1726773060.69471: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773060.69475: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773060.69487: variable 'omit' from source: magic vars 6591 1726773060.69796: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773060.69956: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773060.69989: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773060.70015: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773060.70039: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773060.70099: 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) 6591 1726773060.70119: 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) 6591 1726773060.70136: 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) 6591 1726773060.70156: 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) 6591 1726773060.70239: variable '__kernel_settings_is_ostree' from source: set_fact 6591 1726773060.70248: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6591 1726773060.70251: when evaluation is False, skipping this task 6591 1726773060.70254: _execute() done 6591 1726773060.70256: dumping result to json 6591 1726773060.70259: done dumping result, returning 6591 1726773060.70266: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [1239c35c-e2e1-152b-fb99-00000000015b] 6591 1726773060.70269: sending task result for task 1239c35c-e2e1-152b-fb99-00000000015b 6591 1726773060.70351: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000015b 6591 1726773060.70353: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6591 1726773060.70417: no more pending results, returning what we have 6591 1726773060.70420: results queue empty 6591 1726773060.70421: checking for any_errors_fatal 6591 1726773060.70424: done checking for any_errors_fatal 6591 1726773060.70425: checking for max_fail_percentage 6591 1726773060.70426: done checking for max_fail_percentage 6591 1726773060.70427: checking to see if all hosts have failed and the running result is not ok 6591 1726773060.70428: done checking to see if all hosts have failed 6591 1726773060.70429: getting the remaining hosts for this loop 6591 1726773060.70430: done getting the remaining hosts for this loop 6591 1726773060.70433: getting the next task for host managed_node2 6591 1726773060.70438: done getting next task for host managed_node2 6591 1726773060.70440: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6591 1726773060.70442: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773060.70450: getting variables 6591 1726773060.70451: in VariableManager get_vars() 6591 1726773060.70471: Calling all_inventory to load vars for managed_node2 6591 1726773060.70473: Calling groups_inventory to load vars for managed_node2 6591 1726773060.70474: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773060.70480: Calling all_plugins_play to load vars for managed_node2 6591 1726773060.70482: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773060.70484: Calling groups_plugins_play to load vars for managed_node2 6591 1726773060.70585: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773060.70701: done with get_vars() 6591 1726773060.70710: done getting variables 6591 1726773060.70747: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:11:00 -0400 (0:00:00.018) 0:00:38.178 **** 6591 1726773060.70768: entering _queue_task() for managed_node2/set_fact 6591 1726773060.70924: worker is 1 (out of 1 available) 6591 1726773060.70934: exiting _queue_task() for managed_node2/set_fact 6591 1726773060.70947: done queuing things up, now waiting for results queue to drain 6591 1726773060.70949: waiting for pending results... 6591 1726773060.71132: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6591 1726773060.71255: in run() - task 1239c35c-e2e1-152b-fb99-00000000015c 6591 1726773060.71276: variable 'ansible_search_path' from source: unknown 6591 1726773060.71283: variable 'ansible_search_path' from source: unknown 6591 1726773060.71325: calling self._execute() 6591 1726773060.71398: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773060.71412: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773060.71425: variable 'omit' from source: magic vars 6591 1726773060.71876: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773060.72172: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773060.72218: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773060.72260: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773060.72296: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773060.72385: 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) 6591 1726773060.72417: 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) 6591 1726773060.72446: 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) 6591 1726773060.72480: 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) 6591 1726773060.72600: variable '__kernel_settings_is_ostree' from source: set_fact 6591 1726773060.72610: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6591 1726773060.72616: when evaluation is False, skipping this task 6591 1726773060.72634: _execute() done 6591 1726773060.72638: dumping result to json 6591 1726773060.72641: done dumping result, returning 6591 1726773060.72643: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [1239c35c-e2e1-152b-fb99-00000000015c] 6591 1726773060.72646: sending task result for task 1239c35c-e2e1-152b-fb99-00000000015c 6591 1726773060.72736: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000015c 6591 1726773060.72739: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6591 1726773060.72782: no more pending results, returning what we have 6591 1726773060.72785: results queue empty 6591 1726773060.72786: checking for any_errors_fatal 6591 1726773060.72789: done checking for any_errors_fatal 6591 1726773060.72790: checking for max_fail_percentage 6591 1726773060.72791: done checking for max_fail_percentage 6591 1726773060.72792: checking to see if all hosts have failed and the running result is not ok 6591 1726773060.72793: done checking to see if all hosts have failed 6591 1726773060.72793: getting the remaining hosts for this loop 6591 1726773060.72795: done getting the remaining hosts for this loop 6591 1726773060.72799: getting the next task for host managed_node2 6591 1726773060.72808: done getting next task for host managed_node2 6591 1726773060.72811: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6591 1726773060.72824: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773060.72836: getting variables 6591 1726773060.72838: in VariableManager get_vars() 6591 1726773060.72862: Calling all_inventory to load vars for managed_node2 6591 1726773060.72864: Calling groups_inventory to load vars for managed_node2 6591 1726773060.72866: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773060.72872: Calling all_plugins_play to load vars for managed_node2 6591 1726773060.72873: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773060.72875: Calling groups_plugins_play to load vars for managed_node2 6591 1726773060.73000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773060.73119: done with get_vars() 6591 1726773060.73125: 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:11:00 -0400 (0:00:00.024) 0:00:38.202 **** 6591 1726773060.73186: entering _queue_task() for managed_node2/stat 6591 1726773060.73343: worker is 1 (out of 1 available) 6591 1726773060.73354: exiting _queue_task() for managed_node2/stat 6591 1726773060.73364: done queuing things up, now waiting for results queue to drain 6591 1726773060.73365: waiting for pending results... 6591 1726773060.73510: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6591 1726773060.73578: in run() - task 1239c35c-e2e1-152b-fb99-00000000015e 6591 1726773060.73593: variable 'ansible_search_path' from source: unknown 6591 1726773060.73597: variable 'ansible_search_path' from source: unknown 6591 1726773060.73625: calling self._execute() 6591 1726773060.73676: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773060.73683: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773060.73692: variable 'omit' from source: magic vars 6591 1726773060.73995: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773060.74152: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773060.74185: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773060.74210: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773060.74235: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773060.74295: 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) 6591 1726773060.74314: 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) 6591 1726773060.74332: 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) 6591 1726773060.74352: 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) 6591 1726773060.74436: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 6591 1726773060.74440: variable 'omit' from source: magic vars 6591 1726773060.74479: variable 'omit' from source: magic vars 6591 1726773060.74533: variable 'omit' from source: magic vars 6591 1726773060.74541: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773060.74586: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773060.74602: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773060.74622: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773060.74629: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773060.74661: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773060.74669: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773060.74676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773060.74784: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773060.74798: Set connection var ansible_connection to ssh 6591 1726773060.74815: Set connection var ansible_timeout to 10 6591 1726773060.74830: Set connection var ansible_pipelining to False 6591 1726773060.74841: Set connection var ansible_shell_executable to /bin/sh 6591 1726773060.74848: Set connection var ansible_shell_type to sh 6591 1726773060.74870: variable 'ansible_shell_executable' from source: unknown 6591 1726773060.74877: variable 'ansible_connection' from source: unknown 6591 1726773060.74884: variable 'ansible_module_compression' from source: unknown 6591 1726773060.74890: variable 'ansible_shell_type' from source: unknown 6591 1726773060.74897: variable 'ansible_shell_executable' from source: unknown 6591 1726773060.74910: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773060.74919: variable 'ansible_pipelining' from source: unknown 6591 1726773060.74925: variable 'ansible_timeout' from source: unknown 6591 1726773060.74936: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773060.75081: 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) 6591 1726773060.75096: variable 'omit' from source: magic vars 6591 1726773060.75106: starting attempt loop 6591 1726773060.75113: running the handler 6591 1726773060.75132: _low_level_execute_command(): starting 6591 1726773060.75144: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773060.76285: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773060.76301: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773060.76321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773060.76339: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773060.76383: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773060.76394: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773060.76409: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773060.76433: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773060.76447: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773060.76464: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773060.76477: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773060.76493: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773060.76512: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773060.76526: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773060.76541: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773060.76556: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773060.76637: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773060.76666: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773060.76688: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773060.76812: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773060.78439: stdout chunk (state=3): >>>/root <<< 6591 1726773060.78538: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773060.78610: stderr chunk (state=3): >>><<< 6591 1726773060.78613: stdout chunk (state=3): >>><<< 6591 1726773060.78624: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773060.78640: _low_level_execute_command(): starting 6591 1726773060.78643: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773060.786238-7318-159004685951291 `" && echo ansible-tmp-1726773060.786238-7318-159004685951291="` echo /root/.ansible/tmp/ansible-tmp-1726773060.786238-7318-159004685951291 `" ) && sleep 0' 6591 1726773060.79093: 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 <<< 6591 1726773060.79097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773060.79136: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773060.79140: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773060.79143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773060.79197: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773060.79200: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773060.79206: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773060.79282: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773060.81130: stdout chunk (state=3): >>>ansible-tmp-1726773060.786238-7318-159004685951291=/root/.ansible/tmp/ansible-tmp-1726773060.786238-7318-159004685951291 <<< 6591 1726773060.81240: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773060.81288: stderr chunk (state=3): >>><<< 6591 1726773060.81293: stdout chunk (state=3): >>><<< 6591 1726773060.81305: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773060.786238-7318-159004685951291=/root/.ansible/tmp/ansible-tmp-1726773060.786238-7318-159004685951291 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773060.81339: variable 'ansible_module_compression' from source: unknown 6591 1726773060.81381: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773060.81411: variable 'ansible_facts' from source: unknown 6591 1726773060.81501: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773060.786238-7318-159004685951291/AnsiballZ_stat.py 6591 1726773060.81586: Sending initial data 6591 1726773060.81589: Sent initial data (150 bytes) 6591 1726773060.82213: 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 <<< 6591 1726773060.82219: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773060.82260: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773060.82263: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773060.82266: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773060.82324: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773060.82327: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773060.82411: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773060.84138: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6591 1726773060.84155: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 6591 1726773060.84169: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 6591 1726773060.84184: stderr chunk (state=3): >>>debug2: Server supports extension "fstatvfs@openssh.com" revision 2 <<< 6591 1726773060.84195: stderr chunk (state=3): >>>debug2: Server supports extension "hardlink@openssh.com" revision 1 <<< 6591 1726773060.84208: stderr chunk (state=3): >>>debug2: Server supports extension "fsync@openssh.com" revision 1 <<< 6591 1726773060.84218: stderr chunk (state=3): >>>debug2: Server supports extension "lsetstat@openssh.com" revision 1 <<< 6591 1726773060.84229: stderr chunk (state=3): >>>debug2: Server supports extension "limits@openssh.com" revision 1 <<< 6591 1726773060.84239: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773060.84328: stderr chunk (state=3): >>>debug1: Using server download size 261120 <<< 6591 1726773060.84342: stderr chunk (state=3): >>>debug1: Using server upload size 261120 <<< 6591 1726773060.84354: stderr chunk (state=3): >>>debug1: Server handle limit 1019; using 64 <<< 6591 1726773060.84449: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp8ls0si93 /root/.ansible/tmp/ansible-tmp-1726773060.786238-7318-159004685951291/AnsiballZ_stat.py <<< 6591 1726773060.84538: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773060.86547: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773060.86791: stderr chunk (state=3): >>><<< 6591 1726773060.86801: stdout chunk (state=3): >>><<< 6591 1726773060.86907: done transferring module to remote 6591 1726773060.86910: _low_level_execute_command(): starting 6591 1726773060.86913: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773060.786238-7318-159004685951291/ /root/.ansible/tmp/ansible-tmp-1726773060.786238-7318-159004685951291/AnsiballZ_stat.py && sleep 0' 6591 1726773060.88288: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773060.88291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773060.88334: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773060.88337: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773060.88340: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773060.88514: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773060.88581: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773060.88584: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773060.88663: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773060.90420: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773060.90486: stderr chunk (state=3): >>><<< 6591 1726773060.90489: stdout chunk (state=3): >>><<< 6591 1726773060.90578: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773060.90582: _low_level_execute_command(): starting 6591 1726773060.90584: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773060.786238-7318-159004685951291/AnsiballZ_stat.py && sleep 0' 6591 1726773060.92093: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773060.92113: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773060.92131: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773060.92147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773060.92185: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773060.92231: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773060.92248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773060.92265: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773060.92342: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773060.92359: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773060.92372: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773060.92386: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773060.92402: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773060.92417: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773060.92429: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773060.92446: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773060.92526: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773060.92618: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773060.92633: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773060.92762: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773061.06021: 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"}}} <<< 6591 1726773061.06954: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773061.07002: stderr chunk (state=3): >>><<< 6591 1726773061.07010: stdout chunk (state=3): >>><<< 6591 1726773061.07034: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773061.07239: 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-1726773060.786238-7318-159004685951291/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773061.07247: _low_level_execute_command(): starting 6591 1726773061.07249: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773060.786238-7318-159004685951291/ > /dev/null 2>&1 && sleep 0' 6591 1726773061.07923: 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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773061.07998: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773061.09800: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773061.09838: stderr chunk (state=3): >>><<< 6591 1726773061.09842: stdout chunk (state=3): >>><<< 6591 1726773061.09856: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773061.09862: handler run complete 6591 1726773061.09885: attempt loop complete, returning result 6591 1726773061.09888: _execute() done 6591 1726773061.09890: dumping result to json 6591 1726773061.09892: done dumping result, returning 6591 1726773061.09897: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [1239c35c-e2e1-152b-fb99-00000000015e] 6591 1726773061.09902: sending task result for task 1239c35c-e2e1-152b-fb99-00000000015e 6591 1726773061.10003: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000015e 6591 1726773061.10006: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } 6591 1726773061.10080: no more pending results, returning what we have 6591 1726773061.10083: results queue empty 6591 1726773061.10084: checking for any_errors_fatal 6591 1726773061.10089: done checking for any_errors_fatal 6591 1726773061.10090: checking for max_fail_percentage 6591 1726773061.10091: done checking for max_fail_percentage 6591 1726773061.10092: checking to see if all hosts have failed and the running result is not ok 6591 1726773061.10093: done checking to see if all hosts have failed 6591 1726773061.10093: getting the remaining hosts for this loop 6591 1726773061.10095: done getting the remaining hosts for this loop 6591 1726773061.10098: getting the next task for host managed_node2 6591 1726773061.10105: done getting next task for host managed_node2 6591 1726773061.10108: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6591 1726773061.10112: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773061.10122: getting variables 6591 1726773061.10123: in VariableManager get_vars() 6591 1726773061.10153: Calling all_inventory to load vars for managed_node2 6591 1726773061.10155: Calling groups_inventory to load vars for managed_node2 6591 1726773061.10158: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773061.10166: Calling all_plugins_play to load vars for managed_node2 6591 1726773061.10169: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773061.10171: Calling groups_plugins_play to load vars for managed_node2 6591 1726773061.10281: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773061.10425: done with get_vars() 6591 1726773061.10434: done getting variables 6591 1726773061.10493: 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:11:01 -0400 (0:00:00.373) 0:00:38.576 **** 6591 1726773061.10541: entering _queue_task() for managed_node2/set_fact 6591 1726773061.10822: worker is 1 (out of 1 available) 6591 1726773061.10834: exiting _queue_task() for managed_node2/set_fact 6591 1726773061.10845: done queuing things up, now waiting for results queue to drain 6591 1726773061.10846: waiting for pending results... 6591 1726773061.11131: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6591 1726773061.11267: in run() - task 1239c35c-e2e1-152b-fb99-00000000015f 6591 1726773061.11292: variable 'ansible_search_path' from source: unknown 6591 1726773061.11299: variable 'ansible_search_path' from source: unknown 6591 1726773061.11348: calling self._execute() 6591 1726773061.11432: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773061.11451: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773061.11466: variable 'omit' from source: magic vars 6591 1726773061.12037: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773061.12508: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773061.12543: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773061.12567: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773061.12595: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773061.12661: 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) 6591 1726773061.12678: 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) 6591 1726773061.12698: 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) 6591 1726773061.12719: 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) 6591 1726773061.12805: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 6591 1726773061.12811: variable 'omit' from source: magic vars 6591 1726773061.12852: variable 'omit' from source: magic vars 6591 1726773061.12933: variable '__transactional_update_stat' from source: set_fact 6591 1726773061.12968: variable 'omit' from source: magic vars 6591 1726773061.12990: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773061.13012: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773061.13026: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773061.13038: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773061.13049: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773061.13070: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773061.13079: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773061.13085: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773061.13152: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773061.13156: Set connection var ansible_connection to ssh 6591 1726773061.13168: Set connection var ansible_timeout to 10 6591 1726773061.13173: Set connection var ansible_pipelining to False 6591 1726773061.13180: Set connection var ansible_shell_executable to /bin/sh 6591 1726773061.13187: Set connection var ansible_shell_type to sh 6591 1726773061.13204: variable 'ansible_shell_executable' from source: unknown 6591 1726773061.13208: variable 'ansible_connection' from source: unknown 6591 1726773061.13210: variable 'ansible_module_compression' from source: unknown 6591 1726773061.13212: variable 'ansible_shell_type' from source: unknown 6591 1726773061.13215: variable 'ansible_shell_executable' from source: unknown 6591 1726773061.13217: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773061.13222: variable 'ansible_pipelining' from source: unknown 6591 1726773061.13224: variable 'ansible_timeout' from source: unknown 6591 1726773061.13228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773061.13300: 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) 6591 1726773061.13310: variable 'omit' from source: magic vars 6591 1726773061.13313: starting attempt loop 6591 1726773061.13315: running the handler 6591 1726773061.13325: handler run complete 6591 1726773061.13333: attempt loop complete, returning result 6591 1726773061.13336: _execute() done 6591 1726773061.13338: dumping result to json 6591 1726773061.13341: done dumping result, returning 6591 1726773061.13348: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [1239c35c-e2e1-152b-fb99-00000000015f] 6591 1726773061.13353: sending task result for task 1239c35c-e2e1-152b-fb99-00000000015f ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_is_transactional": false }, "changed": false } 6591 1726773061.13489: no more pending results, returning what we have 6591 1726773061.13492: results queue empty 6591 1726773061.13493: checking for any_errors_fatal 6591 1726773061.13497: done checking for any_errors_fatal 6591 1726773061.13498: checking for max_fail_percentage 6591 1726773061.13500: done checking for max_fail_percentage 6591 1726773061.13501: checking to see if all hosts have failed and the running result is not ok 6591 1726773061.13502: done checking to see if all hosts have failed 6591 1726773061.13504: getting the remaining hosts for this loop 6591 1726773061.13506: done getting the remaining hosts for this loop 6591 1726773061.13509: getting the next task for host managed_node2 6591 1726773061.13517: done getting next task for host managed_node2 6591 1726773061.13520: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6591 1726773061.13523: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773061.13532: getting variables 6591 1726773061.13533: in VariableManager get_vars() 6591 1726773061.13563: Calling all_inventory to load vars for managed_node2 6591 1726773061.13565: Calling groups_inventory to load vars for managed_node2 6591 1726773061.13573: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773061.13581: Calling all_plugins_play to load vars for managed_node2 6591 1726773061.13583: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773061.13586: Calling groups_plugins_play to load vars for managed_node2 6591 1726773061.13823: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000015f 6591 1726773061.13827: WORKER PROCESS EXITING 6591 1726773061.13836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773061.14058: done with get_vars() 6591 1726773061.14067: done getting variables 6591 1726773061.14183: 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:11:01 -0400 (0:00:00.036) 0:00:38.612 **** 6591 1726773061.14220: entering _queue_task() for managed_node2/include_vars 6591 1726773061.14222: Creating lock for include_vars 6591 1726773061.14454: worker is 1 (out of 1 available) 6591 1726773061.14469: exiting _queue_task() for managed_node2/include_vars 6591 1726773061.14479: done queuing things up, now waiting for results queue to drain 6591 1726773061.14481: waiting for pending results... 6591 1726773061.14751: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6591 1726773061.14888: in run() - task 1239c35c-e2e1-152b-fb99-000000000161 6591 1726773061.14913: variable 'ansible_search_path' from source: unknown 6591 1726773061.14916: variable 'ansible_search_path' from source: unknown 6591 1726773061.14955: calling self._execute() 6591 1726773061.15028: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773061.15055: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773061.15072: variable 'omit' from source: magic vars 6591 1726773061.15181: variable 'omit' from source: magic vars 6591 1726773061.15280: variable 'omit' from source: magic vars 6591 1726773061.15651: variable 'ffparams' from source: task vars 6591 1726773061.15792: variable 'ansible_facts' from source: unknown 6591 1726773061.16002: variable 'ansible_facts' from source: unknown 6591 1726773061.16150: variable 'ansible_facts' from source: unknown 6591 1726773061.16290: variable 'ansible_facts' from source: unknown 6591 1726773061.16412: variable 'role_path' from source: magic vars 6591 1726773061.16538: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6591 1726773061.16700: Loaded config def from plugin (lookup/first_found) 6591 1726773061.16703: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 6591 1726773061.16733: variable 'ansible_search_path' from source: unknown 6591 1726773061.16749: variable 'ansible_search_path' from source: unknown 6591 1726773061.16759: variable 'ansible_search_path' from source: unknown 6591 1726773061.16765: variable 'ansible_search_path' from source: unknown 6591 1726773061.16772: variable 'ansible_search_path' from source: unknown 6591 1726773061.16789: variable 'omit' from source: magic vars 6591 1726773061.16809: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773061.16832: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773061.16846: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773061.16861: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773061.16870: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773061.16894: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773061.16897: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773061.16900: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773061.16964: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773061.16972: Set connection var ansible_connection to ssh 6591 1726773061.16980: Set connection var ansible_timeout to 10 6591 1726773061.16988: Set connection var ansible_pipelining to False 6591 1726773061.16992: Set connection var ansible_shell_executable to /bin/sh 6591 1726773061.16995: Set connection var ansible_shell_type to sh 6591 1726773061.17013: variable 'ansible_shell_executable' from source: unknown 6591 1726773061.17015: variable 'ansible_connection' from source: unknown 6591 1726773061.17018: variable 'ansible_module_compression' from source: unknown 6591 1726773061.17020: variable 'ansible_shell_type' from source: unknown 6591 1726773061.17023: variable 'ansible_shell_executable' from source: unknown 6591 1726773061.17025: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773061.17029: variable 'ansible_pipelining' from source: unknown 6591 1726773061.17034: variable 'ansible_timeout' from source: unknown 6591 1726773061.17038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773061.17117: 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) 6591 1726773061.17125: variable 'omit' from source: magic vars 6591 1726773061.17130: starting attempt loop 6591 1726773061.17133: running the handler 6591 1726773061.17182: handler run complete 6591 1726773061.17193: attempt loop complete, returning result 6591 1726773061.17196: _execute() done 6591 1726773061.17198: dumping result to json 6591 1726773061.17201: done dumping result, returning 6591 1726773061.17211: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [1239c35c-e2e1-152b-fb99-000000000161] 6591 1726773061.17216: sending task result for task 1239c35c-e2e1-152b-fb99-000000000161 ok: [managed_node2] => { "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 } 6591 1726773061.17372: no more pending results, returning what we have 6591 1726773061.17375: results queue empty 6591 1726773061.17375: checking for any_errors_fatal 6591 1726773061.17382: done checking for any_errors_fatal 6591 1726773061.17383: checking for max_fail_percentage 6591 1726773061.17384: done checking for max_fail_percentage 6591 1726773061.17385: checking to see if all hosts have failed and the running result is not ok 6591 1726773061.17386: done checking to see if all hosts have failed 6591 1726773061.17386: getting the remaining hosts for this loop 6591 1726773061.17388: done getting the remaining hosts for this loop 6591 1726773061.17391: getting the next task for host managed_node2 6591 1726773061.17398: done getting next task for host managed_node2 6591 1726773061.17402: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6591 1726773061.17409: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773061.17420: getting variables 6591 1726773061.17421: in VariableManager get_vars() 6591 1726773061.17449: Calling all_inventory to load vars for managed_node2 6591 1726773061.17451: Calling groups_inventory to load vars for managed_node2 6591 1726773061.17453: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773061.17461: Calling all_plugins_play to load vars for managed_node2 6591 1726773061.17463: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773061.17465: Calling groups_plugins_play to load vars for managed_node2 6591 1726773061.17576: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000161 6591 1726773061.17580: WORKER PROCESS EXITING 6591 1726773061.17591: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773061.17723: done with get_vars() 6591 1726773061.17731: done getting variables 6591 1726773061.17770: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:11:01 -0400 (0:00:00.035) 0:00:38.648 **** 6591 1726773061.17793: entering _queue_task() for managed_node2/package 6591 1726773061.17957: worker is 1 (out of 1 available) 6591 1726773061.17969: exiting _queue_task() for managed_node2/package 6591 1726773061.17983: done queuing things up, now waiting for results queue to drain 6591 1726773061.17984: waiting for pending results... 6591 1726773061.18162: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6591 1726773061.18275: in run() - task 1239c35c-e2e1-152b-fb99-0000000000af 6591 1726773061.18308: variable 'ansible_search_path' from source: unknown 6591 1726773061.18318: variable 'ansible_search_path' from source: unknown 6591 1726773061.18360: calling self._execute() 6591 1726773061.18454: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773061.18466: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773061.18483: variable 'omit' from source: magic vars 6591 1726773061.18596: variable 'omit' from source: magic vars 6591 1726773061.18654: variable 'omit' from source: magic vars 6591 1726773061.18688: variable '__kernel_settings_packages' from source: include_vars 6591 1726773061.19002: variable '__kernel_settings_packages' from source: include_vars 6591 1726773061.19333: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773061.20780: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773061.20828: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773061.20862: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773061.20889: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773061.20914: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773061.20978: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773061.21001: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773061.21022: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773061.21048: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773061.21059: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773061.21136: variable '__kernel_settings_is_ostree' from source: set_fact 6591 1726773061.21140: variable 'omit' from source: magic vars 6591 1726773061.21162: variable 'omit' from source: magic vars 6591 1726773061.21184: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773061.21205: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773061.21218: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773061.21232: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773061.21243: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773061.21263: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773061.21266: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773061.21269: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773061.21338: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773061.21346: Set connection var ansible_connection to ssh 6591 1726773061.21355: Set connection var ansible_timeout to 10 6591 1726773061.21360: Set connection var ansible_pipelining to False 6591 1726773061.21365: Set connection var ansible_shell_executable to /bin/sh 6591 1726773061.21367: Set connection var ansible_shell_type to sh 6591 1726773061.21384: variable 'ansible_shell_executable' from source: unknown 6591 1726773061.21387: variable 'ansible_connection' from source: unknown 6591 1726773061.21389: variable 'ansible_module_compression' from source: unknown 6591 1726773061.21392: variable 'ansible_shell_type' from source: unknown 6591 1726773061.21394: variable 'ansible_shell_executable' from source: unknown 6591 1726773061.21396: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773061.21400: variable 'ansible_pipelining' from source: unknown 6591 1726773061.21402: variable 'ansible_timeout' from source: unknown 6591 1726773061.21408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773061.21480: 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) 6591 1726773061.21491: variable 'omit' from source: magic vars 6591 1726773061.21494: starting attempt loop 6591 1726773061.21497: running the handler 6591 1726773061.21505: variable 'ansible_facts' from source: unknown 6591 1726773061.21508: variable 'ansible_facts' from source: unknown 6591 1726773061.21547: _low_level_execute_command(): starting 6591 1726773061.21555: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773061.22056: 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 <<< 6591 1726773061.22070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773061.22086: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773061.22109: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773061.22120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773061.22156: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773061.22168: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773061.22266: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773061.23895: stdout chunk (state=3): >>>/root <<< 6591 1726773061.23996: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773061.24051: stderr chunk (state=3): >>><<< 6591 1726773061.24054: stdout chunk (state=3): >>><<< 6591 1726773061.24074: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773061.24086: _low_level_execute_command(): starting 6591 1726773061.24090: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773061.240734-7354-12334707744270 `" && echo ansible-tmp-1726773061.240734-7354-12334707744270="` echo /root/.ansible/tmp/ansible-tmp-1726773061.240734-7354-12334707744270 `" ) && sleep 0' 6591 1726773061.24551: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773061.24563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773061.24593: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773061.24607: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773061.24646: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773061.24658: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773061.24745: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773061.26592: stdout chunk (state=3): >>>ansible-tmp-1726773061.240734-7354-12334707744270=/root/.ansible/tmp/ansible-tmp-1726773061.240734-7354-12334707744270 <<< 6591 1726773061.26707: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773061.26748: stderr chunk (state=3): >>><<< 6591 1726773061.26760: stdout chunk (state=3): >>><<< 6591 1726773061.26775: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773061.240734-7354-12334707744270=/root/.ansible/tmp/ansible-tmp-1726773061.240734-7354-12334707744270 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773061.26802: variable 'ansible_module_compression' from source: unknown 6591 1726773061.26851: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 6591 1726773061.26890: variable 'ansible_facts' from source: unknown 6591 1726773061.26962: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773061.240734-7354-12334707744270/AnsiballZ_dnf.py 6591 1726773061.27061: Sending initial data 6591 1726773061.27071: Sent initial data (148 bytes) 6591 1726773061.27708: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773061.27721: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773061.27754: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773061.27758: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773061.27760: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773061.27811: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773061.27820: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773061.27897: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773061.29659: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773061.29734: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773061.29816: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp_k91s4q_ /root/.ansible/tmp/ansible-tmp-1726773061.240734-7354-12334707744270/AnsiballZ_dnf.py <<< 6591 1726773061.29894: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773061.31471: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773061.31590: stderr chunk (state=3): >>><<< 6591 1726773061.31593: stdout chunk (state=3): >>><<< 6591 1726773061.31625: done transferring module to remote 6591 1726773061.31645: _low_level_execute_command(): starting 6591 1726773061.31648: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773061.240734-7354-12334707744270/ /root/.ansible/tmp/ansible-tmp-1726773061.240734-7354-12334707744270/AnsiballZ_dnf.py && sleep 0' 6591 1726773061.32086: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773061.32090: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773061.32134: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773061.32137: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773061.32139: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration <<< 6591 1726773061.32141: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773061.32143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773061.32195: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773061.32200: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773061.32274: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773061.34046: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773061.34118: stderr chunk (state=3): >>><<< 6591 1726773061.34121: stdout chunk (state=3): >>><<< 6591 1726773061.34174: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773061.34180: _low_level_execute_command(): starting 6591 1726773061.34182: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773061.240734-7354-12334707744270/AnsiballZ_dnf.py && sleep 0' 6591 1726773061.34595: 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 <<< 6591 1726773061.34598: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773061.34630: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773061.34635: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773061.34638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773061.34640: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773061.34718: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773061.34794: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773062.41513: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 6591 1726773062.47238: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773062.47535: stderr chunk (state=3): >>><<< 6591 1726773062.47539: stdout chunk (state=3): >>><<< 6591 1726773062.47545: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773062.47551: 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-1726773061.240734-7354-12334707744270/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773062.47554: _low_level_execute_command(): starting 6591 1726773062.47556: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773061.240734-7354-12334707744270/ > /dev/null 2>&1 && sleep 0' 6591 1726773062.48220: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773062.48224: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773062.48256: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773062.48259: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773062.48261: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773062.48330: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773062.48334: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773062.48338: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773062.48420: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773062.50287: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773062.50311: stderr chunk (state=3): >>><<< 6591 1726773062.50314: stdout chunk (state=3): >>><<< 6591 1726773062.50411: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773062.50414: handler run complete 6591 1726773062.50417: attempt loop complete, returning result 6591 1726773062.50419: _execute() done 6591 1726773062.50421: dumping result to json 6591 1726773062.50423: done dumping result, returning 6591 1726773062.50510: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [1239c35c-e2e1-152b-fb99-0000000000af] 6591 1726773062.50514: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000af 6591 1726773062.50591: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000af 6591 1726773062.50595: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 6591 1726773062.50701: no more pending results, returning what we have 6591 1726773062.50707: results queue empty 6591 1726773062.50708: checking for any_errors_fatal 6591 1726773062.50714: done checking for any_errors_fatal 6591 1726773062.50715: checking for max_fail_percentage 6591 1726773062.50716: done checking for max_fail_percentage 6591 1726773062.50717: checking to see if all hosts have failed and the running result is not ok 6591 1726773062.50718: done checking to see if all hosts have failed 6591 1726773062.50719: getting the remaining hosts for this loop 6591 1726773062.50721: done getting the remaining hosts for this loop 6591 1726773062.50725: getting the next task for host managed_node2 6591 1726773062.50733: done getting next task for host managed_node2 6591 1726773062.50737: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6591 1726773062.50739: ^ state is: HOST STATE: block=2, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773062.50750: getting variables 6591 1726773062.50752: in VariableManager get_vars() 6591 1726773062.50790: Calling all_inventory to load vars for managed_node2 6591 1726773062.50793: Calling groups_inventory to load vars for managed_node2 6591 1726773062.50796: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773062.50809: Calling all_plugins_play to load vars for managed_node2 6591 1726773062.50811: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773062.50815: Calling groups_plugins_play to load vars for managed_node2 6591 1726773062.51147: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773062.51297: done with get_vars() 6591 1726773062.51307: done getting variables 6591 1726773062.51535: 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:11:02 -0400 (0:00:01.337) 0:00:39.986 **** 6591 1726773062.51567: entering _queue_task() for managed_node2/debug 6591 1726773062.51569: Creating lock for debug 6591 1726773062.51804: worker is 1 (out of 1 available) 6591 1726773062.51817: exiting _queue_task() for managed_node2/debug 6591 1726773062.51830: done queuing things up, now waiting for results queue to drain 6591 1726773062.51832: waiting for pending results... 6591 1726773062.52090: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6591 1726773062.52209: in run() - task 1239c35c-e2e1-152b-fb99-0000000000b1 6591 1726773062.52230: variable 'ansible_search_path' from source: unknown 6591 1726773062.52238: variable 'ansible_search_path' from source: unknown 6591 1726773062.52287: calling self._execute() 6591 1726773062.52367: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773062.52386: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773062.52402: variable 'omit' from source: magic vars 6591 1726773062.52914: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773062.54802: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773062.54849: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773062.54880: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773062.54908: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773062.54930: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773062.54994: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773062.55016: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773062.55033: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773062.55058: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773062.55071: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773062.55155: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773062.55170: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6591 1726773062.55173: when evaluation is False, skipping this task 6591 1726773062.55176: _execute() done 6591 1726773062.55179: dumping result to json 6591 1726773062.55183: done dumping result, returning 6591 1726773062.55193: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [1239c35c-e2e1-152b-fb99-0000000000b1] 6591 1726773062.55199: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000b1 6591 1726773062.55285: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000b1 6591 1726773062.55288: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 6591 1726773062.55349: no more pending results, returning what we have 6591 1726773062.55352: results queue empty 6591 1726773062.55353: checking for any_errors_fatal 6591 1726773062.55360: done checking for any_errors_fatal 6591 1726773062.55360: checking for max_fail_percentage 6591 1726773062.55362: done checking for max_fail_percentage 6591 1726773062.55363: checking to see if all hosts have failed and the running result is not ok 6591 1726773062.55364: done checking to see if all hosts have failed 6591 1726773062.55364: getting the remaining hosts for this loop 6591 1726773062.55366: done getting the remaining hosts for this loop 6591 1726773062.55369: getting the next task for host managed_node2 6591 1726773062.55375: done getting next task for host managed_node2 6591 1726773062.55380: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6591 1726773062.55383: ^ state is: HOST STATE: block=2, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773062.55394: getting variables 6591 1726773062.55396: in VariableManager get_vars() 6591 1726773062.55428: Calling all_inventory to load vars for managed_node2 6591 1726773062.55431: Calling groups_inventory to load vars for managed_node2 6591 1726773062.55433: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773062.55442: Calling all_plugins_play to load vars for managed_node2 6591 1726773062.55444: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773062.55447: Calling groups_plugins_play to load vars for managed_node2 6591 1726773062.55561: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773062.55692: done with get_vars() 6591 1726773062.55700: done getting variables 6591 1726773062.55798: 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:11:02 -0400 (0:00:00.042) 0:00:40.028 **** 6591 1726773062.55822: entering _queue_task() for managed_node2/reboot 6591 1726773062.55824: Creating lock for reboot 6591 1726773062.56018: worker is 1 (out of 1 available) 6591 1726773062.56030: exiting _queue_task() for managed_node2/reboot 6591 1726773062.56042: done queuing things up, now waiting for results queue to drain 6591 1726773062.56043: waiting for pending results... 6591 1726773062.56199: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6591 1726773062.56270: in run() - task 1239c35c-e2e1-152b-fb99-0000000000b2 6591 1726773062.56286: variable 'ansible_search_path' from source: unknown 6591 1726773062.56290: variable 'ansible_search_path' from source: unknown 6591 1726773062.56319: calling self._execute() 6591 1726773062.56437: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773062.56445: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773062.56454: variable 'omit' from source: magic vars 6591 1726773062.56772: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773062.58196: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773062.58253: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773062.58282: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773062.58306: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773062.58328: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773062.58393: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773062.58415: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773062.58433: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773062.58464: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773062.58475: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773062.58553: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773062.58570: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6591 1726773062.58574: when evaluation is False, skipping this task 6591 1726773062.58579: _execute() done 6591 1726773062.58581: dumping result to json 6591 1726773062.58584: done dumping result, returning 6591 1726773062.58589: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [1239c35c-e2e1-152b-fb99-0000000000b2] 6591 1726773062.58595: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000b2 6591 1726773062.58680: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000b2 6591 1726773062.58684: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6591 1726773062.58729: no more pending results, returning what we have 6591 1726773062.58732: results queue empty 6591 1726773062.58733: checking for any_errors_fatal 6591 1726773062.58737: done checking for any_errors_fatal 6591 1726773062.58738: checking for max_fail_percentage 6591 1726773062.58739: done checking for max_fail_percentage 6591 1726773062.58740: checking to see if all hosts have failed and the running result is not ok 6591 1726773062.58742: done checking to see if all hosts have failed 6591 1726773062.58743: getting the remaining hosts for this loop 6591 1726773062.58744: done getting the remaining hosts for this loop 6591 1726773062.58748: getting the next task for host managed_node2 6591 1726773062.58753: done getting next task for host managed_node2 6591 1726773062.58757: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6591 1726773062.58759: ^ state is: HOST STATE: block=2, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773062.58772: getting variables 6591 1726773062.58773: in VariableManager get_vars() 6591 1726773062.58855: Calling all_inventory to load vars for managed_node2 6591 1726773062.58857: Calling groups_inventory to load vars for managed_node2 6591 1726773062.58859: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773062.58865: Calling all_plugins_play to load vars for managed_node2 6591 1726773062.58867: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773062.58869: Calling groups_plugins_play to load vars for managed_node2 6591 1726773062.58966: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773062.59094: done with get_vars() 6591 1726773062.59102: done getting variables 6591 1726773062.59144: 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:11:02 -0400 (0:00:00.033) 0:00:40.062 **** 6591 1726773062.59164: entering _queue_task() for managed_node2/fail 6591 1726773062.59337: worker is 1 (out of 1 available) 6591 1726773062.59349: exiting _queue_task() for managed_node2/fail 6591 1726773062.59361: done queuing things up, now waiting for results queue to drain 6591 1726773062.59363: waiting for pending results... 6591 1726773062.59514: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6591 1726773062.59583: in run() - task 1239c35c-e2e1-152b-fb99-0000000000b3 6591 1726773062.59593: variable 'ansible_search_path' from source: unknown 6591 1726773062.59596: variable 'ansible_search_path' from source: unknown 6591 1726773062.59627: calling self._execute() 6591 1726773062.59681: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773062.59692: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773062.59699: variable 'omit' from source: magic vars 6591 1726773062.60026: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773062.61482: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773062.61534: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773062.61564: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773062.61592: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773062.61620: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773062.61681: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773062.61701: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773062.61726: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773062.61752: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773062.61762: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773062.61845: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773062.61858: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6591 1726773062.61861: when evaluation is False, skipping this task 6591 1726773062.61864: _execute() done 6591 1726773062.61866: dumping result to json 6591 1726773062.61869: done dumping result, returning 6591 1726773062.61877: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [1239c35c-e2e1-152b-fb99-0000000000b3] 6591 1726773062.61886: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000b3 6591 1726773062.61976: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000b3 6591 1726773062.61979: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6591 1726773062.62030: no more pending results, returning what we have 6591 1726773062.62034: results queue empty 6591 1726773062.62035: checking for any_errors_fatal 6591 1726773062.62040: done checking for any_errors_fatal 6591 1726773062.62040: checking for max_fail_percentage 6591 1726773062.62042: done checking for max_fail_percentage 6591 1726773062.62043: checking to see if all hosts have failed and the running result is not ok 6591 1726773062.62044: done checking to see if all hosts have failed 6591 1726773062.62045: getting the remaining hosts for this loop 6591 1726773062.62046: done getting the remaining hosts for this loop 6591 1726773062.62049: getting the next task for host managed_node2 6591 1726773062.62056: done getting next task for host managed_node2 6591 1726773062.62060: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6591 1726773062.62062: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773062.62073: getting variables 6591 1726773062.62075: in VariableManager get_vars() 6591 1726773062.62113: Calling all_inventory to load vars for managed_node2 6591 1726773062.62116: Calling groups_inventory to load vars for managed_node2 6591 1726773062.62118: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773062.62126: Calling all_plugins_play to load vars for managed_node2 6591 1726773062.62128: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773062.62130: Calling groups_plugins_play to load vars for managed_node2 6591 1726773062.62237: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773062.62356: done with get_vars() 6591 1726773062.62363: 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:11:02 -0400 (0:00:00.032) 0:00:40.094 **** 6591 1726773062.62422: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773062.62423: Creating lock for fedora.linux_system_roles.kernel_settings_get_config 6591 1726773062.62627: worker is 1 (out of 1 available) 6591 1726773062.62639: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773062.62650: done queuing things up, now waiting for results queue to drain 6591 1726773062.62652: waiting for pending results... 6591 1726773062.62818: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6591 1726773062.62886: in run() - task 1239c35c-e2e1-152b-fb99-0000000000b5 6591 1726773062.62897: variable 'ansible_search_path' from source: unknown 6591 1726773062.62901: variable 'ansible_search_path' from source: unknown 6591 1726773062.62929: calling self._execute() 6591 1726773062.62985: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773062.62992: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773062.63001: variable 'omit' from source: magic vars 6591 1726773062.63072: variable 'omit' from source: magic vars 6591 1726773062.63112: variable 'omit' from source: magic vars 6591 1726773062.63134: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6591 1726773062.63350: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6591 1726773062.63411: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773062.63436: variable 'omit' from source: magic vars 6591 1726773062.63468: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773062.63494: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773062.63510: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773062.63528: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773062.63538: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773062.63561: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773062.63565: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773062.63568: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773062.63643: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773062.63646: Set connection var ansible_connection to ssh 6591 1726773062.63654: Set connection var ansible_timeout to 10 6591 1726773062.63660: Set connection var ansible_pipelining to False 6591 1726773062.63664: Set connection var ansible_shell_executable to /bin/sh 6591 1726773062.63667: Set connection var ansible_shell_type to sh 6591 1726773062.63685: variable 'ansible_shell_executable' from source: unknown 6591 1726773062.63688: variable 'ansible_connection' from source: unknown 6591 1726773062.63691: variable 'ansible_module_compression' from source: unknown 6591 1726773062.63693: variable 'ansible_shell_type' from source: unknown 6591 1726773062.63695: variable 'ansible_shell_executable' from source: unknown 6591 1726773062.63698: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773062.63701: variable 'ansible_pipelining' from source: unknown 6591 1726773062.63705: variable 'ansible_timeout' from source: unknown 6591 1726773062.63707: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773062.63841: 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) 6591 1726773062.63847: variable 'omit' from source: magic vars 6591 1726773062.63850: starting attempt loop 6591 1726773062.63853: running the handler 6591 1726773062.63863: _low_level_execute_command(): starting 6591 1726773062.63870: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773062.64391: 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 <<< 6591 1726773062.64409: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773062.64425: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773062.64437: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773062.64482: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773062.64502: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773062.64587: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773062.66226: stdout chunk (state=3): >>>/root <<< 6591 1726773062.66325: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773062.66386: stderr chunk (state=3): >>><<< 6591 1726773062.66389: stdout chunk (state=3): >>><<< 6591 1726773062.66412: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773062.66425: _low_level_execute_command(): starting 6591 1726773062.66428: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773062.6641216-7428-258989732843110 `" && echo ansible-tmp-1726773062.6641216-7428-258989732843110="` echo /root/.ansible/tmp/ansible-tmp-1726773062.6641216-7428-258989732843110 `" ) && sleep 0' 6591 1726773062.66892: 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 <<< 6591 1726773062.66919: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773062.66933: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773062.66992: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773062.67011: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773062.67083: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773062.68973: stdout chunk (state=3): >>>ansible-tmp-1726773062.6641216-7428-258989732843110=/root/.ansible/tmp/ansible-tmp-1726773062.6641216-7428-258989732843110 <<< 6591 1726773062.69066: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773062.69127: stderr chunk (state=3): >>><<< 6591 1726773062.69135: stdout chunk (state=3): >>><<< 6591 1726773062.69158: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773062.6641216-7428-258989732843110=/root/.ansible/tmp/ansible-tmp-1726773062.6641216-7428-258989732843110 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773062.69217: variable 'ansible_module_compression' from source: unknown 6591 1726773062.69264: ANSIBALLZ: Using lock for fedora.linux_system_roles.kernel_settings_get_config 6591 1726773062.69277: ANSIBALLZ: Acquiring lock 6591 1726773062.69285: ANSIBALLZ: Lock acquired: 140095748134752 6591 1726773062.69293: ANSIBALLZ: Creating module 6591 1726773062.83969: ANSIBALLZ: Writing module into payload 6591 1726773062.84054: ANSIBALLZ: Writing module 6591 1726773062.84072: ANSIBALLZ: Renaming module 6591 1726773062.84082: ANSIBALLZ: Done creating module 6591 1726773062.84107: variable 'ansible_facts' from source: unknown 6591 1726773062.84175: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773062.6641216-7428-258989732843110/AnsiballZ_kernel_settings_get_config.py 6591 1726773062.84324: Sending initial data 6591 1726773062.84327: Sent initial data (173 bytes) 6591 1726773062.85449: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773062.85457: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773062.85501: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773062.85511: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773062.85528: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773062.85535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773062.85616: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773062.85632: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773062.85640: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773062.85755: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773062.87596: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773062.87660: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773062.87743: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmplwh6kv5y /root/.ansible/tmp/ansible-tmp-1726773062.6641216-7428-258989732843110/AnsiballZ_kernel_settings_get_config.py <<< 6591 1726773062.87819: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773062.88969: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773062.89225: stderr chunk (state=3): >>><<< 6591 1726773062.89228: stdout chunk (state=3): >>><<< 6591 1726773062.89230: done transferring module to remote 6591 1726773062.89232: _low_level_execute_command(): starting 6591 1726773062.89235: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773062.6641216-7428-258989732843110/ /root/.ansible/tmp/ansible-tmp-1726773062.6641216-7428-258989732843110/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773062.89825: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773062.89834: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773062.89840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773062.89851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773062.89899: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773062.89907: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773062.89917: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773062.89928: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773062.89935: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773062.89940: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773062.89954: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773062.89960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773062.89965: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773062.89979: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773062.90039: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773062.90043: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773062.90052: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773062.90266: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773062.91933: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773062.91978: stderr chunk (state=3): >>><<< 6591 1726773062.91982: stdout chunk (state=3): >>><<< 6591 1726773062.91993: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773062.91996: _low_level_execute_command(): starting 6591 1726773062.92001: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773062.6641216-7428-258989732843110/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773062.92428: 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 <<< 6591 1726773062.92432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773062.92460: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773062.92463: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773062.92466: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773062.92525: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773062.92528: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773062.92617: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773063.06310: 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"}}} <<< 6591 1726773063.07435: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773063.07439: stdout chunk (state=3): >>><<< 6591 1726773063.07444: stderr chunk (state=3): >>><<< 6591 1726773063.07465: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773063.07499: 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-1726773062.6641216-7428-258989732843110/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773063.07511: _low_level_execute_command(): starting 6591 1726773063.07514: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773062.6641216-7428-258989732843110/ > /dev/null 2>&1 && sleep 0' 6591 1726773063.08126: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773063.08140: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.08149: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.08163: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.08228: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.08231: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.08284: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773063.08293: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773063.08390: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773063.10600: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773063.10610: stdout chunk (state=3): >>><<< 6591 1726773063.10619: stderr chunk (state=3): >>><<< 6591 1726773063.10636: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773063.10642: handler run complete 6591 1726773063.10664: attempt loop complete, returning result 6591 1726773063.10667: _execute() done 6591 1726773063.10670: dumping result to json 6591 1726773063.10672: done dumping result, returning 6591 1726773063.10683: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [1239c35c-e2e1-152b-fb99-0000000000b5] 6591 1726773063.10689: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000b5 6591 1726773063.10800: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000b5 6591 1726773063.10810: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 6591 1726773063.10884: no more pending results, returning what we have 6591 1726773063.10887: results queue empty 6591 1726773063.10888: checking for any_errors_fatal 6591 1726773063.10895: done checking for any_errors_fatal 6591 1726773063.10896: checking for max_fail_percentage 6591 1726773063.10897: done checking for max_fail_percentage 6591 1726773063.10898: checking to see if all hosts have failed and the running result is not ok 6591 1726773063.10899: done checking to see if all hosts have failed 6591 1726773063.10900: getting the remaining hosts for this loop 6591 1726773063.10901: done getting the remaining hosts for this loop 6591 1726773063.10907: getting the next task for host managed_node2 6591 1726773063.10912: done getting next task for host managed_node2 6591 1726773063.10917: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6591 1726773063.10920: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773063.10930: getting variables 6591 1726773063.10931: in VariableManager get_vars() 6591 1726773063.10967: Calling all_inventory to load vars for managed_node2 6591 1726773063.10970: Calling groups_inventory to load vars for managed_node2 6591 1726773063.10972: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773063.10984: Calling all_plugins_play to load vars for managed_node2 6591 1726773063.10986: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773063.10989: Calling groups_plugins_play to load vars for managed_node2 6591 1726773063.11160: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773063.11385: done with get_vars() 6591 1726773063.11397: 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:11:03 -0400 (0:00:00.490) 0:00:40.585 **** 6591 1726773063.11497: entering _queue_task() for managed_node2/stat 6591 1726773063.11955: worker is 1 (out of 1 available) 6591 1726773063.11972: exiting _queue_task() for managed_node2/stat 6591 1726773063.11987: done queuing things up, now waiting for results queue to drain 6591 1726773063.11988: waiting for pending results... 6591 1726773063.12362: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6591 1726773063.12469: in run() - task 1239c35c-e2e1-152b-fb99-0000000000b6 6591 1726773063.12495: variable 'ansible_search_path' from source: unknown 6591 1726773063.12502: variable 'ansible_search_path' from source: unknown 6591 1726773063.12558: variable '__prof_from_conf' from source: task vars 6591 1726773063.12958: variable '__prof_from_conf' from source: task vars 6591 1726773063.13107: variable '__data' from source: task vars 6591 1726773063.13164: variable '__kernel_settings_register_tuned_main' from source: set_fact 6591 1726773063.13310: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773063.13317: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773063.13360: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773063.13377: variable 'omit' from source: magic vars 6591 1726773063.13489: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773063.13495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773063.13509: variable 'omit' from source: magic vars 6591 1726773063.13683: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773063.16189: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773063.16290: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773063.16342: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773063.16389: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773063.16427: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773063.16515: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773063.16551: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773063.16587: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773063.16641: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773063.16662: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773063.16783: variable 'item' from source: unknown 6591 1726773063.16805: Evaluated conditional (item | length > 0): False 6591 1726773063.16814: when evaluation is False, skipping this task 6591 1726773063.16857: variable 'item' from source: unknown 6591 1726773063.16937: variable 'item' from source: unknown skipping: [managed_node2] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 6591 1726773063.17138: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773063.17146: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773063.17157: variable 'omit' from source: magic vars 6591 1726773063.17282: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773063.17300: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773063.17319: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773063.17349: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773063.17366: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773063.17423: variable 'item' from source: unknown 6591 1726773063.17429: Evaluated conditional (item | length > 0): True 6591 1726773063.17440: variable 'omit' from source: magic vars 6591 1726773063.17466: variable 'omit' from source: magic vars 6591 1726773063.17497: variable 'item' from source: unknown 6591 1726773063.17543: variable 'item' from source: unknown 6591 1726773063.17558: variable 'omit' from source: magic vars 6591 1726773063.17578: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773063.17599: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773063.17614: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773063.17626: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773063.17635: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773063.17660: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773063.17667: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773063.17670: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773063.17732: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773063.17735: Set connection var ansible_connection to ssh 6591 1726773063.17742: Set connection var ansible_timeout to 10 6591 1726773063.17747: Set connection var ansible_pipelining to False 6591 1726773063.17752: Set connection var ansible_shell_executable to /bin/sh 6591 1726773063.17754: Set connection var ansible_shell_type to sh 6591 1726773063.17775: variable 'ansible_shell_executable' from source: unknown 6591 1726773063.18476: variable 'ansible_connection' from source: unknown 6591 1726773063.18478: variable 'ansible_module_compression' from source: unknown 6591 1726773063.18480: variable 'ansible_shell_type' from source: unknown 6591 1726773063.18482: variable 'ansible_shell_executable' from source: unknown 6591 1726773063.18484: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773063.18486: variable 'ansible_pipelining' from source: unknown 6591 1726773063.18488: variable 'ansible_timeout' from source: unknown 6591 1726773063.18490: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773063.18492: 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) 6591 1726773063.18501: variable 'omit' from source: magic vars 6591 1726773063.18503: starting attempt loop 6591 1726773063.18845: running the handler 6591 1726773063.18848: _low_level_execute_command(): starting 6591 1726773063.18851: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773063.18853: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773063.18856: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.18858: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.18860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.18863: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773063.18865: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773063.18867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.18871: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773063.18873: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773063.18875: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773063.18877: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.18879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.18881: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.18883: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773063.18885: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773063.18887: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.18962: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773063.18969: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773063.19016: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773063.19119: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773063.20724: stdout chunk (state=3): >>>/root <<< 6591 1726773063.20825: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773063.20879: stderr chunk (state=3): >>><<< 6591 1726773063.20882: stdout chunk (state=3): >>><<< 6591 1726773063.20909: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773063.20912: _low_level_execute_command(): starting 6591 1726773063.20914: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773063.2089648-7464-167094484384464 `" && echo ansible-tmp-1726773063.2089648-7464-167094484384464="` echo /root/.ansible/tmp/ansible-tmp-1726773063.2089648-7464-167094484384464 `" ) && sleep 0' 6591 1726773063.21347: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.21351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.21382: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.21386: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.21389: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.21450: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773063.21453: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773063.21540: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773063.23401: stdout chunk (state=3): >>>ansible-tmp-1726773063.2089648-7464-167094484384464=/root/.ansible/tmp/ansible-tmp-1726773063.2089648-7464-167094484384464 <<< 6591 1726773063.23538: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773063.23567: stderr chunk (state=3): >>><<< 6591 1726773063.23571: stdout chunk (state=3): >>><<< 6591 1726773063.23583: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773063.2089648-7464-167094484384464=/root/.ansible/tmp/ansible-tmp-1726773063.2089648-7464-167094484384464 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773063.23633: variable 'ansible_module_compression' from source: unknown 6591 1726773063.23671: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773063.23695: variable 'ansible_facts' from source: unknown 6591 1726773063.23766: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773063.2089648-7464-167094484384464/AnsiballZ_stat.py 6591 1726773063.24116: Sending initial data 6591 1726773063.24119: Sent initial data (151 bytes) 6591 1726773063.24774: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773063.24782: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.24793: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.24807: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.24849: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773063.24852: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773063.24864: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.24869: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773063.24879: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773063.24884: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773063.24892: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.24912: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.24915: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.24920: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773063.24927: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773063.24946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.25014: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773063.25020: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773063.25042: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773063.25127: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773063.26866: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773063.26931: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773063.27017: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmppz8a6gn_ /root/.ansible/tmp/ansible-tmp-1726773063.2089648-7464-167094484384464/AnsiballZ_stat.py <<< 6591 1726773063.27087: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773063.28323: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773063.28408: stderr chunk (state=3): >>><<< 6591 1726773063.28411: stdout chunk (state=3): >>><<< 6591 1726773063.28427: done transferring module to remote 6591 1726773063.28436: _low_level_execute_command(): starting 6591 1726773063.28439: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773063.2089648-7464-167094484384464/ /root/.ansible/tmp/ansible-tmp-1726773063.2089648-7464-167094484384464/AnsiballZ_stat.py && sleep 0' 6591 1726773063.28849: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.28855: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.28901: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.28907: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.28910: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773063.28912: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.28963: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773063.28966: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773063.29051: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773063.30798: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773063.30840: stderr chunk (state=3): >>><<< 6591 1726773063.30843: stdout chunk (state=3): >>><<< 6591 1726773063.30854: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773063.30857: _low_level_execute_command(): starting 6591 1726773063.30861: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773063.2089648-7464-167094484384464/AnsiballZ_stat.py && sleep 0' 6591 1726773063.31255: 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 <<< 6591 1726773063.31266: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.31296: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.31302: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.31313: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.31326: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773063.31335: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.31377: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773063.31389: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773063.31399: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773063.31485: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773063.44557: 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"}}} <<< 6591 1726773063.45554: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773063.45600: stderr chunk (state=3): >>><<< 6591 1726773063.45607: stdout chunk (state=3): >>><<< 6591 1726773063.45619: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773063.45641: 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-1726773063.2089648-7464-167094484384464/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773063.45651: _low_level_execute_command(): starting 6591 1726773063.45654: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773063.2089648-7464-167094484384464/ > /dev/null 2>&1 && sleep 0' 6591 1726773063.46081: 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 <<< 6591 1726773063.46085: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.46137: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.46140: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.46143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773063.46145: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.46195: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773063.46201: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773063.46288: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773063.48101: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773063.48163: stderr chunk (state=3): >>><<< 6591 1726773063.48167: stdout chunk (state=3): >>><<< 6591 1726773063.48413: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773063.48417: handler run complete 6591 1726773063.48420: attempt loop complete, returning result 6591 1726773063.48422: variable 'item' from source: unknown 6591 1726773063.48424: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "exists": false } } 6591 1726773063.48632: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773063.48635: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773063.48638: variable 'omit' from source: magic vars 6591 1726773063.48721: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773063.48762: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773063.48793: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773063.48855: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773063.48876: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773063.49014: variable 'item' from source: unknown 6591 1726773063.49027: Evaluated conditional (item | length > 0): True 6591 1726773063.49036: variable 'omit' from source: magic vars 6591 1726773063.49055: variable 'omit' from source: magic vars 6591 1726773063.49112: variable 'item' from source: unknown 6591 1726773063.49186: variable 'item' from source: unknown 6591 1726773063.49207: variable 'omit' from source: magic vars 6591 1726773063.49233: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773063.49247: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773063.49257: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773063.49277: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773063.49291: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773063.49299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773063.49386: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773063.49401: Set connection var ansible_connection to ssh 6591 1726773063.49420: Set connection var ansible_timeout to 10 6591 1726773063.49430: Set connection var ansible_pipelining to False 6591 1726773063.49440: Set connection var ansible_shell_executable to /bin/sh 6591 1726773063.49446: Set connection var ansible_shell_type to sh 6591 1726773063.49469: variable 'ansible_shell_executable' from source: unknown 6591 1726773063.49477: variable 'ansible_connection' from source: unknown 6591 1726773063.49485: variable 'ansible_module_compression' from source: unknown 6591 1726773063.49492: variable 'ansible_shell_type' from source: unknown 6591 1726773063.49506: variable 'ansible_shell_executable' from source: unknown 6591 1726773063.49515: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773063.49523: variable 'ansible_pipelining' from source: unknown 6591 1726773063.49529: variable 'ansible_timeout' from source: unknown 6591 1726773063.49536: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773063.49653: 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) 6591 1726773063.49668: variable 'omit' from source: magic vars 6591 1726773063.49678: starting attempt loop 6591 1726773063.49685: running the handler 6591 1726773063.49696: _low_level_execute_command(): starting 6591 1726773063.49706: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773063.50409: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773063.50426: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.50461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.50481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.50531: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773063.50545: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773063.50586: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.50632: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773063.50644: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773063.50654: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773063.50666: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.50680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.50699: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.50725: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773063.50737: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773063.50751: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.50831: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773063.50853: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773063.50868: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773063.51040: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773063.52650: stdout chunk (state=3): >>>/root <<< 6591 1726773063.52763: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773063.52845: stderr chunk (state=3): >>><<< 6591 1726773063.52857: stdout chunk (state=3): >>><<< 6591 1726773063.52908: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773063.52911: _low_level_execute_command(): starting 6591 1726773063.52994: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773063.528966-7464-223581152080485 `" && echo ansible-tmp-1726773063.528966-7464-223581152080485="` echo /root/.ansible/tmp/ansible-tmp-1726773063.528966-7464-223581152080485 `" ) && sleep 0' 6591 1726773063.53879: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773063.53900: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.53924: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.53943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.53986: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773063.54015: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773063.54037: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.54054: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773063.54065: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773063.54075: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773063.54089: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.54102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.54124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.54147: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773063.54158: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773063.54179: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.54265: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773063.54288: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773063.54306: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773063.54654: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773063.56638: stdout chunk (state=3): >>>ansible-tmp-1726773063.528966-7464-223581152080485=/root/.ansible/tmp/ansible-tmp-1726773063.528966-7464-223581152080485 <<< 6591 1726773063.56799: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773063.56801: stdout chunk (state=3): >>><<< 6591 1726773063.56802: stderr chunk (state=3): >>><<< 6591 1726773063.56836: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773063.528966-7464-223581152080485=/root/.ansible/tmp/ansible-tmp-1726773063.528966-7464-223581152080485 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773063.56849: variable 'ansible_module_compression' from source: unknown 6591 1726773063.56908: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773063.56923: variable 'ansible_facts' from source: unknown 6591 1726773063.57009: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773063.528966-7464-223581152080485/AnsiballZ_stat.py 6591 1726773063.57138: Sending initial data 6591 1726773063.57142: Sent initial data (150 bytes) 6591 1726773063.58458: 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 <<< 6591 1726773063.58461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.58489: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.58492: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.58496: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.58562: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773063.58653: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773063.60423: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773063.60498: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773063.60575: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpxr5v8t27 /root/.ansible/tmp/ansible-tmp-1726773063.528966-7464-223581152080485/AnsiballZ_stat.py <<< 6591 1726773063.60645: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773063.62390: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773063.62394: stderr chunk (state=3): >>><<< 6591 1726773063.62396: stdout chunk (state=3): >>><<< 6591 1726773063.62398: done transferring module to remote 6591 1726773063.62401: _low_level_execute_command(): starting 6591 1726773063.62405: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773063.528966-7464-223581152080485/ /root/.ansible/tmp/ansible-tmp-1726773063.528966-7464-223581152080485/AnsiballZ_stat.py && sleep 0' 6591 1726773063.62448: 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 <<< 6591 1726773063.62451: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.62483: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773063.62508: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773063.62515: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.62531: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773063.62538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.62597: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773063.62620: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773063.62626: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773063.62709: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773063.64461: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773063.64502: stderr chunk (state=3): >>><<< 6591 1726773063.64507: stdout chunk (state=3): >>><<< 6591 1726773063.64519: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773063.64522: _low_level_execute_command(): starting 6591 1726773063.64526: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773063.528966-7464-223581152080485/AnsiballZ_stat.py && sleep 0' 6591 1726773063.64922: 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 <<< 6591 1726773063.64929: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.64959: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.64964: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.64975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.64981: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773063.64990: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.65056: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773063.65059: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773063.65061: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773063.65154: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773063.78962: stdout chunk (state=3): >>> <<< 6591 1726773063.78967: stdout chunk (state=3): >>>{"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 159, "inode": 438304897, "dev": 51713, "nlink": 4, "atime": 1726773060.4349117, "mtime": 1726773058.5539203, "ctime": 1726773058.5539203, "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": "2265534346", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6591 1726773063.80198: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773063.80255: stderr chunk (state=3): >>><<< 6591 1726773063.80259: stdout chunk (state=3): >>><<< 6591 1726773063.80274: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 159, "inode": 438304897, "dev": 51713, "nlink": 4, "atime": 1726773060.4349117, "mtime": 1726773058.5539203, "ctime": 1726773058.5539203, "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": "2265534346", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773063.80311: 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-1726773063.528966-7464-223581152080485/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773063.80320: _low_level_execute_command(): starting 6591 1726773063.80323: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773063.528966-7464-223581152080485/ > /dev/null 2>&1 && sleep 0' 6591 1726773063.80786: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.80794: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.80828: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.80834: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration <<< 6591 1726773063.80842: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.80847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.80859: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773063.80868: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.80921: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773063.80924: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773063.80936: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773063.81053: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773063.82817: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773063.82863: stderr chunk (state=3): >>><<< 6591 1726773063.82866: stdout chunk (state=3): >>><<< 6591 1726773063.82878: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773063.82886: handler run complete 6591 1726773063.82920: attempt loop complete, returning result 6591 1726773063.82936: variable 'item' from source: unknown 6591 1726773063.82998: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726773060.4349117, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726773058.5539203, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 438304897, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726773058.5539203, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 159, "uid": 0, "version": "2265534346", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6591 1726773063.83144: dumping result to json 6591 1726773063.83147: done dumping result, returning 6591 1726773063.83149: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [1239c35c-e2e1-152b-fb99-0000000000b6] 6591 1726773063.83151: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000b6 6591 1726773063.83230: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000b6 6591 1726773063.83233: WORKER PROCESS EXITING 6591 1726773063.83320: no more pending results, returning what we have 6591 1726773063.83323: results queue empty 6591 1726773063.83324: checking for any_errors_fatal 6591 1726773063.83327: done checking for any_errors_fatal 6591 1726773063.83328: checking for max_fail_percentage 6591 1726773063.83329: done checking for max_fail_percentage 6591 1726773063.83330: checking to see if all hosts have failed and the running result is not ok 6591 1726773063.83330: done checking to see if all hosts have failed 6591 1726773063.83331: getting the remaining hosts for this loop 6591 1726773063.83332: done getting the remaining hosts for this loop 6591 1726773063.83335: getting the next task for host managed_node2 6591 1726773063.83340: done getting next task for host managed_node2 6591 1726773063.83344: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6591 1726773063.83347: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773063.83355: getting variables 6591 1726773063.83357: in VariableManager get_vars() 6591 1726773063.83378: Calling all_inventory to load vars for managed_node2 6591 1726773063.83380: Calling groups_inventory to load vars for managed_node2 6591 1726773063.83382: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773063.83389: Calling all_plugins_play to load vars for managed_node2 6591 1726773063.83390: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773063.83392: Calling groups_plugins_play to load vars for managed_node2 6591 1726773063.83494: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773063.83617: done with get_vars() 6591 1726773063.83625: done getting variables 6591 1726773063.83702: 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:11:03 -0400 (0:00:00.722) 0:00:41.308 **** 6591 1726773063.83736: entering _queue_task() for managed_node2/set_fact 6591 1726773063.84096: worker is 1 (out of 1 available) 6591 1726773063.84109: exiting _queue_task() for managed_node2/set_fact 6591 1726773063.84119: done queuing things up, now waiting for results queue to drain 6591 1726773063.84121: waiting for pending results... 6591 1726773063.84380: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6591 1726773063.84481: in run() - task 1239c35c-e2e1-152b-fb99-0000000000b7 6591 1726773063.84501: variable 'ansible_search_path' from source: unknown 6591 1726773063.84511: variable 'ansible_search_path' from source: unknown 6591 1726773063.84550: calling self._execute() 6591 1726773063.84627: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773063.84638: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773063.84651: variable 'omit' from source: magic vars 6591 1726773063.84749: variable 'omit' from source: magic vars 6591 1726773063.84808: variable 'omit' from source: magic vars 6591 1726773063.85250: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773063.89035: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773063.89108: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773063.89151: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773063.89193: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773063.89262: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773063.89370: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773063.89446: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773063.89464: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773063.89493: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773063.89508: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773063.89565: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773063.89584: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773063.89601: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773063.89635: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773063.89646: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773063.89686: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773063.89702: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773063.89727: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773063.89755: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773063.89766: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773063.89920: variable '__kernel_settings_find_profile_dirs' from source: set_fact 6591 1726773063.89983: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773063.90090: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773063.90118: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773063.90139: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773063.90160: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773063.90200: 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) 6591 1726773063.90217: 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) 6591 1726773063.90234: 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) 6591 1726773063.90251: 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) 6591 1726773063.90292: variable 'omit' from source: magic vars 6591 1726773063.90312: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773063.90332: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773063.90346: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773063.90359: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773063.90367: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773063.90390: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773063.90398: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773063.90401: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773063.90468: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773063.90471: Set connection var ansible_connection to ssh 6591 1726773063.90478: Set connection var ansible_timeout to 10 6591 1726773063.90488: Set connection var ansible_pipelining to False 6591 1726773063.90501: Set connection var ansible_shell_executable to /bin/sh 6591 1726773063.90505: Set connection var ansible_shell_type to sh 6591 1726773063.90521: variable 'ansible_shell_executable' from source: unknown 6591 1726773063.90524: variable 'ansible_connection' from source: unknown 6591 1726773063.90527: variable 'ansible_module_compression' from source: unknown 6591 1726773063.90529: variable 'ansible_shell_type' from source: unknown 6591 1726773063.90531: variable 'ansible_shell_executable' from source: unknown 6591 1726773063.90533: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773063.90538: variable 'ansible_pipelining' from source: unknown 6591 1726773063.90540: variable 'ansible_timeout' from source: unknown 6591 1726773063.90545: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773063.90682: 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) 6591 1726773063.90700: variable 'omit' from source: magic vars 6591 1726773063.90715: starting attempt loop 6591 1726773063.90722: running the handler 6591 1726773063.90738: handler run complete 6591 1726773063.90752: attempt loop complete, returning result 6591 1726773063.90757: _execute() done 6591 1726773063.90763: dumping result to json 6591 1726773063.90769: done dumping result, returning 6591 1726773063.90782: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [1239c35c-e2e1-152b-fb99-0000000000b7] 6591 1726773063.90791: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000b7 6591 1726773063.90892: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000b7 6591 1726773063.90899: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned" }, "changed": false } 6591 1726773063.91035: no more pending results, returning what we have 6591 1726773063.91038: results queue empty 6591 1726773063.91039: checking for any_errors_fatal 6591 1726773063.91048: done checking for any_errors_fatal 6591 1726773063.91049: checking for max_fail_percentage 6591 1726773063.91050: done checking for max_fail_percentage 6591 1726773063.91051: checking to see if all hosts have failed and the running result is not ok 6591 1726773063.91052: done checking to see if all hosts have failed 6591 1726773063.91053: getting the remaining hosts for this loop 6591 1726773063.91054: done getting the remaining hosts for this loop 6591 1726773063.91057: getting the next task for host managed_node2 6591 1726773063.91063: done getting next task for host managed_node2 6591 1726773063.91066: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6591 1726773063.91068: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773063.91077: getting variables 6591 1726773063.91080: in VariableManager get_vars() 6591 1726773063.91111: Calling all_inventory to load vars for managed_node2 6591 1726773063.91113: Calling groups_inventory to load vars for managed_node2 6591 1726773063.91116: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773063.91124: Calling all_plugins_play to load vars for managed_node2 6591 1726773063.91126: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773063.91129: Calling groups_plugins_play to load vars for managed_node2 6591 1726773063.91314: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773063.91781: done with get_vars() 6591 1726773063.91798: done getting variables 6591 1726773063.91871: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:11:03 -0400 (0:00:00.081) 0:00:41.389 **** 6591 1726773063.91904: entering _queue_task() for managed_node2/service 6591 1726773063.92122: worker is 1 (out of 1 available) 6591 1726773063.92133: exiting _queue_task() for managed_node2/service 6591 1726773063.92142: done queuing things up, now waiting for results queue to drain 6591 1726773063.92144: waiting for pending results... 6591 1726773063.92411: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6591 1726773063.92522: in run() - task 1239c35c-e2e1-152b-fb99-0000000000b8 6591 1726773063.92543: variable 'ansible_search_path' from source: unknown 6591 1726773063.92557: variable 'ansible_search_path' from source: unknown 6591 1726773063.92615: variable '__kernel_settings_services' from source: include_vars 6591 1726773063.92934: variable '__kernel_settings_services' from source: include_vars 6591 1726773063.93016: variable 'omit' from source: magic vars 6591 1726773063.93133: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773063.93149: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773063.93162: variable 'omit' from source: magic vars 6591 1726773063.93254: variable 'omit' from source: magic vars 6591 1726773063.93298: variable 'omit' from source: magic vars 6591 1726773063.93556: variable 'item' from source: unknown 6591 1726773063.93736: variable 'item' from source: unknown 6591 1726773063.93879: variable 'omit' from source: magic vars 6591 1726773063.93926: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773063.93968: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773063.93996: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773063.94020: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773063.94052: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773063.94097: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773063.94109: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773063.94118: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773063.94229: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773063.94236: Set connection var ansible_connection to ssh 6591 1726773063.94252: Set connection var ansible_timeout to 10 6591 1726773063.94260: Set connection var ansible_pipelining to False 6591 1726773063.94268: Set connection var ansible_shell_executable to /bin/sh 6591 1726773063.94273: Set connection var ansible_shell_type to sh 6591 1726773063.94308: variable 'ansible_shell_executable' from source: unknown 6591 1726773063.94317: variable 'ansible_connection' from source: unknown 6591 1726773063.94324: variable 'ansible_module_compression' from source: unknown 6591 1726773063.94330: variable 'ansible_shell_type' from source: unknown 6591 1726773063.94336: variable 'ansible_shell_executable' from source: unknown 6591 1726773063.94343: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773063.94350: variable 'ansible_pipelining' from source: unknown 6591 1726773063.94355: variable 'ansible_timeout' from source: unknown 6591 1726773063.94362: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773063.94490: 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) 6591 1726773063.94506: variable 'omit' from source: magic vars 6591 1726773063.94517: starting attempt loop 6591 1726773063.94524: running the handler 6591 1726773063.94686: variable 'ansible_facts' from source: unknown 6591 1726773063.94835: _low_level_execute_command(): starting 6591 1726773063.94841: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773063.95322: 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 <<< 6591 1726773063.95338: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.95350: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.95362: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773063.95372: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.95419: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773063.95431: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773063.95521: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773063.97152: stdout chunk (state=3): >>>/root <<< 6591 1726773063.97325: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773063.97328: stdout chunk (state=3): >>><<< 6591 1726773063.97330: stderr chunk (state=3): >>><<< 6591 1726773063.97410: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773063.97415: _low_level_execute_command(): starting 6591 1726773063.97417: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773063.973488-7511-74377568586465 `" && echo ansible-tmp-1726773063.973488-7511-74377568586465="` echo /root/.ansible/tmp/ansible-tmp-1726773063.973488-7511-74377568586465 `" ) && sleep 0' 6591 1726773063.98291: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773063.98309: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.98324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.98359: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.98404: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773063.98418: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773063.98434: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.98464: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773063.98480: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773063.98493: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773063.98506: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773063.98518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773063.98531: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773063.98541: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773063.98551: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773063.98566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773063.98646: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773063.98668: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773063.98690: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773063.98807: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773064.00662: stdout chunk (state=3): >>>ansible-tmp-1726773063.973488-7511-74377568586465=/root/.ansible/tmp/ansible-tmp-1726773063.973488-7511-74377568586465 <<< 6591 1726773064.00779: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773064.00875: stderr chunk (state=3): >>><<< 6591 1726773064.00898: stdout chunk (state=3): >>><<< 6591 1726773064.01115: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773063.973488-7511-74377568586465=/root/.ansible/tmp/ansible-tmp-1726773063.973488-7511-74377568586465 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773064.01119: variable 'ansible_module_compression' from source: unknown 6591 1726773064.01121: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6591 1726773064.01123: variable 'ansible_facts' from source: unknown 6591 1726773064.01312: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773063.973488-7511-74377568586465/AnsiballZ_systemd.py 6591 1726773064.01526: Sending initial data 6591 1726773064.01529: Sent initial data (152 bytes) 6591 1726773064.02695: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773064.02712: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773064.02727: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773064.02753: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.02799: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773064.02815: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773064.02829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.02846: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773064.02865: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773064.02882: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773064.02895: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773064.02912: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773064.02928: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.02940: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773064.02951: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773064.02966: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.03054: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773064.03079: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773064.03105: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773064.03220: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773064.04921: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773064.04991: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773064.05078: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpnyrjc0_q /root/.ansible/tmp/ansible-tmp-1726773063.973488-7511-74377568586465/AnsiballZ_systemd.py <<< 6591 1726773064.05147: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773064.07812: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773064.08069: stderr chunk (state=3): >>><<< 6591 1726773064.08073: stdout chunk (state=3): >>><<< 6591 1726773064.08076: done transferring module to remote 6591 1726773064.08078: _low_level_execute_command(): starting 6591 1726773064.08080: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773063.973488-7511-74377568586465/ /root/.ansible/tmp/ansible-tmp-1726773063.973488-7511-74377568586465/AnsiballZ_systemd.py && sleep 0' 6591 1726773064.09029: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773064.09051: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773064.09071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773064.09115: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.09170: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773064.09184: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773064.09215: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.09240: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773064.09264: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773064.09276: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773064.09289: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773064.09315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773064.09337: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.09359: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773064.09373: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773064.09387: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.09449: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773064.09453: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773064.09536: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773064.11294: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773064.11393: stderr chunk (state=3): >>><<< 6591 1726773064.11406: stdout chunk (state=3): >>><<< 6591 1726773064.11509: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773064.11513: _low_level_execute_command(): starting 6591 1726773064.11516: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773063.973488-7511-74377568586465/AnsiballZ_systemd.py && sleep 0' 6591 1726773064.12152: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773064.12184: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773064.12211: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773064.12226: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.12260: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.12266: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773064.12269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.12340: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773064.12430: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773064.37975: 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": "9929", "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": "282114418", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9929", "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=9929 ; 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=9929 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3809", "MemoryCurrent": "14155776", "MemoryAvailable": "infinity", "CPUUsageNSec": "273687000", "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-broker.service system.slice sysinit.target dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service auto-cpufreq.service power-profiles-daemon.service shutdown.target tlp.service", "Before": "shutdown.target multi-user.target", "After": "network.target polkit.service basic.target system.slice systemd-journald.socket systemd-sysctl.service sysinit.target dbus.socket dbus-broker.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:00 EDT", "StateChangeTimestampMonotonic": "282450525", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:00 EDT", "InactiveExitTimestampMonotonic": "282114811", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ActiveEnterTimestampMonotonic": "282450525", "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": "282108804", "AssertTimestamp": "Thu 2024-09-19 15:11:00 EDT", "AssertTimestampMonotonic": "282108807", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "6f4cf0735da942a184e1f3f8f5e0c44e", "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}}} <<< 6591 1726773064.39637: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773064.39641: stdout chunk (state=3): >>><<< 6591 1726773064.39644: stderr chunk (state=3): >>><<< 6591 1726773064.39832: _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": "9929", "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": "282114418", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9929", "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=9929 ; 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=9929 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3809", "MemoryCurrent": "14155776", "MemoryAvailable": "infinity", "CPUUsageNSec": "273687000", "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-broker.service system.slice sysinit.target dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service auto-cpufreq.service power-profiles-daemon.service shutdown.target tlp.service", "Before": "shutdown.target multi-user.target", "After": "network.target polkit.service basic.target system.slice systemd-journald.socket systemd-sysctl.service sysinit.target dbus.socket dbus-broker.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:00 EDT", "StateChangeTimestampMonotonic": "282450525", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:00 EDT", "InactiveExitTimestampMonotonic": "282114811", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ActiveEnterTimestampMonotonic": "282450525", "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": "282108804", "AssertTimestamp": "Thu 2024-09-19 15:11:00 EDT", "AssertTimestampMonotonic": "282108807", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "6f4cf0735da942a184e1f3f8f5e0c44e", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773064.39919: done with _execute_module (ansible.legacy.systemd, {'name': 'tuned', 'state': 'started', 'enabled': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.systemd', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773063.973488-7511-74377568586465/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773064.39945: _low_level_execute_command(): starting 6591 1726773064.39962: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773063.973488-7511-74377568586465/ > /dev/null 2>&1 && sleep 0' 6591 1726773064.40562: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773064.40579: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773064.40594: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773064.40613: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.40654: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773064.40667: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773064.40692: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.40725: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773064.40739: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773064.40762: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773064.40785: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773064.40816: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773064.40849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.40865: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773064.40876: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773064.40892: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.40993: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773064.41017: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773064.41033: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773064.41142: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773064.42970: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773064.43041: stderr chunk (state=3): >>><<< 6591 1726773064.43052: stdout chunk (state=3): >>><<< 6591 1726773064.43510: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773064.43513: handler run complete 6591 1726773064.43516: attempt loop complete, returning result 6591 1726773064.43518: variable 'item' from source: unknown 6591 1726773064.43519: variable 'item' from source: unknown ok: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ActiveEnterTimestampMonotonic": "282450525", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target polkit.service basic.target system.slice systemd-journald.socket systemd-sysctl.service sysinit.target dbus.socket dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:11:00 EDT", "AssertTimestampMonotonic": "282108807", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "273687000", "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": "282108804", "ConfigurationDirectoryMode": "0755", "Conflicts": "cpupower.service auto-cpufreq.service power-profiles-daemon.service shutdown.target tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3809", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9929", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ExecMainStartTimestampMonotonic": "282114418", "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=9929 ; 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=9929 ; 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": "282114811", "InvocationID": "6f4cf0735da942a184e1f3f8f5e0c44e", "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": "9929", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "14155776", "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-broker.service system.slice sysinit.target dbus.socket", "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": "282450525", "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" } } 6591 1726773064.43858: dumping result to json 6591 1726773064.43861: done dumping result, returning 6591 1726773064.43864: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [1239c35c-e2e1-152b-fb99-0000000000b8] 6591 1726773064.43867: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000b8 6591 1726773064.44117: no more pending results, returning what we have 6591 1726773064.44121: results queue empty 6591 1726773064.44122: checking for any_errors_fatal 6591 1726773064.44128: done checking for any_errors_fatal 6591 1726773064.44128: checking for max_fail_percentage 6591 1726773064.44130: done checking for max_fail_percentage 6591 1726773064.44131: checking to see if all hosts have failed and the running result is not ok 6591 1726773064.44132: done checking to see if all hosts have failed 6591 1726773064.44132: getting the remaining hosts for this loop 6591 1726773064.44134: done getting the remaining hosts for this loop 6591 1726773064.44137: getting the next task for host managed_node2 6591 1726773064.44143: done getting next task for host managed_node2 6591 1726773064.44146: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6591 1726773064.44149: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773064.44158: getting variables 6591 1726773064.44160: in VariableManager get_vars() 6591 1726773064.44192: Calling all_inventory to load vars for managed_node2 6591 1726773064.44195: Calling groups_inventory to load vars for managed_node2 6591 1726773064.44198: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773064.44210: Calling all_plugins_play to load vars for managed_node2 6591 1726773064.44213: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773064.44217: Calling groups_plugins_play to load vars for managed_node2 6591 1726773064.44367: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000b8 6591 1726773064.44370: WORKER PROCESS EXITING 6591 1726773064.44383: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773064.44513: done with get_vars() 6591 1726773064.44521: 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:04 -0400 (0:00:00.526) 0:00:41.916 **** 6591 1726773064.44588: entering _queue_task() for managed_node2/file 6591 1726773064.44761: worker is 1 (out of 1 available) 6591 1726773064.44780: exiting _queue_task() for managed_node2/file 6591 1726773064.44791: done queuing things up, now waiting for results queue to drain 6591 1726773064.44793: waiting for pending results... 6591 1726773064.44947: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6591 1726773064.45010: in run() - task 1239c35c-e2e1-152b-fb99-0000000000b9 6591 1726773064.45026: variable 'ansible_search_path' from source: unknown 6591 1726773064.45029: variable 'ansible_search_path' from source: unknown 6591 1726773064.45057: calling self._execute() 6591 1726773064.45121: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773064.45127: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773064.45134: variable 'omit' from source: magic vars 6591 1726773064.45211: variable 'omit' from source: magic vars 6591 1726773064.45241: variable 'omit' from source: magic vars 6591 1726773064.45263: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773064.45472: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773064.45542: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773064.45548: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773064.45583: variable 'omit' from source: magic vars 6591 1726773064.45615: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773064.45642: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773064.45657: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773064.45671: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773064.45680: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773064.45708: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773064.45711: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773064.45714: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773064.45783: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773064.45786: Set connection var ansible_connection to ssh 6591 1726773064.45792: Set connection var ansible_timeout to 10 6591 1726773064.45798: Set connection var ansible_pipelining to False 6591 1726773064.45804: Set connection var ansible_shell_executable to /bin/sh 6591 1726773064.45807: Set connection var ansible_shell_type to sh 6591 1726773064.45823: variable 'ansible_shell_executable' from source: unknown 6591 1726773064.45826: variable 'ansible_connection' from source: unknown 6591 1726773064.45828: variable 'ansible_module_compression' from source: unknown 6591 1726773064.45830: variable 'ansible_shell_type' from source: unknown 6591 1726773064.45832: variable 'ansible_shell_executable' from source: unknown 6591 1726773064.45835: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773064.45839: variable 'ansible_pipelining' from source: unknown 6591 1726773064.45843: variable 'ansible_timeout' from source: unknown 6591 1726773064.45845: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773064.45991: 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) 6591 1726773064.46000: variable 'omit' from source: magic vars 6591 1726773064.46006: starting attempt loop 6591 1726773064.46009: running the handler 6591 1726773064.46021: _low_level_execute_command(): starting 6591 1726773064.46028: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773064.46535: 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 <<< 6591 1726773064.46553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.46585: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773064.46596: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.46639: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773064.46651: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773064.46742: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773064.48383: stdout chunk (state=3): >>>/root <<< 6591 1726773064.48553: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773064.48561: stdout chunk (state=3): >>><<< 6591 1726773064.48571: stderr chunk (state=3): >>><<< 6591 1726773064.48594: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773064.48611: _low_level_execute_command(): starting 6591 1726773064.48619: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773064.4859889-7562-230673784899417 `" && echo ansible-tmp-1726773064.4859889-7562-230673784899417="` echo /root/.ansible/tmp/ansible-tmp-1726773064.4859889-7562-230673784899417 `" ) && sleep 0' 6591 1726773064.49233: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773064.49236: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.49273: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.49283: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773064.49286: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.49336: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773064.49343: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773064.49436: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773064.51350: stdout chunk (state=3): >>>ansible-tmp-1726773064.4859889-7562-230673784899417=/root/.ansible/tmp/ansible-tmp-1726773064.4859889-7562-230673784899417 <<< 6591 1726773064.51465: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773064.51512: stderr chunk (state=3): >>><<< 6591 1726773064.51515: stdout chunk (state=3): >>><<< 6591 1726773064.51529: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773064.4859889-7562-230673784899417=/root/.ansible/tmp/ansible-tmp-1726773064.4859889-7562-230673784899417 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773064.51566: variable 'ansible_module_compression' from source: unknown 6591 1726773064.51608: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6591 1726773064.51636: variable 'ansible_facts' from source: unknown 6591 1726773064.51695: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773064.4859889-7562-230673784899417/AnsiballZ_file.py 6591 1726773064.51790: Sending initial data 6591 1726773064.51799: Sent initial data (151 bytes) 6591 1726773064.52431: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773064.52435: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.52469: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.52472: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773064.52474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.52529: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773064.52535: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773064.52537: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773064.52615: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773064.54327: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773064.54402: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773064.54476: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp0ehtj68e /root/.ansible/tmp/ansible-tmp-1726773064.4859889-7562-230673784899417/AnsiballZ_file.py <<< 6591 1726773064.54548: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773064.55485: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773064.55568: stderr chunk (state=3): >>><<< 6591 1726773064.55573: stdout chunk (state=3): >>><<< 6591 1726773064.55589: done transferring module to remote 6591 1726773064.55597: _low_level_execute_command(): starting 6591 1726773064.55601: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773064.4859889-7562-230673784899417/ /root/.ansible/tmp/ansible-tmp-1726773064.4859889-7562-230673784899417/AnsiballZ_file.py && sleep 0' 6591 1726773064.56020: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773064.56024: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.56043: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.56055: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.56108: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773064.56126: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773064.56197: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773064.57931: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773064.57973: stderr chunk (state=3): >>><<< 6591 1726773064.57977: stdout chunk (state=3): >>><<< 6591 1726773064.57990: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773064.57993: _low_level_execute_command(): starting 6591 1726773064.57998: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773064.4859889-7562-230673784899417/AnsiballZ_file.py && sleep 0' 6591 1726773064.58394: 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 <<< 6591 1726773064.58408: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.58420: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.58431: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773064.58441: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.58486: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773064.58508: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773064.58586: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773064.72820: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings"}, "after": {"path": "/etc/tuned/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773064.73965: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773064.74051: stderr chunk (state=3): >>><<< 6591 1726773064.74054: stdout chunk (state=3): >>><<< 6591 1726773064.74207: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings"}, "after": {"path": "/etc/tuned/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773064.74212: 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-1726773064.4859889-7562-230673784899417/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773064.74215: _low_level_execute_command(): starting 6591 1726773064.74217: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773064.4859889-7562-230673784899417/ > /dev/null 2>&1 && sleep 0' 6591 1726773064.74833: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773064.74848: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773064.74871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773064.74895: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.74946: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773064.74957: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773064.74969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.75002: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773064.75016: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773064.75026: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773064.75037: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773064.75049: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773064.75063: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.75081: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773064.75098: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773064.75120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.75203: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773064.75228: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773064.75247: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773064.75359: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773064.77150: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773064.77196: stderr chunk (state=3): >>><<< 6591 1726773064.77202: stdout chunk (state=3): >>><<< 6591 1726773064.77217: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773064.77223: handler run complete 6591 1726773064.77243: attempt loop complete, returning result 6591 1726773064.77245: _execute() done 6591 1726773064.77248: dumping result to json 6591 1726773064.77253: done dumping result, returning 6591 1726773064.77261: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [1239c35c-e2e1-152b-fb99-0000000000b9] 6591 1726773064.77266: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000b9 6591 1726773064.77372: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000b9 6591 1726773064.77375: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "state": "directory", "uid": 0 } 6591 1726773064.77467: no more pending results, returning what we have 6591 1726773064.77470: results queue empty 6591 1726773064.77471: checking for any_errors_fatal 6591 1726773064.77484: done checking for any_errors_fatal 6591 1726773064.77484: checking for max_fail_percentage 6591 1726773064.77486: done checking for max_fail_percentage 6591 1726773064.77487: checking to see if all hosts have failed and the running result is not ok 6591 1726773064.77487: done checking to see if all hosts have failed 6591 1726773064.77488: getting the remaining hosts for this loop 6591 1726773064.77489: done getting the remaining hosts for this loop 6591 1726773064.77493: getting the next task for host managed_node2 6591 1726773064.77500: done getting next task for host managed_node2 6591 1726773064.77502: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6591 1726773064.77505: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773064.77515: getting variables 6591 1726773064.77517: in VariableManager get_vars() 6591 1726773064.77547: Calling all_inventory to load vars for managed_node2 6591 1726773064.77549: Calling groups_inventory to load vars for managed_node2 6591 1726773064.77551: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773064.77557: Calling all_plugins_play to load vars for managed_node2 6591 1726773064.77559: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773064.77561: Calling groups_plugins_play to load vars for managed_node2 6591 1726773064.77663: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773064.77784: done with get_vars() 6591 1726773064.77791: 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:04 -0400 (0:00:00.332) 0:00:42.249 **** 6591 1726773064.77859: entering _queue_task() for managed_node2/slurp 6591 1726773064.78024: worker is 1 (out of 1 available) 6591 1726773064.78036: exiting _queue_task() for managed_node2/slurp 6591 1726773064.78047: done queuing things up, now waiting for results queue to drain 6591 1726773064.78048: waiting for pending results... 6591 1726773064.78204: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6591 1726773064.78263: in run() - task 1239c35c-e2e1-152b-fb99-0000000000ba 6591 1726773064.78275: variable 'ansible_search_path' from source: unknown 6591 1726773064.78278: variable 'ansible_search_path' from source: unknown 6591 1726773064.78311: calling self._execute() 6591 1726773064.78370: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773064.78374: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773064.78385: variable 'omit' from source: magic vars 6591 1726773064.78459: variable 'omit' from source: magic vars 6591 1726773064.78491: variable 'omit' from source: magic vars 6591 1726773064.78518: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773064.78721: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773064.78778: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773064.78814: variable 'omit' from source: magic vars 6591 1726773064.78865: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773064.78906: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773064.78930: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773064.78950: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773064.78966: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773064.79002: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773064.79014: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773064.79023: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773064.79133: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773064.79144: Set connection var ansible_connection to ssh 6591 1726773064.79161: Set connection var ansible_timeout to 10 6591 1726773064.79172: Set connection var ansible_pipelining to False 6591 1726773064.79186: Set connection var ansible_shell_executable to /bin/sh 6591 1726773064.79194: Set connection var ansible_shell_type to sh 6591 1726773064.79221: variable 'ansible_shell_executable' from source: unknown 6591 1726773064.79229: variable 'ansible_connection' from source: unknown 6591 1726773064.79236: variable 'ansible_module_compression' from source: unknown 6591 1726773064.79242: variable 'ansible_shell_type' from source: unknown 6591 1726773064.79248: variable 'ansible_shell_executable' from source: unknown 6591 1726773064.79254: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773064.79260: variable 'ansible_pipelining' from source: unknown 6591 1726773064.79265: variable 'ansible_timeout' from source: unknown 6591 1726773064.79272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773064.79464: 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) 6591 1726773064.79484: variable 'omit' from source: magic vars 6591 1726773064.79493: starting attempt loop 6591 1726773064.79500: running the handler 6591 1726773064.79519: _low_level_execute_command(): starting 6591 1726773064.79531: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773064.80181: 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 <<< 6591 1726773064.80184: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.80218: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.80222: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773064.80225: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.80279: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773064.80283: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773064.80289: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773064.80371: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773064.81996: stdout chunk (state=3): >>>/root <<< 6591 1726773064.82102: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773064.82148: stderr chunk (state=3): >>><<< 6591 1726773064.82154: stdout chunk (state=3): >>><<< 6591 1726773064.82174: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773064.82186: _low_level_execute_command(): starting 6591 1726773064.82190: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773064.821712-7577-202493441006048 `" && echo ansible-tmp-1726773064.821712-7577-202493441006048="` echo /root/.ansible/tmp/ansible-tmp-1726773064.821712-7577-202493441006048 `" ) && sleep 0' 6591 1726773064.82614: 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 <<< 6591 1726773064.82618: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.82648: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.82658: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773064.82660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.82712: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773064.82718: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773064.82801: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773064.84697: stdout chunk (state=3): >>>ansible-tmp-1726773064.821712-7577-202493441006048=/root/.ansible/tmp/ansible-tmp-1726773064.821712-7577-202493441006048 <<< 6591 1726773064.84808: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773064.84850: stderr chunk (state=3): >>><<< 6591 1726773064.84853: stdout chunk (state=3): >>><<< 6591 1726773064.84865: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773064.821712-7577-202493441006048=/root/.ansible/tmp/ansible-tmp-1726773064.821712-7577-202493441006048 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773064.84902: variable 'ansible_module_compression' from source: unknown 6591 1726773064.84934: ANSIBALLZ: Using lock for slurp 6591 1726773064.84937: ANSIBALLZ: Acquiring lock 6591 1726773064.84940: ANSIBALLZ: Lock acquired: 140095747061040 6591 1726773064.84942: ANSIBALLZ: Creating module 6591 1726773064.92470: ANSIBALLZ: Writing module into payload 6591 1726773064.92518: ANSIBALLZ: Writing module 6591 1726773064.92534: ANSIBALLZ: Renaming module 6591 1726773064.92540: ANSIBALLZ: Done creating module 6591 1726773064.92555: variable 'ansible_facts' from source: unknown 6591 1726773064.92605: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773064.821712-7577-202493441006048/AnsiballZ_slurp.py 6591 1726773064.92707: Sending initial data 6591 1726773064.92721: Sent initial data (151 bytes) 6591 1726773064.93389: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773064.93402: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.93422: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773064.93434: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773064.93443: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.93490: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773064.93511: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773064.93597: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773064.95429: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773064.95505: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773064.95580: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpn1sfw14j /root/.ansible/tmp/ansible-tmp-1726773064.821712-7577-202493441006048/AnsiballZ_slurp.py <<< 6591 1726773064.95656: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773064.96553: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773064.96644: stderr chunk (state=3): >>><<< 6591 1726773064.96647: stdout chunk (state=3): >>><<< 6591 1726773064.96661: done transferring module to remote 6591 1726773064.96670: _low_level_execute_command(): starting 6591 1726773064.96675: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773064.821712-7577-202493441006048/ /root/.ansible/tmp/ansible-tmp-1726773064.821712-7577-202493441006048/AnsiballZ_slurp.py && sleep 0' 6591 1726773064.97113: 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 <<< 6591 1726773064.97116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.97150: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.97154: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773064.97156: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.97209: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773064.97222: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773064.97298: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773064.99056: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773064.99099: stderr chunk (state=3): >>><<< 6591 1726773064.99102: stdout chunk (state=3): >>><<< 6591 1726773064.99116: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773064.99119: _low_level_execute_command(): starting 6591 1726773064.99123: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773064.821712-7577-202493441006048/AnsiballZ_slurp.py && sleep 0' 6591 1726773064.99535: 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 <<< 6591 1726773064.99538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773064.99568: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.99571: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773064.99574: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773064.99628: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773064.99631: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773064.99723: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773065.12851: 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"}}} <<< 6591 1726773065.13860: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773065.13940: stderr chunk (state=3): >>><<< 6591 1726773065.13945: stdout chunk (state=3): >>><<< 6591 1726773065.14079: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773065.14083: 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-1726773064.821712-7577-202493441006048/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773065.14087: _low_level_execute_command(): starting 6591 1726773065.14089: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773064.821712-7577-202493441006048/ > /dev/null 2>&1 && sleep 0' 6591 1726773065.14686: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773065.14700: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.14717: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.14742: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.14784: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.14796: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773065.14812: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.14829: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773065.14849: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773065.14861: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773065.14874: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.14888: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.14906: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.14919: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.14931: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773065.14957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.15034: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773065.15063: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773065.15079: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773065.15193: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773065.16980: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773065.17064: stderr chunk (state=3): >>><<< 6591 1726773065.17081: stdout chunk (state=3): >>><<< 6591 1726773065.17109: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773065.17413: handler run complete 6591 1726773065.17416: attempt loop complete, returning result 6591 1726773065.17419: _execute() done 6591 1726773065.17421: dumping result to json 6591 1726773065.17423: done dumping result, returning 6591 1726773065.17425: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [1239c35c-e2e1-152b-fb99-0000000000ba] 6591 1726773065.17426: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000ba 6591 1726773065.17496: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000ba 6591 1726773065.17500: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6591 1726773065.17578: no more pending results, returning what we have 6591 1726773065.17581: results queue empty 6591 1726773065.17582: checking for any_errors_fatal 6591 1726773065.17589: done checking for any_errors_fatal 6591 1726773065.17590: checking for max_fail_percentage 6591 1726773065.17591: done checking for max_fail_percentage 6591 1726773065.17592: checking to see if all hosts have failed and the running result is not ok 6591 1726773065.17593: done checking to see if all hosts have failed 6591 1726773065.17594: getting the remaining hosts for this loop 6591 1726773065.17595: done getting the remaining hosts for this loop 6591 1726773065.17599: getting the next task for host managed_node2 6591 1726773065.17607: done getting next task for host managed_node2 6591 1726773065.17610: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6591 1726773065.17613: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773065.17624: getting variables 6591 1726773065.17626: in VariableManager get_vars() 6591 1726773065.17658: Calling all_inventory to load vars for managed_node2 6591 1726773065.17661: Calling groups_inventory to load vars for managed_node2 6591 1726773065.17663: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773065.17673: Calling all_plugins_play to load vars for managed_node2 6591 1726773065.17675: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773065.17678: Calling groups_plugins_play to load vars for managed_node2 6591 1726773065.17853: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773065.18122: done with get_vars() 6591 1726773065.18133: done getting variables 6591 1726773065.18195: 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:05 -0400 (0:00:00.403) 0:00:42.652 **** 6591 1726773065.18228: entering _queue_task() for managed_node2/set_fact 6591 1726773065.18453: worker is 1 (out of 1 available) 6591 1726773065.18464: exiting _queue_task() for managed_node2/set_fact 6591 1726773065.18480: done queuing things up, now waiting for results queue to drain 6591 1726773065.18482: waiting for pending results... 6591 1726773065.18754: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6591 1726773065.18867: in run() - task 1239c35c-e2e1-152b-fb99-0000000000bb 6591 1726773065.18890: variable 'ansible_search_path' from source: unknown 6591 1726773065.18897: variable 'ansible_search_path' from source: unknown 6591 1726773065.18946: calling self._execute() 6591 1726773065.19113: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773065.19127: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773065.19148: variable 'omit' from source: magic vars 6591 1726773065.19258: variable 'omit' from source: magic vars 6591 1726773065.19311: variable 'omit' from source: magic vars 6591 1726773065.19725: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773065.19741: variable '__cur_profile' from source: task vars 6591 1726773065.19899: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773065.22270: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773065.22361: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773065.22402: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773065.22449: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773065.22480: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773065.22570: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773065.22608: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773065.22645: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773065.22691: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773065.22714: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773065.22833: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6591 1726773065.22889: variable 'omit' from source: magic vars 6591 1726773065.22920: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773065.22953: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773065.22979: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773065.23001: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773065.23019: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773065.23051: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773065.23060: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773065.23074: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773065.23182: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773065.23190: Set connection var ansible_connection to ssh 6591 1726773065.23208: Set connection var ansible_timeout to 10 6591 1726773065.23219: Set connection var ansible_pipelining to False 6591 1726773065.23229: Set connection var ansible_shell_executable to /bin/sh 6591 1726773065.23235: Set connection var ansible_shell_type to sh 6591 1726773065.23261: variable 'ansible_shell_executable' from source: unknown 6591 1726773065.23269: variable 'ansible_connection' from source: unknown 6591 1726773065.23276: variable 'ansible_module_compression' from source: unknown 6591 1726773065.23291: variable 'ansible_shell_type' from source: unknown 6591 1726773065.23299: variable 'ansible_shell_executable' from source: unknown 6591 1726773065.23308: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773065.23799: variable 'ansible_pipelining' from source: unknown 6591 1726773065.23811: variable 'ansible_timeout' from source: unknown 6591 1726773065.23827: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773065.23927: 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) 6591 1726773065.23950: variable 'omit' from source: magic vars 6591 1726773065.23960: starting attempt loop 6591 1726773065.23966: running the handler 6591 1726773065.23980: handler run complete 6591 1726773065.23994: attempt loop complete, returning result 6591 1726773065.24000: _execute() done 6591 1726773065.24024: dumping result to json 6591 1726773065.24032: done dumping result, returning 6591 1726773065.24052: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [1239c35c-e2e1-152b-fb99-0000000000bb] 6591 1726773065.24063: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000bb ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 6591 1726773065.24292: no more pending results, returning what we have 6591 1726773065.24296: results queue empty 6591 1726773065.24297: checking for any_errors_fatal 6591 1726773065.24301: done checking for any_errors_fatal 6591 1726773065.24302: checking for max_fail_percentage 6591 1726773065.24305: done checking for max_fail_percentage 6591 1726773065.24307: checking to see if all hosts have failed and the running result is not ok 6591 1726773065.24307: done checking to see if all hosts have failed 6591 1726773065.24308: getting the remaining hosts for this loop 6591 1726773065.24310: done getting the remaining hosts for this loop 6591 1726773065.24314: getting the next task for host managed_node2 6591 1726773065.24321: done getting next task for host managed_node2 6591 1726773065.24324: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6591 1726773065.24327: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773065.24343: getting variables 6591 1726773065.24344: in VariableManager get_vars() 6591 1726773065.24372: Calling all_inventory to load vars for managed_node2 6591 1726773065.24375: Calling groups_inventory to load vars for managed_node2 6591 1726773065.24377: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773065.24387: Calling all_plugins_play to load vars for managed_node2 6591 1726773065.24390: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773065.24393: Calling groups_plugins_play to load vars for managed_node2 6591 1726773065.24554: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773065.24786: done with get_vars() 6591 1726773065.24797: done getting variables 6591 1726773065.24954: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000bb 6591 1726773065.24957: WORKER PROCESS EXITING 6591 1726773065.24992: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:11:05 -0400 (0:00:00.067) 0:00:42.720 **** 6591 1726773065.25027: entering _queue_task() for managed_node2/copy 6591 1726773065.25414: worker is 1 (out of 1 available) 6591 1726773065.25426: exiting _queue_task() for managed_node2/copy 6591 1726773065.25436: done queuing things up, now waiting for results queue to drain 6591 1726773065.25438: waiting for pending results... 6591 1726773065.25907: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6591 1726773065.26014: in run() - task 1239c35c-e2e1-152b-fb99-0000000000bc 6591 1726773065.26032: variable 'ansible_search_path' from source: unknown 6591 1726773065.26037: variable 'ansible_search_path' from source: unknown 6591 1726773065.26074: calling self._execute() 6591 1726773065.26153: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773065.26164: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773065.26179: variable 'omit' from source: magic vars 6591 1726773065.26280: variable 'omit' from source: magic vars 6591 1726773065.26331: variable 'omit' from source: magic vars 6591 1726773065.26365: variable '__kernel_settings_active_profile' from source: set_fact 6591 1726773065.26649: variable '__kernel_settings_active_profile' from source: set_fact 6591 1726773065.26679: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773065.26756: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773065.26835: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773065.26869: variable 'omit' from source: magic vars 6591 1726773065.26918: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773065.26957: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773065.26984: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773065.27009: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773065.27026: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773065.27058: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773065.27067: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773065.27074: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773065.27181: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773065.27190: Set connection var ansible_connection to ssh 6591 1726773065.27208: Set connection var ansible_timeout to 10 6591 1726773065.27220: Set connection var ansible_pipelining to False 6591 1726773065.27230: Set connection var ansible_shell_executable to /bin/sh 6591 1726773065.27238: Set connection var ansible_shell_type to sh 6591 1726773065.27264: variable 'ansible_shell_executable' from source: unknown 6591 1726773065.27267: variable 'ansible_connection' from source: unknown 6591 1726773065.27269: variable 'ansible_module_compression' from source: unknown 6591 1726773065.27272: variable 'ansible_shell_type' from source: unknown 6591 1726773065.27274: variable 'ansible_shell_executable' from source: unknown 6591 1726773065.27277: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773065.27284: variable 'ansible_pipelining' from source: unknown 6591 1726773065.27291: variable 'ansible_timeout' from source: unknown 6591 1726773065.27299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773065.27436: 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) 6591 1726773065.27452: variable 'omit' from source: magic vars 6591 1726773065.27462: starting attempt loop 6591 1726773065.27469: running the handler 6591 1726773065.27487: _low_level_execute_command(): starting 6591 1726773065.27501: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773065.29548: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773065.29593: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.29612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.29633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.29676: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.29692: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773065.29712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.29732: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773065.29744: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773065.29756: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773065.29768: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.29786: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.29802: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.29818: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.29830: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773065.29844: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.29925: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773065.29942: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773065.29957: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773065.30306: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773065.32308: stdout chunk (state=3): >>>/root <<< 6591 1726773065.32402: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773065.32407: stdout chunk (state=3): >>><<< 6591 1726773065.32410: stderr chunk (state=3): >>><<< 6591 1726773065.32517: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773065.32527: _low_level_execute_command(): starting 6591 1726773065.32530: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069 `" && echo ansible-tmp-1726773065.3242934-7604-172175873861069="` echo /root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069 `" ) && sleep 0' 6591 1726773065.33288: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773065.33302: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.33322: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.33339: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.33382: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.33397: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773065.33414: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.33432: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773065.33443: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773065.33454: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773065.33466: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.33479: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.33521: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.33537: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.33543: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773065.33555: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.33626: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773065.33667: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773065.33681: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773065.33888: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773065.35736: stdout chunk (state=3): >>>ansible-tmp-1726773065.3242934-7604-172175873861069=/root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069 <<< 6591 1726773065.35892: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773065.35896: stdout chunk (state=3): >>><<< 6591 1726773065.35898: stderr chunk (state=3): >>><<< 6591 1726773065.36209: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773065.3242934-7604-172175873861069=/root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773065.36212: variable 'ansible_module_compression' from source: unknown 6591 1726773065.36215: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773065.36221: variable 'ansible_facts' from source: unknown 6591 1726773065.36223: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/AnsiballZ_stat.py 6591 1726773065.36452: Sending initial data 6591 1726773065.36455: Sent initial data (151 bytes) 6591 1726773065.37349: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773065.37363: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.37378: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.37398: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.37441: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.37453: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773065.37468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.37485: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773065.37497: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773065.37512: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773065.37525: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.37541: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.37560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.37572: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.37583: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773065.37597: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.37682: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773065.37700: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773065.37718: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773065.37867: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773065.39611: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773065.39683: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773065.39764: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpwcuxeloy /root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/AnsiballZ_stat.py <<< 6591 1726773065.39845: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773065.41330: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773065.41436: stderr chunk (state=3): >>><<< 6591 1726773065.41438: stdout chunk (state=3): >>><<< 6591 1726773065.41440: done transferring module to remote 6591 1726773065.41442: _low_level_execute_command(): starting 6591 1726773065.41444: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/ /root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/AnsiballZ_stat.py && sleep 0' 6591 1726773065.42249: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773065.42264: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.42279: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.42299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.42348: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.42361: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773065.42375: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.42394: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773065.42412: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773065.42428: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773065.42441: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.42494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.42516: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.42536: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.42550: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773065.42567: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.42654: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773065.42676: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773065.42692: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773065.42800: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773065.44664: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773065.44668: stdout chunk (state=3): >>><<< 6591 1726773065.44675: stderr chunk (state=3): >>><<< 6591 1726773065.44760: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773065.44764: _low_level_execute_command(): starting 6591 1726773065.44767: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/AnsiballZ_stat.py && sleep 0' 6591 1726773065.45617: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773065.45631: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.45660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.45679: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.45729: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.45743: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773065.45760: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.45778: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773065.45791: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773065.45810: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773065.45824: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.45839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.45855: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.45868: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.45880: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773065.45895: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.45975: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773065.45997: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773065.46018: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773065.46141: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773065.74261: 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": 438304903, "dev": 51713, "nlink": 1, "atime": 1726773065.125891, "mtime": 1726773060.4499118, "ctime": 1726773060.4499118, "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": "1738715209", "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}}} <<< 6591 1726773065.75604: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773065.75609: stdout chunk (state=3): >>><<< 6591 1726773065.75615: stderr chunk (state=3): >>><<< 6591 1726773065.75770: _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": 438304903, "dev": 51713, "nlink": 1, "atime": 1726773065.125891, "mtime": 1726773060.4499118, "ctime": 1726773060.4499118, "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": "1738715209", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773065.75775: 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-1726773065.3242934-7604-172175873861069/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773065.76153: Sending initial data 6591 1726773065.76156: Sent initial data (139 bytes) 6591 1726773065.78726: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773065.78743: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.78759: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.78778: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.78823: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.78837: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773065.78853: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.78872: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773065.78884: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773065.78896: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773065.78911: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.78925: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.78941: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.78958: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.78969: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773065.78982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.79121: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773065.79144: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773065.79162: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773065.79313: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773065.81150: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 <<< 6591 1726773065.81153: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773065.81219: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773065.81302: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/.yqrph4s5 /root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/.source <<< 6591 1726773065.81380: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773065.81767: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773065.81929: stderr chunk (state=3): >>><<< 6591 1726773065.81932: stdout chunk (state=3): >>><<< 6591 1726773065.81935: _low_level_execute_command(): starting 6591 1726773065.81937: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/ /root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/.source && sleep 0' 6591 1726773065.83324: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773065.83365: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.83381: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.83400: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.83444: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.83582: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773065.83598: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.83619: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773065.83636: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773065.83647: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773065.83659: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.83673: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.83693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.83707: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.83719: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773065.83733: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.83814: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773065.83911: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773065.83928: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773065.84037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773065.85895: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773065.85898: stdout chunk (state=3): >>><<< 6591 1726773065.85901: stderr chunk (state=3): >>><<< 6591 1726773065.86159: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773065.86163: variable 'ansible_module_compression' from source: unknown 6591 1726773065.86165: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6591 1726773065.86168: variable 'ansible_facts' from source: unknown 6591 1726773065.86170: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/AnsiballZ_copy.py 6591 1726773065.86459: Sending initial data 6591 1726773065.86462: Sent initial data (151 bytes) 6591 1726773065.88528: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.88532: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.88574: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.88581: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.88583: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.88651: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773065.88657: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773065.88659: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773065.88752: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773065.90524: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773065.90598: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773065.90679: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp84rx50za /root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/AnsiballZ_copy.py <<< 6591 1726773065.90754: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773065.92124: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773065.92307: stderr chunk (state=3): >>><<< 6591 1726773065.92310: stdout chunk (state=3): >>><<< 6591 1726773065.92312: done transferring module to remote 6591 1726773065.92314: _low_level_execute_command(): starting 6591 1726773065.92316: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/ /root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/AnsiballZ_copy.py && sleep 0' 6591 1726773065.92884: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773065.92898: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.92914: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.92930: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.92970: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.92987: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773065.92999: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.93017: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773065.93027: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773065.93036: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773065.93045: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.93056: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.93069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.93078: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.93100: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773065.93114: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.93198: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773065.93226: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773065.93240: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773065.93349: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773065.95148: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773065.95208: stderr chunk (state=3): >>><<< 6591 1726773065.95224: stdout chunk (state=3): >>><<< 6591 1726773065.95312: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773065.95316: _low_level_execute_command(): starting 6591 1726773065.95318: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/AnsiballZ_copy.py && sleep 0' 6591 1726773065.95857: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773065.95871: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.95886: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.95906: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.95951: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.95963: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773065.95978: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.95995: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773065.96008: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773065.96021: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773065.96033: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773065.96046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773065.96061: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773065.96073: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773065.96085: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773065.96098: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773065.96175: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773065.96197: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773065.96216: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773065.96336: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.10361: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/.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-1726773065.3242934-7604-172175873861069/.source", "_original_basename": ".yqrph4s5", "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}}} <<< 6591 1726773066.11495: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773066.11499: stderr chunk (state=3): >>><<< 6591 1726773066.11501: stdout chunk (state=3): >>><<< 6591 1726773066.11640: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/.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-1726773065.3242934-7604-172175873861069/.source", "_original_basename": ".yqrph4s5", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773066.11644: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/.source', '_original_basename': '.yqrph4s5', '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-1726773065.3242934-7604-172175873861069/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773066.11651: _low_level_execute_command(): starting 6591 1726773066.11653: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/ > /dev/null 2>&1 && sleep 0' 6591 1726773066.12969: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773066.13622: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.13639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.13658: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.13706: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.13719: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773066.13732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.13749: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773066.13762: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773066.13775: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773066.13781: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.13791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.13802: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.13812: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.13818: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773066.13827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.13899: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773066.13921: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773066.13934: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773066.14042: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.15920: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773066.15924: stdout chunk (state=3): >>><<< 6591 1726773066.15930: stderr chunk (state=3): >>><<< 6591 1726773066.16275: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773066.16278: handler run complete 6591 1726773066.16286: attempt loop complete, returning result 6591 1726773066.16288: _execute() done 6591 1726773066.16290: dumping result to json 6591 1726773066.16292: done dumping result, returning 6591 1726773066.16294: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [1239c35c-e2e1-152b-fb99-0000000000bc] 6591 1726773066.16296: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000bc 6591 1726773066.16371: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000bc 6591 1726773066.16374: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "md5sum": "8d80fe3f09ba4b9ac8d7fd5e8541a324", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "src": "/root/.ansible/tmp/ansible-tmp-1726773065.3242934-7604-172175873861069/.source", "state": "file", "uid": 0 } 6591 1726773066.16480: no more pending results, returning what we have 6591 1726773066.16483: results queue empty 6591 1726773066.16484: checking for any_errors_fatal 6591 1726773066.16490: done checking for any_errors_fatal 6591 1726773066.16491: checking for max_fail_percentage 6591 1726773066.16493: done checking for max_fail_percentage 6591 1726773066.16494: checking to see if all hosts have failed and the running result is not ok 6591 1726773066.16494: done checking to see if all hosts have failed 6591 1726773066.16495: getting the remaining hosts for this loop 6591 1726773066.16496: done getting the remaining hosts for this loop 6591 1726773066.16500: getting the next task for host managed_node2 6591 1726773066.16507: done getting next task for host managed_node2 6591 1726773066.16510: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6591 1726773066.16513: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773066.16524: getting variables 6591 1726773066.16525: in VariableManager get_vars() 6591 1726773066.16557: Calling all_inventory to load vars for managed_node2 6591 1726773066.16560: Calling groups_inventory to load vars for managed_node2 6591 1726773066.16562: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773066.16572: Calling all_plugins_play to load vars for managed_node2 6591 1726773066.16575: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773066.16581: Calling groups_plugins_play to load vars for managed_node2 6591 1726773066.16760: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773066.17001: done with get_vars() 6591 1726773066.17014: done getting variables 6591 1726773066.17156: 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:06 -0400 (0:00:00.921) 0:00:43.642 **** 6591 1726773066.17188: entering _queue_task() for managed_node2/copy 6591 1726773066.17646: worker is 1 (out of 1 available) 6591 1726773066.17656: exiting _queue_task() for managed_node2/copy 6591 1726773066.17666: done queuing things up, now waiting for results queue to drain 6591 1726773066.17668: waiting for pending results... 6591 1726773066.18077: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6591 1726773066.18183: in run() - task 1239c35c-e2e1-152b-fb99-0000000000bd 6591 1726773066.18201: variable 'ansible_search_path' from source: unknown 6591 1726773066.18212: variable 'ansible_search_path' from source: unknown 6591 1726773066.18249: calling self._execute() 6591 1726773066.18327: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773066.18339: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773066.18354: variable 'omit' from source: magic vars 6591 1726773066.18511: variable 'omit' from source: magic vars 6591 1726773066.18613: variable 'omit' from source: magic vars 6591 1726773066.18644: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6591 1726773066.18912: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6591 1726773066.18994: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773066.19082: variable 'omit' from source: magic vars 6591 1726773066.19152: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773066.19247: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773066.19270: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773066.19289: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773066.19306: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773066.19339: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773066.19348: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773066.19355: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773066.19448: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773066.19457: Set connection var ansible_connection to ssh 6591 1726773066.19472: Set connection var ansible_timeout to 10 6591 1726773066.19481: Set connection var ansible_pipelining to False 6591 1726773066.19491: Set connection var ansible_shell_executable to /bin/sh 6591 1726773066.19497: Set connection var ansible_shell_type to sh 6591 1726773066.19523: variable 'ansible_shell_executable' from source: unknown 6591 1726773066.19529: variable 'ansible_connection' from source: unknown 6591 1726773066.19534: variable 'ansible_module_compression' from source: unknown 6591 1726773066.19539: variable 'ansible_shell_type' from source: unknown 6591 1726773066.19545: variable 'ansible_shell_executable' from source: unknown 6591 1726773066.19551: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773066.19557: variable 'ansible_pipelining' from source: unknown 6591 1726773066.19562: variable 'ansible_timeout' from source: unknown 6591 1726773066.19568: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773066.19693: 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) 6591 1726773066.19872: variable 'omit' from source: magic vars 6591 1726773066.19924: starting attempt loop 6591 1726773066.19932: running the handler 6591 1726773066.19948: _low_level_execute_command(): starting 6591 1726773066.19961: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773066.20699: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773066.20810: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.20827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.20846: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.20890: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.20906: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773066.20922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.20941: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773066.20954: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773066.20967: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773066.20980: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.20994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.21017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.21029: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.21040: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773066.21052: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.21129: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773066.21155: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773066.21175: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773066.21286: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.22920: stdout chunk (state=3): >>>/root <<< 6591 1726773066.23101: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773066.23106: stdout chunk (state=3): >>><<< 6591 1726773066.23109: stderr chunk (state=3): >>><<< 6591 1726773066.23213: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773066.23217: _low_level_execute_command(): starting 6591 1726773066.23220: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194 `" && echo ansible-tmp-1726773066.2312868-7654-269692785054194="` echo /root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194 `" ) && sleep 0' 6591 1726773066.23823: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773066.23976: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.23991: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.24010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.24051: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.24062: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773066.24074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.24091: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773066.24106: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773066.24119: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773066.24132: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.24146: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.24162: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.24177: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.24190: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773066.24207: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.24281: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773066.24302: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773066.24322: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773066.24432: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.26291: stdout chunk (state=3): >>>ansible-tmp-1726773066.2312868-7654-269692785054194=/root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194 <<< 6591 1726773066.26477: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773066.26480: stdout chunk (state=3): >>><<< 6591 1726773066.26483: stderr chunk (state=3): >>><<< 6591 1726773066.26509: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773066.2312868-7654-269692785054194=/root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773066.26618: variable 'ansible_module_compression' from source: unknown 6591 1726773066.26710: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773066.26714: variable 'ansible_facts' from source: unknown 6591 1726773066.26804: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/AnsiballZ_stat.py 6591 1726773066.26944: Sending initial data 6591 1726773066.26947: Sent initial data (151 bytes) 6591 1726773066.27901: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773066.27919: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.27949: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.27969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.28012: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.28023: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773066.28038: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.28058: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773066.28067: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773066.28076: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773066.28087: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.28098: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.28115: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.28125: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.28134: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773066.28148: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.28227: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773066.28246: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773066.28263: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773066.28375: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.30141: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773066.30213: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773066.30289: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpzt24w7ml /root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/AnsiballZ_stat.py <<< 6591 1726773066.30361: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773066.31561: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773066.31713: stderr chunk (state=3): >>><<< 6591 1726773066.31716: stdout chunk (state=3): >>><<< 6591 1726773066.31718: done transferring module to remote 6591 1726773066.31723: _low_level_execute_command(): starting 6591 1726773066.31726: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/ /root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/AnsiballZ_stat.py && sleep 0' 6591 1726773066.32320: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773066.32334: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.32350: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.32376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.32419: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.32432: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773066.32445: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.32462: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773066.32480: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773066.32496: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773066.32511: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.32525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.32539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.32550: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.32560: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773066.32572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.32653: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773066.32674: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773066.32695: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773066.32809: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.34547: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773066.34587: stderr chunk (state=3): >>><<< 6591 1726773066.34590: stdout chunk (state=3): >>><<< 6591 1726773066.34602: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773066.34608: _low_level_execute_command(): starting 6591 1726773066.34612: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/AnsiballZ_stat.py && sleep 0' 6591 1726773066.35027: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.35030: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.35061: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.35067: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.35069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.35130: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773066.35150: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773066.35170: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773066.35290: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.49485: 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": 438304901, "dev": 51713, "nlink": 1, "atime": 1726773060.207913, "mtime": 1726773060.4499118, "ctime": 1726773060.4499118, "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": "729155211", "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}}} <<< 6591 1726773066.50726: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773066.50730: stdout chunk (state=3): >>><<< 6591 1726773066.50732: stderr chunk (state=3): >>><<< 6591 1726773066.50911: _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": 438304901, "dev": 51713, "nlink": 1, "atime": 1726773060.207913, "mtime": 1726773060.4499118, "ctime": 1726773060.4499118, "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": "729155211", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773066.50920: 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-1726773066.2312868-7654-269692785054194/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773066.51287: Sending initial data 6591 1726773066.51291: Sent initial data (139 bytes) 6591 1726773066.52251: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773066.52265: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.52279: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.52300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.52344: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.52357: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773066.52372: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.52392: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773066.52410: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773066.52423: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773066.52436: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.52449: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.52464: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.52476: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.52487: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773066.52503: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.52583: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773066.52608: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773066.52630: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773066.52748: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.54518: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773066.54597: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773066.54669: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/.55ymd5yb /root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/.source <<< 6591 1726773066.54740: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773066.55055: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773066.55142: stderr chunk (state=3): >>><<< 6591 1726773066.55146: stdout chunk (state=3): >>><<< 6591 1726773066.55164: _low_level_execute_command(): starting 6591 1726773066.55168: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/ /root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/.source && sleep 0' 6591 1726773066.55607: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.55611: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.55669: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.55673: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.55690: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.55765: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773066.55816: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773066.55833: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773066.55940: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.57730: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773066.57733: stdout chunk (state=3): >>><<< 6591 1726773066.57735: stderr chunk (state=3): >>><<< 6591 1726773066.57813: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773066.57817: variable 'ansible_module_compression' from source: unknown 6591 1726773066.57909: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6591 1726773066.57912: variable 'ansible_facts' from source: unknown 6591 1726773066.57933: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/AnsiballZ_copy.py 6591 1726773066.58034: Sending initial data 6591 1726773066.58037: Sent initial data (151 bytes) 6591 1726773066.58818: 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 <<< 6591 1726773066.58882: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.58942: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773066.58945: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773066.58957: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773066.59055: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.60786: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773066.60865: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773066.60936: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpkkl24ufq /root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/AnsiballZ_copy.py <<< 6591 1726773066.61011: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773066.62126: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773066.62227: stderr chunk (state=3): >>><<< 6591 1726773066.62230: stdout chunk (state=3): >>><<< 6591 1726773066.62244: done transferring module to remote 6591 1726773066.62253: _low_level_execute_command(): starting 6591 1726773066.62256: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/ /root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/AnsiballZ_copy.py && sleep 0' 6591 1726773066.62926: 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 <<< 6591 1726773066.62932: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773066.63068: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773066.63143: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.64871: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773066.64933: stderr chunk (state=3): >>><<< 6591 1726773066.64936: stdout chunk (state=3): >>><<< 6591 1726773066.64995: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773066.64999: _low_level_execute_command(): starting 6591 1726773066.65001: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/AnsiballZ_copy.py && sleep 0' 6591 1726773066.65360: 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 <<< 6591 1726773066.65364: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.65390: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.65394: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.65396: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.65446: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773066.65450: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773066.65536: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.79441: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/.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-1726773066.2312868-7654-269692785054194/.source", "_original_basename": ".55ymd5yb", "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}}} <<< 6591 1726773066.80473: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773066.80529: stderr chunk (state=3): >>><<< 6591 1726773066.80533: stdout chunk (state=3): >>><<< 6591 1726773066.80550: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/.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-1726773066.2312868-7654-269692785054194/.source", "_original_basename": ".55ymd5yb", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773066.80576: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/.source', '_original_basename': '.55ymd5yb', '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-1726773066.2312868-7654-269692785054194/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773066.80588: _low_level_execute_command(): starting 6591 1726773066.80591: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/ > /dev/null 2>&1 && sleep 0' 6591 1726773066.81050: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.81056: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.81094: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773066.81110: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.81121: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.81162: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773066.81181: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773066.81263: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.83109: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773066.83139: stderr chunk (state=3): >>><<< 6591 1726773066.83149: stdout chunk (state=3): >>><<< 6591 1726773066.83169: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773066.83185: handler run complete 6591 1726773066.83225: attempt loop complete, returning result 6591 1726773066.83233: _execute() done 6591 1726773066.83240: dumping result to json 6591 1726773066.83249: done dumping result, returning 6591 1726773066.83261: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [1239c35c-e2e1-152b-fb99-0000000000bd] 6591 1726773066.83270: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000bd changed: [managed_node2] => { "changed": true, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "md5sum": "cf3f2a865fbea819dadd439586eaee31", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "src": "/root/.ansible/tmp/ansible-tmp-1726773066.2312868-7654-269692785054194/.source", "state": "file", "uid": 0 } 6591 1726773066.83492: no more pending results, returning what we have 6591 1726773066.83496: results queue empty 6591 1726773066.83497: checking for any_errors_fatal 6591 1726773066.83502: done checking for any_errors_fatal 6591 1726773066.83504: checking for max_fail_percentage 6591 1726773066.83506: done checking for max_fail_percentage 6591 1726773066.83507: checking to see if all hosts have failed and the running result is not ok 6591 1726773066.83512: done checking to see if all hosts have failed 6591 1726773066.83513: getting the remaining hosts for this loop 6591 1726773066.83516: done getting the remaining hosts for this loop 6591 1726773066.83520: getting the next task for host managed_node2 6591 1726773066.83527: done getting next task for host managed_node2 6591 1726773066.83531: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 6591 1726773066.83534: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773066.83546: getting variables 6591 1726773066.83548: in VariableManager get_vars() 6591 1726773066.83587: Calling all_inventory to load vars for managed_node2 6591 1726773066.83591: Calling groups_inventory to load vars for managed_node2 6591 1726773066.83594: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773066.83608: Calling all_plugins_play to load vars for managed_node2 6591 1726773066.83612: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773066.83616: Calling groups_plugins_play to load vars for managed_node2 6591 1726773066.83807: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773066.84009: done with get_vars() 6591 1726773066.84019: done getting variables 6591 1726773066.84048: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000bd 6591 1726773066.84051: WORKER PROCESS EXITING 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:06 -0400 (0:00:00.669) 0:00:44.311 **** 6591 1726773066.84109: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773066.84299: worker is 1 (out of 1 available) 6591 1726773066.84315: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773066.84326: done queuing things up, now waiting for results queue to drain 6591 1726773066.84328: waiting for pending results... 6591 1726773066.84495: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config 6591 1726773066.84562: in run() - task 1239c35c-e2e1-152b-fb99-0000000000be 6591 1726773066.84574: variable 'ansible_search_path' from source: unknown 6591 1726773066.84580: variable 'ansible_search_path' from source: unknown 6591 1726773066.84611: calling self._execute() 6591 1726773066.84672: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773066.84676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773066.84688: variable 'omit' from source: magic vars 6591 1726773066.84767: variable 'omit' from source: magic vars 6591 1726773066.84798: variable 'omit' from source: magic vars 6591 1726773066.84823: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773066.85037: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773066.85095: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773066.85155: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773066.85165: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773066.85245: variable 'omit' from source: magic vars 6591 1726773066.85282: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773066.85306: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773066.85323: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773066.85336: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773066.85345: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773066.85370: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773066.85373: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773066.85375: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773066.85446: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773066.85450: Set connection var ansible_connection to ssh 6591 1726773066.85457: Set connection var ansible_timeout to 10 6591 1726773066.85462: Set connection var ansible_pipelining to False 6591 1726773066.85471: Set connection var ansible_shell_executable to /bin/sh 6591 1726773066.85474: Set connection var ansible_shell_type to sh 6591 1726773066.85489: variable 'ansible_shell_executable' from source: unknown 6591 1726773066.85492: variable 'ansible_connection' from source: unknown 6591 1726773066.85494: variable 'ansible_module_compression' from source: unknown 6591 1726773066.85496: variable 'ansible_shell_type' from source: unknown 6591 1726773066.85499: variable 'ansible_shell_executable' from source: unknown 6591 1726773066.85501: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773066.85507: variable 'ansible_pipelining' from source: unknown 6591 1726773066.85510: variable 'ansible_timeout' from source: unknown 6591 1726773066.85513: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773066.85641: 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) 6591 1726773066.85648: variable 'omit' from source: magic vars 6591 1726773066.85656: starting attempt loop 6591 1726773066.85660: running the handler 6591 1726773066.85670: _low_level_execute_command(): starting 6591 1726773066.85679: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773066.86491: 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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.88051: stdout chunk (state=3): >>>/root <<< 6591 1726773066.88180: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773066.88218: stderr chunk (state=3): >>><<< 6591 1726773066.88222: stdout chunk (state=3): >>><<< 6591 1726773066.88329: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773066.88333: _low_level_execute_command(): starting 6591 1726773066.88336: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773066.8824205-7711-191333548405208 `" && echo ansible-tmp-1726773066.8824205-7711-191333548405208="` echo /root/.ansible/tmp/ansible-tmp-1726773066.8824205-7711-191333548405208 `" ) && sleep 0' 6591 1726773066.89096: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773066.89115: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.89136: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.89158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.89201: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.89219: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773066.89247: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.89268: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773066.89283: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773066.89297: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773066.89313: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.89328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.89344: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.89363: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.89375: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773066.89390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.89470: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773066.89496: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773066.89516: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773066.89630: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.91504: stdout chunk (state=3): >>>ansible-tmp-1726773066.8824205-7711-191333548405208=/root/.ansible/tmp/ansible-tmp-1726773066.8824205-7711-191333548405208 <<< 6591 1726773066.91620: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773066.91661: stderr chunk (state=3): >>><<< 6591 1726773066.91664: stdout chunk (state=3): >>><<< 6591 1726773066.91682: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773066.8824205-7711-191333548405208=/root/.ansible/tmp/ansible-tmp-1726773066.8824205-7711-191333548405208 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773066.91718: variable 'ansible_module_compression' from source: unknown 6591 1726773066.91750: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6591 1726773066.91778: variable 'ansible_facts' from source: unknown 6591 1726773066.91834: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773066.8824205-7711-191333548405208/AnsiballZ_kernel_settings_get_config.py 6591 1726773066.91947: Sending initial data 6591 1726773066.91960: Sent initial data (173 bytes) 6591 1726773066.92882: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773066.92897: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.92918: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.92940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.92979: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.92992: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773066.93009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.93026: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773066.93038: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773066.93054: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773066.93066: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.93079: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.93096: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.93112: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.93122: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773066.93134: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.93214: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773066.93235: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773066.93254: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773066.93350: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.95072: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 <<< 6591 1726773066.95076: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773066.95152: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773066.95228: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpnbhx5owt /root/.ansible/tmp/ansible-tmp-1726773066.8824205-7711-191333548405208/AnsiballZ_kernel_settings_get_config.py <<< 6591 1726773066.95308: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773066.96491: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773066.96560: stderr chunk (state=3): >>><<< 6591 1726773066.96563: stdout chunk (state=3): >>><<< 6591 1726773066.96583: done transferring module to remote 6591 1726773066.96595: _low_level_execute_command(): starting 6591 1726773066.96601: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773066.8824205-7711-191333548405208/ /root/.ansible/tmp/ansible-tmp-1726773066.8824205-7711-191333548405208/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773066.97189: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773066.97197: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.97211: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.97224: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.97267: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.97270: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773066.97282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.97310: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773066.97313: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773066.97315: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773066.97318: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773066.97327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773066.97344: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773066.97347: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773066.97350: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773066.97361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773066.97431: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773066.97434: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773066.97520: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773066.99271: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773066.99338: stderr chunk (state=3): >>><<< 6591 1726773066.99341: stdout chunk (state=3): >>><<< 6591 1726773066.99347: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773066.99350: _low_level_execute_command(): starting 6591 1726773066.99356: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773066.8824205-7711-191333548405208/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773066.99997: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773067.00000: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.00008: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.00012: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.00014: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.00016: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773067.00018: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.00020: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773067.00023: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773067.00025: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773067.00027: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.00029: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.00031: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.00033: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.00038: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773067.00181: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.00184: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773067.00187: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773067.00189: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773067.00270: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773067.13805: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "379724", "kernel.threads-max": "29968", "vm.max_map_count": "65530"}, "sysfs": {"/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0", "/sys/kernel/debug/x86/ibrs_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} <<< 6591 1726773067.14958: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773067.14962: stdout chunk (state=3): >>><<< 6591 1726773067.14964: stderr chunk (state=3): >>><<< 6591 1726773067.15010: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "379724", "kernel.threads-max": "29968", "vm.max_map_count": "65530"}, "sysfs": {"/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0", "/sys/kernel/debug/x86/ibrs_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773067.15114: 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-1726773066.8824205-7711-191333548405208/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773067.15119: _low_level_execute_command(): starting 6591 1726773067.15122: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773066.8824205-7711-191333548405208/ > /dev/null 2>&1 && sleep 0' 6591 1726773067.15866: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773067.15986: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.16002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.16019: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.16055: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.16063: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773067.16072: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.16090: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773067.16097: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773067.16111: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773067.16120: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.16127: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.16139: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.16146: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.16153: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773067.16163: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.16239: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773067.16258: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773067.16270: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773067.16377: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773067.18218: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773067.18284: stderr chunk (state=3): >>><<< 6591 1726773067.18287: stdout chunk (state=3): >>><<< 6591 1726773067.18410: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773067.18414: handler run complete 6591 1726773067.18416: attempt loop complete, returning result 6591 1726773067.18418: _execute() done 6591 1726773067.18421: dumping result to json 6591 1726773067.18423: done dumping result, returning 6591 1726773067.18425: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config [1239c35c-e2e1-152b-fb99-0000000000be] 6591 1726773067.18427: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000be 6591 1726773067.18499: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000be 6591 1726773067.18502: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "sysctl": { "fs.epoll.max_user_watches": "785592", "fs.file-max": "379724", "kernel.threads-max": "29968", "vm.max_map_count": "65530" }, "sysfs": { "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0" } } } 6591 1726773067.18597: no more pending results, returning what we have 6591 1726773067.18602: results queue empty 6591 1726773067.18621: checking for any_errors_fatal 6591 1726773067.18629: done checking for any_errors_fatal 6591 1726773067.18630: checking for max_fail_percentage 6591 1726773067.18632: done checking for max_fail_percentage 6591 1726773067.18633: checking to see if all hosts have failed and the running result is not ok 6591 1726773067.18634: done checking to see if all hosts have failed 6591 1726773067.18635: getting the remaining hosts for this loop 6591 1726773067.18636: done getting the remaining hosts for this loop 6591 1726773067.18640: getting the next task for host managed_node2 6591 1726773067.18647: done getting next task for host managed_node2 6591 1726773067.18651: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6591 1726773067.18653: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773067.18665: getting variables 6591 1726773067.18667: in VariableManager get_vars() 6591 1726773067.18933: Calling all_inventory to load vars for managed_node2 6591 1726773067.18937: Calling groups_inventory to load vars for managed_node2 6591 1726773067.18940: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773067.18950: Calling all_plugins_play to load vars for managed_node2 6591 1726773067.18953: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773067.18956: Calling groups_plugins_play to load vars for managed_node2 6591 1726773067.19199: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773067.19428: done with get_vars() 6591 1726773067.19438: done getting variables 6591 1726773067.19554: 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:07 -0400 (0:00:00.354) 0:00:44.666 **** 6591 1726773067.19589: entering _queue_task() for managed_node2/template 6591 1726773067.19591: Creating lock for template 6591 1726773067.20113: worker is 1 (out of 1 available) 6591 1726773067.20124: exiting _queue_task() for managed_node2/template 6591 1726773067.20135: done queuing things up, now waiting for results queue to drain 6591 1726773067.20137: waiting for pending results... 6591 1726773067.21368: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6591 1726773067.21483: in run() - task 1239c35c-e2e1-152b-fb99-0000000000bf 6591 1726773067.21507: variable 'ansible_search_path' from source: unknown 6591 1726773067.21514: variable 'ansible_search_path' from source: unknown 6591 1726773067.21553: calling self._execute() 6591 1726773067.21640: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773067.21652: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773067.21667: variable 'omit' from source: magic vars 6591 1726773067.21782: variable 'omit' from source: magic vars 6591 1726773067.21834: variable 'omit' from source: magic vars 6591 1726773067.22149: variable '__kernel_settings_profile_src' from source: role '' all vars 6591 1726773067.22161: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773067.22244: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773067.22273: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773067.22348: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773067.22427: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773067.22520: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773067.22531: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773067.22568: variable 'omit' from source: magic vars 6591 1726773067.22618: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773067.22654: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773067.22681: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773067.22706: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773067.22722: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773067.22753: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773067.22761: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773067.22768: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773067.22875: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773067.22885: Set connection var ansible_connection to ssh 6591 1726773067.22904: Set connection var ansible_timeout to 10 6591 1726773067.22917: Set connection var ansible_pipelining to False 6591 1726773067.22926: Set connection var ansible_shell_executable to /bin/sh 6591 1726773067.22932: Set connection var ansible_shell_type to sh 6591 1726773067.22956: variable 'ansible_shell_executable' from source: unknown 6591 1726773067.22962: variable 'ansible_connection' from source: unknown 6591 1726773067.22968: variable 'ansible_module_compression' from source: unknown 6591 1726773067.22974: variable 'ansible_shell_type' from source: unknown 6591 1726773067.22984: variable 'ansible_shell_executable' from source: unknown 6591 1726773067.22990: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773067.22997: variable 'ansible_pipelining' from source: unknown 6591 1726773067.23004: variable 'ansible_timeout' from source: unknown 6591 1726773067.23014: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773067.23169: 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) 6591 1726773067.23188: variable 'omit' from source: magic vars 6591 1726773067.23197: starting attempt loop 6591 1726773067.23203: running the handler 6591 1726773067.23220: _low_level_execute_command(): starting 6591 1726773067.23236: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773067.23973: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773067.23995: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.24013: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.24031: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.24070: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.24084: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773067.24097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.24123: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773067.24136: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773067.24149: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773067.24160: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.24173: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.24192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.24206: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.24219: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773067.24232: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.24311: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773067.24337: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773067.24354: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773067.24466: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773067.26118: stdout chunk (state=3): >>>/root <<< 6591 1726773067.26302: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773067.26307: stdout chunk (state=3): >>><<< 6591 1726773067.26310: stderr chunk (state=3): >>><<< 6591 1726773067.26420: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773067.26430: _low_level_execute_command(): starting 6591 1726773067.26433: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737 `" && echo ansible-tmp-1726773067.2632878-7744-122608829985737="` echo /root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737 `" ) && sleep 0' 6591 1726773067.27472: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773067.27486: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.27499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.27527: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.27652: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.27667: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773067.27682: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.27700: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773067.27719: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773067.27736: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773067.27751: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.27768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.27784: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.27797: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.27811: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773067.27824: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.27976: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773067.28000: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773067.28020: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773067.28152: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773067.30051: stdout chunk (state=3): >>>ansible-tmp-1726773067.2632878-7744-122608829985737=/root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737 <<< 6591 1726773067.30166: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773067.30230: stderr chunk (state=3): >>><<< 6591 1726773067.30233: stdout chunk (state=3): >>><<< 6591 1726773067.30514: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773067.2632878-7744-122608829985737=/root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773067.30518: 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 6591 1726773067.30521: 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 6591 1726773067.30523: variable 'ansible_search_path' from source: unknown 6591 1726773067.31534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773067.34346: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773067.34409: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773067.34443: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773067.34476: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773067.34509: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773067.35305: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773067.35333: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773067.35358: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773067.35403: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773067.35419: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773067.35796: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773067.35822: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773067.35848: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773067.35888: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773067.35902: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773067.36272: variable 'ansible_managed' from source: unknown 6591 1726773067.36277: variable '__sections' from source: task vars 6591 1726773067.36412: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773067.36435: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773067.36458: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773067.36503: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773067.36517: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773067.36655: variable 'kernel_settings_sysctl' from source: include params 6591 1726773067.36663: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773067.36668: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773067.36729: variable '__sysctl_old' from source: task vars 6591 1726773067.36831: variable '__sysctl_old' from source: task vars 6591 1726773067.37113: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773067.37116: variable 'kernel_settings_sysctl' from source: include params 6591 1726773067.37125: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773067.37129: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773067.37134: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773067.37411: variable 'kernel_settings_sysfs' from source: include params 6591 1726773067.37417: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773067.37422: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773067.37447: variable '__sysfs_old' from source: task vars 6591 1726773067.37510: variable '__sysfs_old' from source: task vars 6591 1726773067.37740: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773067.37743: variable 'kernel_settings_sysfs' from source: include params 6591 1726773067.37749: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773067.37754: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773067.37759: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773067.37812: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6591 1726773067.37819: variable '__systemd_old' from source: task vars 6591 1726773067.37885: variable '__systemd_old' from source: task vars 6591 1726773067.38101: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773067.38106: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6591 1726773067.38109: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38115: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773067.38133: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 6591 1726773067.38136: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6591 1726773067.38138: variable '__trans_huge_old' from source: task vars 6591 1726773067.38207: variable '__trans_huge_old' from source: task vars 6591 1726773067.38421: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773067.38424: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 6591 1726773067.38427: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38433: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773067.38446: variable '__trans_defrag_old' from source: task vars 6591 1726773067.38514: variable '__trans_defrag_old' from source: task vars 6591 1726773067.38728: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773067.38732: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6591 1726773067.38734: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38740: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773067.38760: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38774: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38794: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38816: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38825: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38831: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38849: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38857: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38867: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38872: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38885: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38894: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38900: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38907: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.38917: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773067.40751: 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) 6591 1726773067.41033: variable 'ansible_module_compression' from source: unknown 6591 1726773067.41096: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773067.41126: variable 'ansible_facts' from source: unknown 6591 1726773067.41225: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/AnsiballZ_stat.py 6591 1726773067.41354: Sending initial data 6591 1726773067.41358: Sent initial data (151 bytes) 6591 1726773067.42345: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773067.42355: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.42366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.42387: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.42430: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.42437: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773067.42448: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.42461: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773067.42469: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773067.42489: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773067.42492: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.42500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.42527: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.42530: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.42532: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773067.42535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.42618: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773067.42647: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773067.42650: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773067.42759: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773067.44572: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773067.44640: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773067.44724: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpawbjsp7y /root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/AnsiballZ_stat.py <<< 6591 1726773067.44799: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773067.46167: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773067.46189: stderr chunk (state=3): >>><<< 6591 1726773067.46192: stdout chunk (state=3): >>><<< 6591 1726773067.46198: done transferring module to remote 6591 1726773067.46213: _low_level_execute_command(): starting 6591 1726773067.46218: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/ /root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/AnsiballZ_stat.py && sleep 0' 6591 1726773067.47135: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773067.47145: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.47155: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.47170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.47214: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.47222: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773067.47232: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.47245: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773067.47253: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773067.47259: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773067.47269: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.47276: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.47291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.47299: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.47307: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773067.47317: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.47390: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773067.47407: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773067.47420: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773067.47526: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773067.49369: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773067.49373: stdout chunk (state=3): >>><<< 6591 1726773067.49383: stderr chunk (state=3): >>><<< 6591 1726773067.49398: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773067.49401: _low_level_execute_command(): starting 6591 1726773067.49408: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/AnsiballZ_stat.py && sleep 0' 6591 1726773067.49990: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773067.50002: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.50012: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.50027: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.50064: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.50070: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773067.50084: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.50097: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773067.50106: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773067.50113: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773067.50124: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.50130: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.50142: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.50150: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.50156: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773067.50166: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.50242: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773067.50258: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773067.50270: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773067.50384: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773067.64937: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 381, "inode": 58720388, "dev": 51713, "nlink": 1, "atime": 1726773067.134882, "mtime": 1726773058.9839182, "ctime": 1726773059.3529167, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "mimetype": "text/plain", "charset": "us-ascii", "version": "1004097615", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6591 1726773067.65929: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773067.66016: stderr chunk (state=3): >>><<< 6591 1726773067.66020: stdout chunk (state=3): >>><<< 6591 1726773067.66044: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 381, "inode": 58720388, "dev": 51713, "nlink": 1, "atime": 1726773067.134882, "mtime": 1726773058.9839182, "ctime": 1726773059.3529167, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "13fdc203370e2b8e7e42c13d94b671b1ac621563", "mimetype": "text/plain", "charset": "us-ascii", "version": "1004097615", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773067.66105: 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-1726773067.2632878-7744-122608829985737/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773067.66632: Sending initial data 6591 1726773067.66636: Sent initial data (165 bytes) 6591 1726773067.69040: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.69047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.69142: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773067.69148: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.69214: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.69222: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773067.69227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.69303: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773067.69434: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773067.69437: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773067.69546: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773067.71338: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773067.71417: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773067.71497: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpefk9ebrw/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/.source.conf <<< 6591 1726773067.71571: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773067.71964: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773067.72042: stderr chunk (state=3): >>><<< 6591 1726773067.72045: stdout chunk (state=3): >>><<< 6591 1726773067.72066: _low_level_execute_command(): starting 6591 1726773067.72069: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/ /root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/.source.conf && sleep 0' 6591 1726773067.73503: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.73509: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.73592: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.73598: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.73615: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773067.73621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.73698: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773067.73701: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773067.73724: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773067.73823: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773067.75607: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773067.75688: stderr chunk (state=3): >>><<< 6591 1726773067.75699: stdout chunk (state=3): >>><<< 6591 1726773067.75816: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773067.75820: variable 'ansible_module_compression' from source: unknown 6591 1726773067.75823: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6591 1726773067.75991: variable 'ansible_facts' from source: unknown 6591 1726773067.75994: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/AnsiballZ_copy.py 6591 1726773067.76055: Sending initial data 6591 1726773067.76058: Sent initial data (151 bytes) 6591 1726773067.77041: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773067.77064: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.77090: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.77112: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.77157: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.77170: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773067.77192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.77223: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773067.77235: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773067.77245: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773067.77255: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.77267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.77282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.77297: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.77314: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773067.77328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.77408: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773067.77437: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773067.77454: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773067.77559: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773067.79272: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773067.79343: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773067.79425: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpb49emub3 /root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/AnsiballZ_copy.py <<< 6591 1726773067.79499: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773067.80920: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773067.81157: stderr chunk (state=3): >>><<< 6591 1726773067.81160: stdout chunk (state=3): >>><<< 6591 1726773067.81163: done transferring module to remote 6591 1726773067.81169: _low_level_execute_command(): starting 6591 1726773067.81172: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/ /root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/AnsiballZ_copy.py && sleep 0' 6591 1726773067.82039: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773067.82048: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.82058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.82070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.82121: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.82129: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773067.82139: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.82152: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773067.82159: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773067.82166: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773067.82174: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.82187: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.82199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.82207: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.82223: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773067.82232: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.82341: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773067.82355: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773067.82365: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773067.82554: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773067.84318: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773067.84354: stderr chunk (state=3): >>><<< 6591 1726773067.84358: stdout chunk (state=3): >>><<< 6591 1726773067.84448: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773067.84452: _low_level_execute_command(): starting 6591 1726773067.84454: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/AnsiballZ_copy.py && sleep 0' 6591 1726773067.85044: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773067.85059: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.85097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.85120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.85163: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.85192: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773067.85925: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.85947: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773067.85961: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773067.85982: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773067.85997: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773067.86013: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773067.86030: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773067.86041: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773067.86052: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773067.86199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773067.86290: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773067.86327: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773067.86345: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773067.86461: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773068.00351: stdout chunk (state=3): >>> {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/.source.conf", "md5sum": "ba6aeb244f15eac2bcf15c0dd41fdff5", "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/.source.conf", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773068.01454: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773068.01458: stdout chunk (state=3): >>><<< 6591 1726773068.01460: stderr chunk (state=3): >>><<< 6591 1726773068.01462: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/.source.conf", "md5sum": "ba6aeb244f15eac2bcf15c0dd41fdff5", "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/.source.conf", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773068.01491: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/.source.conf', 'dest': '/etc/tuned/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': '3feaf86b2638623e3300792e683ce55f91f31e9a', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773068.01529: _low_level_execute_command(): starting 6591 1726773068.01533: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/ > /dev/null 2>&1 && sleep 0' 6591 1726773068.02237: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773068.02241: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.02243: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.02245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.02312: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.02316: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773068.02318: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.02321: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773068.02323: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773068.02325: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773068.02327: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.02329: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.02494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.02497: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.02499: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773068.02502: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.02506: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773068.02508: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773068.02510: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773068.02772: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773068.04445: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773068.04450: stdout chunk (state=3): >>><<< 6591 1726773068.04457: stderr chunk (state=3): >>><<< 6591 1726773068.04471: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773068.04485: handler run complete 6591 1726773068.04517: attempt loop complete, returning result 6591 1726773068.04520: _execute() done 6591 1726773068.04522: dumping result to json 6591 1726773068.04527: done dumping result, returning 6591 1726773068.04539: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [1239c35c-e2e1-152b-fb99-0000000000bf] 6591 1726773068.04544: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000bf 6591 1726773068.04697: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000bf 6591 1726773068.04700: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "dest": "/etc/tuned/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "ba6aeb244f15eac2bcf15c0dd41fdff5", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "src": "/root/.ansible/tmp/ansible-tmp-1726773067.2632878-7744-122608829985737/.source.conf", "state": "file", "uid": 0 } 6591 1726773068.04790: no more pending results, returning what we have 6591 1726773068.04793: results queue empty 6591 1726773068.04794: checking for any_errors_fatal 6591 1726773068.04798: done checking for any_errors_fatal 6591 1726773068.04799: checking for max_fail_percentage 6591 1726773068.04801: done checking for max_fail_percentage 6591 1726773068.04802: checking to see if all hosts have failed and the running result is not ok 6591 1726773068.04802: done checking to see if all hosts have failed 6591 1726773068.04805: getting the remaining hosts for this loop 6591 1726773068.04807: done getting the remaining hosts for this loop 6591 1726773068.04810: getting the next task for host managed_node2 6591 1726773068.04816: done getting next task for host managed_node2 6591 1726773068.04819: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6591 1726773068.04822: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773068.04830: getting variables 6591 1726773068.04832: in VariableManager get_vars() 6591 1726773068.04862: Calling all_inventory to load vars for managed_node2 6591 1726773068.04865: Calling groups_inventory to load vars for managed_node2 6591 1726773068.04867: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773068.04875: Calling all_plugins_play to load vars for managed_node2 6591 1726773068.04878: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773068.04886: Calling groups_plugins_play to load vars for managed_node2 6591 1726773068.05055: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773068.05271: done with get_vars() 6591 1726773068.05282: done getting variables 6591 1726773068.05353: 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:08 -0400 (0:00:00.857) 0:00:45.524 **** 6591 1726773068.05393: entering _queue_task() for managed_node2/service 6591 1726773068.05627: worker is 1 (out of 1 available) 6591 1726773068.05639: exiting _queue_task() for managed_node2/service 6591 1726773068.05651: done queuing things up, now waiting for results queue to drain 6591 1726773068.05652: waiting for pending results... 6591 1726773068.05945: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6591 1726773068.06063: in run() - task 1239c35c-e2e1-152b-fb99-0000000000c0 6591 1726773068.06087: variable 'ansible_search_path' from source: unknown 6591 1726773068.06100: variable 'ansible_search_path' from source: unknown 6591 1726773068.06149: variable '__kernel_settings_services' from source: include_vars 6591 1726773068.06561: variable '__kernel_settings_services' from source: include_vars 6591 1726773068.06643: variable 'omit' from source: magic vars 6591 1726773068.06745: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773068.06764: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773068.06782: variable 'omit' from source: magic vars 6591 1726773068.07051: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773068.07308: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773068.07354: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773068.07395: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773068.07439: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773068.07547: variable '__kernel_settings_register_profile' from source: set_fact 6591 1726773068.07561: variable '__kernel_settings_register_mode' from source: set_fact 6591 1726773068.07622: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): True 6591 1726773068.07633: variable 'omit' from source: magic vars 6591 1726773068.07673: variable 'omit' from source: magic vars 6591 1726773068.07725: variable 'item' from source: unknown 6591 1726773068.07795: variable 'item' from source: unknown 6591 1726773068.07822: variable 'omit' from source: magic vars 6591 1726773068.07856: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773068.07891: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773068.07917: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773068.07939: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773068.07960: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773068.07996: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773068.08007: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773068.08015: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773068.08125: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773068.08172: Set connection var ansible_connection to ssh 6591 1726773068.08192: Set connection var ansible_timeout to 10 6591 1726773068.08201: Set connection var ansible_pipelining to False 6591 1726773068.08214: Set connection var ansible_shell_executable to /bin/sh 6591 1726773068.08284: Set connection var ansible_shell_type to sh 6591 1726773068.08312: variable 'ansible_shell_executable' from source: unknown 6591 1726773068.08320: variable 'ansible_connection' from source: unknown 6591 1726773068.08328: variable 'ansible_module_compression' from source: unknown 6591 1726773068.08335: variable 'ansible_shell_type' from source: unknown 6591 1726773068.08343: variable 'ansible_shell_executable' from source: unknown 6591 1726773068.08350: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773068.08358: variable 'ansible_pipelining' from source: unknown 6591 1726773068.08391: variable 'ansible_timeout' from source: unknown 6591 1726773068.08401: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773068.08639: 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) 6591 1726773068.08723: variable 'omit' from source: magic vars 6591 1726773068.08732: starting attempt loop 6591 1726773068.08739: running the handler 6591 1726773068.08941: variable 'ansible_facts' from source: unknown 6591 1726773068.09429: _low_level_execute_command(): starting 6591 1726773068.09442: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773068.10185: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773068.10202: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.10220: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.10242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.10286: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.10299: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773068.10321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.10344: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773068.10362: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773068.10374: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773068.10390: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.10406: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.10423: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.10434: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.10445: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773068.10461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.10539: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773068.10561: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773068.10583: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773068.10698: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773068.12296: stdout chunk (state=3): >>>/root <<< 6591 1726773068.12482: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773068.12485: stdout chunk (state=3): >>><<< 6591 1726773068.12488: stderr chunk (state=3): >>><<< 6591 1726773068.12509: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773068.12608: _low_level_execute_command(): starting 6591 1726773068.12612: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773068.1252089-7805-55010696422414 `" && echo ansible-tmp-1726773068.1252089-7805-55010696422414="` echo /root/.ansible/tmp/ansible-tmp-1726773068.1252089-7805-55010696422414 `" ) && sleep 0' 6591 1726773068.13171: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773068.13197: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.13220: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.13233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.13276: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.13293: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773068.13311: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.13330: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773068.13343: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773068.13354: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773068.13367: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.13390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.13411: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.13424: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.13436: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773068.13450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.13612: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773068.13633: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773068.13649: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773068.13759: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773068.15652: stdout chunk (state=3): >>>ansible-tmp-1726773068.1252089-7805-55010696422414=/root/.ansible/tmp/ansible-tmp-1726773068.1252089-7805-55010696422414 <<< 6591 1726773068.15820: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773068.15863: stderr chunk (state=3): >>><<< 6591 1726773068.15866: stdout chunk (state=3): >>><<< 6591 1726773068.16189: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773068.1252089-7805-55010696422414=/root/.ansible/tmp/ansible-tmp-1726773068.1252089-7805-55010696422414 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773068.16193: variable 'ansible_module_compression' from source: unknown 6591 1726773068.16195: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6591 1726773068.16197: variable 'ansible_facts' from source: unknown 6591 1726773068.16322: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773068.1252089-7805-55010696422414/AnsiballZ_systemd.py 6591 1726773068.17290: Sending initial data 6591 1726773068.17293: Sent initial data (153 bytes) 6591 1726773068.19190: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773068.19272: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.19287: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.19319: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.19360: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.19373: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773068.19389: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.19410: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773068.19427: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773068.19439: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773068.19453: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.19467: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.19483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.19496: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.19512: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773068.19526: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.19606: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773068.19630: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773068.19651: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773068.19764: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773068.21516: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773068.21586: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773068.21668: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpmx89ql1d /root/.ansible/tmp/ansible-tmp-1726773068.1252089-7805-55010696422414/AnsiballZ_systemd.py <<< 6591 1726773068.21740: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773068.25006: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773068.25133: stderr chunk (state=3): >>><<< 6591 1726773068.25137: stdout chunk (state=3): >>><<< 6591 1726773068.25139: done transferring module to remote 6591 1726773068.25143: _low_level_execute_command(): starting 6591 1726773068.25145: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773068.1252089-7805-55010696422414/ /root/.ansible/tmp/ansible-tmp-1726773068.1252089-7805-55010696422414/AnsiballZ_systemd.py && sleep 0' 6591 1726773068.25822: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773068.25836: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.25851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.25879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.25924: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.25936: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773068.25952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.25978: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773068.25992: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773068.26006: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773068.26019: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.26033: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.26050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.26062: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.26073: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773068.26096: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.26174: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773068.26207: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773068.26225: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773068.26334: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773068.28155: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773068.28158: stdout chunk (state=3): >>><<< 6591 1726773068.28161: stderr chunk (state=3): >>><<< 6591 1726773068.28264: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773068.28268: _low_level_execute_command(): starting 6591 1726773068.28271: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773068.1252089-7805-55010696422414/AnsiballZ_systemd.py && sleep 0' 6591 1726773068.29245: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773068.29266: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.29288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.29309: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.29351: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.29363: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773068.29389: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.29414: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773068.29428: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773068.29440: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773068.29452: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.29465: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.29488: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.29508: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.29521: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773068.29535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.29626: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773068.29647: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773068.29663: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773068.29782: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773068.71063: 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": "9929", "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": "282114418", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9929", "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=9929 ; 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=9929 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3809", "MemoryCurrent": "14147584", "MemoryAvailable": "infinity", "CPUUsageNSec": "274309000", "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-broker.service system.slice sysinit.target dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service auto-cpufreq.service power-profiles-daemon.service shutdown.target tlp.service", "Before": "shutdown.target multi-user.target", "After": "network.target polkit.service basic.target system.slice systemd-journald.socket systemd-sysctl.service sysinit.target dbus.socket dbus-broker.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:00 EDT", "StateChangeTimestampMonotonic": "282450525", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:00 EDT", "InactiveExitTimestampMonotonic": "282114811", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ActiveEnterTimestampMonotonic": "282450525", "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": "282108804", "AssertTimestamp": "Thu 2024-09-19 15:11:00 EDT", "AssertTimestampMonotonic": "282108807", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "6f4cf0735da942a184e1f3f8f5e0c44e", "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}}} <<< 6591 1726773068.72828: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773068.72897: stderr chunk (state=3): >>><<< 6591 1726773068.72900: stdout chunk (state=3): >>><<< 6591 1726773068.73210: _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": "9929", "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": "282114418", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9929", "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=9929 ; 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=9929 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3809", "MemoryCurrent": "14147584", "MemoryAvailable": "infinity", "CPUUsageNSec": "274309000", "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-broker.service system.slice sysinit.target dbus.socket", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service auto-cpufreq.service power-profiles-daemon.service shutdown.target tlp.service", "Before": "shutdown.target multi-user.target", "After": "network.target polkit.service basic.target system.slice systemd-journald.socket systemd-sysctl.service sysinit.target dbus.socket dbus-broker.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:00 EDT", "StateChangeTimestampMonotonic": "282450525", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:00 EDT", "InactiveExitTimestampMonotonic": "282114811", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ActiveEnterTimestampMonotonic": "282450525", "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": "282108804", "AssertTimestamp": "Thu 2024-09-19 15:11:00 EDT", "AssertTimestampMonotonic": "282108807", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "6f4cf0735da942a184e1f3f8f5e0c44e", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773068.73220: 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-1726773068.1252089-7805-55010696422414/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773068.73223: _low_level_execute_command(): starting 6591 1726773068.73225: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773068.1252089-7805-55010696422414/ > /dev/null 2>&1 && sleep 0' 6591 1726773068.73847: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773068.73862: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.73876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.73905: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.73949: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.73961: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773068.73975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.74001: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773068.74016: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773068.74028: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773068.74040: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.74053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.74069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.74081: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.74093: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773068.74118: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.74195: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773068.74227: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773068.74247: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773068.74363: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773068.76336: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773068.76340: stdout chunk (state=3): >>><<< 6591 1726773068.76343: stderr chunk (state=3): >>><<< 6591 1726773068.76615: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773068.76619: handler run complete 6591 1726773068.76622: attempt loop complete, returning result 6591 1726773068.76624: variable 'item' from source: unknown 6591 1726773068.76626: variable 'item' from source: unknown changed: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ActiveEnterTimestampMonotonic": "282450525", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target polkit.service basic.target system.slice systemd-journald.socket systemd-sysctl.service sysinit.target dbus.socket dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:11:00 EDT", "AssertTimestampMonotonic": "282108807", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "274309000", "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": "282108804", "ConfigurationDirectoryMode": "0755", "Conflicts": "cpupower.service auto-cpufreq.service power-profiles-daemon.service shutdown.target tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3809", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9929", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:00 EDT", "ExecMainStartTimestampMonotonic": "282114418", "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=9929 ; 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=9929 ; 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": "282114811", "InvocationID": "6f4cf0735da942a184e1f3f8f5e0c44e", "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": "9929", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "14147584", "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-broker.service system.slice sysinit.target dbus.socket", "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": "282450525", "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" } } 6591 1726773068.77216: dumping result to json 6591 1726773068.77220: done dumping result, returning 6591 1726773068.77269: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [1239c35c-e2e1-152b-fb99-0000000000c0] 6591 1726773068.77276: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000c0 6591 1726773068.77564: no more pending results, returning what we have 6591 1726773068.77567: results queue empty 6591 1726773068.77568: checking for any_errors_fatal 6591 1726773068.77574: done checking for any_errors_fatal 6591 1726773068.77575: checking for max_fail_percentage 6591 1726773068.77577: done checking for max_fail_percentage 6591 1726773068.77578: checking to see if all hosts have failed and the running result is not ok 6591 1726773068.77578: done checking to see if all hosts have failed 6591 1726773068.77579: getting the remaining hosts for this loop 6591 1726773068.77581: done getting the remaining hosts for this loop 6591 1726773068.77584: getting the next task for host managed_node2 6591 1726773068.77590: done getting next task for host managed_node2 6591 1726773068.77593: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6591 1726773068.77595: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773068.77606: getting variables 6591 1726773068.77608: in VariableManager get_vars() 6591 1726773068.77635: Calling all_inventory to load vars for managed_node2 6591 1726773068.77638: Calling groups_inventory to load vars for managed_node2 6591 1726773068.77640: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773068.77650: Calling all_plugins_play to load vars for managed_node2 6591 1726773068.77652: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773068.77655: Calling groups_plugins_play to load vars for managed_node2 6591 1726773068.77847: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773068.78290: done with get_vars() 6591 1726773068.78300: done getting variables 6591 1726773068.78335: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000c0 6591 1726773068.78338: WORKER PROCESS EXITING 6591 1726773068.78413: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 15:11:08 -0400 (0:00:00.730) 0:00:46.255 **** 6591 1726773068.78442: entering _queue_task() for managed_node2/command 6591 1726773068.78444: Creating lock for command 6591 1726773068.78681: worker is 1 (out of 1 available) 6591 1726773068.78700: exiting _queue_task() for managed_node2/command 6591 1726773068.78713: done queuing things up, now waiting for results queue to drain 6591 1726773068.78715: waiting for pending results... 6591 1726773068.78992: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6591 1726773068.79118: in run() - task 1239c35c-e2e1-152b-fb99-0000000000c1 6591 1726773068.79147: variable 'ansible_search_path' from source: unknown 6591 1726773068.79160: variable 'ansible_search_path' from source: unknown 6591 1726773068.79202: calling self._execute() 6591 1726773068.79294: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773068.79308: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773068.79323: variable 'omit' from source: magic vars 6591 1726773068.79818: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773068.80079: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773068.80139: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773068.80177: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773068.80225: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773068.80365: variable '__kernel_settings_register_profile' from source: set_fact 6591 1726773068.80396: Evaluated conditional (not __kernel_settings_register_profile is changed): False 6591 1726773068.80406: when evaluation is False, skipping this task 6591 1726773068.80414: _execute() done 6591 1726773068.80422: dumping result to json 6591 1726773068.80429: done dumping result, returning 6591 1726773068.80449: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [1239c35c-e2e1-152b-fb99-0000000000c1] 6591 1726773068.80464: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000c1 skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_register_profile is changed", "skip_reason": "Conditional result was False" } 6591 1726773068.80618: no more pending results, returning what we have 6591 1726773068.80621: results queue empty 6591 1726773068.80623: checking for any_errors_fatal 6591 1726773068.80645: done checking for any_errors_fatal 6591 1726773068.80646: checking for max_fail_percentage 6591 1726773068.80649: done checking for max_fail_percentage 6591 1726773068.80650: checking to see if all hosts have failed and the running result is not ok 6591 1726773068.80651: done checking to see if all hosts have failed 6591 1726773068.80651: getting the remaining hosts for this loop 6591 1726773068.80653: done getting the remaining hosts for this loop 6591 1726773068.80657: getting the next task for host managed_node2 6591 1726773068.80665: done getting next task for host managed_node2 6591 1726773068.80671: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6591 1726773068.80674: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773068.80687: getting variables 6591 1726773068.80689: in VariableManager get_vars() 6591 1726773068.80727: Calling all_inventory to load vars for managed_node2 6591 1726773068.80731: Calling groups_inventory to load vars for managed_node2 6591 1726773068.80733: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773068.80746: Calling all_plugins_play to load vars for managed_node2 6591 1726773068.80750: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773068.80753: Calling groups_plugins_play to load vars for managed_node2 6591 1726773068.80930: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773068.81159: done with get_vars() 6591 1726773068.81170: done getting variables 6591 1726773068.81352: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000c1 6591 1726773068.81355: 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:08 -0400 (0:00:00.029) 0:00:46.284 **** 6591 1726773068.81401: entering _queue_task() for managed_node2/include_tasks 6591 1726773068.81754: worker is 1 (out of 1 available) 6591 1726773068.81766: exiting _queue_task() for managed_node2/include_tasks 6591 1726773068.81776: done queuing things up, now waiting for results queue to drain 6591 1726773068.81777: waiting for pending results... 6591 1726773068.82091: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6591 1726773068.82216: in run() - task 1239c35c-e2e1-152b-fb99-0000000000c2 6591 1726773068.82245: variable 'ansible_search_path' from source: unknown 6591 1726773068.82252: variable 'ansible_search_path' from source: unknown 6591 1726773068.82292: calling self._execute() 6591 1726773068.82393: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773068.82408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773068.82423: variable 'omit' from source: magic vars 6591 1726773068.82922: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773068.83478: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773068.83605: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773068.83639: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773068.83670: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773068.83774: variable '__kernel_settings_register_apply' from source: set_fact 6591 1726773068.83800: Evaluated conditional (__kernel_settings_register_apply is changed): True 6591 1726773068.83806: _execute() done 6591 1726773068.83810: dumping result to json 6591 1726773068.83812: done dumping result, returning 6591 1726773068.83821: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [1239c35c-e2e1-152b-fb99-0000000000c2] 6591 1726773068.83827: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000c2 6591 1726773068.83924: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000c2 6591 1726773068.83927: WORKER PROCESS EXITING 6591 1726773068.83962: no more pending results, returning what we have 6591 1726773068.83966: in VariableManager get_vars() 6591 1726773068.83999: Calling all_inventory to load vars for managed_node2 6591 1726773068.84001: Calling groups_inventory to load vars for managed_node2 6591 1726773068.84006: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773068.84017: Calling all_plugins_play to load vars for managed_node2 6591 1726773068.84021: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773068.84024: Calling groups_plugins_play to load vars for managed_node2 6591 1726773068.84198: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773068.84472: done with get_vars() 6591 1726773068.84480: variable 'ansible_search_path' from source: unknown 6591 1726773068.84482: variable 'ansible_search_path' from source: unknown 6591 1726773068.84518: we have included files to process 6591 1726773068.84519: generating all_blocks data 6591 1726773068.84521: done generating all_blocks data 6591 1726773068.84526: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6591 1726773068.84527: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6591 1726773068.84530: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6591 1726773068.85222: done processing included file 6591 1726773068.85225: iterating over new_blocks loaded from include file 6591 1726773068.85226: in VariableManager get_vars() 6591 1726773068.85249: done with get_vars() 6591 1726773068.85251: filtering new block on tags 6591 1726773068.85298: done filtering new block on tags 6591 1726773068.85300: 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_node2 6591 1726773068.85313: extending task lists for all hosts with included blocks 6591 1726773068.85978: done extending task lists 6591 1726773068.85979: done processing included files 6591 1726773068.85980: results queue empty 6591 1726773068.85981: checking for any_errors_fatal 6591 1726773068.85983: done checking for any_errors_fatal 6591 1726773068.85984: checking for max_fail_percentage 6591 1726773068.85985: done checking for max_fail_percentage 6591 1726773068.85986: checking to see if all hosts have failed and the running result is not ok 6591 1726773068.85987: done checking to see if all hosts have failed 6591 1726773068.85988: getting the remaining hosts for this loop 6591 1726773068.85989: done getting the remaining hosts for this loop 6591 1726773068.85992: getting the next task for host managed_node2 6591 1726773068.85996: done getting next task for host managed_node2 6591 1726773068.85998: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6591 1726773068.86001: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773068.86012: getting variables 6591 1726773068.86013: in VariableManager get_vars() 6591 1726773068.86026: Calling all_inventory to load vars for managed_node2 6591 1726773068.86028: Calling groups_inventory to load vars for managed_node2 6591 1726773068.86030: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773068.86036: Calling all_plugins_play to load vars for managed_node2 6591 1726773068.86038: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773068.86041: Calling groups_plugins_play to load vars for managed_node2 6591 1726773068.86311: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773068.86523: done with get_vars() 6591 1726773068.86536: done getting variables 6591 1726773068.86573: 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:08 -0400 (0:00:00.052) 0:00:46.336 **** 6591 1726773068.86607: entering _queue_task() for managed_node2/command 6591 1726773068.86862: worker is 1 (out of 1 available) 6591 1726773068.86873: exiting _queue_task() for managed_node2/command 6591 1726773068.86885: done queuing things up, now waiting for results queue to drain 6591 1726773068.86887: waiting for pending results... 6591 1726773068.87189: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6591 1726773068.87356: in run() - task 1239c35c-e2e1-152b-fb99-0000000001c9 6591 1726773068.87376: variable 'ansible_search_path' from source: unknown 6591 1726773068.87386: variable 'ansible_search_path' from source: unknown 6591 1726773068.87434: calling self._execute() 6591 1726773068.87543: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773068.87558: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773068.87572: variable 'omit' from source: magic vars 6591 1726773068.87686: variable 'omit' from source: magic vars 6591 1726773068.87762: variable 'omit' from source: magic vars 6591 1726773068.87801: variable 'omit' from source: magic vars 6591 1726773068.87857: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773068.87900: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773068.87926: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773068.87960: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773068.87977: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773068.88014: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773068.88023: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773068.88030: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773068.88147: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773068.88160: Set connection var ansible_connection to ssh 6591 1726773068.88184: Set connection var ansible_timeout to 10 6591 1726773068.88194: Set connection var ansible_pipelining to False 6591 1726773068.88209: Set connection var ansible_shell_executable to /bin/sh 6591 1726773068.88218: Set connection var ansible_shell_type to sh 6591 1726773068.88243: variable 'ansible_shell_executable' from source: unknown 6591 1726773068.88250: variable 'ansible_connection' from source: unknown 6591 1726773068.88257: variable 'ansible_module_compression' from source: unknown 6591 1726773068.88269: variable 'ansible_shell_type' from source: unknown 6591 1726773068.88275: variable 'ansible_shell_executable' from source: unknown 6591 1726773068.88288: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773068.88295: variable 'ansible_pipelining' from source: unknown 6591 1726773068.88302: variable 'ansible_timeout' from source: unknown 6591 1726773068.88315: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773068.88466: 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) 6591 1726773068.88487: variable 'omit' from source: magic vars 6591 1726773068.88501: starting attempt loop 6591 1726773068.88510: running the handler 6591 1726773068.88533: _low_level_execute_command(): starting 6591 1726773068.88545: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773068.89476: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773068.89497: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.89533: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.89557: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.89619: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.89647: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773068.89666: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.89685: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773068.89703: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773068.89740: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773068.89758: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.89776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.89793: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.89814: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.89852: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773068.89873: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.90049: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773068.90072: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773068.90091: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773068.90219: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773068.91860: stdout chunk (state=3): >>>/root <<< 6591 1726773068.92018: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773068.92061: stderr chunk (state=3): >>><<< 6591 1726773068.92065: stdout chunk (state=3): >>><<< 6591 1726773068.92181: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773068.92185: _low_level_execute_command(): starting 6591 1726773068.92188: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773068.920854-7866-278598070439504 `" && echo ansible-tmp-1726773068.920854-7866-278598070439504="` echo /root/.ansible/tmp/ansible-tmp-1726773068.920854-7866-278598070439504 `" ) && sleep 0' 6591 1726773068.92770: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773068.92792: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.92810: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.92837: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.92995: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.93016: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773068.93030: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.93046: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773068.93075: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773068.93092: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773068.93105: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773068.93118: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773068.93136: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773068.93156: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773068.93168: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773068.93190: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773068.93267: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773068.93291: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773068.93316: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773068.93440: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773068.95338: stdout chunk (state=3): >>>ansible-tmp-1726773068.920854-7866-278598070439504=/root/.ansible/tmp/ansible-tmp-1726773068.920854-7866-278598070439504 <<< 6591 1726773068.95527: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773068.95531: stdout chunk (state=3): >>><<< 6591 1726773068.95534: stderr chunk (state=3): >>><<< 6591 1726773068.95609: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773068.920854-7866-278598070439504=/root/.ansible/tmp/ansible-tmp-1726773068.920854-7866-278598070439504 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773068.95613: variable 'ansible_module_compression' from source: unknown 6591 1726773068.95814: ANSIBALLZ: Using generic lock for ansible.legacy.command 6591 1726773068.95818: ANSIBALLZ: Acquiring lock 6591 1726773068.95820: ANSIBALLZ: Lock acquired: 140095747060464 6591 1726773068.95822: ANSIBALLZ: Creating module 6591 1726773069.12157: ANSIBALLZ: Writing module into payload 6591 1726773069.12269: ANSIBALLZ: Writing module 6591 1726773069.12288: ANSIBALLZ: Renaming module 6591 1726773069.12294: ANSIBALLZ: Done creating module 6591 1726773069.12312: variable 'ansible_facts' from source: unknown 6591 1726773069.12393: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773068.920854-7866-278598070439504/AnsiballZ_command.py 6591 1726773069.12531: Sending initial data 6591 1726773069.12534: Sent initial data (153 bytes) 6591 1726773069.13497: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773069.13501: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773069.13515: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773069.13528: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773069.13566: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773069.13573: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773069.13585: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773069.13599: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773069.13614: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773069.13618: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773069.13620: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773069.13627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773069.13638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773069.13644: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773069.13650: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773069.13659: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773069.13734: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773069.13749: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773069.13756: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773069.13871: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773069.15753: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773069.15831: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773069.15913: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpr6ywz7c8 /root/.ansible/tmp/ansible-tmp-1726773068.920854-7866-278598070439504/AnsiballZ_command.py <<< 6591 1726773069.15987: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773069.17249: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773069.17331: stderr chunk (state=3): >>><<< 6591 1726773069.17334: stdout chunk (state=3): >>><<< 6591 1726773069.17354: done transferring module to remote 6591 1726773069.17367: _low_level_execute_command(): starting 6591 1726773069.17372: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773068.920854-7866-278598070439504/ /root/.ansible/tmp/ansible-tmp-1726773068.920854-7866-278598070439504/AnsiballZ_command.py && sleep 0' 6591 1726773069.18043: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773069.18052: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773069.18063: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773069.18079: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773069.18126: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773069.18134: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773069.18144: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773069.18158: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773069.18165: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773069.18174: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773069.18182: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773069.18192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773069.18210: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773069.18222: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773069.18229: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773069.18238: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773069.18311: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773069.18335: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773069.18348: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773069.18456: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773069.20296: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773069.20299: stdout chunk (state=3): >>><<< 6591 1726773069.20315: stderr chunk (state=3): >>><<< 6591 1726773069.20331: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773069.20334: _low_level_execute_command(): starting 6591 1726773069.20340: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773068.920854-7866-278598070439504/AnsiballZ_command.py && sleep 0' 6591 1726773069.21020: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773069.21029: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773069.21040: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773069.21055: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773069.21105: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773069.21113: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773069.21123: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773069.21137: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773069.21145: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773069.21152: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773069.21160: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773069.21171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773069.21194: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773069.21202: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773069.21210: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773069.21220: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773069.21291: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773069.21315: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773069.21327: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773069.21440: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773069.70571: 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:09.345429", "end": "2024-09-19 15:11:09.703776", "delta": "0:00:00.358347", "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}}} <<< 6591 1726773069.72000: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773069.72005: stdout chunk (state=3): >>><<< 6591 1726773069.72015: stderr chunk (state=3): >>><<< 6591 1726773069.72079: _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:09.345429", "end": "2024-09-19 15:11:09.703776", "delta": "0:00:00.358347", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773069.72135: 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-1726773068.920854-7866-278598070439504/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773069.72141: _low_level_execute_command(): starting 6591 1726773069.72147: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773068.920854-7866-278598070439504/ > /dev/null 2>&1 && sleep 0' 6591 1726773069.72841: 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 <<< 6591 1726773069.72847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773069.72890: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773069.72897: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773069.72907: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773069.72915: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773069.72920: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773069.72973: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773069.72985: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773069.73076: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773069.74955: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773069.74958: stdout chunk (state=3): >>><<< 6591 1726773069.74965: stderr chunk (state=3): >>><<< 6591 1726773069.74979: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773069.74989: handler run complete 6591 1726773069.75017: Evaluated conditional (False): False 6591 1726773069.75029: attempt loop complete, returning result 6591 1726773069.75032: _execute() done 6591 1726773069.75034: dumping result to json 6591 1726773069.75040: done dumping result, returning 6591 1726773069.75052: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [1239c35c-e2e1-152b-fb99-0000000001c9] 6591 1726773069.75058: sending task result for task 1239c35c-e2e1-152b-fb99-0000000001c9 6591 1726773069.75169: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000001c9 6591 1726773069.75172: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.358347", "end": "2024-09-19 15:11:09.703776", "rc": 0, "start": "2024-09-19 15:11:09.345429" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 6591 1726773069.75307: no more pending results, returning what we have 6591 1726773069.75312: results queue empty 6591 1726773069.75316: checking for any_errors_fatal 6591 1726773069.75319: done checking for any_errors_fatal 6591 1726773069.75320: checking for max_fail_percentage 6591 1726773069.75322: done checking for max_fail_percentage 6591 1726773069.75323: checking to see if all hosts have failed and the running result is not ok 6591 1726773069.75323: done checking to see if all hosts have failed 6591 1726773069.75324: getting the remaining hosts for this loop 6591 1726773069.75326: done getting the remaining hosts for this loop 6591 1726773069.75333: getting the next task for host managed_node2 6591 1726773069.75339: done getting next task for host managed_node2 6591 1726773069.75342: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6591 1726773069.75347: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773069.75356: getting variables 6591 1726773069.75358: in VariableManager get_vars() 6591 1726773069.75396: Calling all_inventory to load vars for managed_node2 6591 1726773069.75399: Calling groups_inventory to load vars for managed_node2 6591 1726773069.75402: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773069.75433: Calling all_plugins_play to load vars for managed_node2 6591 1726773069.75437: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773069.75440: Calling groups_plugins_play to load vars for managed_node2 6591 1726773069.75630: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773069.75861: done with get_vars() 6591 1726773069.75872: done getting variables 6591 1726773069.75992: 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:09 -0400 (0:00:00.894) 0:00:47.230 **** 6591 1726773069.76031: entering _queue_task() for managed_node2/shell 6591 1726773069.76033: Creating lock for shell 6591 1726773069.76286: worker is 1 (out of 1 available) 6591 1726773069.76297: exiting _queue_task() for managed_node2/shell 6591 1726773069.76311: done queuing things up, now waiting for results queue to drain 6591 1726773069.76313: waiting for pending results... 6591 1726773069.76596: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6591 1726773069.76742: in run() - task 1239c35c-e2e1-152b-fb99-0000000001ca 6591 1726773069.76768: variable 'ansible_search_path' from source: unknown 6591 1726773069.76779: variable 'ansible_search_path' from source: unknown 6591 1726773069.76824: calling self._execute() 6591 1726773069.76918: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773069.76931: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773069.76953: variable 'omit' from source: magic vars 6591 1726773069.77453: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773069.77717: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773069.77767: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773069.77813: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773069.77856: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773069.77980: variable '__kernel_settings_register_verify_values' from source: set_fact 6591 1726773069.78011: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6591 1726773069.78018: when evaluation is False, skipping this task 6591 1726773069.78029: _execute() done 6591 1726773069.78036: dumping result to json 6591 1726773069.78043: done dumping result, returning 6591 1726773069.78057: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [1239c35c-e2e1-152b-fb99-0000000001ca] 6591 1726773069.78066: sending task result for task 1239c35c-e2e1-152b-fb99-0000000001ca skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6591 1726773069.78217: no more pending results, returning what we have 6591 1726773069.78220: results queue empty 6591 1726773069.78221: checking for any_errors_fatal 6591 1726773069.78228: done checking for any_errors_fatal 6591 1726773069.78229: checking for max_fail_percentage 6591 1726773069.78230: done checking for max_fail_percentage 6591 1726773069.78231: checking to see if all hosts have failed and the running result is not ok 6591 1726773069.78232: done checking to see if all hosts have failed 6591 1726773069.78233: getting the remaining hosts for this loop 6591 1726773069.78234: done getting the remaining hosts for this loop 6591 1726773069.78238: getting the next task for host managed_node2 6591 1726773069.78244: done getting next task for host managed_node2 6591 1726773069.78246: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6591 1726773069.78251: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773069.78262: getting variables 6591 1726773069.78264: in VariableManager get_vars() 6591 1726773069.78298: Calling all_inventory to load vars for managed_node2 6591 1726773069.78302: Calling groups_inventory to load vars for managed_node2 6591 1726773069.78306: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773069.78315: Calling all_plugins_play to load vars for managed_node2 6591 1726773069.78318: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773069.78320: Calling groups_plugins_play to load vars for managed_node2 6591 1726773069.78516: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000001ca 6591 1726773069.78520: WORKER PROCESS EXITING 6591 1726773069.78543: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773069.78759: done with get_vars() 6591 1726773069.78768: done getting variables 6591 1726773069.78826: 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:09 -0400 (0:00:00.028) 0:00:47.259 **** 6591 1726773069.78863: entering _queue_task() for managed_node2/fail 6591 1726773069.79094: worker is 1 (out of 1 available) 6591 1726773069.79106: exiting _queue_task() for managed_node2/fail 6591 1726773069.79117: done queuing things up, now waiting for results queue to drain 6591 1726773069.79119: waiting for pending results... 6591 1726773069.79401: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6591 1726773069.79544: in run() - task 1239c35c-e2e1-152b-fb99-0000000001cb 6591 1726773069.79568: variable 'ansible_search_path' from source: unknown 6591 1726773069.79575: variable 'ansible_search_path' from source: unknown 6591 1726773069.79619: calling self._execute() 6591 1726773069.79711: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773069.79722: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773069.79739: variable 'omit' from source: magic vars 6591 1726773069.80181: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773069.80441: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773069.80490: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773069.80535: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773069.80575: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773069.80698: variable '__kernel_settings_register_verify_values' from source: set_fact 6591 1726773069.80732: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6591 1726773069.80740: when evaluation is False, skipping this task 6591 1726773069.80747: _execute() done 6591 1726773069.80754: dumping result to json 6591 1726773069.80763: done dumping result, returning 6591 1726773069.80774: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [1239c35c-e2e1-152b-fb99-0000000001cb] 6591 1726773069.80787: sending task result for task 1239c35c-e2e1-152b-fb99-0000000001cb skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6591 1726773069.80935: no more pending results, returning what we have 6591 1726773069.80938: results queue empty 6591 1726773069.80939: checking for any_errors_fatal 6591 1726773069.80944: done checking for any_errors_fatal 6591 1726773069.80945: checking for max_fail_percentage 6591 1726773069.80947: done checking for max_fail_percentage 6591 1726773069.80948: checking to see if all hosts have failed and the running result is not ok 6591 1726773069.80949: done checking to see if all hosts have failed 6591 1726773069.80950: getting the remaining hosts for this loop 6591 1726773069.80952: done getting the remaining hosts for this loop 6591 1726773069.80955: getting the next task for host managed_node2 6591 1726773069.80964: done getting next task for host managed_node2 6591 1726773069.80967: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6591 1726773069.80971: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773069.80987: getting variables 6591 1726773069.80989: in VariableManager get_vars() 6591 1726773069.81030: Calling all_inventory to load vars for managed_node2 6591 1726773069.81033: Calling groups_inventory to load vars for managed_node2 6591 1726773069.81035: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773069.81046: Calling all_plugins_play to load vars for managed_node2 6591 1726773069.81049: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773069.81052: Calling groups_plugins_play to load vars for managed_node2 6591 1726773069.81237: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773069.81463: done with get_vars() 6591 1726773069.81473: done getting variables 6591 1726773069.81544: 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) 6591 1726773069.81684: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000001cb 6591 1726773069.81687: WORKER PROCESS EXITING 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:09 -0400 (0:00:00.028) 0:00:47.287 **** 6591 1726773069.81708: entering _queue_task() for managed_node2/set_fact 6591 1726773069.82017: worker is 1 (out of 1 available) 6591 1726773069.82029: exiting _queue_task() for managed_node2/set_fact 6591 1726773069.82039: done queuing things up, now waiting for results queue to drain 6591 1726773069.82040: waiting for pending results... 6591 1726773069.82299: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6591 1726773069.82410: in run() - task 1239c35c-e2e1-152b-fb99-0000000000c3 6591 1726773069.82432: variable 'ansible_search_path' from source: unknown 6591 1726773069.82439: variable 'ansible_search_path' from source: unknown 6591 1726773069.82474: calling self._execute() 6591 1726773069.82567: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773069.82581: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773069.82599: variable 'omit' from source: magic vars 6591 1726773069.82714: variable 'omit' from source: magic vars 6591 1726773069.82768: variable 'omit' from source: magic vars 6591 1726773069.82815: variable 'omit' from source: magic vars 6591 1726773069.82864: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773069.82909: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773069.82938: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773069.82959: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773069.82983: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773069.83020: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773069.83032: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773069.83042: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773069.83166: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773069.83174: Set connection var ansible_connection to ssh 6591 1726773069.83197: Set connection var ansible_timeout to 10 6591 1726773069.83208: Set connection var ansible_pipelining to False 6591 1726773069.83217: Set connection var ansible_shell_executable to /bin/sh 6591 1726773069.83223: Set connection var ansible_shell_type to sh 6591 1726773069.83252: variable 'ansible_shell_executable' from source: unknown 6591 1726773069.83259: variable 'ansible_connection' from source: unknown 6591 1726773069.83265: variable 'ansible_module_compression' from source: unknown 6591 1726773069.83270: variable 'ansible_shell_type' from source: unknown 6591 1726773069.83279: variable 'ansible_shell_executable' from source: unknown 6591 1726773069.83285: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773069.83292: variable 'ansible_pipelining' from source: unknown 6591 1726773069.83303: variable 'ansible_timeout' from source: unknown 6591 1726773069.83312: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773069.83469: 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) 6591 1726773069.83495: variable 'omit' from source: magic vars 6591 1726773069.83510: starting attempt loop 6591 1726773069.83525: running the handler 6591 1726773069.83547: handler run complete 6591 1726773069.83568: attempt loop complete, returning result 6591 1726773069.83584: _execute() done 6591 1726773069.83595: dumping result to json 6591 1726773069.83606: done dumping result, returning 6591 1726773069.83621: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [1239c35c-e2e1-152b-fb99-0000000000c3] 6591 1726773069.83635: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000c3 ok: [managed_node2] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 6591 1726773069.83784: no more pending results, returning what we have 6591 1726773069.83787: results queue empty 6591 1726773069.83788: checking for any_errors_fatal 6591 1726773069.83792: done checking for any_errors_fatal 6591 1726773069.83793: checking for max_fail_percentage 6591 1726773069.83795: done checking for max_fail_percentage 6591 1726773069.83796: checking to see if all hosts have failed and the running result is not ok 6591 1726773069.83796: done checking to see if all hosts have failed 6591 1726773069.83797: getting the remaining hosts for this loop 6591 1726773069.83799: done getting the remaining hosts for this loop 6591 1726773069.83802: getting the next task for host managed_node2 6591 1726773069.83810: done getting next task for host managed_node2 6591 1726773069.83812: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6591 1726773069.83816: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773069.83826: getting variables 6591 1726773069.83828: in VariableManager get_vars() 6591 1726773069.83866: Calling all_inventory to load vars for managed_node2 6591 1726773069.83870: Calling groups_inventory to load vars for managed_node2 6591 1726773069.83872: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773069.83888: Calling all_plugins_play to load vars for managed_node2 6591 1726773069.83892: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773069.83895: Calling groups_plugins_play to load vars for managed_node2 6591 1726773069.84145: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773069.84331: done with get_vars() 6591 1726773069.84340: done getting variables 6591 1726773069.84457: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000c3 6591 1726773069.84460: WORKER PROCESS EXITING 6591 1726773069.84495: 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:09 -0400 (0:00:00.028) 0:00:47.316 **** 6591 1726773069.84538: entering _queue_task() for managed_node2/set_fact 6591 1726773069.84855: worker is 1 (out of 1 available) 6591 1726773069.84866: exiting _queue_task() for managed_node2/set_fact 6591 1726773069.84879: done queuing things up, now waiting for results queue to drain 6591 1726773069.84880: waiting for pending results... 6591 1726773069.85146: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6591 1726773069.85247: in run() - task 1239c35c-e2e1-152b-fb99-0000000000c4 6591 1726773069.85266: variable 'ansible_search_path' from source: unknown 6591 1726773069.85273: variable 'ansible_search_path' from source: unknown 6591 1726773069.85317: calling self._execute() 6591 1726773069.85409: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773069.85421: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773069.85440: variable 'omit' from source: magic vars 6591 1726773069.85544: variable 'omit' from source: magic vars 6591 1726773069.85596: variable 'omit' from source: magic vars 6591 1726773069.85956: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773069.86473: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773069.86571: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773069.86670: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773069.86781: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773069.87042: variable '__kernel_settings_register_profile' from source: set_fact 6591 1726773069.87199: variable '__kernel_settings_register_mode' from source: set_fact 6591 1726773069.87215: variable '__kernel_settings_register_apply' from source: set_fact 6591 1726773069.87271: variable 'omit' from source: magic vars 6591 1726773069.87376: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773069.87450: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773069.87482: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773069.87528: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773069.87552: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773069.87587: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773069.87596: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773069.87606: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773069.87719: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773069.87734: Set connection var ansible_connection to ssh 6591 1726773069.87750: Set connection var ansible_timeout to 10 6591 1726773069.87759: Set connection var ansible_pipelining to False 6591 1726773069.87769: Set connection var ansible_shell_executable to /bin/sh 6591 1726773069.87779: Set connection var ansible_shell_type to sh 6591 1726773069.87807: variable 'ansible_shell_executable' from source: unknown 6591 1726773069.87816: variable 'ansible_connection' from source: unknown 6591 1726773069.87823: variable 'ansible_module_compression' from source: unknown 6591 1726773069.87830: variable 'ansible_shell_type' from source: unknown 6591 1726773069.87841: variable 'ansible_shell_executable' from source: unknown 6591 1726773069.87847: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773069.87854: variable 'ansible_pipelining' from source: unknown 6591 1726773069.87859: variable 'ansible_timeout' from source: unknown 6591 1726773069.87865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773069.87983: 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) 6591 1726773069.88000: variable 'omit' from source: magic vars 6591 1726773069.88012: starting attempt loop 6591 1726773069.88019: running the handler 6591 1726773069.88034: handler run complete 6591 1726773069.88049: attempt loop complete, returning result 6591 1726773069.88061: _execute() done 6591 1726773069.88069: dumping result to json 6591 1726773069.88075: done dumping result, returning 6591 1726773069.88091: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [1239c35c-e2e1-152b-fb99-0000000000c4] 6591 1726773069.88102: sending task result for task 1239c35c-e2e1-152b-fb99-0000000000c4 ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 6591 1726773069.88258: no more pending results, returning what we have 6591 1726773069.88261: results queue empty 6591 1726773069.88263: checking for any_errors_fatal 6591 1726773069.88267: done checking for any_errors_fatal 6591 1726773069.88268: checking for max_fail_percentage 6591 1726773069.88270: done checking for max_fail_percentage 6591 1726773069.88271: checking to see if all hosts have failed and the running result is not ok 6591 1726773069.88273: done checking to see if all hosts have failed 6591 1726773069.88273: getting the remaining hosts for this loop 6591 1726773069.88275: done getting the remaining hosts for this loop 6591 1726773069.88282: getting the next task for host managed_node2 6591 1726773069.88292: done getting next task for host managed_node2 6591 1726773069.88294: ^ task is: TASK: meta (role_complete) 6591 1726773069.88297: ^ state is: HOST STATE: block=2, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773069.88309: getting variables 6591 1726773069.88312: in VariableManager get_vars() 6591 1726773069.88349: Calling all_inventory to load vars for managed_node2 6591 1726773069.88352: Calling groups_inventory to load vars for managed_node2 6591 1726773069.88355: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773069.88366: Calling all_plugins_play to load vars for managed_node2 6591 1726773069.88370: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773069.88373: Calling groups_plugins_play to load vars for managed_node2 6591 1726773069.88559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773069.88771: done with get_vars() 6591 1726773069.88784: done getting variables 6591 1726773069.88946: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000000c4 6591 1726773069.88949: WORKER PROCESS EXITING 6591 1726773069.88989: done queuing things up, now waiting for results queue to drain 6591 1726773069.88991: results queue empty 6591 1726773069.88992: checking for any_errors_fatal 6591 1726773069.88994: done checking for any_errors_fatal 6591 1726773069.88995: checking for max_fail_percentage 6591 1726773069.88996: done checking for max_fail_percentage 6591 1726773069.89001: checking to see if all hosts have failed and the running result is not ok 6591 1726773069.89002: done checking to see if all hosts have failed 6591 1726773069.89004: getting the remaining hosts for this loop 6591 1726773069.89005: done getting the remaining hosts for this loop 6591 1726773069.89008: getting the next task for host managed_node2 6591 1726773069.89011: done getting next task for host managed_node2 6591 1726773069.89013: ^ task is: TASK: Ensure kernel_settings_reboot_required is unset or undefined 6591 1726773069.89015: ^ state is: HOST STATE: block=2, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773069.89017: getting variables 6591 1726773069.89018: in VariableManager get_vars() 6591 1726773069.89028: Calling all_inventory to load vars for managed_node2 6591 1726773069.89030: Calling groups_inventory to load vars for managed_node2 6591 1726773069.89032: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773069.89036: Calling all_plugins_play to load vars for managed_node2 6591 1726773069.89038: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773069.89157: Calling groups_plugins_play to load vars for managed_node2 6591 1726773069.89445: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773069.89644: done with get_vars() 6591 1726773069.89652: done getting variables 6591 1726773069.89733: 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 [Ensure kernel_settings_reboot_required is unset or undefined] ************ task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:71 Thursday 19 September 2024 15:11:09 -0400 (0:00:00.052) 0:00:47.368 **** 6591 1726773069.89758: entering _queue_task() for managed_node2/assert 6591 1726773069.89760: Creating lock for assert 6591 1726773069.90235: worker is 1 (out of 1 available) 6591 1726773069.90318: exiting _queue_task() for managed_node2/assert 6591 1726773069.90329: done queuing things up, now waiting for results queue to drain 6591 1726773069.90331: waiting for pending results... 6591 1726773069.91054: running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is unset or undefined 6591 1726773069.91156: in run() - task 1239c35c-e2e1-152b-fb99-000000000010 6591 1726773069.91180: variable 'ansible_search_path' from source: unknown 6591 1726773069.91224: calling self._execute() 6591 1726773069.91323: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773069.91337: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773069.91360: variable 'omit' from source: magic vars 6591 1726773069.91474: variable 'omit' from source: magic vars 6591 1726773069.91516: variable 'omit' from source: magic vars 6591 1726773069.91554: variable 'omit' from source: magic vars 6591 1726773069.91611: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773069.91651: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773069.91686: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773069.91711: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773069.91728: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773069.91759: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773069.91768: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773069.91779: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773069.91890: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773069.91905: Set connection var ansible_connection to ssh 6591 1726773069.91922: Set connection var ansible_timeout to 10 6591 1726773069.91932: Set connection var ansible_pipelining to False 6591 1726773069.91940: Set connection var ansible_shell_executable to /bin/sh 6591 1726773069.91948: Set connection var ansible_shell_type to sh 6591 1726773069.91972: variable 'ansible_shell_executable' from source: unknown 6591 1726773069.91983: variable 'ansible_connection' from source: unknown 6591 1726773069.91991: variable 'ansible_module_compression' from source: unknown 6591 1726773069.91997: variable 'ansible_shell_type' from source: unknown 6591 1726773069.92008: variable 'ansible_shell_executable' from source: unknown 6591 1726773069.92019: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773069.92027: variable 'ansible_pipelining' from source: unknown 6591 1726773069.92033: variable 'ansible_timeout' from source: unknown 6591 1726773069.92039: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773069.92184: 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) 6591 1726773069.92203: variable 'omit' from source: magic vars 6591 1726773069.92218: starting attempt loop 6591 1726773069.92232: running the handler 6591 1726773069.92610: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773069.94871: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773069.94934: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773069.94969: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773069.95005: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773069.95032: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773069.95098: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773069.95125: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773069.95151: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773069.95190: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773069.95262: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773069.95326: variable 'kernel_settings_reboot_required' from source: set_fact 6591 1726773069.95342: Evaluated conditional (not kernel_settings_reboot_required | d(false)): True 6591 1726773069.95348: handler run complete 6591 1726773069.95372: attempt loop complete, returning result 6591 1726773069.95375: _execute() done 6591 1726773069.95380: dumping result to json 6591 1726773069.95383: done dumping result, returning 6591 1726773069.95389: done running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is unset or undefined [1239c35c-e2e1-152b-fb99-000000000010] 6591 1726773069.95395: sending task result for task 1239c35c-e2e1-152b-fb99-000000000010 6591 1726773069.95488: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000010 6591 1726773069.95491: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6591 1726773069.95539: no more pending results, returning what we have 6591 1726773069.95543: results queue empty 6591 1726773069.95544: checking for any_errors_fatal 6591 1726773069.95546: done checking for any_errors_fatal 6591 1726773069.95546: checking for max_fail_percentage 6591 1726773069.95548: done checking for max_fail_percentage 6591 1726773069.95548: checking to see if all hosts have failed and the running result is not ok 6591 1726773069.95549: done checking to see if all hosts have failed 6591 1726773069.95550: getting the remaining hosts for this loop 6591 1726773069.95551: done getting the remaining hosts for this loop 6591 1726773069.95555: getting the next task for host managed_node2 6591 1726773069.95560: done getting next task for host managed_node2 6591 1726773069.95561: ^ task is: TASK: Ensure role reported changed 6591 1726773069.95563: ^ state is: HOST STATE: block=2, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773069.95566: getting variables 6591 1726773069.95568: in VariableManager get_vars() 6591 1726773069.95602: Calling all_inventory to load vars for managed_node2 6591 1726773069.95605: Calling groups_inventory to load vars for managed_node2 6591 1726773069.95607: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773069.95618: Calling all_plugins_play to load vars for managed_node2 6591 1726773069.95625: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773069.95628: Calling groups_plugins_play to load vars for managed_node2 6591 1726773069.95798: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773069.95999: done with get_vars() 6591 1726773069.96013: done getting variables 6591 1726773069.96071: 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=True) TASK [Ensure role reported changed] ******************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:75 Thursday 19 September 2024 15:11:09 -0400 (0:00:00.063) 0:00:47.431 **** 6591 1726773069.96100: entering _queue_task() for managed_node2/assert 6591 1726773069.96325: worker is 1 (out of 1 available) 6591 1726773069.96338: exiting _queue_task() for managed_node2/assert 6591 1726773069.96349: done queuing things up, now waiting for results queue to drain 6591 1726773069.96351: waiting for pending results... 6591 1726773069.96620: running TaskExecutor() for managed_node2/TASK: Ensure role reported changed 6591 1726773069.96699: in run() - task 1239c35c-e2e1-152b-fb99-000000000011 6591 1726773069.96721: variable 'ansible_search_path' from source: unknown 6591 1726773069.96762: calling self._execute() 6591 1726773069.96858: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773069.96870: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773069.96890: variable 'omit' from source: magic vars 6591 1726773069.96991: variable 'omit' from source: magic vars 6591 1726773069.97022: variable 'omit' from source: magic vars 6591 1726773069.97047: variable 'omit' from source: magic vars 6591 1726773069.97082: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773069.97108: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773069.97124: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773069.97136: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773069.97147: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773069.97184: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773069.97190: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773069.97194: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773069.97269: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773069.97274: Set connection var ansible_connection to ssh 6591 1726773069.97286: Set connection var ansible_timeout to 10 6591 1726773069.97291: Set connection var ansible_pipelining to False 6591 1726773069.97296: Set connection var ansible_shell_executable to /bin/sh 6591 1726773069.97300: Set connection var ansible_shell_type to sh 6591 1726773069.97320: variable 'ansible_shell_executable' from source: unknown 6591 1726773069.97324: variable 'ansible_connection' from source: unknown 6591 1726773069.97328: variable 'ansible_module_compression' from source: unknown 6591 1726773069.97335: variable 'ansible_shell_type' from source: unknown 6591 1726773069.97339: variable 'ansible_shell_executable' from source: unknown 6591 1726773069.97343: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773069.97347: variable 'ansible_pipelining' from source: unknown 6591 1726773069.97350: variable 'ansible_timeout' from source: unknown 6591 1726773069.97354: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773069.97457: 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) 6591 1726773069.97469: variable 'omit' from source: magic vars 6591 1726773069.97479: starting attempt loop 6591 1726773069.97484: running the handler 6591 1726773069.97759: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773069.99465: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773069.99518: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773069.99548: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773069.99575: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773069.99599: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773069.99652: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773069.99686: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773069.99710: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773069.99741: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773069.99753: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773069.99831: variable '__kernel_settings_changed' from source: set_fact 6591 1726773069.99846: Evaluated conditional (__kernel_settings_changed | d(false)): True 6591 1726773069.99853: handler run complete 6591 1726773069.99871: attempt loop complete, returning result 6591 1726773069.99878: _execute() done 6591 1726773069.99883: dumping result to json 6591 1726773069.99887: done dumping result, returning 6591 1726773069.99895: done running TaskExecutor() for managed_node2/TASK: Ensure role reported changed [1239c35c-e2e1-152b-fb99-000000000011] 6591 1726773069.99901: sending task result for task 1239c35c-e2e1-152b-fb99-000000000011 ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6591 1726773070.00025: no more pending results, returning what we have 6591 1726773070.00028: results queue empty 6591 1726773070.00029: checking for any_errors_fatal 6591 1726773070.00036: done checking for any_errors_fatal 6591 1726773070.00036: checking for max_fail_percentage 6591 1726773070.00038: done checking for max_fail_percentage 6591 1726773070.00039: checking to see if all hosts have failed and the running result is not ok 6591 1726773070.00040: done checking to see if all hosts have failed 6591 1726773070.00041: getting the remaining hosts for this loop 6591 1726773070.00043: done getting the remaining hosts for this loop 6591 1726773070.00046: getting the next task for host managed_node2 6591 1726773070.00052: done getting next task for host managed_node2 6591 1726773070.00054: ^ task is: TASK: Check sysfs after role runs 6591 1726773070.00055: ^ state is: HOST STATE: block=2, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773070.00060: getting variables 6591 1726773070.00062: in VariableManager get_vars() 6591 1726773070.00095: Calling all_inventory to load vars for managed_node2 6591 1726773070.00098: Calling groups_inventory to load vars for managed_node2 6591 1726773070.00101: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773070.00112: Calling all_plugins_play to load vars for managed_node2 6591 1726773070.00115: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773070.00118: Calling groups_plugins_play to load vars for managed_node2 6591 1726773070.00288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773070.00514: done with get_vars() 6591 1726773070.00523: done getting variables 6591 1726773070.00569: 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 [Check sysfs after role runs] ********************************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:79 Thursday 19 September 2024 15:11:10 -0400 (0:00:00.044) 0:00:47.476 **** 6591 1726773070.00597: entering _queue_task() for managed_node2/command 6591 1726773070.00810: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000011 6591 1726773070.00812: WORKER PROCESS EXITING 6591 1726773070.00986: worker is 1 (out of 1 available) 6591 1726773070.00997: exiting _queue_task() for managed_node2/command 6591 1726773070.01010: done queuing things up, now waiting for results queue to drain 6591 1726773070.01012: waiting for pending results... 6591 1726773070.01171: running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs 6591 1726773070.01226: in run() - task 1239c35c-e2e1-152b-fb99-000000000012 6591 1726773070.01238: variable 'ansible_search_path' from source: unknown 6591 1726773070.01268: calling self._execute() 6591 1726773070.01332: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773070.01336: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773070.01345: variable 'omit' from source: magic vars 6591 1726773070.01420: variable 'omit' from source: magic vars 6591 1726773070.01443: variable 'omit' from source: magic vars 6591 1726773070.01467: variable 'omit' from source: magic vars 6591 1726773070.01512: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773070.01538: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773070.01555: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773070.01568: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773070.01581: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773070.01601: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773070.01606: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773070.01609: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773070.01680: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773070.01684: Set connection var ansible_connection to ssh 6591 1726773070.01690: Set connection var ansible_timeout to 10 6591 1726773070.01695: Set connection var ansible_pipelining to False 6591 1726773070.01700: Set connection var ansible_shell_executable to /bin/sh 6591 1726773070.01702: Set connection var ansible_shell_type to sh 6591 1726773070.01723: variable 'ansible_shell_executable' from source: unknown 6591 1726773070.01726: variable 'ansible_connection' from source: unknown 6591 1726773070.01729: variable 'ansible_module_compression' from source: unknown 6591 1726773070.01731: variable 'ansible_shell_type' from source: unknown 6591 1726773070.01733: variable 'ansible_shell_executable' from source: unknown 6591 1726773070.01736: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773070.01738: variable 'ansible_pipelining' from source: unknown 6591 1726773070.01740: variable 'ansible_timeout' from source: unknown 6591 1726773070.01742: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773070.01843: 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) 6591 1726773070.01851: variable 'omit' from source: magic vars 6591 1726773070.01856: starting attempt loop 6591 1726773070.01859: running the handler 6591 1726773070.01872: _low_level_execute_command(): starting 6591 1726773070.01881: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773070.02402: 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 <<< 6591 1726773070.02419: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.02434: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773070.02450: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.02499: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773070.02515: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773070.02612: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773070.04287: stdout chunk (state=3): >>>/root <<< 6591 1726773070.04397: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773070.04454: stderr chunk (state=3): >>><<< 6591 1726773070.04457: stdout chunk (state=3): >>><<< 6591 1726773070.04479: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773070.04495: _low_level_execute_command(): starting 6591 1726773070.04502: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773070.0448205-7956-50077006789673 `" && echo ansible-tmp-1726773070.0448205-7956-50077006789673="` echo /root/.ansible/tmp/ansible-tmp-1726773070.0448205-7956-50077006789673 `" ) && sleep 0' 6591 1726773070.04961: 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 <<< 6591 1726773070.04974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.04989: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773070.05005: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773070.05024: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.05064: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773070.05081: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773070.05165: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773070.07052: stdout chunk (state=3): >>>ansible-tmp-1726773070.0448205-7956-50077006789673=/root/.ansible/tmp/ansible-tmp-1726773070.0448205-7956-50077006789673 <<< 6591 1726773070.07166: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773070.07254: stderr chunk (state=3): >>><<< 6591 1726773070.07264: stdout chunk (state=3): >>><<< 6591 1726773070.07587: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773070.0448205-7956-50077006789673=/root/.ansible/tmp/ansible-tmp-1726773070.0448205-7956-50077006789673 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773070.07590: variable 'ansible_module_compression' from source: unknown 6591 1726773070.07592: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773070.07594: variable 'ansible_facts' from source: unknown 6591 1726773070.07596: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773070.0448205-7956-50077006789673/AnsiballZ_command.py 6591 1726773070.07655: Sending initial data 6591 1726773070.07658: Sent initial data (153 bytes) 6591 1726773070.09560: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.09563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.09583: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773070.09599: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773070.09621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.09643: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773070.09656: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773070.09668: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773070.09680: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.09695: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.09715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.09728: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773070.09740: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773070.09753: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.09829: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773070.09854: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773070.09872: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773070.09981: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773070.11751: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773070.11826: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773070.11908: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpij0k77pb /root/.ansible/tmp/ansible-tmp-1726773070.0448205-7956-50077006789673/AnsiballZ_command.py <<< 6591 1726773070.11981: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773070.13221: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773070.13409: stderr chunk (state=3): >>><<< 6591 1726773070.13413: stdout chunk (state=3): >>><<< 6591 1726773070.13415: done transferring module to remote 6591 1726773070.13418: _low_level_execute_command(): starting 6591 1726773070.13420: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773070.0448205-7956-50077006789673/ /root/.ansible/tmp/ansible-tmp-1726773070.0448205-7956-50077006789673/AnsiballZ_command.py && sleep 0' 6591 1726773070.14131: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773070.14149: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.14170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.14193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.14243: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773070.14260: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773070.14283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.14302: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773070.14318: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773070.14330: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773070.14345: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.14360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.14387: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.14400: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773070.14419: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773070.14432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.14520: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773070.14543: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773070.14560: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773070.14671: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773070.16417: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773070.16466: stderr chunk (state=3): >>><<< 6591 1726773070.16469: stdout chunk (state=3): >>><<< 6591 1726773070.16484: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773070.16487: _low_level_execute_command(): starting 6591 1726773070.16493: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773070.0448205-7956-50077006789673/AnsiballZ_command.py && sleep 0' 6591 1726773070.16944: 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 <<< 6591 1726773070.16948: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.16983: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.16987: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.16989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.17047: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773070.17054: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773070.17056: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773070.17137: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773070.30679: stdout chunk (state=3): >>> {"changed": true, "stdout": "65000", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "65000", "/sys/class/net/lo/mtu"], "start": "2024-09-19 15:11:10.301420", "end": "2024-09-19 15:11:10.304945", "delta": "0:00:00.003525", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 65000 /sys/class/net/lo/mtu", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6591 1726773070.31930: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773070.32020: stderr chunk (state=3): >>><<< 6591 1726773070.32024: stdout chunk (state=3): >>><<< 6591 1726773070.32176: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "65000", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "65000", "/sys/class/net/lo/mtu"], "start": "2024-09-19 15:11:10.301420", "end": "2024-09-19 15:11:10.304945", "delta": "0:00:00.003525", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 65000 /sys/class/net/lo/mtu", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773070.32181: done with _execute_module (ansible.legacy.command, {'_raw_params': 'grep -x 65000 /sys/class/net/lo/mtu', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773070.0448205-7956-50077006789673/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773070.32184: _low_level_execute_command(): starting 6591 1726773070.32186: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773070.0448205-7956-50077006789673/ > /dev/null 2>&1 && sleep 0' 6591 1726773070.32791: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773070.32809: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.32826: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.32851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.32898: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773070.32921: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773070.32937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.32962: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773070.32976: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773070.32989: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773070.33003: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.33020: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.33036: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.33048: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773070.33059: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773070.33079: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.33159: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773070.33188: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773070.33209: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773070.33324: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773070.35150: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773070.35254: stderr chunk (state=3): >>><<< 6591 1726773070.35273: stdout chunk (state=3): >>><<< 6591 1726773070.35513: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773070.35517: handler run complete 6591 1726773070.35519: Evaluated conditional (False): False 6591 1726773070.35522: attempt loop complete, returning result 6591 1726773070.35524: _execute() done 6591 1726773070.35526: dumping result to json 6591 1726773070.35528: done dumping result, returning 6591 1726773070.35530: done running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs [1239c35c-e2e1-152b-fb99-000000000012] 6591 1726773070.35532: sending task result for task 1239c35c-e2e1-152b-fb99-000000000012 6591 1726773070.35607: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000012 6591 1726773070.35611: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "grep", "-x", "65000", "/sys/class/net/lo/mtu" ], "delta": "0:00:00.003525", "end": "2024-09-19 15:11:10.304945", "rc": 0, "start": "2024-09-19 15:11:10.301420" } STDOUT: 65000 6591 1726773070.35683: no more pending results, returning what we have 6591 1726773070.35686: results queue empty 6591 1726773070.35687: checking for any_errors_fatal 6591 1726773070.35695: done checking for any_errors_fatal 6591 1726773070.35696: checking for max_fail_percentage 6591 1726773070.35697: done checking for max_fail_percentage 6591 1726773070.35698: checking to see if all hosts have failed and the running result is not ok 6591 1726773070.35699: done checking to see if all hosts have failed 6591 1726773070.35700: getting the remaining hosts for this loop 6591 1726773070.35702: done getting the remaining hosts for this loop 6591 1726773070.35707: getting the next task for host managed_node2 6591 1726773070.35714: done getting next task for host managed_node2 6591 1726773070.35716: ^ task is: TASK: Check sysctl after role runs 6591 1726773070.35718: ^ state is: HOST STATE: block=2, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773070.35722: getting variables 6591 1726773070.35724: in VariableManager get_vars() 6591 1726773070.35761: Calling all_inventory to load vars for managed_node2 6591 1726773070.35765: Calling groups_inventory to load vars for managed_node2 6591 1726773070.35768: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773070.35780: Calling all_plugins_play to load vars for managed_node2 6591 1726773070.35784: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773070.35788: Calling groups_plugins_play to load vars for managed_node2 6591 1726773070.36088: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773070.36347: done with get_vars() 6591 1726773070.36359: done getting variables 6591 1726773070.36420: 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 [Check sysctl after role runs] ******************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:83 Thursday 19 September 2024 15:11:10 -0400 (0:00:00.358) 0:00:47.835 **** 6591 1726773070.36453: entering _queue_task() for managed_node2/shell 6591 1726773070.36713: worker is 1 (out of 1 available) 6591 1726773070.36724: exiting _queue_task() for managed_node2/shell 6591 1726773070.36736: done queuing things up, now waiting for results queue to drain 6591 1726773070.36737: waiting for pending results... 6591 1726773070.37022: running TaskExecutor() for managed_node2/TASK: Check sysctl after role runs 6591 1726773070.37117: in run() - task 1239c35c-e2e1-152b-fb99-000000000013 6591 1726773070.37139: variable 'ansible_search_path' from source: unknown 6591 1726773070.37186: calling self._execute() 6591 1726773070.37279: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773070.37295: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773070.37313: variable 'omit' from source: magic vars 6591 1726773070.37425: variable 'omit' from source: magic vars 6591 1726773070.37465: variable 'omit' from source: magic vars 6591 1726773070.37508: variable 'omit' from source: magic vars 6591 1726773070.37566: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773070.37608: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773070.37638: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773070.37667: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773070.37685: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773070.37720: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773070.37734: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773070.37742: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773070.37859: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773070.37867: Set connection var ansible_connection to ssh 6591 1726773070.37888: Set connection var ansible_timeout to 10 6591 1726773070.37898: Set connection var ansible_pipelining to False 6591 1726773070.37911: Set connection var ansible_shell_executable to /bin/sh 6591 1726773070.37918: Set connection var ansible_shell_type to sh 6591 1726773070.37948: variable 'ansible_shell_executable' from source: unknown 6591 1726773070.37958: variable 'ansible_connection' from source: unknown 6591 1726773070.37966: variable 'ansible_module_compression' from source: unknown 6591 1726773070.37973: variable 'ansible_shell_type' from source: unknown 6591 1726773070.37984: variable 'ansible_shell_executable' from source: unknown 6591 1726773070.37993: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773070.38001: variable 'ansible_pipelining' from source: unknown 6591 1726773070.38012: variable 'ansible_timeout' from source: unknown 6591 1726773070.38020: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773070.38177: 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) 6591 1726773070.38194: variable 'omit' from source: magic vars 6591 1726773070.38222: starting attempt loop 6591 1726773070.38231: running the handler 6591 1726773070.38248: 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) 6591 1726773070.38274: _low_level_execute_command(): starting 6591 1726773070.38286: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773070.39073: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773070.39088: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.39102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.39122: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.39169: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773070.39185: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773070.39210: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.39227: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773070.39238: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773070.39248: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773070.39259: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.39270: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.39290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.39306: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773070.39317: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773070.39329: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.39413: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773070.39437: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773070.39451: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773070.39560: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773070.41359: stdout chunk (state=3): >>>/root <<< 6591 1726773070.41498: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773070.41921: stderr chunk (state=3): >>><<< 6591 1726773070.41935: stdout chunk (state=3): >>><<< 6591 1726773070.42014: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773070.42018: _low_level_execute_command(): starting 6591 1726773070.42021: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773070.4196575-7985-277864918193438 `" && echo ansible-tmp-1726773070.4196575-7985-277864918193438="` echo /root/.ansible/tmp/ansible-tmp-1726773070.4196575-7985-277864918193438 `" ) && sleep 0' 6591 1726773070.43224: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773070.43312: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.43332: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.43350: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.43426: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773070.43509: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773070.43524: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.43544: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773070.43615: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773070.43626: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773070.43638: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.43651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.43700: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.43746: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773070.43783: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773070.43797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.44008: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773070.44032: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773070.44059: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773070.44241: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773070.47122: stdout chunk (state=3): >>>ansible-tmp-1726773070.4196575-7985-277864918193438=/root/.ansible/tmp/ansible-tmp-1726773070.4196575-7985-277864918193438 <<< 6591 1726773070.47310: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773070.47336: stdout chunk (state=3): >>><<< 6591 1726773070.47339: stderr chunk (state=3): >>><<< 6591 1726773070.47668: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773070.4196575-7985-277864918193438=/root/.ansible/tmp/ansible-tmp-1726773070.4196575-7985-277864918193438 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773070.47672: variable 'ansible_module_compression' from source: unknown 6591 1726773070.47675: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773070.47677: variable 'ansible_facts' from source: unknown 6591 1726773070.47679: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773070.4196575-7985-277864918193438/AnsiballZ_command.py 6591 1726773070.47963: Sending initial data 6591 1726773070.47966: Sent initial data (154 bytes) 6591 1726773070.50072: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773070.50236: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.50253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.50274: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.50321: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773070.50340: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773070.50357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.50375: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773070.50388: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773070.50401: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773070.50417: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.50434: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.50454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.50467: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773070.50479: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773070.50494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.50645: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773070.50711: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773070.50730: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773070.50844: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773070.52663: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773070.52733: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773070.52815: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpdu8g2v9h /root/.ansible/tmp/ansible-tmp-1726773070.4196575-7985-277864918193438/AnsiballZ_command.py <<< 6591 1726773070.52889: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773070.54248: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773070.54337: stderr chunk (state=3): >>><<< 6591 1726773070.54342: stdout chunk (state=3): >>><<< 6591 1726773070.54364: done transferring module to remote 6591 1726773070.54376: _low_level_execute_command(): starting 6591 1726773070.54384: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773070.4196575-7985-277864918193438/ /root/.ansible/tmp/ansible-tmp-1726773070.4196575-7985-277864918193438/AnsiballZ_command.py && sleep 0' 6591 1726773070.55966: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773070.56109: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.56121: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.56135: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.56181: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773070.56186: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773070.56198: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.56216: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773070.56223: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773070.56231: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773070.56239: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.56249: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.56260: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.56267: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773070.56274: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773070.56286: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.56360: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773070.57021: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773070.57033: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773070.57147: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773070.59044: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773070.59048: stdout chunk (state=3): >>><<< 6591 1726773070.59055: stderr chunk (state=3): >>><<< 6591 1726773070.59073: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773070.59077: _low_level_execute_command(): starting 6591 1726773070.59085: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773070.4196575-7985-277864918193438/AnsiballZ_command.py && sleep 0' 6591 1726773070.60906: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.60910: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.61013: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.61020: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.61097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773070.61101: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.61175: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773070.61306: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773070.61319: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773070.61442: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773070.75902: stdout chunk (state=3): >>> {"changed": true, "stdout": "400000", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "start": "2024-09-19 15:11:10.750613", "end": "2024-09-19 15:11:10.757277", "delta": "0:00:00.006664", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6591 1726773070.77226: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773070.77230: stdout chunk (state=3): >>><<< 6591 1726773070.77232: stderr chunk (state=3): >>><<< 6591 1726773070.77311: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "400000", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "start": "2024-09-19 15:11:10.750613", "end": "2024-09-19 15:11:10.757277", "delta": "0:00:00.006664", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773070.77473: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773070.4196575-7985-277864918193438/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773070.77477: _low_level_execute_command(): starting 6591 1726773070.77479: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773070.4196575-7985-277864918193438/ > /dev/null 2>&1 && sleep 0' 6591 1726773070.78288: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.78291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.78333: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.78337: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.78339: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.78395: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773070.79132: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773070.79141: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773070.79245: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773070.81051: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773070.81133: stderr chunk (state=3): >>><<< 6591 1726773070.81136: stdout chunk (state=3): >>><<< 6591 1726773070.81415: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773070.81419: handler run complete 6591 1726773070.81421: Evaluated conditional (False): False 6591 1726773070.81424: attempt loop complete, returning result 6591 1726773070.81426: _execute() done 6591 1726773070.81428: dumping result to json 6591 1726773070.81430: done dumping result, returning 6591 1726773070.81432: done running TaskExecutor() for managed_node2/TASK: Check sysctl after role runs [1239c35c-e2e1-152b-fb99-000000000013] 6591 1726773070.81434: sending task result for task 1239c35c-e2e1-152b-fb99-000000000013 6591 1726773070.81508: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000013 6591 1726773070.81512: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "delta": "0:00:00.006664", "end": "2024-09-19 15:11:10.757277", "rc": 0, "start": "2024-09-19 15:11:10.750613" } STDOUT: 400000 6591 1726773070.81579: no more pending results, returning what we have 6591 1726773070.81583: results queue empty 6591 1726773070.81584: checking for any_errors_fatal 6591 1726773070.81590: done checking for any_errors_fatal 6591 1726773070.81591: checking for max_fail_percentage 6591 1726773070.81593: done checking for max_fail_percentage 6591 1726773070.81593: checking to see if all hosts have failed and the running result is not ok 6591 1726773070.81594: done checking to see if all hosts have failed 6591 1726773070.81595: getting the remaining hosts for this loop 6591 1726773070.81597: done getting the remaining hosts for this loop 6591 1726773070.81600: getting the next task for host managed_node2 6591 1726773070.81608: done getting next task for host managed_node2 6591 1726773070.81610: ^ task is: TASK: Check sysctl after role runs 6591 1726773070.81612: ^ state is: HOST STATE: block=2, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773070.81616: getting variables 6591 1726773070.81618: in VariableManager get_vars() 6591 1726773070.81654: Calling all_inventory to load vars for managed_node2 6591 1726773070.81657: Calling groups_inventory to load vars for managed_node2 6591 1726773070.81660: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773070.81671: Calling all_plugins_play to load vars for managed_node2 6591 1726773070.81674: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773070.81677: Calling groups_plugins_play to load vars for managed_node2 6591 1726773070.81901: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773070.82206: done with get_vars() 6591 1726773070.82217: done getting variables 6591 1726773070.82358: 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 [Check sysctl after role runs] ******************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:89 Thursday 19 September 2024 15:11:10 -0400 (0:00:00.459) 0:00:48.294 **** 6591 1726773070.82386: entering _queue_task() for managed_node2/shell 6591 1726773070.82849: worker is 1 (out of 1 available) 6591 1726773070.82862: exiting _queue_task() for managed_node2/shell 6591 1726773070.82873: done queuing things up, now waiting for results queue to drain 6591 1726773070.82874: waiting for pending results... 6591 1726773070.83567: running TaskExecutor() for managed_node2/TASK: Check sysctl after role runs 6591 1726773070.84295: in run() - task 1239c35c-e2e1-152b-fb99-000000000014 6591 1726773070.84324: variable 'ansible_search_path' from source: unknown 6591 1726773070.84367: calling self._execute() 6591 1726773070.84462: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773070.84473: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773070.84492: variable 'omit' from source: magic vars 6591 1726773070.84602: variable 'omit' from source: magic vars 6591 1726773070.84641: variable 'omit' from source: magic vars 6591 1726773070.84684: variable 'omit' from source: magic vars 6591 1726773070.84735: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773070.84779: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773070.85431: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773070.85453: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773070.85472: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773070.85510: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773070.85519: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773070.85526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773070.85641: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773070.85650: Set connection var ansible_connection to ssh 6591 1726773070.85666: Set connection var ansible_timeout to 10 6591 1726773070.85680: Set connection var ansible_pipelining to False 6591 1726773070.85692: Set connection var ansible_shell_executable to /bin/sh 6591 1726773070.85699: Set connection var ansible_shell_type to sh 6591 1726773070.85730: variable 'ansible_shell_executable' from source: unknown 6591 1726773070.85739: variable 'ansible_connection' from source: unknown 6591 1726773070.85747: variable 'ansible_module_compression' from source: unknown 6591 1726773070.85754: variable 'ansible_shell_type' from source: unknown 6591 1726773070.85761: variable 'ansible_shell_executable' from source: unknown 6591 1726773070.85768: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773070.85779: variable 'ansible_pipelining' from source: unknown 6591 1726773070.85788: variable 'ansible_timeout' from source: unknown 6591 1726773070.85796: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773070.85948: 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) 6591 1726773070.85965: variable 'omit' from source: magic vars 6591 1726773070.85975: starting attempt loop 6591 1726773070.85986: running the handler 6591 1726773070.86005: 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) 6591 1726773070.86030: _low_level_execute_command(): starting 6591 1726773070.86044: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773070.87889: 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 <<< 6591 1726773070.87893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.87917: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.87921: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.88030: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773070.88034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.88106: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773070.88110: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773070.88112: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773070.88212: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773070.89849: stdout chunk (state=3): >>>/root <<< 6591 1726773070.89950: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773070.90039: stderr chunk (state=3): >>><<< 6591 1726773070.90042: stdout chunk (state=3): >>><<< 6591 1726773070.90161: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773070.90165: _low_level_execute_command(): starting 6591 1726773070.90168: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773070.9006438-8000-94431541240505 `" && echo ansible-tmp-1726773070.9006438-8000-94431541240505="` echo /root/.ansible/tmp/ansible-tmp-1726773070.9006438-8000-94431541240505 `" ) && sleep 0' 6591 1726773070.91725: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.91728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.91764: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.91776: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.91779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.91962: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773070.91966: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773070.91968: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773070.92518: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773070.94014: stdout chunk (state=3): >>>ansible-tmp-1726773070.9006438-8000-94431541240505=/root/.ansible/tmp/ansible-tmp-1726773070.9006438-8000-94431541240505 <<< 6591 1726773070.94207: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773070.94230: stdout chunk (state=3): >>><<< 6591 1726773070.94233: stderr chunk (state=3): >>><<< 6591 1726773070.94414: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773070.9006438-8000-94431541240505=/root/.ansible/tmp/ansible-tmp-1726773070.9006438-8000-94431541240505 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773070.94417: variable 'ansible_module_compression' from source: unknown 6591 1726773070.94419: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773070.94421: variable 'ansible_facts' from source: unknown 6591 1726773070.94492: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773070.9006438-8000-94431541240505/AnsiballZ_command.py 6591 1726773070.95164: Sending initial data 6591 1726773070.95171: Sent initial data (153 bytes) 6591 1726773070.96131: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773070.96135: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773070.96174: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.96180: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773070.96182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773070.96251: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773070.96254: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773070.96265: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773070.96389: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773070.98219: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773070.98280: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773070.98358: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp_6mnmbni /root/.ansible/tmp/ansible-tmp-1726773070.9006438-8000-94431541240505/AnsiballZ_command.py <<< 6591 1726773070.98441: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773070.99499: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773070.99595: stderr chunk (state=3): >>><<< 6591 1726773070.99598: stdout chunk (state=3): >>><<< 6591 1726773070.99616: done transferring module to remote 6591 1726773070.99625: _low_level_execute_command(): starting 6591 1726773070.99630: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773070.9006438-8000-94431541240505/ /root/.ansible/tmp/ansible-tmp-1726773070.9006438-8000-94431541240505/AnsiballZ_command.py && sleep 0' 6591 1726773071.00183: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773071.00196: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773071.00212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773071.00229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773071.00275: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773071.00289: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773071.00313: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.00331: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773071.00540: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773071.01355: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773071.01359: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.01422: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773071.01425: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773071.01689: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773071.03357: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773071.03401: stderr chunk (state=3): >>><<< 6591 1726773071.03407: stdout chunk (state=3): >>><<< 6591 1726773071.03498: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773071.03502: _low_level_execute_command(): starting 6591 1726773071.03506: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773070.9006438-8000-94431541240505/AnsiballZ_command.py && sleep 0' 6591 1726773071.04054: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773071.04068: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773071.04087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773071.04111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773071.04153: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773071.04165: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773071.04184: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.04202: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773071.04219: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773071.04232: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773071.04245: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773071.04260: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773071.04280: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773071.04294: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773071.04309: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773071.04323: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.04394: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773071.04418: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773071.04433: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773071.04545: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773071.18417: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "start": "2024-09-19 15:11:11.176947", "end": "2024-09-19 15:11:11.182374", "delta": "0:00:00.005427", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6591 1726773071.19727: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773071.19807: stderr chunk (state=3): >>><<< 6591 1726773071.19811: stdout chunk (state=3): >>><<< 6591 1726773071.19962: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "start": "2024-09-19 15:11:11.176947", "end": "2024-09-19 15:11:11.182374", "delta": "0:00:00.005427", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773071.19966: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773070.9006438-8000-94431541240505/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773071.19969: _low_level_execute_command(): starting 6591 1726773071.19972: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773070.9006438-8000-94431541240505/ > /dev/null 2>&1 && sleep 0' 6591 1726773071.20619: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773071.20649: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773071.20664: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773071.20686: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773071.20732: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773071.20757: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773071.20772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.20794: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773071.20811: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773071.20825: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773071.20839: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773071.20861: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773071.20883: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773071.20896: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773071.20910: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773071.20925: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.21016: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773071.21039: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773071.21054: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773071.21165: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773071.22985: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773071.23066: stderr chunk (state=3): >>><<< 6591 1726773071.23082: stdout chunk (state=3): >>><<< 6591 1726773071.23108: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773071.23326: handler run complete 6591 1726773071.23330: Evaluated conditional (False): False 6591 1726773071.23333: attempt loop complete, returning result 6591 1726773071.23335: _execute() done 6591 1726773071.23337: dumping result to json 6591 1726773071.23339: done dumping result, returning 6591 1726773071.23341: done running TaskExecutor() for managed_node2/TASK: Check sysctl after role runs [1239c35c-e2e1-152b-fb99-000000000014] 6591 1726773071.23344: sending task result for task 1239c35c-e2e1-152b-fb99-000000000014 6591 1726773071.23429: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000014 6591 1726773071.23433: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "delta": "0:00:00.005427", "end": "2024-09-19 15:11:11.182374", "rc": 0, "start": "2024-09-19 15:11:11.176947" } 6591 1726773071.23512: no more pending results, returning what we have 6591 1726773071.23515: results queue empty 6591 1726773071.23517: checking for any_errors_fatal 6591 1726773071.23524: done checking for any_errors_fatal 6591 1726773071.23525: checking for max_fail_percentage 6591 1726773071.23527: done checking for max_fail_percentage 6591 1726773071.23528: checking to see if all hosts have failed and the running result is not ok 6591 1726773071.23529: done checking to see if all hosts have failed 6591 1726773071.23530: getting the remaining hosts for this loop 6591 1726773071.23531: done getting the remaining hosts for this loop 6591 1726773071.23536: getting the next task for host managed_node2 6591 1726773071.23544: done getting next task for host managed_node2 6591 1726773071.23547: ^ task is: TASK: Reboot the machine - see if settings persist after reboot 6591 1726773071.23549: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773071.23554: getting variables 6591 1726773071.23556: in VariableManager get_vars() 6591 1726773071.23598: Calling all_inventory to load vars for managed_node2 6591 1726773071.23602: Calling groups_inventory to load vars for managed_node2 6591 1726773071.23606: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773071.23620: Calling all_plugins_play to load vars for managed_node2 6591 1726773071.23623: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773071.23626: Calling groups_plugins_play to load vars for managed_node2 6591 1726773071.23983: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773071.24206: done with get_vars() 6591 1726773071.24216: done getting variables 6591 1726773071.24284: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Reboot the machine - see if settings persist after reboot] *************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:95 Thursday 19 September 2024 15:11:11 -0400 (0:00:00.419) 0:00:48.713 **** 6591 1726773071.24314: entering _queue_task() for managed_node2/reboot 6591 1726773071.24561: worker is 1 (out of 1 available) 6591 1726773071.24584: exiting _queue_task() for managed_node2/reboot 6591 1726773071.24595: done queuing things up, now waiting for results queue to drain 6591 1726773071.24596: waiting for pending results... 6591 1726773071.24907: running TaskExecutor() for managed_node2/TASK: Reboot the machine - see if settings persist after reboot 6591 1726773071.24994: in run() - task 1239c35c-e2e1-152b-fb99-000000000015 6591 1726773071.25015: variable 'ansible_search_path' from source: unknown 6591 1726773071.25063: calling self._execute() 6591 1726773071.25171: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773071.25185: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773071.25200: variable 'omit' from source: magic vars 6591 1726773071.25314: variable 'omit' from source: magic vars 6591 1726773071.25373: variable 'omit' from source: magic vars 6591 1726773071.26247: variable 'omit' from source: magic vars 6591 1726773071.26349: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773071.26472: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773071.26564: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773071.26609: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773071.26686: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773071.26824: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773071.26834: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773071.26855: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773071.27145: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773071.27155: Set connection var ansible_connection to ssh 6591 1726773071.27200: Set connection var ansible_timeout to 10 6591 1726773071.27233: Set connection var ansible_pipelining to False 6591 1726773071.27263: Set connection var ansible_shell_executable to /bin/sh 6591 1726773071.27291: Set connection var ansible_shell_type to sh 6591 1726773071.27360: variable 'ansible_shell_executable' from source: unknown 6591 1726773071.27379: variable 'ansible_connection' from source: unknown 6591 1726773071.27410: variable 'ansible_module_compression' from source: unknown 6591 1726773071.27452: variable 'ansible_shell_type' from source: unknown 6591 1726773071.27488: variable 'ansible_shell_executable' from source: unknown 6591 1726773071.27523: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773071.27563: variable 'ansible_pipelining' from source: unknown 6591 1726773071.27581: variable 'ansible_timeout' from source: unknown 6591 1726773071.27608: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773071.28034: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6591 1726773071.28051: variable 'omit' from source: magic vars 6591 1726773071.28066: starting attempt loop 6591 1726773071.28087: running the handler 6591 1726773071.28119: reboot: running setup module to get distribution 6591 1726773071.28140: _low_level_execute_command(): starting 6591 1726773071.28146: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773071.28675: 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 <<< 6591 1726773071.28691: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773071.28707: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773071.28727: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773071.28738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.28785: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773071.28798: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773071.28893: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773071.30551: stdout chunk (state=3): >>>/root <<< 6591 1726773071.30657: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773071.30726: stderr chunk (state=3): >>><<< 6591 1726773071.30729: stdout chunk (state=3): >>><<< 6591 1726773071.30842: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773071.30846: _low_level_execute_command(): starting 6591 1726773071.30848: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689 `" && echo ansible-tmp-1726773071.3074818-8018-208847103281689="` echo /root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689 `" ) && sleep 0' 6591 1726773071.31779: 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 <<< 6591 1726773071.31810: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.31826: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773071.31835: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.31896: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773071.31902: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773071.31908: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773071.31986: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773071.33889: stdout chunk (state=3): >>>ansible-tmp-1726773071.3074818-8018-208847103281689=/root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689 <<< 6591 1726773071.34088: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773071.34092: stdout chunk (state=3): >>><<< 6591 1726773071.34095: stderr chunk (state=3): >>><<< 6591 1726773071.34554: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773071.3074818-8018-208847103281689=/root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773071.34558: variable 'ansible_module_compression' from source: unknown 6591 1726773071.34560: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6591 1726773071.34562: variable 'ansible_facts' from source: unknown 6591 1726773071.34564: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689/AnsiballZ_setup.py 6591 1726773071.34632: Sending initial data 6591 1726773071.34635: Sent initial data (152 bytes) 6591 1726773071.35649: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773071.35664: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773071.35683: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773071.36212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773071.36322: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773071.36334: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773071.36351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.36370: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773071.36387: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773071.36401: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773071.36418: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773071.36434: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773071.36450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773071.36463: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773071.36479: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773071.36494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.36571: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773071.36598: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773071.36620: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773071.36741: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773071.38513: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773071.38581: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773071.38660: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpmnb515xa /root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689/AnsiballZ_setup.py <<< 6591 1726773071.38731: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773071.42489: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773071.42496: stderr chunk (state=3): >>><<< 6591 1726773071.42499: stdout chunk (state=3): >>><<< 6591 1726773071.42525: done transferring module to remote 6591 1726773071.42536: _low_level_execute_command(): starting 6591 1726773071.42544: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689/ /root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689/AnsiballZ_setup.py && sleep 0' 6591 1726773071.43633: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773071.43639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773071.43659: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773071.43699: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.43706: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration <<< 6591 1726773071.43725: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773071.43729: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.43931: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773071.43948: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773071.44078: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773071.45945: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773071.45949: stdout chunk (state=3): >>><<< 6591 1726773071.45951: stderr chunk (state=3): >>><<< 6591 1726773071.46009: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773071.46012: _low_level_execute_command(): starting 6591 1726773071.46015: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689/AnsiballZ_setup.py && sleep 0' 6591 1726773071.46639: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773071.46651: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773071.46662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773071.46677: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773071.46719: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773071.46736: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773071.46749: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.46764: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773071.46773: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773071.46782: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773071.46792: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773071.46805: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773071.46819: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773071.46830: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773071.46845: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773071.46856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.46931: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773071.46958: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773071.46972: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773071.47087: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773071.72352: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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 53724 10.31.15.197 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 53724 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_apparmor": {"status": "disabled"}, "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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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",<<< 6591 1726773071.72391: stdout chunk (state=3): >>> "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_local": {}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "15", "minute": "11", "second": "11", "epoch": "1726773071", "epoch_int": "1726773071", "date": "2024-09-19", "time": "15:11:11", "iso8601_micro": "2024-09-19T19:11:11.702939Z", "iso8601": "2024-09-19T19:11:11Z", "iso8601_basic": "20240919T151111702939", "iso8601_basic_short": "20240919T151111", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAMeHjVPWqI/vY0uA+Nig7E3ciCOkyN1ZErOFA0+sWHMxydVttZ2rS5TlMpYvHF5n7ppnRvyfTL8L+nYR4xwFvPF63KxHmCizlkln2NSHR28DRB5fIvX+yMx0TaM+n7bba04aPiV4dp++2ered6bqSBxpn5RCOqNElCSnsoF2YBAXAAAAFQChZy2z6fvWqQZRJJruQmfilOhc0wAAAIBWhNz1rmK0UMA3CgfKf36OipRqTxllcJh5mH9A5zOSk2QFdvkVN/hu9B6qgx1Ml151zZVywht1ldEp3RpIUUo5gu8ucJoTLnQeoyC4yc78lx4WDAvx1wh7JzMCVdIMJQqr+XfzB06r2pJe429uQxbDMnzKMoxior6gTFIe3FPNlAAAAIEAilLXnjtFmC7FJ/UfPgSk6DShz1TcLrMHf/vulfsYbHTAaVcGawcLhAw6GqYmpmRk+yYvIda5V/AlsP8Em1WNZqi2J9vDbHHxE7wYEqROg7tXGs0Tk+C41SIZAgGS9q4AY6dVbxOzT3/T3kX5G5s+Y8ObVaw6ejkBv9+6xF3siSA=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDfgbk+yrIfqzkd4uzrDJeOzIwaB5S8GByZ/QkMP+wNH5/3i8LL1JTq3UGtWgTNXHi+b1j8NbADK3JQzrXZWXYaDvawvAnboqUCr/Iy7s0p44IIpWv6gUdHpSSIpZLwMwz5K5l5dMndoIjBrqc44B6bSv+E98RlNDIt89wor1cYpn/e4VEAglFXGeKJVup/vRDNbRl/SQ98OY7hdfc0cSg6LpS2zrk7pqs7cVOH3/6IhsU6RiQFkotoN1bC75Xfo4Y5igGjW2rNBzUC+sJZNfprEYolHAlEVq49aJJNVL8EFGSKZ4P4+yHrCOTwAKCwoDRi4Ze4sdeRgLC5AT+d5V5KnhGorx/V+amFKQIazVPXTDbDocngUMlEcB+KpC+qVryIrqryFRtr3bcFhIksf2bi7fXztiKSJayLdCTZSmy6GPJ2KS/2TnPQJ74d2Byw31uy9s+hokvzeF7F9YfSotFCJ0YvgCzLt6bhDVDYWQtRrgySDTGqbQIE+htxM+gDB20=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSYw1dORfoHPanbj264hFUU85BNR1ngYfv14tR4pwesbZuQm875vasuZC5DG7nYgm3b//GSl+506D9eOfmP5io=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIOVyavBHUpvKUuPzGRCGFq+4TMCO+ndcRbOk5AnQnanO", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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_fips": false, "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_lsb": {}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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-15-197.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-15-197", "ansible_nodename": "ip-10-31-15-197.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": "9b7ec101a0ff4988ae7d17d41c9857bc", "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["min"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["min"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 6591 1726773071.73896: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773071.73954: stderr chunk (state=3): >>><<< 6591 1726773071.73957: stdout chunk (state=3): >>><<< 6591 1726773071.73983: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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 53724 10.31.15.197 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 53724 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_apparmor": {"status": "disabled"}, "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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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_local": {}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "15", "minute": "11", "second": "11", "epoch": "1726773071", "epoch_int": "1726773071", "date": "2024-09-19", "time": "15:11:11", "iso8601_micro": "2024-09-19T19:11:11.702939Z", "iso8601": "2024-09-19T19:11:11Z", "iso8601_basic": "20240919T151111702939", "iso8601_basic_short": "20240919T151111", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAMeHjVPWqI/vY0uA+Nig7E3ciCOkyN1ZErOFA0+sWHMxydVttZ2rS5TlMpYvHF5n7ppnRvyfTL8L+nYR4xwFvPF63KxHmCizlkln2NSHR28DRB5fIvX+yMx0TaM+n7bba04aPiV4dp++2ered6bqSBxpn5RCOqNElCSnsoF2YBAXAAAAFQChZy2z6fvWqQZRJJruQmfilOhc0wAAAIBWhNz1rmK0UMA3CgfKf36OipRqTxllcJh5mH9A5zOSk2QFdvkVN/hu9B6qgx1Ml151zZVywht1ldEp3RpIUUo5gu8ucJoTLnQeoyC4yc78lx4WDAvx1wh7JzMCVdIMJQqr+XfzB06r2pJe429uQxbDMnzKMoxior6gTFIe3FPNlAAAAIEAilLXnjtFmC7FJ/UfPgSk6DShz1TcLrMHf/vulfsYbHTAaVcGawcLhAw6GqYmpmRk+yYvIda5V/AlsP8Em1WNZqi2J9vDbHHxE7wYEqROg7tXGs0Tk+C41SIZAgGS9q4AY6dVbxOzT3/T3kX5G5s+Y8ObVaw6ejkBv9+6xF3siSA=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDfgbk+yrIfqzkd4uzrDJeOzIwaB5S8GByZ/QkMP+wNH5/3i8LL1JTq3UGtWgTNXHi+b1j8NbADK3JQzrXZWXYaDvawvAnboqUCr/Iy7s0p44IIpWv6gUdHpSSIpZLwMwz5K5l5dMndoIjBrqc44B6bSv+E98RlNDIt89wor1cYpn/e4VEAglFXGeKJVup/vRDNbRl/SQ98OY7hdfc0cSg6LpS2zrk7pqs7cVOH3/6IhsU6RiQFkotoN1bC75Xfo4Y5igGjW2rNBzUC+sJZNfprEYolHAlEVq49aJJNVL8EFGSKZ4P4+yHrCOTwAKCwoDRi4Ze4sdeRgLC5AT+d5V5KnhGorx/V+amFKQIazVPXTDbDocngUMlEcB+KpC+qVryIrqryFRtr3bcFhIksf2bi7fXztiKSJayLdCTZSmy6GPJ2KS/2TnPQJ74d2Byw31uy9s+hokvzeF7F9YfSotFCJ0YvgCzLt6bhDVDYWQtRrgySDTGqbQIE+htxM+gDB20=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSYw1dORfoHPanbj264hFUU85BNR1ngYfv14tR4pwesbZuQm875vasuZC5DG7nYgm3b//GSl+506D9eOfmP5io=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIOVyavBHUpvKUuPzGRCGFq+4TMCO+ndcRbOk5AnQnanO", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "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_fips": false, "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_lsb": {}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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-15-197.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-15-197", "ansible_nodename": "ip-10-31-15-197.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": "9b7ec101a0ff4988ae7d17d41c9857bc", "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["min"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["min"], "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773071.74125: done with _execute_module (ansible.legacy.setup, {'gather_subset': 'min', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.setup', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773071.74140: reboot: distribution: {'name': 'centos', 'version': '9', 'family': 'redhat'} 6591 1726773071.74148: reboot: getting boot time with command: 'cat /proc/sys/kernel/random/boot_id' 6591 1726773071.74151: _low_level_execute_command(): starting 6591 1726773071.74156: _low_level_execute_command(): executing: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' 6591 1726773071.74629: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773071.74633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773071.74666: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.74669: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773071.74671: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.74729: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773071.74732: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773071.74738: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773071.74818: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773071.76671: stdout chunk (state=3): >>>8a72a30b-144e-4f78-8713-d0da133e8b1c <<< 6591 1726773071.76792: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773071.76839: stderr chunk (state=3): >>><<< 6591 1726773071.76842: stdout chunk (state=3): >>><<< 6591 1726773071.76856: _low_level_execute_command() done: rc=0, stdout=8a72a30b-144e-4f78-8713-d0da133e8b1c , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773071.76859: reboot: last boot time: 8a72a30b-144e-4f78-8713-d0da133e8b1c 6591 1726773071.76864: reboot: saving original connect_timeout of None 6591 1726773071.76883: reboot: running find module looking in ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/local/sbin'] to get path for "shutdown" 6591 1726773071.76902: variable 'ansible_module_compression' from source: unknown 6591 1726773071.76941: ANSIBALLZ: Using generic lock for ansible.legacy.find 6591 1726773071.76944: ANSIBALLZ: Acquiring lock 6591 1726773071.76947: ANSIBALLZ: Lock acquired: 140095747060464 6591 1726773071.76949: ANSIBALLZ: Creating module 6591 1726773071.85016: ANSIBALLZ: Writing module into payload 6591 1726773071.85110: ANSIBALLZ: Writing module 6591 1726773071.85126: ANSIBALLZ: Renaming module 6591 1726773071.85132: ANSIBALLZ: Done creating module 6591 1726773071.85144: variable 'ansible_facts' from source: unknown 6591 1726773071.85191: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689/AnsiballZ_find.py 6591 1726773071.85284: Sending initial data 6591 1726773071.85288: Sent initial data (151 bytes) 6591 1726773071.85998: 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 <<< 6591 1726773071.86006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773071.86036: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.86048: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.86100: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773071.86114: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773071.86124: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773071.86212: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773071.88039: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773071.88123: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773071.88197: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpep1m4ari /root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689/AnsiballZ_find.py <<< 6591 1726773071.88269: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773071.89193: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773071.89292: stderr chunk (state=3): >>><<< 6591 1726773071.89296: stdout chunk (state=3): >>><<< 6591 1726773071.89319: done transferring module to remote 6591 1726773071.89322: _low_level_execute_command(): starting 6591 1726773071.89328: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689/ /root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689/AnsiballZ_find.py && sleep 0' 6591 1726773071.89770: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773071.89785: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773071.89819: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.89831: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.89886: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773071.89898: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773071.89980: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773071.91774: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773071.91820: stderr chunk (state=3): >>><<< 6591 1726773071.91823: stdout chunk (state=3): >>><<< 6591 1726773071.91834: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773071.91836: _low_level_execute_command(): starting 6591 1726773071.91842: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689/AnsiballZ_find.py && sleep 0' 6591 1726773071.92284: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773071.92288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773071.92322: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.92325: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773071.92328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773071.92372: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773071.92383: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773071.92386: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773071.92485: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773072.09438: stdout chunk (state=3): >>> {"files": [{"path": "/sbin/shutdown", "mode": "0777", "isdir": false, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": true, "issock": false, "uid": 0, "gid": 0, "size": 16, "inode": 404793, "dev": 51713, "nlink": 1, "atime": 1726773072.0578601, "mtime": 1724492141.0, "ctime": 1726562439.492, "gr_name": "root", "pw_name": "root", "wusr": true, "rusr": true, "xusr": true, "wgrp": true, "rgrp": true, "xgrp": true, "woth": true, "roth": true, "xoth": true, "isuid": false, "isgid": false}, {"path": "/usr/sbin/shutdown", "mode": "0777", "isdir": false, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": true, "issock": false, "uid": 0, "gid": 0, "size": 16, "inode": 404793, "dev": 51713, "nlink": 1, "atime": 1726773072.0578601, "mtime": 1724492141.0, "ctime": 1726562439.492, "gr_name": "root", "pw_name": "root", "wusr": true, "rusr": true, "xusr": true, "wgrp": true, "rgrp": true, "xgrp": true, "woth": true, "roth": true, "xoth": true, "isuid": false, "isgid": false}], "changed": false, "msg": "All paths examined", "matched": 2, "examined": 2596, "skipped_paths": {}, "invocation": {"module_args": {"paths": ["/sbin", "/bin", "/usr/sbin", "/usr/bin", "/usr/local/sbin"], "patterns": ["shutdown"], "file_type": "any", "read_whole_file": false, "age_stamp": "mtime", "recurse": false, "hidden": false, "follow": false, "get_checksum": false, "use_regex": false, "exact_mode": true, "excludes": null, "contains": null, "age": null, "size": null, "depth": null, "mode": null, "encoding": null}}} <<< 6591 1726773072.10657: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773072.10661: stdout chunk (state=3): >>><<< 6591 1726773072.10664: stderr chunk (state=3): >>><<< 6591 1726773072.10710: _low_level_execute_command() done: rc=0, stdout= {"files": [{"path": "/sbin/shutdown", "mode": "0777", "isdir": false, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": true, "issock": false, "uid": 0, "gid": 0, "size": 16, "inode": 404793, "dev": 51713, "nlink": 1, "atime": 1726773072.0578601, "mtime": 1724492141.0, "ctime": 1726562439.492, "gr_name": "root", "pw_name": "root", "wusr": true, "rusr": true, "xusr": true, "wgrp": true, "rgrp": true, "xgrp": true, "woth": true, "roth": true, "xoth": true, "isuid": false, "isgid": false}, {"path": "/usr/sbin/shutdown", "mode": "0777", "isdir": false, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": true, "issock": false, "uid": 0, "gid": 0, "size": 16, "inode": 404793, "dev": 51713, "nlink": 1, "atime": 1726773072.0578601, "mtime": 1724492141.0, "ctime": 1726562439.492, "gr_name": "root", "pw_name": "root", "wusr": true, "rusr": true, "xusr": true, "wgrp": true, "rgrp": true, "xgrp": true, "woth": true, "roth": true, "xoth": true, "isuid": false, "isgid": false}], "changed": false, "msg": "All paths examined", "matched": 2, "examined": 2596, "skipped_paths": {}, "invocation": {"module_args": {"paths": ["/sbin", "/bin", "/usr/sbin", "/usr/bin", "/usr/local/sbin"], "patterns": ["shutdown"], "file_type": "any", "read_whole_file": false, "age_stamp": "mtime", "recurse": false, "hidden": false, "follow": false, "get_checksum": false, "use_regex": false, "exact_mode": true, "excludes": null, "contains": null, "age": null, "size": null, "depth": null, "mode": null, "encoding": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773072.10814: done with _execute_module (ansible.legacy.find, {'paths': ['/sbin', '/bin', '/usr/sbin', '/usr/bin', '/usr/local/sbin'], 'patterns': ['shutdown'], 'file_type': 'any', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.find', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773072.10817: reboot: rebooting server with command '/sbin/shutdown -r 0 "Reboot initiated by Ansible"' 6591 1726773072.10820: _low_level_execute_command(): starting 6591 1726773072.10822: _low_level_execute_command(): executing: /bin/sh -c '/sbin/shutdown -r 0 "Reboot initiated by Ansible" && sleep 0' 6591 1726773072.11747: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773072.11760: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773072.11774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773072.11799: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773072.11848: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773072.11862: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773072.11880: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773072.11899: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773072.11920: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773072.11932: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773072.11945: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773072.11959: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773072.11975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773072.11991: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773072.12002: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773072.12025: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773072.12102: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773072.12134: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773072.12151: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773072.12283: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773072.16163: stdout chunk (state=3): >>>Reboot scheduled for Thu 2024-09-19 15:11:12 EDT, use 'shutdown -c' to cancel.<<< 6591 1726773072.16267: stdout chunk (state=3): >>> <<< 6591 1726773072.16941: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773072.16945: stderr chunk (state=3): >>><<< 6591 1726773072.16950: stdout chunk (state=3): >>><<< 6591 1726773072.16968: _low_level_execute_command() done: rc=0, stdout=Reboot scheduled for Thu 2024-09-19 15:11:12 EDT, use 'shutdown -c' to cancel. , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773072.16988: reboot: getting boot time with command: 'cat /proc/sys/kernel/random/boot_id' 6591 1726773072.16991: _low_level_execute_command(): starting 6591 1726773072.16996: _low_level_execute_command(): executing: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' 6591 1726773072.18150: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773072.18161: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773072.18179: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773072.18196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773072.18235: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773072.18246: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773072.18258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773072.18273: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773072.18289: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773072.18300: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773072.18313: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773072.18325: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773072.18339: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773072.18350: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773072.18359: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773072.18370: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773072.18451: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773072.18472: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773072.18489: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773072.19369: stderr chunk (state=3): >>>mux_client_request_session: read from master failed: Broken pipe <<< 6591 1726773072.19383: stderr chunk (state=3): >>>debug1: Connecting to 10.31.15.197 [10.31.15.197] port 22. <<< 6591 1726773072.19398: stderr chunk (state=3): >>>debug2: fd 4 setting O_NONBLOCK <<< 6591 1726773072.20346: stderr chunk (state=3): >>>debug1: fd 4 clearing O_NONBLOCK debug1: Connection established. debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_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 <<< 6591 1726773072.22519: 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 4 setting O_NONBLOCK debug1: Authenticating to 10.31.15.197:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent <<< 6591 1726773072.24213: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,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 <<< 6591 1726773072.25719: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:ET9/uJJEpNdD0FO61LhcimzECM1UbaJPA9q1nQVmYoM debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: Host '10.31.15.197' is known and matches the ED25519 host key. debug1: Found key in /root/.ssh/known_hosts:2 <<< 6591 1726773072.26369: stderr chunk (state=3): >>>debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 <<< 6591 1726773072.26568: stderr chunk (state=3): >>>debug2: set_newkeys: mode 1 <<< 6591 1726773072.26573: stderr chunk (state=3): >>>debug1: rekey out after 4294967296 blocks <<< 6591 1726773072.26576: stderr chunk (state=3): >>>debug1: SSH2_MSG_NEWKEYS sent <<< 6591 1726773072.26579: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_NEWKEYS <<< 6591 1726773072.26581: stderr chunk (state=3): >>>debug1: ssh_packet_read_poll2: resetting read seqnr 3 <<< 6591 1726773072.26583: stderr chunk (state=3): >>>debug1: SSH2_MSG_NEWKEYS received <<< 6591 1726773072.26585: stderr chunk (state=3): >>>debug2: set_newkeys: mode 0 <<< 6591 1726773072.26588: stderr chunk (state=3): >>>debug1: rekey in after 4294967296 blocks <<< 6591 1726773072.26590: stderr chunk (state=3): >>>debug1: Will attempt key: /root/.ssh/id_rsa <<< 6591 1726773072.26592: stderr chunk (state=3): >>>debug1: Will attempt key: /root/.ssh/id_dsa <<< 6591 1726773072.26596: stderr chunk (state=3): >>>debug1: Will attempt key: /root/.ssh/id_ecdsa <<< 6591 1726773072.26598: stderr chunk (state=3): >>>debug1: Will attempt key: /root/.ssh/id_ecdsa_sk <<< 6591 1726773072.26600: stderr chunk (state=3): >>>debug1: Will attempt key: /root/.ssh/id_ed25519 <<< 6591 1726773072.26602: stderr chunk (state=3): >>>debug1: Will attempt key: /root/.ssh/id_ed25519_sk <<< 6591 1726773072.26604: stderr chunk (state=3): >>>debug1: Will attempt key: /root/.ssh/id_xmss <<< 6591 1726773072.26614: stderr chunk (state=3): >>>debug2: pubkey_prepare: done <<< 6591 1726773072.26624: stderr chunk (state=3): >>>debug1: SSH2_MSG_EXT_INFO received <<< 6591 1726773072.26631: stderr chunk (state=3): >>>debug1: kex_input_ext_info: server-sig-algs= <<< 6591 1726773072.30679: stderr chunk (state=3): >>>debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received <<< 6591 1726773072.31901: stderr chunk (state=3): >>>debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic <<< 6591 1726773072.31974: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 6591 1726773072.32218: 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 <<< 6591 1726773072.32952: stderr chunk (state=3): >>>debug2: we sent a publickey packet, wait for reply <<< 6591 1726773072.34525: stderr chunk (state=3): >>>System is going down. Unprivileged users are not permitted to log in anymore. For technical details, see pam_nologin(8). <<< 6591 1726773072.38724: stderr chunk (state=3): >>>debug1: Enabling compression at level 6. Authenticated to 10.31.15.197 ([10.31.15.197]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket debug2: fd 5 setting O_NONBLOCK debug1: channel 0: new [/root/.ansible/cp/da8ed1d8ec] debug2: fd 4 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 8104 debug2: fd 5 setting O_NONBLOCK <<< 6591 1726773072.39556: stderr chunk (state=3): >>>debug1: forking to background debug1: Entering interactive session. debug1: pledge: id debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: client_input_hostkeys: searching /root/.ssh/known_hosts for 10.31.15.197 / (none) debug1: client_input_hostkeys: searching /root/.ssh/known_hosts2 for 10.31.15.197 / (none) debug1: client_input_hostkeys: hostkeys file /root/.ssh/known_hosts2 does not exist debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 6 setting O_NONBLOCK debug1: channel 1: new [mux-control] debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 <<< 6591 1726773072.39587: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 1, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0'", env 0 debug1: channel 2: new [client-session] debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open <<< 6591 1726773072.42880: stderr chunk (state=3): >>>Learned new hostkey: RSA SHA256:CNXCK9OLVNl3s0T4FfFSD/v70MD205/ufnvldcpZKx0 Learned new hostkey: ECDSA SHA256:zvd3/UJyRrv7vzy1+mBYpTHElJ4U2Sc8VaYM1K7BKCA Adding new key for 10.31.15.197 to /root/.ssh/known_hosts: ssh-rsa SHA256:CNXCK9OLVNl3s0T4FfFSD/v70MD205/ufnvldcpZKx0 Adding new key for 10.31.15.197 to /root/.ssh/known_hosts: ecdsa-sha2-nistp256 SHA256:zvd3/UJyRrv7vzy1+mBYpTHElJ4U2Sc8VaYM1K7BKCA debug1: update_known_hosts: known hosts file /root/.ssh/known_hosts2 does not exist <<< 6591 1726773072.46885: stderr chunk (state=3): >>>debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug2: channel 2: request pty-req confirm 1 debug1: Sending command: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 <<< 6591 1726773072.46895: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773072.47170: stderr chunk (state=3): >>>debug2: channel_input_status_confirm: type 99 id 2 debug2: PTY allocation request accepted on channel 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 <<< 6591 1726773072.49031: stdout chunk (state=3): >>>8a72a30b-144e-4f78-8713-d0da133e8b1c <<< 6591 1726773072.49162: stderr chunk (state=3): >>>debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 8 efd 9 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 7 efd 9 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 6 wfd 6 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 6 wfd 6 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 debug2: set_control_persist_exit_time: schedule exit in 60 seconds <<< 6591 1726773072.49313: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773072.49317: stdout chunk (state=3): >>><<< 6591 1726773072.61587: stderr chunk (state=3): >>>debug1: channel 0: free: /root/.ansible/cp/da8ed1d8ec, nchannels 1 Connection to 10.31.15.197 closed by remote host. Transferred: sent 3140, received 3196 bytes, in 0.2 seconds Bytes per second: sent 14392.1, received 14648.8 debug1: Exit status -1 debug1: compress outgoing: raw data 995, compressed 853, factor 0.86 debug1: compress incoming: raw data 1371, compressed 1318, factor 0.96 <<< 6591 1726773072.61591: stderr chunk (state=3): >>><<< 6591 1726773072.61668: _low_level_execute_command() done: rc=0, stdout=8a72a30b-144e-4f78-8713-d0da133e8b1c , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 mux_client_request_session: read from master failed: Broken pipe debug1: Connecting to 10.31.15.197 [10.31.15.197] port 22. debug2: fd 4 setting O_NONBLOCK debug1: fd 4 clearing O_NONBLOCK debug1: Connection established. debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_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 4 setting O_NONBLOCK debug1: Authenticating to 10.31.15.197:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:ET9/uJJEpNdD0FO61LhcimzECM1UbaJPA9q1nQVmYoM debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: Host '10.31.15.197' is known and matches the ED25519 host key. debug1: Found key in /root/.ssh/known_hosts:2 debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: 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 System is going down. Unprivileged users are not permitted to log in anymore. For technical details, see pam_nologin(8). debug1: Enabling compression at level 6. Authenticated to 10.31.15.197 ([10.31.15.197]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket debug2: fd 5 setting O_NONBLOCK debug1: channel 0: new [/root/.ansible/cp/da8ed1d8ec] debug2: fd 4 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 8104 debug2: fd 5 setting O_NONBLOCK debug1: forking to background debug1: Entering interactive session. debug1: pledge: id debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: client_input_hostkeys: searching /root/.ssh/known_hosts for 10.31.15.197 / (none) debug1: client_input_hostkeys: searching /root/.ssh/known_hosts2 for 10.31.15.197 / (none) debug1: client_input_hostkeys: hostkeys file /root/.ssh/known_hosts2 does not exist debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 6 setting O_NONBLOCK debug1: channel 1: new [mux-control] debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 debug2: mux_client_hello_exchange: master version 4 debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 1, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0'", env 0 debug1: channel 2: new [client-session] debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open Learned new hostkey: RSA SHA256:CNXCK9OLVNl3s0T4FfFSD/v70MD205/ufnvldcpZKx0 Learned new hostkey: ECDSA SHA256:zvd3/UJyRrv7vzy1+mBYpTHElJ4U2Sc8VaYM1K7BKCA Adding new key for 10.31.15.197 to /root/.ssh/known_hosts: ssh-rsa SHA256:CNXCK9OLVNl3s0T4FfFSD/v70MD205/ufnvldcpZKx0 Adding new key for 10.31.15.197 to /root/.ssh/known_hosts: ecdsa-sha2-nistp256 SHA256:zvd3/UJyRrv7vzy1+mBYpTHElJ4U2Sc8VaYM1K7BKCA debug1: update_known_hosts: known hosts file /root/.ssh/known_hosts2 does not exist debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug2: channel 2: request pty-req confirm 1 debug1: Sending command: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 debug2: channel_input_status_confirm: type 99 id 2 debug2: PTY allocation request accepted on channel 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 8 efd 9 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 7 efd 9 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 6 wfd 6 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 6 wfd 6 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. debug1: channel 0: free: /root/.ansible/cp/da8ed1d8ec, nchannels 1 Connection to 10.31.15.197 closed by remote host. Transferred: sent 3140, received 3196 bytes, in 0.2 seconds Bytes per second: sent 14392.1, received 14648.8 debug1: Exit status -1 debug1: compress outgoing: raw data 995, compressed 853, factor 0.86 debug1: compress incoming: raw data 1371, compressed 1318, factor 0.96 6591 1726773072.61686: reboot: last boot time: 8a72a30b-144e-4f78-8713-d0da133e8b1c 6591 1726773072.61690: reboot: last boot time check fail 'boot time has not changed', retrying in 1.6360 seconds... 6591 1726773074.25358: reboot: getting boot time with command: 'cat /proc/sys/kernel/random/boot_id' 6591 1726773074.25361: _low_level_execute_command(): starting 6591 1726773074.25364: _low_level_execute_command(): executing: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' 6591 1726773074.26009: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773074.26033: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773074.26049: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773074.26068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773074.26124: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773074.26141: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773074.26156: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773074.26175: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773074.26190: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773074.26201: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773074.26215: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773074.26230: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773074.26253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773074.26267: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773074.26282: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773074.26298: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773074.26384: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773074.26400: stderr chunk (state=3): >>>debug1: Control socket "/root/.ansible/cp/da8ed1d8ec" does not exist <<< 6591 1726773074.26419: stderr chunk (state=3): >>>debug1: Connecting to 10.31.15.197 [10.31.15.197] port 22. <<< 6591 1726773074.26436: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773084.27455: stderr chunk (state=3): >>>debug1: connect to address 10.31.15.197 port 22: Connection timed out ssh: connect to host 10.31.15.197 port 22: Connection timed out <<< 6591 1726773084.27506: stderr chunk (state=3): >>><<< 6591 1726773084.27510: stdout chunk (state=3): >>><<< 6591 1726773084.28048: reboot: last boot time check fail 'ssh: connect to host 10.31.15.197 port 22: Connection timed out', retrying in 2.6710 seconds... 6591 1726773086.95168: reboot: getting boot time with command: 'cat /proc/sys/kernel/random/boot_id' 6591 1726773086.95172: _low_level_execute_command(): starting 6591 1726773086.95175: _low_level_execute_command(): executing: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' 6591 1726773086.95608: 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 <<< 6591 1726773086.95612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773086.95641: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773086.95644: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773086.95646: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773086.95694: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug1: Control socket "/root/.ansible/cp/da8ed1d8ec" does not exist debug1: Connecting to 10.31.15.197 [10.31.15.197] port 22. <<< 6591 1726773086.95698: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773094.09706: stderr chunk (state=3): >>>debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. <<< 6591 1726773094.09711: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_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 <<< 6591 1726773094.09713: 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 <<< 6591 1726773094.09715: stderr chunk (state=3): >>>debug1: Local version string SSH-2.0-OpenSSH_8.7 <<< 6591 1726773094.11274: 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.15.197:22 as 'root' <<< 6591 1726773094.11302: stderr chunk (state=3): >>>debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory <<< 6591 1726773094.11308: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT sent <<< 6591 1726773094.12052: 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 <<< 6591 1726773094.12056: stderr chunk (state=3): >>>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 <<< 6591 1726773094.12242: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_KEX_ECDH_REPLY <<< 6591 1726773094.13144: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEX_ECDH_REPLY received <<< 6591 1726773094.13147: stderr chunk (state=3): >>>debug1: Server host key: ssh-ed25519 SHA256:ET9/uJJEpNdD0FO61LhcimzECM1UbaJPA9q1nQVmYoM <<< 6591 1726773094.13168: stderr chunk (state=3): >>>debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: Host '10.31.15.197' is known and matches the ED25519 host key. <<< 6591 1726773094.13171: stderr chunk (state=3): >>>debug1: Found key in /root/.ssh/known_hosts:2 <<< 6591 1726773094.13702: stderr chunk (state=3): >>>debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: set_newkeys: mode 1 <<< 6591 1726773094.13710: 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= <<< 6591 1726773094.17950: stderr chunk (state=3): >>>debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received <<< 6591 1726773094.18121: stderr chunk (state=3): >>>debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic <<< 6591 1726773094.18235: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 6591 1726773094.18276: 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 <<< 6591 1726773094.18714: stderr chunk (state=3): >>>debug2: we sent a publickey packet, wait for reply <<< 6591 1726773094.24469: stderr chunk (state=3): >>>debug1: Enabling compression at level 6. <<< 6591 1726773094.24473: stderr chunk (state=3): >>>Authenticated to 10.31.15.197 ([10.31.15.197]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket <<< 6591 1726773094.24486: stderr chunk (state=3): >>>debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new [/root/.ansible/cp/da8ed1d8ec] debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process <<< 6591 1726773094.24508: stderr chunk (state=3): >>>debug2: control_persist_detach: background process is 8997 <<< 6591 1726773094.24526: stderr chunk (state=3): >>>debug2: fd 4 setting O_NONBLOCK <<< 6591 1726773094.24562: stderr chunk (state=3): >>>debug1: forking to background <<< 6591 1726773094.24628: 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 1, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0'", env 0 <<< 6591 1726773094.24632: stderr chunk (state=3): >>>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 <<< 6591 1726773094.51346: stderr chunk (state=3): >>>debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 <<< 6591 1726773094.51369: stderr chunk (state=3): >>>debug1: client_input_hostkeys: searching /root/.ssh/known_hosts for 10.31.15.197 / (none) <<< 6591 1726773094.51386: stderr chunk (state=3): >>>debug1: client_input_hostkeys: searching /root/.ssh/known_hosts2 for 10.31.15.197 / (none) debug1: client_input_hostkeys: hostkeys file /root/.ssh/known_hosts2 does not exist debug1: client_input_hostkeys: no new or deprecated keys from server <<< 6591 1726773094.51390: stderr chunk (state=3): >>>debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding <<< 6591 1726773094.55482: stderr chunk (state=3): >>>debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug2: channel 2: request pty-req confirm 1 <<< 6591 1726773094.55486: stderr chunk (state=3): >>>debug1: Sending command: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 <<< 6591 1726773094.55488: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773094.55767: stderr chunk (state=3): >>>debug2: channel_input_status_confirm: type 99 id 2 debug2: PTY allocation request accepted on channel 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 <<< 6591 1726773094.59188: stdout chunk (state=3): >>>df3ee8ea-a11c-43a8-bc5c-1a9cba96ccfc <<< 6591 1726773094.59482: stderr chunk (state=3): >>>debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 <<< 6591 1726773094.59486: stderr chunk (state=3): >>>debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 <<< 6591 1726773094.59488: 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 debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug2: Received exit status from master 0 <<< 6591 1726773094.59490: stderr chunk (state=3): >>>Shared connection to 10.31.15.197 closed. <<< 6591 1726773094.59577: stdout chunk (state=3): >>><<< 6591 1726773095.59681: _low_level_execute_command() done: rc=0, stdout=df3ee8ea-a11c-43a8-bc5c-1a9cba96ccfc , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 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/da8ed1d8ec" does not exist debug1: Connecting to 10.31.15.197 [10.31.15.197] 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.15.197:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:ET9/uJJEpNdD0FO61LhcimzECM1UbaJPA9q1nQVmYoM debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: Host '10.31.15.197' is known and matches the ED25519 host key. debug1: Found key in /root/.ssh/known_hosts:2 debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: 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.15.197 ([10.31.15.197]: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/da8ed1d8ec] debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 8997 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 1, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0'", env 0 debug1: channel 2: new [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: client_input_hostkeys: searching /root/.ssh/known_hosts for 10.31.15.197 / (none) debug1: client_input_hostkeys: searching /root/.ssh/known_hosts2 for 10.31.15.197 / (none) debug1: client_input_hostkeys: hostkeys file /root/.ssh/known_hosts2 does not exist debug1: client_input_hostkeys: no new or deprecated keys from server debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug2: channel 2: request pty-req confirm 1 debug1: Sending command: /bin/sh -c 'cat /proc/sys/kernel/random/boot_id && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 debug2: channel_input_status_confirm: type 99 id 2 debug2: PTY allocation request accepted on channel 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773095.59690: reboot: last boot time: df3ee8ea-a11c-43a8-bc5c-1a9cba96ccfc 6591 1726773095.59692: reboot: last boot time check success 6591 1726773095.59702: reboot: attempting post-reboot test command 'tuned-adm active' 6591 1726773095.59708: _low_level_execute_command(): starting 6591 1726773095.59711: _low_level_execute_command(): executing: /bin/sh -c 'tuned-adm active && sleep 0' 6591 1726773095.60129: 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 <<< 6591 1726773095.60133: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773095.60160: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773095.60163: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773095.60165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773095.60222: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773095.60225: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773095.60472: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773095.72900: stdout chunk (state=3): >>>Current active profile: virtual-guest kernel_settings <<< 6591 1726773095.74381: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773095.74385: stdout chunk (state=3): >>><<< 6591 1726773095.74388: stderr chunk (state=3): >>><<< 6591 1726773095.74453: _low_level_execute_command() done: rc=0, stdout=Current active profile: virtual-guest kernel_settings , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773095.74457: reboot: post-reboot test command success 6591 1726773095.74460: _low_level_execute_command(): starting 6591 1726773095.74462: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773071.3074818-8018-208847103281689/ > /dev/null 2>&1 && sleep 0' 6591 1726773095.74922: 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 <<< 6591 1726773095.74926: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773095.74957: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773095.74960: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773095.74962: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773095.75013: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773095.75017: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773095.75114: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773095.77077: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773095.77129: stderr chunk (state=3): >>><<< 6591 1726773095.77132: stdout chunk (state=3): >>><<< 6591 1726773095.77145: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773095.77148: handler run complete 6591 1726773095.77162: attempt loop complete, returning result 6591 1726773095.77164: _execute() done 6591 1726773095.77167: dumping result to json 6591 1726773095.77169: done dumping result, returning 6591 1726773095.77177: done running TaskExecutor() for managed_node2/TASK: Reboot the machine - see if settings persist after reboot [1239c35c-e2e1-152b-fb99-000000000015] 6591 1726773095.77182: sending task result for task 1239c35c-e2e1-152b-fb99-000000000015 6591 1726773095.77267: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000015 6591 1726773095.77270: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "elapsed": 23, "rebooted": true } 6591 1726773095.77357: no more pending results, returning what we have 6591 1726773095.77360: results queue empty 6591 1726773095.77361: checking for any_errors_fatal 6591 1726773095.77367: done checking for any_errors_fatal 6591 1726773095.77368: checking for max_fail_percentage 6591 1726773095.77369: done checking for max_fail_percentage 6591 1726773095.77370: checking to see if all hosts have failed and the running result is not ok 6591 1726773095.77379: done checking to see if all hosts have failed 6591 1726773095.77380: getting the remaining hosts for this loop 6591 1726773095.77382: done getting the remaining hosts for this loop 6591 1726773095.77385: getting the next task for host managed_node2 6591 1726773095.77390: done getting next task for host managed_node2 6591 1726773095.77393: ^ task is: TASK: Check sysctl after reboot 6591 1726773095.77395: ^ state is: HOST STATE: block=2, task=19, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773095.77397: getting variables 6591 1726773095.77399: in VariableManager get_vars() 6591 1726773095.77431: Calling all_inventory to load vars for managed_node2 6591 1726773095.77434: Calling groups_inventory to load vars for managed_node2 6591 1726773095.77436: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773095.77445: Calling all_plugins_play to load vars for managed_node2 6591 1726773095.77447: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773095.77450: Calling groups_plugins_play to load vars for managed_node2 6591 1726773095.77562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773095.77721: done with get_vars() 6591 1726773095.77729: done getting variables 6591 1726773095.77770: 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 [Check sysctl after reboot] *********************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:99 Thursday 19 September 2024 15:11:35 -0400 (0:00:24.534) 0:01:13.248 **** 6591 1726773095.77792: entering _queue_task() for managed_node2/shell 6591 1726773095.77964: worker is 1 (out of 1 available) 6591 1726773095.77975: exiting _queue_task() for managed_node2/shell 6591 1726773095.77989: done queuing things up, now waiting for results queue to drain 6591 1726773095.77990: waiting for pending results... 6591 1726773095.78145: running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot 6591 1726773095.78193: in run() - task 1239c35c-e2e1-152b-fb99-000000000016 6591 1726773095.78207: variable 'ansible_search_path' from source: unknown 6591 1726773095.78237: calling self._execute() 6591 1726773095.78301: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773095.78307: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773095.78315: variable 'omit' from source: magic vars 6591 1726773095.78389: variable 'omit' from source: magic vars 6591 1726773095.78411: variable 'omit' from source: magic vars 6591 1726773095.78435: variable 'omit' from source: magic vars 6591 1726773095.78468: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773095.78495: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773095.78511: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773095.78524: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773095.78536: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773095.78559: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773095.78562: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773095.78564: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773095.78634: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773095.78638: Set connection var ansible_connection to ssh 6591 1726773095.78646: Set connection var ansible_timeout to 10 6591 1726773095.78649: Set connection var ansible_pipelining to False 6591 1726773095.78654: Set connection var ansible_shell_executable to /bin/sh 6591 1726773095.78660: Set connection var ansible_shell_type to sh 6591 1726773095.78677: variable 'ansible_shell_executable' from source: unknown 6591 1726773095.78682: variable 'ansible_connection' from source: unknown 6591 1726773095.78685: variable 'ansible_module_compression' from source: unknown 6591 1726773095.78687: variable 'ansible_shell_type' from source: unknown 6591 1726773095.78690: variable 'ansible_shell_executable' from source: unknown 6591 1726773095.78693: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773095.78697: variable 'ansible_pipelining' from source: unknown 6591 1726773095.78699: variable 'ansible_timeout' from source: unknown 6591 1726773095.78705: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773095.78813: 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) 6591 1726773095.78823: variable 'omit' from source: magic vars 6591 1726773095.78827: starting attempt loop 6591 1726773095.78830: running the handler 6591 1726773095.78839: 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) 6591 1726773095.78854: _low_level_execute_command(): starting 6591 1726773095.78861: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773095.79346: 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 <<< 6591 1726773095.79362: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773095.79375: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773095.79392: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773095.79442: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773095.79455: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773095.79625: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773095.81239: stdout chunk (state=3): >>>/root <<< 6591 1726773095.81339: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773095.81384: stderr chunk (state=3): >>><<< 6591 1726773095.81387: stdout chunk (state=3): >>><<< 6591 1726773095.81408: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773095.81418: _low_level_execute_command(): starting 6591 1726773095.81423: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773095.8140607-9034-108729223411965 `" && echo ansible-tmp-1726773095.8140607-9034-108729223411965="` echo /root/.ansible/tmp/ansible-tmp-1726773095.8140607-9034-108729223411965 `" ) && sleep 0' 6591 1726773095.81827: 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 <<< 6591 1726773095.81840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773095.81856: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773095.81867: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773095.81889: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773095.81925: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773095.81937: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773095.82004: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773095.84043: stdout chunk (state=3): >>>ansible-tmp-1726773095.8140607-9034-108729223411965=/root/.ansible/tmp/ansible-tmp-1726773095.8140607-9034-108729223411965 <<< 6591 1726773095.84153: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773095.84197: stderr chunk (state=3): >>><<< 6591 1726773095.84201: stdout chunk (state=3): >>><<< 6591 1726773095.84214: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773095.8140607-9034-108729223411965=/root/.ansible/tmp/ansible-tmp-1726773095.8140607-9034-108729223411965 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773095.84238: variable 'ansible_module_compression' from source: unknown 6591 1726773095.84283: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773095.84308: variable 'ansible_facts' from source: unknown 6591 1726773095.84371: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773095.8140607-9034-108729223411965/AnsiballZ_command.py 6591 1726773095.84468: Sending initial data 6591 1726773095.84477: Sent initial data (154 bytes) 6591 1726773095.85111: 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 <<< 6591 1726773095.85116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773095.85149: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773095.85153: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773095.85155: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773095.85208: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773095.85212: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773095.85329: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773095.87363: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773095.87486: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773095.87543: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp_w3zweu4 /root/.ansible/tmp/ansible-tmp-1726773095.8140607-9034-108729223411965/AnsiballZ_command.py <<< 6591 1726773095.87600: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773095.88445: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773095.88528: stderr chunk (state=3): >>><<< 6591 1726773095.88531: stdout chunk (state=3): >>><<< 6591 1726773095.88545: done transferring module to remote 6591 1726773095.88554: _low_level_execute_command(): starting 6591 1726773095.88558: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773095.8140607-9034-108729223411965/ /root/.ansible/tmp/ansible-tmp-1726773095.8140607-9034-108729223411965/AnsiballZ_command.py && sleep 0' 6591 1726773095.88968: 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 <<< 6591 1726773095.88972: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773095.88991: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773095.89007: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773095.89051: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773095.89064: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773095.89129: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773095.91020: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773095.91029: stdout chunk (state=3): >>><<< 6591 1726773095.91044: stderr chunk (state=3): >>><<< 6591 1726773095.91059: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773095.91070: _low_level_execute_command(): starting 6591 1726773095.91081: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773095.8140607-9034-108729223411965/AnsiballZ_command.py && sleep 0' 6591 1726773095.91717: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773095.91731: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773095.91746: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773095.91765: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773095.91818: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773095.91830: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773095.91844: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773095.91861: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773095.91873: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773095.91889: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773095.91907: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773095.91922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773095.91938: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773095.91952: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773095.91963: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773095.91974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773095.92060: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773095.92087: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773095.92106: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773095.92180: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.08090: stdout chunk (state=3): >>> {"changed": true, "stdout": "400000", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "start": "2024-09-19 15:11:35.125741", "end": "2024-09-19 15:11:35.132707", "delta": "0:00:00.006966", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6591 1726773096.09292: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773096.09342: stderr chunk (state=3): >>><<< 6591 1726773096.09347: stdout chunk (state=3): >>><<< 6591 1726773096.09362: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "400000", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "start": "2024-09-19 15:11:35.125741", "end": "2024-09-19 15:11:35.132707", "delta": "0:00:00.006966", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773096.09405: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773095.8140607-9034-108729223411965/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773096.09411: _low_level_execute_command(): starting 6591 1726773096.09416: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773095.8140607-9034-108729223411965/ > /dev/null 2>&1 && sleep 0' 6591 1726773096.09907: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773096.09911: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.09913: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.09947: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.09968: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.09972: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.10026: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.10029: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.10138: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.11941: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773096.12006: stderr chunk (state=3): >>><<< 6591 1726773096.12009: stdout chunk (state=3): >>><<< 6591 1726773096.12351: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773096.12361: handler run complete 6591 1726773096.12364: Evaluated conditional (False): False 6591 1726773096.12366: attempt loop complete, returning result 6591 1726773096.12368: _execute() done 6591 1726773096.12371: dumping result to json 6591 1726773096.12373: done dumping result, returning 6591 1726773096.12375: done running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot [1239c35c-e2e1-152b-fb99-000000000016] 6591 1726773096.12380: sending task result for task 1239c35c-e2e1-152b-fb99-000000000016 6591 1726773096.12454: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000016 6591 1726773096.12458: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -x 400000", "delta": "0:00:00.006966", "end": "2024-09-19 15:11:35.132707", "rc": 0, "start": "2024-09-19 15:11:35.125741" } STDOUT: 400000 6591 1726773096.12521: no more pending results, returning what we have 6591 1726773096.12525: results queue empty 6591 1726773096.12526: checking for any_errors_fatal 6591 1726773096.12531: done checking for any_errors_fatal 6591 1726773096.12532: checking for max_fail_percentage 6591 1726773096.12533: done checking for max_fail_percentage 6591 1726773096.12534: checking to see if all hosts have failed and the running result is not ok 6591 1726773096.12535: done checking to see if all hosts have failed 6591 1726773096.12536: getting the remaining hosts for this loop 6591 1726773096.12537: done getting the remaining hosts for this loop 6591 1726773096.12540: getting the next task for host managed_node2 6591 1726773096.12545: done getting next task for host managed_node2 6591 1726773096.12549: ^ task is: TASK: Check sysfs after reboot 6591 1726773096.12551: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773096.12554: getting variables 6591 1726773096.12555: in VariableManager get_vars() 6591 1726773096.12587: Calling all_inventory to load vars for managed_node2 6591 1726773096.12590: Calling groups_inventory to load vars for managed_node2 6591 1726773096.12592: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773096.12602: Calling all_plugins_play to load vars for managed_node2 6591 1726773096.12607: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773096.12610: Calling groups_plugins_play to load vars for managed_node2 6591 1726773096.12846: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773096.13032: done with get_vars() 6591 1726773096.13040: done getting variables 6591 1726773096.13084: 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 [Check sysfs after reboot] ************************************************ task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:105 Thursday 19 September 2024 15:11:36 -0400 (0:00:00.353) 0:01:13.601 **** 6591 1726773096.13106: entering _queue_task() for managed_node2/command 6591 1726773096.13284: worker is 1 (out of 1 available) 6591 1726773096.13296: exiting _queue_task() for managed_node2/command 6591 1726773096.13310: done queuing things up, now waiting for results queue to drain 6591 1726773096.13311: waiting for pending results... 6591 1726773096.13457: running TaskExecutor() for managed_node2/TASK: Check sysfs after reboot 6591 1726773096.13509: in run() - task 1239c35c-e2e1-152b-fb99-000000000017 6591 1726773096.13520: variable 'ansible_search_path' from source: unknown 6591 1726773096.13549: calling self._execute() 6591 1726773096.13612: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773096.13616: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773096.13624: variable 'omit' from source: magic vars 6591 1726773096.13698: variable 'omit' from source: magic vars 6591 1726773096.13721: variable 'omit' from source: magic vars 6591 1726773096.13742: variable 'omit' from source: magic vars 6591 1726773096.13776: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773096.13804: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773096.13820: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773096.13833: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773096.13843: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773096.13866: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773096.13869: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773096.13872: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773096.13945: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773096.13948: Set connection var ansible_connection to ssh 6591 1726773096.13955: Set connection var ansible_timeout to 10 6591 1726773096.13960: Set connection var ansible_pipelining to False 6591 1726773096.13966: Set connection var ansible_shell_executable to /bin/sh 6591 1726773096.13968: Set connection var ansible_shell_type to sh 6591 1726773096.13987: variable 'ansible_shell_executable' from source: unknown 6591 1726773096.13990: variable 'ansible_connection' from source: unknown 6591 1726773096.13992: variable 'ansible_module_compression' from source: unknown 6591 1726773096.13995: variable 'ansible_shell_type' from source: unknown 6591 1726773096.13997: variable 'ansible_shell_executable' from source: unknown 6591 1726773096.13999: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773096.14002: variable 'ansible_pipelining' from source: unknown 6591 1726773096.14005: variable 'ansible_timeout' from source: unknown 6591 1726773096.14010: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773096.14109: 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) 6591 1726773096.14120: variable 'omit' from source: magic vars 6591 1726773096.14125: starting attempt loop 6591 1726773096.14127: running the handler 6591 1726773096.14139: _low_level_execute_command(): starting 6591 1726773096.14146: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773096.14622: 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 <<< 6591 1726773096.14633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.14659: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.14674: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773096.14688: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.14732: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.14739: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.14819: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.16492: stdout chunk (state=3): >>>/root <<< 6591 1726773096.16635: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773096.16677: stderr chunk (state=3): >>><<< 6591 1726773096.16683: stdout chunk (state=3): >>><<< 6591 1726773096.16701: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773096.16720: _low_level_execute_command(): starting 6591 1726773096.16723: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773096.1670141-9050-236152221798782 `" && echo ansible-tmp-1726773096.1670141-9050-236152221798782="` echo /root/.ansible/tmp/ansible-tmp-1726773096.1670141-9050-236152221798782 `" ) && sleep 0' 6591 1726773096.17138: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773096.17148: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.17174: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.17191: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.17240: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.17252: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.17326: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.19483: stdout chunk (state=3): >>>ansible-tmp-1726773096.1670141-9050-236152221798782=/root/.ansible/tmp/ansible-tmp-1726773096.1670141-9050-236152221798782 <<< 6591 1726773096.19645: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773096.19688: stderr chunk (state=3): >>><<< 6591 1726773096.19691: stdout chunk (state=3): >>><<< 6591 1726773096.19706: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773096.1670141-9050-236152221798782=/root/.ansible/tmp/ansible-tmp-1726773096.1670141-9050-236152221798782 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773096.19730: variable 'ansible_module_compression' from source: unknown 6591 1726773096.19768: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773096.19794: variable 'ansible_facts' from source: unknown 6591 1726773096.19858: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773096.1670141-9050-236152221798782/AnsiballZ_command.py 6591 1726773096.19963: Sending initial data 6591 1726773096.19967: Sent initial data (154 bytes) 6591 1726773096.20582: 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 <<< 6591 1726773096.20586: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.20615: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.20619: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.20621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.20673: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773096.20676: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.20744: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.22486: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773096.22546: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773096.22629: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpuslh8cug /root/.ansible/tmp/ansible-tmp-1726773096.1670141-9050-236152221798782/AnsiballZ_command.py <<< 6591 1726773096.22688: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773096.23544: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773096.23627: stderr chunk (state=3): >>><<< 6591 1726773096.23631: stdout chunk (state=3): >>><<< 6591 1726773096.23646: done transferring module to remote 6591 1726773096.23654: _low_level_execute_command(): starting 6591 1726773096.23658: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773096.1670141-9050-236152221798782/ /root/.ansible/tmp/ansible-tmp-1726773096.1670141-9050-236152221798782/AnsiballZ_command.py && sleep 0' 6591 1726773096.24062: 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 <<< 6591 1726773096.24068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.24083: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.24099: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.24102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.24155: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.24159: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.24224: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.25908: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773096.25949: stderr chunk (state=3): >>><<< 6591 1726773096.25952: stdout chunk (state=3): >>><<< 6591 1726773096.25963: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773096.25970: _low_level_execute_command(): starting 6591 1726773096.25973: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773096.1670141-9050-236152221798782/AnsiballZ_command.py && sleep 0' 6591 1726773096.26366: 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 <<< 6591 1726773096.26378: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.26397: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773096.26411: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773096.26426: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.26462: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.26474: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.26546: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.40697: stdout chunk (state=3): >>> {"changed": true, "stdout": "65000", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "65000", "/sys/class/net/lo/mtu"], "start": "2024-09-19 15:11:35.455192", "end": "2024-09-19 15:11:35.458710", "delta": "0:00:00.003518", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 65000 /sys/class/net/lo/mtu", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6591 1726773096.42013: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773096.42073: stderr chunk (state=3): >>><<< 6591 1726773096.42077: stdout chunk (state=3): >>><<< 6591 1726773096.42094: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "65000", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "65000", "/sys/class/net/lo/mtu"], "start": "2024-09-19 15:11:35.455192", "end": "2024-09-19 15:11:35.458710", "delta": "0:00:00.003518", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 65000 /sys/class/net/lo/mtu", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773096.42196: done with _execute_module (ansible.legacy.command, {'_raw_params': 'grep -x 65000 /sys/class/net/lo/mtu', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773096.1670141-9050-236152221798782/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773096.42201: _low_level_execute_command(): starting 6591 1726773096.42208: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773096.1670141-9050-236152221798782/ > /dev/null 2>&1 && sleep 0' 6591 1726773096.42658: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773096.42675: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.42696: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration <<< 6591 1726773096.42710: 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.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.42752: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.42764: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.42855: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.44680: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773096.44720: stderr chunk (state=3): >>><<< 6591 1726773096.44724: stdout chunk (state=3): >>><<< 6591 1726773096.44739: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773096.44747: handler run complete 6591 1726773096.44764: Evaluated conditional (False): False 6591 1726773096.44773: attempt loop complete, returning result 6591 1726773096.44775: _execute() done 6591 1726773096.44778: dumping result to json 6591 1726773096.44785: done dumping result, returning 6591 1726773096.44793: done running TaskExecutor() for managed_node2/TASK: Check sysfs after reboot [1239c35c-e2e1-152b-fb99-000000000017] 6591 1726773096.44799: sending task result for task 1239c35c-e2e1-152b-fb99-000000000017 6591 1726773096.44893: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000017 6591 1726773096.44896: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "grep", "-x", "65000", "/sys/class/net/lo/mtu" ], "delta": "0:00:00.003518", "end": "2024-09-19 15:11:35.458710", "rc": 0, "start": "2024-09-19 15:11:35.455192" } STDOUT: 65000 6591 1726773096.44962: no more pending results, returning what we have 6591 1726773096.44965: results queue empty 6591 1726773096.44966: checking for any_errors_fatal 6591 1726773096.44973: done checking for any_errors_fatal 6591 1726773096.44973: checking for max_fail_percentage 6591 1726773096.44975: done checking for max_fail_percentage 6591 1726773096.44975: checking to see if all hosts have failed and the running result is not ok 6591 1726773096.44976: done checking to see if all hosts have failed 6591 1726773096.44977: getting the remaining hosts for this loop 6591 1726773096.44978: done getting the remaining hosts for this loop 6591 1726773096.44982: getting the next task for host managed_node2 6591 1726773096.44988: done getting next task for host managed_node2 6591 1726773096.44990: ^ task is: TASK: Check sysctl after reboot 6591 1726773096.44992: ^ state is: HOST STATE: block=2, task=21, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773096.44995: getting variables 6591 1726773096.44996: in VariableManager get_vars() 6591 1726773096.45029: Calling all_inventory to load vars for managed_node2 6591 1726773096.45032: Calling groups_inventory to load vars for managed_node2 6591 1726773096.45034: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773096.45044: Calling all_plugins_play to load vars for managed_node2 6591 1726773096.45046: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773096.45049: Calling groups_plugins_play to load vars for managed_node2 6591 1726773096.45195: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773096.45313: done with get_vars() 6591 1726773096.45322: done getting variables 6591 1726773096.45362: 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 [Check sysctl after reboot] *********************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:109 Thursday 19 September 2024 15:11:36 -0400 (0:00:00.322) 0:01:13.924 **** 6591 1726773096.45382: entering _queue_task() for managed_node2/shell 6591 1726773096.45554: worker is 1 (out of 1 available) 6591 1726773096.45566: exiting _queue_task() for managed_node2/shell 6591 1726773096.45578: done queuing things up, now waiting for results queue to drain 6591 1726773096.45579: waiting for pending results... 6591 1726773096.45735: running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot 6591 1726773096.45791: in run() - task 1239c35c-e2e1-152b-fb99-000000000018 6591 1726773096.45802: variable 'ansible_search_path' from source: unknown 6591 1726773096.45835: calling self._execute() 6591 1726773096.45897: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773096.45901: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773096.45910: variable 'omit' from source: magic vars 6591 1726773096.45985: variable 'omit' from source: magic vars 6591 1726773096.46008: variable 'omit' from source: magic vars 6591 1726773096.46032: variable 'omit' from source: magic vars 6591 1726773096.46064: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773096.46093: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773096.46188: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773096.46191: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773096.46194: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773096.46196: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773096.46198: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773096.46200: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773096.46291: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773096.46294: Set connection var ansible_connection to ssh 6591 1726773096.46302: Set connection var ansible_timeout to 10 6591 1726773096.46308: Set connection var ansible_pipelining to False 6591 1726773096.46314: Set connection var ansible_shell_executable to /bin/sh 6591 1726773096.46316: Set connection var ansible_shell_type to sh 6591 1726773096.46337: variable 'ansible_shell_executable' from source: unknown 6591 1726773096.46340: variable 'ansible_connection' from source: unknown 6591 1726773096.46343: variable 'ansible_module_compression' from source: unknown 6591 1726773096.46346: variable 'ansible_shell_type' from source: unknown 6591 1726773096.46348: variable 'ansible_shell_executable' from source: unknown 6591 1726773096.46350: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773096.46355: variable 'ansible_pipelining' from source: unknown 6591 1726773096.46358: variable 'ansible_timeout' from source: unknown 6591 1726773096.46362: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773096.46499: 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) 6591 1726773096.46512: variable 'omit' from source: magic vars 6591 1726773096.46516: starting attempt loop 6591 1726773096.46519: running the handler 6591 1726773096.46532: 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) 6591 1726773096.46546: _low_level_execute_command(): starting 6591 1726773096.46554: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773096.47248: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773096.47260: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773096.47270: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.47288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.47329: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773096.47337: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773096.47346: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.47360: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773096.47369: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773096.47376: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773096.47388: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773096.47399: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.47413: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.47421: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773096.47428: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773096.47439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.47512: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.47528: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773096.47540: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.47858: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.49313: stdout chunk (state=3): >>>/root <<< 6591 1726773096.49446: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773096.49521: stderr chunk (state=3): >>><<< 6591 1726773096.49533: stdout chunk (state=3): >>><<< 6591 1726773096.49650: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773096.49654: _low_level_execute_command(): starting 6591 1726773096.49658: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773096.495621-9060-72461487750787 `" && echo ansible-tmp-1726773096.495621-9060-72461487750787="` echo /root/.ansible/tmp/ansible-tmp-1726773096.495621-9060-72461487750787 `" ) && sleep 0' 6591 1726773096.50221: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773096.50240: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773096.50257: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.50277: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.50326: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773096.50338: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773096.50356: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.50374: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773096.50389: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773096.50400: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773096.50415: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773096.50429: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.50444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.50455: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773096.50464: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773096.50479: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.50556: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.50572: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773096.50588: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.50686: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.52722: stdout chunk (state=3): >>>ansible-tmp-1726773096.495621-9060-72461487750787=/root/.ansible/tmp/ansible-tmp-1726773096.495621-9060-72461487750787 <<< 6591 1726773096.52834: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773096.52908: stderr chunk (state=3): >>><<< 6591 1726773096.52920: stdout chunk (state=3): >>><<< 6591 1726773096.53014: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773096.495621-9060-72461487750787=/root/.ansible/tmp/ansible-tmp-1726773096.495621-9060-72461487750787 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773096.53017: variable 'ansible_module_compression' from source: unknown 6591 1726773096.53123: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773096.53127: variable 'ansible_facts' from source: unknown 6591 1726773096.53176: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773096.495621-9060-72461487750787/AnsiballZ_command.py 6591 1726773096.53322: Sending initial data 6591 1726773096.53325: Sent initial data (152 bytes) 6591 1726773096.54163: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773096.54176: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773096.54187: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.54201: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.54237: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773096.54245: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773096.54254: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.54265: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773096.54273: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773096.54280: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773096.54288: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773096.54297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.54324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.54326: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.54375: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.54379: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.54451: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.56166: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773096.56284: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773096.56346: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp33rynw1s /root/.ansible/tmp/ansible-tmp-1726773096.495621-9060-72461487750787/AnsiballZ_command.py <<< 6591 1726773096.56409: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773096.57654: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773096.57810: stderr chunk (state=3): >>><<< 6591 1726773096.57814: stdout chunk (state=3): >>><<< 6591 1726773096.57816: done transferring module to remote 6591 1726773096.57818: _low_level_execute_command(): starting 6591 1726773096.57820: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773096.495621-9060-72461487750787/ /root/.ansible/tmp/ansible-tmp-1726773096.495621-9060-72461487750787/AnsiballZ_command.py && sleep 0' 6591 1726773096.58356: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773096.58359: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773096.58362: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.58398: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.58401: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773096.58412: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.58463: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.58470: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.58528: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.60246: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773096.60301: stderr chunk (state=3): >>><<< 6591 1726773096.60307: stdout chunk (state=3): >>><<< 6591 1726773096.60360: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773096.60363: _low_level_execute_command(): starting 6591 1726773096.60366: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773096.495621-9060-72461487750787/AnsiballZ_command.py && sleep 0' 6591 1726773096.60889: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773096.60910: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773096.60926: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.60943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.60987: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773096.61000: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773096.61023: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.61039: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773096.61057: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773096.61068: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773096.61083: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773096.61097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.61115: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.61127: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773096.61137: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773096.61150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.61234: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.61258: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773096.61281: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.61447: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.75890: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "start": "2024-09-19 15:11:35.805611", "end": "2024-09-19 15:11:35.810688", "delta": "0:00:00.005077", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6591 1726773096.77190: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773096.77242: stderr chunk (state=3): >>><<< 6591 1726773096.77245: stdout chunk (state=3): >>><<< 6591 1726773096.77262: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "start": "2024-09-19 15:11:35.805611", "end": "2024-09-19 15:11:35.810688", "delta": "0:00:00.005077", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773096.77305: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773096.495621-9060-72461487750787/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773096.77311: _low_level_execute_command(): starting 6591 1726773096.77317: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773096.495621-9060-72461487750787/ > /dev/null 2>&1 && sleep 0' 6591 1726773096.77760: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773096.77764: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.77797: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.77801: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.77813: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.77849: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.77861: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.77932: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.79795: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773096.79841: stderr chunk (state=3): >>><<< 6591 1726773096.79844: stdout chunk (state=3): >>><<< 6591 1726773096.79859: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773096.79865: handler run complete 6591 1726773096.79883: Evaluated conditional (False): False 6591 1726773096.79892: attempt loop complete, returning result 6591 1726773096.79894: _execute() done 6591 1726773096.79897: dumping result to json 6591 1726773096.79901: done dumping result, returning 6591 1726773096.79911: done running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot [1239c35c-e2e1-152b-fb99-000000000018] 6591 1726773096.79916: sending task result for task 1239c35c-e2e1-152b-fb99-000000000018 6591 1726773096.80016: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000018 6591 1726773096.80019: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n kernel.threads-max | grep -Lxvq 29968", "delta": "0:00:00.005077", "end": "2024-09-19 15:11:35.810688", "rc": 0, "start": "2024-09-19 15:11:35.805611" } 6591 1726773096.80080: no more pending results, returning what we have 6591 1726773096.80083: results queue empty 6591 1726773096.80084: checking for any_errors_fatal 6591 1726773096.80091: done checking for any_errors_fatal 6591 1726773096.80091: checking for max_fail_percentage 6591 1726773096.80093: done checking for max_fail_percentage 6591 1726773096.80094: checking to see if all hosts have failed and the running result is not ok 6591 1726773096.80094: done checking to see if all hosts have failed 6591 1726773096.80095: getting the remaining hosts for this loop 6591 1726773096.80097: done getting the remaining hosts for this loop 6591 1726773096.80100: getting the next task for host managed_node2 6591 1726773096.80110: done getting next task for host managed_node2 6591 1726773096.80113: ^ task is: TASK: Check with tuned verify 6591 1726773096.80115: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773096.80119: getting variables 6591 1726773096.80120: in VariableManager get_vars() 6591 1726773096.80150: Calling all_inventory to load vars for managed_node2 6591 1726773096.80152: Calling groups_inventory to load vars for managed_node2 6591 1726773096.80154: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773096.80164: Calling all_plugins_play to load vars for managed_node2 6591 1726773096.80166: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773096.80169: Calling groups_plugins_play to load vars for managed_node2 6591 1726773096.80284: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773096.80401: done with get_vars() 6591 1726773096.80411: done getting variables 6591 1726773096.80454: 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 [Check with tuned verify] ************************************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:115 Thursday 19 September 2024 15:11:36 -0400 (0:00:00.350) 0:01:14.275 **** 6591 1726773096.80473: entering _queue_task() for managed_node2/command 6591 1726773096.80970: worker is 1 (out of 1 available) 6591 1726773096.80980: exiting _queue_task() for managed_node2/command 6591 1726773096.80989: done queuing things up, now waiting for results queue to drain 6591 1726773096.80990: waiting for pending results... 6591 1726773096.81013: running TaskExecutor() for managed_node2/TASK: Check with tuned verify 6591 1726773096.81018: in run() - task 1239c35c-e2e1-152b-fb99-000000000019 6591 1726773096.81021: variable 'ansible_search_path' from source: unknown 6591 1726773096.81060: calling self._execute() 6591 1726773096.81151: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773096.81163: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773096.81181: variable 'omit' from source: magic vars 6591 1726773096.81288: variable 'omit' from source: magic vars 6591 1726773096.81330: variable 'omit' from source: magic vars 6591 1726773096.81365: variable 'omit' from source: magic vars 6591 1726773096.81410: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773096.81452: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773096.81474: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773096.81495: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773096.81514: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773096.81554: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773096.81563: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773096.81571: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773096.81682: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773096.81691: Set connection var ansible_connection to ssh 6591 1726773096.81709: Set connection var ansible_timeout to 10 6591 1726773096.81720: Set connection var ansible_pipelining to False 6591 1726773096.81730: Set connection var ansible_shell_executable to /bin/sh 6591 1726773096.81737: Set connection var ansible_shell_type to sh 6591 1726773096.81765: variable 'ansible_shell_executable' from source: unknown 6591 1726773096.81772: variable 'ansible_connection' from source: unknown 6591 1726773096.81780: variable 'ansible_module_compression' from source: unknown 6591 1726773096.81787: variable 'ansible_shell_type' from source: unknown 6591 1726773096.81794: variable 'ansible_shell_executable' from source: unknown 6591 1726773096.81802: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773096.81813: variable 'ansible_pipelining' from source: unknown 6591 1726773096.81820: variable 'ansible_timeout' from source: unknown 6591 1726773096.81828: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773096.81980: 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) 6591 1726773096.82002: variable 'omit' from source: magic vars 6591 1726773096.82012: starting attempt loop 6591 1726773096.82015: running the handler 6591 1726773096.82026: _low_level_execute_command(): starting 6591 1726773096.82032: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773096.82532: 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 <<< 6591 1726773096.82559: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.82574: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.82627: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.82644: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.82701: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.84442: stdout chunk (state=3): >>>/root <<< 6591 1726773096.84446: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773096.84454: stdout chunk (state=3): >>><<< 6591 1726773096.84457: stderr chunk (state=3): >>><<< 6591 1726773096.84480: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773096.84488: _low_level_execute_command(): starting 6591 1726773096.84493: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773096.8447564-9078-128494466778937 `" && echo ansible-tmp-1726773096.8447564-9078-128494466778937="` echo /root/.ansible/tmp/ansible-tmp-1726773096.8447564-9078-128494466778937 `" ) && sleep 0' 6591 1726773096.85057: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773096.85066: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773096.85080: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.85092: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.85131: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773096.85138: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773096.85149: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.85161: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773096.85169: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773096.85180: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773096.85183: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773096.85191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.85201: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.85211: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773096.85217: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773096.85227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.85292: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.85309: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773096.85321: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.85415: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.87521: stdout chunk (state=3): >>>ansible-tmp-1726773096.8447564-9078-128494466778937=/root/.ansible/tmp/ansible-tmp-1726773096.8447564-9078-128494466778937 <<< 6591 1726773096.87651: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773096.87687: stderr chunk (state=3): >>><<< 6591 1726773096.87690: stdout chunk (state=3): >>><<< 6591 1726773096.87709: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773096.8447564-9078-128494466778937=/root/.ansible/tmp/ansible-tmp-1726773096.8447564-9078-128494466778937 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773096.87730: variable 'ansible_module_compression' from source: unknown 6591 1726773096.87772: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773096.87801: variable 'ansible_facts' from source: unknown 6591 1726773096.87863: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773096.8447564-9078-128494466778937/AnsiballZ_command.py 6591 1726773096.87967: Sending initial data 6591 1726773096.87970: Sent initial data (154 bytes) 6591 1726773096.88595: 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 <<< 6591 1726773096.88602: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.88637: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.88657: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.88660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.88712: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.88717: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.88834: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.90508: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773096.90568: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773096.90628: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpb5sxhii0 /root/.ansible/tmp/ansible-tmp-1726773096.8447564-9078-128494466778937/AnsiballZ_command.py <<< 6591 1726773096.90686: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773096.91555: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773096.91643: stderr chunk (state=3): >>><<< 6591 1726773096.91646: stdout chunk (state=3): >>><<< 6591 1726773096.91663: done transferring module to remote 6591 1726773096.91671: _low_level_execute_command(): starting 6591 1726773096.91676: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773096.8447564-9078-128494466778937/ /root/.ansible/tmp/ansible-tmp-1726773096.8447564-9078-128494466778937/AnsiballZ_command.py && sleep 0' 6591 1726773096.92384: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773096.92388: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773096.92390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.92393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.92395: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773096.92398: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773096.92400: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.92402: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773096.92407: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773096.92410: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773096.92412: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773096.92413: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773096.92416: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.92421: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773096.92423: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773096.92424: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.92533: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.92537: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773096.92539: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.92617: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773096.94371: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773096.94415: stderr chunk (state=3): >>><<< 6591 1726773096.94423: stdout chunk (state=3): >>><<< 6591 1726773096.94434: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773096.94437: _low_level_execute_command(): starting 6591 1726773096.94441: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773096.8447564-9078-128494466778937/AnsiballZ_command.py && sleep 0' 6591 1726773096.94853: 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 <<< 6591 1726773096.94861: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773096.94906: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.94911: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773096.94913: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773096.94962: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773096.94967: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773096.95037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773097.18133: 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:36.136067", "end": "2024-09-19 15:11:36.232780", "delta": "0:00:00.096713", "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}}} <<< 6591 1726773097.19612: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773097.19616: stdout chunk (state=3): >>><<< 6591 1726773097.19619: stderr chunk (state=3): >>><<< 6591 1726773097.19840: _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:36.136067", "end": "2024-09-19 15:11:36.232780", "delta": "0:00:00.096713", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773097.19844: 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-1726773096.8447564-9078-128494466778937/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773097.19847: _low_level_execute_command(): starting 6591 1726773097.19849: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773096.8447564-9078-128494466778937/ > /dev/null 2>&1 && sleep 0' 6591 1726773097.20434: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773097.20446: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773097.20457: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773097.20476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773097.20526: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773097.20539: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773097.20554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773097.20572: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773097.20585: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773097.20602: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773097.20620: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773097.20634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773097.20650: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773097.20662: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773097.20673: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773097.20687: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773097.20770: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773097.20793: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773097.20815: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773097.20968: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773097.22839: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773097.22921: stderr chunk (state=3): >>><<< 6591 1726773097.22935: stdout chunk (state=3): >>><<< 6591 1726773097.23111: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773097.23114: handler run complete 6591 1726773097.23117: Evaluated conditional (False): False 6591 1726773097.23119: attempt loop complete, returning result 6591 1726773097.23121: _execute() done 6591 1726773097.23123: dumping result to json 6591 1726773097.23125: done dumping result, returning 6591 1726773097.23128: done running TaskExecutor() for managed_node2/TASK: Check with tuned verify [1239c35c-e2e1-152b-fb99-000000000019] 6591 1726773097.23130: sending task result for task 1239c35c-e2e1-152b-fb99-000000000019 6591 1726773097.23211: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000019 6591 1726773097.23216: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.096713", "end": "2024-09-19 15:11:36.232780", "rc": 0, "start": "2024-09-19 15:11:36.136067" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 6591 1726773097.23286: no more pending results, returning what we have 6591 1726773097.23290: results queue empty 6591 1726773097.23291: checking for any_errors_fatal 6591 1726773097.23299: done checking for any_errors_fatal 6591 1726773097.23300: checking for max_fail_percentage 6591 1726773097.23302: done checking for max_fail_percentage 6591 1726773097.23305: checking to see if all hosts have failed and the running result is not ok 6591 1726773097.23306: done checking to see if all hosts have failed 6591 1726773097.23307: getting the remaining hosts for this loop 6591 1726773097.23309: done getting the remaining hosts for this loop 6591 1726773097.23313: getting the next task for host managed_node2 6591 1726773097.23320: done getting next task for host managed_node2 6591 1726773097.23324: ^ task is: TASK: Apply role again and remove settings 6591 1726773097.23326: ^ state is: HOST STATE: block=2, task=23, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773097.23330: getting variables 6591 1726773097.23332: in VariableManager get_vars() 6591 1726773097.23371: Calling all_inventory to load vars for managed_node2 6591 1726773097.23375: Calling groups_inventory to load vars for managed_node2 6591 1726773097.23378: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773097.23390: Calling all_plugins_play to load vars for managed_node2 6591 1726773097.23393: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773097.23396: Calling groups_plugins_play to load vars for managed_node2 6591 1726773097.23811: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773097.24002: done with get_vars() 6591 1726773097.24019: done getting variables TASK [Apply role again and remove settings] ************************************ task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:119 Thursday 19 September 2024 15:11:37 -0400 (0:00:00.436) 0:01:14.711 **** 6591 1726773097.24113: entering _queue_task() for managed_node2/include_role 6591 1726773097.24346: worker is 1 (out of 1 available) 6591 1726773097.24360: exiting _queue_task() for managed_node2/include_role 6591 1726773097.24372: done queuing things up, now waiting for results queue to drain 6591 1726773097.24374: waiting for pending results... 6591 1726773097.24662: running TaskExecutor() for managed_node2/TASK: Apply role again and remove settings 6591 1726773097.24767: in run() - task 1239c35c-e2e1-152b-fb99-00000000001a 6591 1726773097.24786: variable 'ansible_search_path' from source: unknown 6591 1726773097.24831: calling self._execute() 6591 1726773097.24919: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773097.24936: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773097.24950: variable 'omit' from source: magic vars 6591 1726773097.25058: _execute() done 6591 1726773097.25066: dumping result to json 6591 1726773097.25075: done dumping result, returning 6591 1726773097.25090: done running TaskExecutor() for managed_node2/TASK: Apply role again and remove settings [1239c35c-e2e1-152b-fb99-00000000001a] 6591 1726773097.25102: sending task result for task 1239c35c-e2e1-152b-fb99-00000000001a 6591 1726773097.25255: no more pending results, returning what we have 6591 1726773097.25260: in VariableManager get_vars() 6591 1726773097.25301: Calling all_inventory to load vars for managed_node2 6591 1726773097.25306: Calling groups_inventory to load vars for managed_node2 6591 1726773097.25309: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773097.25323: Calling all_plugins_play to load vars for managed_node2 6591 1726773097.25327: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773097.25330: Calling groups_plugins_play to load vars for managed_node2 6591 1726773097.25523: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773097.25720: done with get_vars() 6591 1726773097.25728: variable 'ansible_search_path' from source: unknown 6591 1726773097.26083: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000001a 6591 1726773097.26086: WORKER PROCESS EXITING 6591 1726773097.26696: variable 'omit' from source: magic vars 6591 1726773097.26713: variable 'omit' from source: magic vars 6591 1726773097.26722: variable 'omit' from source: magic vars 6591 1726773097.26725: we have included files to process 6591 1726773097.26725: generating all_blocks data 6591 1726773097.26726: done generating all_blocks data 6591 1726773097.26729: processing included file: fedora.linux_system_roles.kernel_settings 6591 1726773097.26743: in VariableManager get_vars() 6591 1726773097.26755: done with get_vars() 6591 1726773097.26773: in VariableManager get_vars() 6591 1726773097.26784: done with get_vars() 6591 1726773097.26811: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6591 1726773097.26847: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6591 1726773097.27020: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6591 1726773097.27064: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6591 1726773097.27369: in VariableManager get_vars() 6591 1726773097.27390: done with get_vars() 6591 1726773097.28654: in VariableManager get_vars() 6591 1726773097.28674: done with get_vars() 6591 1726773097.28810: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6591 1726773097.29232: iterating over new_blocks loaded from include file 6591 1726773097.29233: in VariableManager get_vars() 6591 1726773097.29244: done with get_vars() 6591 1726773097.29245: filtering new block on tags 6591 1726773097.29269: done filtering new block on tags 6591 1726773097.29271: in VariableManager get_vars() 6591 1726773097.29280: done with get_vars() 6591 1726773097.29281: filtering new block on tags 6591 1726773097.29304: done filtering new block on tags 6591 1726773097.29306: in VariableManager get_vars() 6591 1726773097.29315: done with get_vars() 6591 1726773097.29316: filtering new block on tags 6591 1726773097.29404: done filtering new block on tags 6591 1726773097.29407: in VariableManager get_vars() 6591 1726773097.29416: done with get_vars() 6591 1726773097.29417: filtering new block on tags 6591 1726773097.29427: done filtering new block on tags 6591 1726773097.29428: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node2 6591 1726773097.29432: extending task lists for all hosts with included blocks 6591 1726773097.30313: done extending task lists 6591 1726773097.30314: done processing included files 6591 1726773097.30315: results queue empty 6591 1726773097.30315: checking for any_errors_fatal 6591 1726773097.30317: done checking for any_errors_fatal 6591 1726773097.30318: checking for max_fail_percentage 6591 1726773097.30319: done checking for max_fail_percentage 6591 1726773097.30319: checking to see if all hosts have failed and the running result is not ok 6591 1726773097.30320: done checking to see if all hosts have failed 6591 1726773097.30320: getting the remaining hosts for this loop 6591 1726773097.30321: done getting the remaining hosts for this loop 6591 1726773097.30323: getting the next task for host managed_node2 6591 1726773097.30325: done getting next task for host managed_node2 6591 1726773097.30327: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6591 1726773097.30328: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773097.30335: getting variables 6591 1726773097.30336: in VariableManager get_vars() 6591 1726773097.30345: Calling all_inventory to load vars for managed_node2 6591 1726773097.30347: Calling groups_inventory to load vars for managed_node2 6591 1726773097.30348: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773097.30351: Calling all_plugins_play to load vars for managed_node2 6591 1726773097.30353: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773097.30354: Calling groups_plugins_play to load vars for managed_node2 6591 1726773097.30434: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773097.30543: done with get_vars() 6591 1726773097.30551: done getting variables 6591 1726773097.30575: 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:11:37 -0400 (0:00:00.064) 0:01:14.776 **** 6591 1726773097.30594: entering _queue_task() for managed_node2/fail 6591 1726773097.30778: worker is 1 (out of 1 available) 6591 1726773097.30792: exiting _queue_task() for managed_node2/fail 6591 1726773097.30805: done queuing things up, now waiting for results queue to drain 6591 1726773097.30806: waiting for pending results... 6591 1726773097.31011: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6591 1726773097.31115: in run() - task 1239c35c-e2e1-152b-fb99-0000000002ff 6591 1726773097.31135: variable 'ansible_search_path' from source: unknown 6591 1726773097.31144: variable 'ansible_search_path' from source: unknown 6591 1726773097.31186: calling self._execute() 6591 1726773097.31302: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773097.31317: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773097.31331: variable 'omit' from source: magic vars 6591 1726773097.31792: variable 'kernel_settings_sysctl' from source: include params 6591 1726773097.31812: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773097.31825: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 6591 1726773097.32138: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773097.33870: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773097.33926: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773097.33956: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773097.33985: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773097.34007: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773097.34063: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773097.34086: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773097.34106: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773097.34133: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773097.34144: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773097.34184: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773097.34200: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773097.34220: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773097.34247: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773097.34258: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773097.34291: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773097.34307: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773097.34324: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773097.34351: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773097.34361: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773097.34542: variable 'kernel_settings_sysctl' from source: include params 6591 1726773097.34594: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773097.34703: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773097.34731: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773097.34754: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773097.34777: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773097.34809: 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) 6591 1726773097.34829: 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) 6591 1726773097.34846: 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) 6591 1726773097.34863: 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) 6591 1726773097.34893: 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 6591 1726773097.34896: when evaluation is False, skipping this task 6591 1726773097.34899: _execute() done 6591 1726773097.34946: dumping result to json 6591 1726773097.34950: done dumping result, returning 6591 1726773097.34952: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [1239c35c-e2e1-152b-fb99-0000000002ff] 6591 1726773097.34955: sending task result for task 1239c35c-e2e1-152b-fb99-0000000002ff skipping: [managed_node2] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } 6591 1726773097.35160: no more pending results, returning what we have 6591 1726773097.35163: results queue empty 6591 1726773097.35164: checking for any_errors_fatal 6591 1726773097.35165: done checking for any_errors_fatal 6591 1726773097.35166: checking for max_fail_percentage 6591 1726773097.35167: done checking for max_fail_percentage 6591 1726773097.35170: checking to see if all hosts have failed and the running result is not ok 6591 1726773097.35171: done checking to see if all hosts have failed 6591 1726773097.35171: getting the remaining hosts for this loop 6591 1726773097.35173: done getting the remaining hosts for this loop 6591 1726773097.35175: getting the next task for host managed_node2 6591 1726773097.35181: done getting next task for host managed_node2 6591 1726773097.35184: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6591 1726773097.35187: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773097.35217: getting variables 6591 1726773097.35224: in VariableManager get_vars() 6591 1726773097.35279: Calling all_inventory to load vars for managed_node2 6591 1726773097.35282: Calling groups_inventory to load vars for managed_node2 6591 1726773097.35283: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773097.35291: Calling all_plugins_play to load vars for managed_node2 6591 1726773097.35293: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773097.35296: Calling groups_plugins_play to load vars for managed_node2 6591 1726773097.35471: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773097.35715: done with get_vars() 6591 1726773097.35726: 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:11:37 -0400 (0:00:00.052) 0:01:14.828 **** 6591 1726773097.35825: entering _queue_task() for managed_node2/include_tasks 6591 1726773097.35843: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000002ff 6591 1726773097.35846: WORKER PROCESS EXITING 6591 1726773097.36081: worker is 1 (out of 1 available) 6591 1726773097.36093: exiting _queue_task() for managed_node2/include_tasks 6591 1726773097.36106: done queuing things up, now waiting for results queue to drain 6591 1726773097.36108: waiting for pending results... 6591 1726773097.36348: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6591 1726773097.36430: in run() - task 1239c35c-e2e1-152b-fb99-000000000300 6591 1726773097.36443: variable 'ansible_search_path' from source: unknown 6591 1726773097.36447: variable 'ansible_search_path' from source: unknown 6591 1726773097.36490: calling self._execute() 6591 1726773097.36572: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773097.36583: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773097.36598: variable 'omit' from source: magic vars 6591 1726773097.36700: _execute() done 6591 1726773097.36712: dumping result to json 6591 1726773097.36720: done dumping result, returning 6591 1726773097.36733: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [1239c35c-e2e1-152b-fb99-000000000300] 6591 1726773097.36746: sending task result for task 1239c35c-e2e1-152b-fb99-000000000300 6591 1726773097.36843: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000300 6591 1726773097.36846: WORKER PROCESS EXITING 6591 1726773097.36895: no more pending results, returning what we have 6591 1726773097.36901: in VariableManager get_vars() 6591 1726773097.36946: Calling all_inventory to load vars for managed_node2 6591 1726773097.36950: Calling groups_inventory to load vars for managed_node2 6591 1726773097.36953: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773097.36966: Calling all_plugins_play to load vars for managed_node2 6591 1726773097.36969: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773097.36973: Calling groups_plugins_play to load vars for managed_node2 6591 1726773097.37169: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773097.37431: done with get_vars() 6591 1726773097.37440: variable 'ansible_search_path' from source: unknown 6591 1726773097.37441: variable 'ansible_search_path' from source: unknown 6591 1726773097.37477: we have included files to process 6591 1726773097.37481: generating all_blocks data 6591 1726773097.37483: done generating all_blocks data 6591 1726773097.37495: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6591 1726773097.37497: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6591 1726773097.37499: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6591 1726773097.38211: done processing included file 6591 1726773097.38213: iterating over new_blocks loaded from include file 6591 1726773097.38214: in VariableManager get_vars() 6591 1726773097.38228: done with get_vars() 6591 1726773097.38229: filtering new block on tags 6591 1726773097.38245: done filtering new block on tags 6591 1726773097.38247: in VariableManager get_vars() 6591 1726773097.38260: done with get_vars() 6591 1726773097.38261: filtering new block on tags 6591 1726773097.38284: done filtering new block on tags 6591 1726773097.38286: in VariableManager get_vars() 6591 1726773097.38301: done with get_vars() 6591 1726773097.38302: filtering new block on tags 6591 1726773097.38325: done filtering new block on tags 6591 1726773097.38326: in VariableManager get_vars() 6591 1726773097.38339: done with get_vars() 6591 1726773097.38340: filtering new block on tags 6591 1726773097.38353: done filtering new block on tags 6591 1726773097.38355: 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_node2 6591 1726773097.38358: extending task lists for all hosts with included blocks 6591 1726773097.38449: done extending task lists 6591 1726773097.38450: done processing included files 6591 1726773097.38450: results queue empty 6591 1726773097.38451: checking for any_errors_fatal 6591 1726773097.38453: done checking for any_errors_fatal 6591 1726773097.38454: checking for max_fail_percentage 6591 1726773097.38454: done checking for max_fail_percentage 6591 1726773097.38455: checking to see if all hosts have failed and the running result is not ok 6591 1726773097.38455: done checking to see if all hosts have failed 6591 1726773097.38456: getting the remaining hosts for this loop 6591 1726773097.38457: done getting the remaining hosts for this loop 6591 1726773097.38458: getting the next task for host managed_node2 6591 1726773097.38461: done getting next task for host managed_node2 6591 1726773097.38463: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6591 1726773097.38465: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773097.38471: getting variables 6591 1726773097.38471: in VariableManager get_vars() 6591 1726773097.38482: Calling all_inventory to load vars for managed_node2 6591 1726773097.38483: Calling groups_inventory to load vars for managed_node2 6591 1726773097.38485: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773097.38488: Calling all_plugins_play to load vars for managed_node2 6591 1726773097.38489: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773097.38491: Calling groups_plugins_play to load vars for managed_node2 6591 1726773097.38590: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773097.38701: done with get_vars() 6591 1726773097.38710: 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:11:37 -0400 (0:00:00.029) 0:01:14.858 **** 6591 1726773097.38758: entering _queue_task() for managed_node2/setup 6591 1726773097.38929: worker is 1 (out of 1 available) 6591 1726773097.38942: exiting _queue_task() for managed_node2/setup 6591 1726773097.38955: done queuing things up, now waiting for results queue to drain 6591 1726773097.38957: waiting for pending results... 6591 1726773097.39126: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6591 1726773097.39207: in run() - task 1239c35c-e2e1-152b-fb99-000000000413 6591 1726773097.39219: variable 'ansible_search_path' from source: unknown 6591 1726773097.39222: variable 'ansible_search_path' from source: unknown 6591 1726773097.39251: calling self._execute() 6591 1726773097.39312: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773097.39315: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773097.39324: variable 'omit' from source: magic vars 6591 1726773097.39681: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773097.41590: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773097.41637: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773097.41663: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773097.41693: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773097.41716: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773097.41774: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773097.41798: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773097.41818: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773097.41843: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773097.41854: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773097.41898: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773097.41916: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773097.41932: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773097.41958: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773097.41968: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773097.42091: variable '__kernel_settings_required_facts' from source: role '' all vars 6591 1726773097.42098: variable 'ansible_facts' from source: unknown 6591 1726773097.42159: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 6591 1726773097.42163: when evaluation is False, skipping this task 6591 1726773097.42165: _execute() done 6591 1726773097.42168: dumping result to json 6591 1726773097.42170: done dumping result, returning 6591 1726773097.42177: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [1239c35c-e2e1-152b-fb99-000000000413] 6591 1726773097.42182: sending task result for task 1239c35c-e2e1-152b-fb99-000000000413 6591 1726773097.42261: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000413 6591 1726773097.42264: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 6591 1726773097.42313: no more pending results, returning what we have 6591 1726773097.42317: results queue empty 6591 1726773097.42318: checking for any_errors_fatal 6591 1726773097.42320: done checking for any_errors_fatal 6591 1726773097.42321: checking for max_fail_percentage 6591 1726773097.42322: done checking for max_fail_percentage 6591 1726773097.42323: checking to see if all hosts have failed and the running result is not ok 6591 1726773097.42324: done checking to see if all hosts have failed 6591 1726773097.42324: getting the remaining hosts for this loop 6591 1726773097.42326: done getting the remaining hosts for this loop 6591 1726773097.42330: getting the next task for host managed_node2 6591 1726773097.42337: done getting next task for host managed_node2 6591 1726773097.42340: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6591 1726773097.42344: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773097.42357: getting variables 6591 1726773097.42359: in VariableManager get_vars() 6591 1726773097.42390: Calling all_inventory to load vars for managed_node2 6591 1726773097.42393: Calling groups_inventory to load vars for managed_node2 6591 1726773097.42395: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773097.42407: Calling all_plugins_play to load vars for managed_node2 6591 1726773097.42411: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773097.42414: Calling groups_plugins_play to load vars for managed_node2 6591 1726773097.42542: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773097.42663: done with get_vars() 6591 1726773097.42671: 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:11:37 -0400 (0:00:00.039) 0:01:14.897 **** 6591 1726773097.42733: entering _queue_task() for managed_node2/stat 6591 1726773097.42901: worker is 1 (out of 1 available) 6591 1726773097.42913: exiting _queue_task() for managed_node2/stat 6591 1726773097.42924: done queuing things up, now waiting for results queue to drain 6591 1726773097.42925: waiting for pending results... 6591 1726773097.43088: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6591 1726773097.43166: in run() - task 1239c35c-e2e1-152b-fb99-000000000415 6591 1726773097.43179: variable 'ansible_search_path' from source: unknown 6591 1726773097.43182: variable 'ansible_search_path' from source: unknown 6591 1726773097.43213: calling self._execute() 6591 1726773097.43271: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773097.43275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773097.43288: variable 'omit' from source: magic vars 6591 1726773097.43649: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773097.43806: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773097.43839: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773097.43863: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773097.43889: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773097.43951: 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) 6591 1726773097.43969: 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) 6591 1726773097.43989: 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) 6591 1726773097.44007: 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) 6591 1726773097.44091: variable '__kernel_settings_is_ostree' from source: set_fact 6591 1726773097.44098: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6591 1726773097.44101: when evaluation is False, skipping this task 6591 1726773097.44106: _execute() done 6591 1726773097.44108: dumping result to json 6591 1726773097.44111: done dumping result, returning 6591 1726773097.44119: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [1239c35c-e2e1-152b-fb99-000000000415] 6591 1726773097.44124: sending task result for task 1239c35c-e2e1-152b-fb99-000000000415 6591 1726773097.44210: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000415 6591 1726773097.44213: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6591 1726773097.44273: no more pending results, returning what we have 6591 1726773097.44275: results queue empty 6591 1726773097.44276: checking for any_errors_fatal 6591 1726773097.44282: done checking for any_errors_fatal 6591 1726773097.44283: checking for max_fail_percentage 6591 1726773097.44284: done checking for max_fail_percentage 6591 1726773097.44285: checking to see if all hosts have failed and the running result is not ok 6591 1726773097.44285: done checking to see if all hosts have failed 6591 1726773097.44286: getting the remaining hosts for this loop 6591 1726773097.44287: done getting the remaining hosts for this loop 6591 1726773097.44290: getting the next task for host managed_node2 6591 1726773097.44295: done getting next task for host managed_node2 6591 1726773097.44298: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6591 1726773097.44302: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773097.44316: getting variables 6591 1726773097.44318: in VariableManager get_vars() 6591 1726773097.44341: Calling all_inventory to load vars for managed_node2 6591 1726773097.44378: Calling groups_inventory to load vars for managed_node2 6591 1726773097.44381: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773097.44387: Calling all_plugins_play to load vars for managed_node2 6591 1726773097.44389: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773097.44390: Calling groups_plugins_play to load vars for managed_node2 6591 1726773097.44484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773097.44602: done with get_vars() 6591 1726773097.44610: done getting variables 6591 1726773097.44647: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:11:37 -0400 (0:00:00.019) 0:01:14.917 **** 6591 1726773097.44669: entering _queue_task() for managed_node2/set_fact 6591 1726773097.44833: worker is 1 (out of 1 available) 6591 1726773097.44845: exiting _queue_task() for managed_node2/set_fact 6591 1726773097.44857: done queuing things up, now waiting for results queue to drain 6591 1726773097.44858: waiting for pending results... 6591 1726773097.45016: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6591 1726773097.45091: in run() - task 1239c35c-e2e1-152b-fb99-000000000416 6591 1726773097.45102: variable 'ansible_search_path' from source: unknown 6591 1726773097.45109: variable 'ansible_search_path' from source: unknown 6591 1726773097.45133: calling self._execute() 6591 1726773097.45193: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773097.45197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773097.45207: variable 'omit' from source: magic vars 6591 1726773097.45513: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773097.45684: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773097.45715: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773097.45762: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773097.45788: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773097.45851: 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) 6591 1726773097.45870: 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) 6591 1726773097.45889: 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) 6591 1726773097.45907: 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) 6591 1726773097.45991: variable '__kernel_settings_is_ostree' from source: set_fact 6591 1726773097.46000: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6591 1726773097.46004: when evaluation is False, skipping this task 6591 1726773097.46007: _execute() done 6591 1726773097.46010: dumping result to json 6591 1726773097.46012: done dumping result, returning 6591 1726773097.46019: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [1239c35c-e2e1-152b-fb99-000000000416] 6591 1726773097.46025: sending task result for task 1239c35c-e2e1-152b-fb99-000000000416 6591 1726773097.46109: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000416 6591 1726773097.46113: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6591 1726773097.46153: no more pending results, returning what we have 6591 1726773097.46156: results queue empty 6591 1726773097.46157: checking for any_errors_fatal 6591 1726773097.46160: done checking for any_errors_fatal 6591 1726773097.46161: checking for max_fail_percentage 6591 1726773097.46163: done checking for max_fail_percentage 6591 1726773097.46163: checking to see if all hosts have failed and the running result is not ok 6591 1726773097.46164: done checking to see if all hosts have failed 6591 1726773097.46165: getting the remaining hosts for this loop 6591 1726773097.46166: done getting the remaining hosts for this loop 6591 1726773097.46169: getting the next task for host managed_node2 6591 1726773097.46176: done getting next task for host managed_node2 6591 1726773097.46181: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6591 1726773097.46185: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773097.46198: getting variables 6591 1726773097.46199: in VariableManager get_vars() 6591 1726773097.46225: Calling all_inventory to load vars for managed_node2 6591 1726773097.46227: Calling groups_inventory to load vars for managed_node2 6591 1726773097.46229: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773097.46234: Calling all_plugins_play to load vars for managed_node2 6591 1726773097.46236: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773097.46238: Calling groups_plugins_play to load vars for managed_node2 6591 1726773097.46337: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773097.46459: done with get_vars() 6591 1726773097.46466: 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:11:37 -0400 (0:00:00.018) 0:01:14.935 **** 6591 1726773097.46529: entering _queue_task() for managed_node2/stat 6591 1726773097.46688: worker is 1 (out of 1 available) 6591 1726773097.46700: exiting _queue_task() for managed_node2/stat 6591 1726773097.46712: done queuing things up, now waiting for results queue to drain 6591 1726773097.46714: waiting for pending results... 6591 1726773097.46864: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6591 1726773097.46937: in run() - task 1239c35c-e2e1-152b-fb99-000000000418 6591 1726773097.46948: variable 'ansible_search_path' from source: unknown 6591 1726773097.46951: variable 'ansible_search_path' from source: unknown 6591 1726773097.46976: calling self._execute() 6591 1726773097.47083: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773097.47087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773097.47094: variable 'omit' from source: magic vars 6591 1726773097.47406: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773097.47565: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773097.47596: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773097.47626: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773097.47652: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773097.47710: 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) 6591 1726773097.47730: 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) 6591 1726773097.47751: 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) 6591 1726773097.47769: 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) 6591 1726773097.47855: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773097.47861: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6591 1726773097.47864: when evaluation is False, skipping this task 6591 1726773097.47867: _execute() done 6591 1726773097.47869: dumping result to json 6591 1726773097.47872: done dumping result, returning 6591 1726773097.47879: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [1239c35c-e2e1-152b-fb99-000000000418] 6591 1726773097.47887: sending task result for task 1239c35c-e2e1-152b-fb99-000000000418 6591 1726773097.47969: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000418 6591 1726773097.47972: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6591 1726773097.48020: no more pending results, returning what we have 6591 1726773097.48023: results queue empty 6591 1726773097.48024: checking for any_errors_fatal 6591 1726773097.48029: done checking for any_errors_fatal 6591 1726773097.48030: checking for max_fail_percentage 6591 1726773097.48031: done checking for max_fail_percentage 6591 1726773097.48032: checking to see if all hosts have failed and the running result is not ok 6591 1726773097.48033: done checking to see if all hosts have failed 6591 1726773097.48033: getting the remaining hosts for this loop 6591 1726773097.48035: done getting the remaining hosts for this loop 6591 1726773097.48038: getting the next task for host managed_node2 6591 1726773097.48043: done getting next task for host managed_node2 6591 1726773097.48045: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6591 1726773097.48049: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773097.48061: getting variables 6591 1726773097.48063: in VariableManager get_vars() 6591 1726773097.48124: Calling all_inventory to load vars for managed_node2 6591 1726773097.48126: Calling groups_inventory to load vars for managed_node2 6591 1726773097.48128: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773097.48134: Calling all_plugins_play to load vars for managed_node2 6591 1726773097.48136: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773097.48137: Calling groups_plugins_play to load vars for managed_node2 6591 1726773097.48227: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773097.48344: done with get_vars() 6591 1726773097.48350: done getting variables 6591 1726773097.48388: 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:11:37 -0400 (0:00:00.018) 0:01:14.954 **** 6591 1726773097.48411: entering _queue_task() for managed_node2/set_fact 6591 1726773097.48562: worker is 1 (out of 1 available) 6591 1726773097.48574: exiting _queue_task() for managed_node2/set_fact 6591 1726773097.48585: done queuing things up, now waiting for results queue to drain 6591 1726773097.48586: waiting for pending results... 6591 1726773097.48744: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6591 1726773097.48824: in run() - task 1239c35c-e2e1-152b-fb99-000000000419 6591 1726773097.48836: variable 'ansible_search_path' from source: unknown 6591 1726773097.48840: variable 'ansible_search_path' from source: unknown 6591 1726773097.48866: calling self._execute() 6591 1726773097.48924: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773097.48928: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773097.48937: variable 'omit' from source: magic vars 6591 1726773097.49234: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773097.49391: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773097.49442: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773097.49467: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773097.49494: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773097.49552: 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) 6591 1726773097.49571: 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) 6591 1726773097.49592: 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) 6591 1726773097.49611: 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) 6591 1726773097.49692: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773097.49699: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6591 1726773097.49702: when evaluation is False, skipping this task 6591 1726773097.49707: _execute() done 6591 1726773097.49710: dumping result to json 6591 1726773097.49712: done dumping result, returning 6591 1726773097.49718: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [1239c35c-e2e1-152b-fb99-000000000419] 6591 1726773097.49728: sending task result for task 1239c35c-e2e1-152b-fb99-000000000419 6591 1726773097.49802: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000419 6591 1726773097.49806: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6591 1726773097.49852: no more pending results, returning what we have 6591 1726773097.49855: results queue empty 6591 1726773097.49856: checking for any_errors_fatal 6591 1726773097.49860: done checking for any_errors_fatal 6591 1726773097.49860: checking for max_fail_percentage 6591 1726773097.49862: done checking for max_fail_percentage 6591 1726773097.49863: checking to see if all hosts have failed and the running result is not ok 6591 1726773097.49864: done checking to see if all hosts have failed 6591 1726773097.49864: getting the remaining hosts for this loop 6591 1726773097.49866: done getting the remaining hosts for this loop 6591 1726773097.49869: getting the next task for host managed_node2 6591 1726773097.49875: done getting next task for host managed_node2 6591 1726773097.49878: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6591 1726773097.49882: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773097.49894: getting variables 6591 1726773097.49895: in VariableManager get_vars() 6591 1726773097.49919: Calling all_inventory to load vars for managed_node2 6591 1726773097.49921: Calling groups_inventory to load vars for managed_node2 6591 1726773097.49922: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773097.49928: Calling all_plugins_play to load vars for managed_node2 6591 1726773097.49930: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773097.49931: Calling groups_plugins_play to load vars for managed_node2 6591 1726773097.50030: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773097.50150: done with get_vars() 6591 1726773097.50157: done getting variables 6591 1726773097.50196: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:11:37 -0400 (0:00:00.018) 0:01:14.972 **** 6591 1726773097.50219: entering _queue_task() for managed_node2/include_vars 6591 1726773097.50371: worker is 1 (out of 1 available) 6591 1726773097.50383: exiting _queue_task() for managed_node2/include_vars 6591 1726773097.50394: done queuing things up, now waiting for results queue to drain 6591 1726773097.50395: waiting for pending results... 6591 1726773097.50549: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6591 1726773097.50623: in run() - task 1239c35c-e2e1-152b-fb99-00000000041b 6591 1726773097.50634: variable 'ansible_search_path' from source: unknown 6591 1726773097.50638: variable 'ansible_search_path' from source: unknown 6591 1726773097.50663: calling self._execute() 6591 1726773097.50769: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773097.50773: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773097.50782: variable 'omit' from source: magic vars 6591 1726773097.50850: variable 'omit' from source: magic vars 6591 1726773097.50890: variable 'omit' from source: magic vars 6591 1726773097.51122: variable 'ffparams' from source: task vars 6591 1726773097.51214: variable 'ansible_facts' from source: unknown 6591 1726773097.51334: variable 'ansible_facts' from source: unknown 6591 1726773097.51423: variable 'ansible_facts' from source: unknown 6591 1726773097.51512: variable 'ansible_facts' from source: unknown 6591 1726773097.51590: variable 'role_path' from source: magic vars 6591 1726773097.51695: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6591 1726773097.51837: Loaded config def from plugin (lookup/first_found) 6591 1726773097.51841: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 6591 1726773097.51868: variable 'ansible_search_path' from source: unknown 6591 1726773097.51885: variable 'ansible_search_path' from source: unknown 6591 1726773097.51892: variable 'ansible_search_path' from source: unknown 6591 1726773097.51898: variable 'ansible_search_path' from source: unknown 6591 1726773097.51907: variable 'ansible_search_path' from source: unknown 6591 1726773097.51925: variable 'omit' from source: magic vars 6591 1726773097.51943: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773097.51962: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773097.51975: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773097.51989: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773097.51998: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773097.52023: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773097.52026: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773097.52028: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773097.52089: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773097.52092: Set connection var ansible_connection to ssh 6591 1726773097.52099: Set connection var ansible_timeout to 10 6591 1726773097.52105: Set connection var ansible_pipelining to False 6591 1726773097.52111: Set connection var ansible_shell_executable to /bin/sh 6591 1726773097.52113: Set connection var ansible_shell_type to sh 6591 1726773097.52130: variable 'ansible_shell_executable' from source: unknown 6591 1726773097.52133: variable 'ansible_connection' from source: unknown 6591 1726773097.52135: variable 'ansible_module_compression' from source: unknown 6591 1726773097.52139: variable 'ansible_shell_type' from source: unknown 6591 1726773097.52141: variable 'ansible_shell_executable' from source: unknown 6591 1726773097.52143: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773097.52145: variable 'ansible_pipelining' from source: unknown 6591 1726773097.52148: variable 'ansible_timeout' from source: unknown 6591 1726773097.52153: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773097.52224: 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) 6591 1726773097.52234: variable 'omit' from source: magic vars 6591 1726773097.52236: starting attempt loop 6591 1726773097.52239: running the handler 6591 1726773097.52283: handler run complete 6591 1726773097.52289: attempt loop complete, returning result 6591 1726773097.52292: _execute() done 6591 1726773097.52295: dumping result to json 6591 1726773097.52297: done dumping result, returning 6591 1726773097.52307: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [1239c35c-e2e1-152b-fb99-00000000041b] 6591 1726773097.52312: sending task result for task 1239c35c-e2e1-152b-fb99-00000000041b 6591 1726773097.52405: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000041b 6591 1726773097.52409: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6591 1726773097.52527: no more pending results, returning what we have 6591 1726773097.52528: results queue empty 6591 1726773097.52529: checking for any_errors_fatal 6591 1726773097.52531: done checking for any_errors_fatal 6591 1726773097.52532: checking for max_fail_percentage 6591 1726773097.52533: done checking for max_fail_percentage 6591 1726773097.52533: checking to see if all hosts have failed and the running result is not ok 6591 1726773097.52534: done checking to see if all hosts have failed 6591 1726773097.52534: getting the remaining hosts for this loop 6591 1726773097.52535: done getting the remaining hosts for this loop 6591 1726773097.52539: getting the next task for host managed_node2 6591 1726773097.52544: done getting next task for host managed_node2 6591 1726773097.52546: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6591 1726773097.52547: ^ state is: HOST STATE: block=2, task=24, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773097.52553: getting variables 6591 1726773097.52554: in VariableManager get_vars() 6591 1726773097.52574: Calling all_inventory to load vars for managed_node2 6591 1726773097.52575: Calling groups_inventory to load vars for managed_node2 6591 1726773097.52579: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773097.52585: Calling all_plugins_play to load vars for managed_node2 6591 1726773097.52586: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773097.52588: Calling groups_plugins_play to load vars for managed_node2 6591 1726773097.52676: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773097.52797: done with get_vars() 6591 1726773097.52804: done getting variables 6591 1726773097.52840: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:11:37 -0400 (0:00:00.026) 0:01:14.999 **** 6591 1726773097.52859: entering _queue_task() for managed_node2/package 6591 1726773097.53012: worker is 1 (out of 1 available) 6591 1726773097.53025: exiting _queue_task() for managed_node2/package 6591 1726773097.53036: done queuing things up, now waiting for results queue to drain 6591 1726773097.53037: waiting for pending results... 6591 1726773097.53189: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6591 1726773097.53245: in run() - task 1239c35c-e2e1-152b-fb99-000000000301 6591 1726773097.53257: variable 'ansible_search_path' from source: unknown 6591 1726773097.53261: variable 'ansible_search_path' from source: unknown 6591 1726773097.53286: calling self._execute() 6591 1726773097.53343: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773097.53347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773097.53355: variable 'omit' from source: magic vars 6591 1726773097.53425: variable 'omit' from source: magic vars 6591 1726773097.53456: variable 'omit' from source: magic vars 6591 1726773097.53480: variable '__kernel_settings_packages' from source: include_vars 6591 1726773097.53668: variable '__kernel_settings_packages' from source: include_vars 6591 1726773097.53809: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773097.55360: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773097.55401: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773097.55435: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773097.55461: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773097.55480: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773097.55549: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773097.55569: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773097.55589: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773097.55620: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773097.55628: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773097.55699: variable '__kernel_settings_is_ostree' from source: set_fact 6591 1726773097.55702: variable 'omit' from source: magic vars 6591 1726773097.55728: variable 'omit' from source: magic vars 6591 1726773097.55744: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773097.55764: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773097.55777: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773097.55793: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773097.55801: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773097.55823: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773097.55826: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773097.55828: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773097.55893: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773097.55896: Set connection var ansible_connection to ssh 6591 1726773097.55905: Set connection var ansible_timeout to 10 6591 1726773097.55910: Set connection var ansible_pipelining to False 6591 1726773097.55915: Set connection var ansible_shell_executable to /bin/sh 6591 1726773097.55917: Set connection var ansible_shell_type to sh 6591 1726773097.55933: variable 'ansible_shell_executable' from source: unknown 6591 1726773097.55935: variable 'ansible_connection' from source: unknown 6591 1726773097.55938: variable 'ansible_module_compression' from source: unknown 6591 1726773097.55941: variable 'ansible_shell_type' from source: unknown 6591 1726773097.55944: variable 'ansible_shell_executable' from source: unknown 6591 1726773097.55946: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773097.55948: variable 'ansible_pipelining' from source: unknown 6591 1726773097.55952: variable 'ansible_timeout' from source: unknown 6591 1726773097.55959: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773097.56047: 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) 6591 1726773097.56056: variable 'omit' from source: magic vars 6591 1726773097.56062: starting attempt loop 6591 1726773097.56067: running the handler 6591 1726773097.56073: variable 'ansible_facts' from source: unknown 6591 1726773097.56076: variable 'ansible_facts' from source: unknown 6591 1726773097.56116: _low_level_execute_command(): starting 6591 1726773097.56121: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773097.56620: 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 <<< 6591 1726773097.56634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773097.56688: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773097.56771: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773097.56796: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773097.56817: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773097.56954: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773097.58720: stdout chunk (state=3): >>>/root <<< 6591 1726773097.58858: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773097.58912: stderr chunk (state=3): >>><<< 6591 1726773097.58915: stdout chunk (state=3): >>><<< 6591 1726773097.58924: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773097.58934: _low_level_execute_command(): starting 6591 1726773097.58940: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773097.5892446-9112-182845183234288 `" && echo ansible-tmp-1726773097.5892446-9112-182845183234288="` echo /root/.ansible/tmp/ansible-tmp-1726773097.5892446-9112-182845183234288 `" ) && sleep 0' 6591 1726773097.59374: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773097.59377: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773097.59409: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773097.59413: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773097.59423: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773097.59475: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773097.59478: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773097.59601: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773097.61660: stdout chunk (state=3): >>>ansible-tmp-1726773097.5892446-9112-182845183234288=/root/.ansible/tmp/ansible-tmp-1726773097.5892446-9112-182845183234288 <<< 6591 1726773097.61851: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773097.61932: stderr chunk (state=3): >>><<< 6591 1726773097.61936: stdout chunk (state=3): >>><<< 6591 1726773097.61984: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773097.5892446-9112-182845183234288=/root/.ansible/tmp/ansible-tmp-1726773097.5892446-9112-182845183234288 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773097.61987: variable 'ansible_module_compression' from source: unknown 6591 1726773097.62052: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 6591 1726773097.62087: variable 'ansible_facts' from source: unknown 6591 1726773097.62196: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773097.5892446-9112-182845183234288/AnsiballZ_dnf.py 6591 1726773097.62346: Sending initial data 6591 1726773097.62349: Sent initial data (150 bytes) 6591 1726773097.63218: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773097.63222: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773097.63256: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773097.63259: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773097.63261: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773097.63316: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773097.63328: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773097.63435: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773097.65147: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773097.65243: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773097.65314: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp3gr_69_q /root/.ansible/tmp/ansible-tmp-1726773097.5892446-9112-182845183234288/AnsiballZ_dnf.py <<< 6591 1726773097.65376: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773097.66528: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773097.66614: stderr chunk (state=3): >>><<< 6591 1726773097.66617: stdout chunk (state=3): >>><<< 6591 1726773097.66635: done transferring module to remote 6591 1726773097.66644: _low_level_execute_command(): starting 6591 1726773097.66648: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773097.5892446-9112-182845183234288/ /root/.ansible/tmp/ansible-tmp-1726773097.5892446-9112-182845183234288/AnsiballZ_dnf.py && sleep 0' 6591 1726773097.67064: 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 <<< 6591 1726773097.67067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773097.67099: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773097.67102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773097.67110: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773097.67113: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773097.67159: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773097.67163: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773097.67230: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773097.68955: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773097.68998: stderr chunk (state=3): >>><<< 6591 1726773097.69004: stdout chunk (state=3): >>><<< 6591 1726773097.69019: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773097.69022: _low_level_execute_command(): starting 6591 1726773097.69026: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773097.5892446-9112-182845183234288/AnsiballZ_dnf.py && sleep 0' 6591 1726773097.69429: 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 <<< 6591 1726773097.69449: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773097.69462: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration <<< 6591 1726773097.69472: 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.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773097.69519: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773097.69531: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773097.69604: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773100.07864: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 6591 1726773100.13820: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773100.13874: stderr chunk (state=3): >>><<< 6591 1726773100.13878: stdout chunk (state=3): >>><<< 6591 1726773100.13897: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773100.13935: 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-1726773097.5892446-9112-182845183234288/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773100.13944: _low_level_execute_command(): starting 6591 1726773100.13947: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773097.5892446-9112-182845183234288/ > /dev/null 2>&1 && sleep 0' 6591 1726773100.14425: 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 <<< 6591 1726773100.14429: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773100.14450: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.14463: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.14512: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773100.14525: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773100.14595: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773100.16446: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773100.16500: stderr chunk (state=3): >>><<< 6591 1726773100.16505: stdout chunk (state=3): >>><<< 6591 1726773100.16519: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773100.16525: handler run complete 6591 1726773100.16552: attempt loop complete, returning result 6591 1726773100.16555: _execute() done 6591 1726773100.16557: dumping result to json 6591 1726773100.16563: done dumping result, returning 6591 1726773100.16571: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [1239c35c-e2e1-152b-fb99-000000000301] 6591 1726773100.16583: sending task result for task 1239c35c-e2e1-152b-fb99-000000000301 6591 1726773100.16683: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000301 6591 1726773100.16686: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 6591 1726773100.16786: no more pending results, returning what we have 6591 1726773100.16790: results queue empty 6591 1726773100.16791: checking for any_errors_fatal 6591 1726773100.16797: done checking for any_errors_fatal 6591 1726773100.16798: checking for max_fail_percentage 6591 1726773100.16800: done checking for max_fail_percentage 6591 1726773100.16801: checking to see if all hosts have failed and the running result is not ok 6591 1726773100.16801: done checking to see if all hosts have failed 6591 1726773100.16802: getting the remaining hosts for this loop 6591 1726773100.16803: done getting the remaining hosts for this loop 6591 1726773100.16812: getting the next task for host managed_node2 6591 1726773100.16821: done getting next task for host managed_node2 6591 1726773100.16824: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6591 1726773100.16826: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773100.16836: getting variables 6591 1726773100.16838: in VariableManager get_vars() 6591 1726773100.16869: Calling all_inventory to load vars for managed_node2 6591 1726773100.16872: Calling groups_inventory to load vars for managed_node2 6591 1726773100.16874: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773100.16882: Calling all_plugins_play to load vars for managed_node2 6591 1726773100.16885: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773100.16888: Calling groups_plugins_play to load vars for managed_node2 6591 1726773100.17009: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773100.17160: done with get_vars() 6591 1726773100.17167: done getting variables 6591 1726773100.17213: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:11:40 -0400 (0:00:02.643) 0:01:17.643 **** 6591 1726773100.17236: entering _queue_task() for managed_node2/debug 6591 1726773100.17417: worker is 1 (out of 1 available) 6591 1726773100.17432: exiting _queue_task() for managed_node2/debug 6591 1726773100.17445: done queuing things up, now waiting for results queue to drain 6591 1726773100.17446: waiting for pending results... 6591 1726773100.17619: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6591 1726773100.17691: in run() - task 1239c35c-e2e1-152b-fb99-000000000303 6591 1726773100.17703: variable 'ansible_search_path' from source: unknown 6591 1726773100.17709: variable 'ansible_search_path' from source: unknown 6591 1726773100.17736: calling self._execute() 6591 1726773100.17799: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773100.17807: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773100.17813: variable 'omit' from source: magic vars 6591 1726773100.18142: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773100.19799: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773100.19844: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773100.19888: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773100.19915: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773100.19937: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773100.19999: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773100.20021: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773100.20039: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773100.20069: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773100.20083: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773100.20158: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773100.20174: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6591 1726773100.20181: when evaluation is False, skipping this task 6591 1726773100.20184: _execute() done 6591 1726773100.20186: dumping result to json 6591 1726773100.20189: done dumping result, returning 6591 1726773100.20194: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [1239c35c-e2e1-152b-fb99-000000000303] 6591 1726773100.20202: sending task result for task 1239c35c-e2e1-152b-fb99-000000000303 6591 1726773100.20286: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000303 6591 1726773100.20289: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 6591 1726773100.20344: no more pending results, returning what we have 6591 1726773100.20347: results queue empty 6591 1726773100.20348: checking for any_errors_fatal 6591 1726773100.20355: done checking for any_errors_fatal 6591 1726773100.20355: checking for max_fail_percentage 6591 1726773100.20357: done checking for max_fail_percentage 6591 1726773100.20358: checking to see if all hosts have failed and the running result is not ok 6591 1726773100.20359: done checking to see if all hosts have failed 6591 1726773100.20359: getting the remaining hosts for this loop 6591 1726773100.20361: done getting the remaining hosts for this loop 6591 1726773100.20364: getting the next task for host managed_node2 6591 1726773100.20371: done getting next task for host managed_node2 6591 1726773100.20374: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6591 1726773100.20377: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773100.20391: getting variables 6591 1726773100.20393: in VariableManager get_vars() 6591 1726773100.20426: Calling all_inventory to load vars for managed_node2 6591 1726773100.20429: Calling groups_inventory to load vars for managed_node2 6591 1726773100.20431: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773100.20439: Calling all_plugins_play to load vars for managed_node2 6591 1726773100.20441: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773100.20444: Calling groups_plugins_play to load vars for managed_node2 6591 1726773100.20558: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773100.20680: done with get_vars() 6591 1726773100.20689: done getting variables 6591 1726773100.20732: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:11:40 -0400 (0:00:00.035) 0:01:17.678 **** 6591 1726773100.20755: entering _queue_task() for managed_node2/reboot 6591 1726773100.20940: worker is 1 (out of 1 available) 6591 1726773100.20952: exiting _queue_task() for managed_node2/reboot 6591 1726773100.20965: done queuing things up, now waiting for results queue to drain 6591 1726773100.20967: waiting for pending results... 6591 1726773100.21142: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6591 1726773100.21212: in run() - task 1239c35c-e2e1-152b-fb99-000000000304 6591 1726773100.21223: variable 'ansible_search_path' from source: unknown 6591 1726773100.21227: variable 'ansible_search_path' from source: unknown 6591 1726773100.21254: calling self._execute() 6591 1726773100.21318: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773100.21322: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773100.21330: variable 'omit' from source: magic vars 6591 1726773100.21657: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773100.23319: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773100.23365: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773100.23396: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773100.23422: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773100.23444: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773100.23506: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773100.23526: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773100.23545: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773100.23574: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773100.23588: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773100.23664: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773100.23678: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6591 1726773100.23682: when evaluation is False, skipping this task 6591 1726773100.23684: _execute() done 6591 1726773100.23687: dumping result to json 6591 1726773100.23691: done dumping result, returning 6591 1726773100.23700: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [1239c35c-e2e1-152b-fb99-000000000304] 6591 1726773100.23706: sending task result for task 1239c35c-e2e1-152b-fb99-000000000304 6591 1726773100.23788: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000304 6591 1726773100.23791: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6591 1726773100.23845: no more pending results, returning what we have 6591 1726773100.23848: results queue empty 6591 1726773100.23849: checking for any_errors_fatal 6591 1726773100.23856: done checking for any_errors_fatal 6591 1726773100.23857: checking for max_fail_percentage 6591 1726773100.23859: done checking for max_fail_percentage 6591 1726773100.23862: checking to see if all hosts have failed and the running result is not ok 6591 1726773100.23863: done checking to see if all hosts have failed 6591 1726773100.23863: getting the remaining hosts for this loop 6591 1726773100.23865: done getting the remaining hosts for this loop 6591 1726773100.23869: getting the next task for host managed_node2 6591 1726773100.23874: done getting next task for host managed_node2 6591 1726773100.23877: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6591 1726773100.23881: ^ state is: HOST STATE: block=2, task=25, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773100.23895: getting variables 6591 1726773100.23897: in VariableManager get_vars() 6591 1726773100.23934: Calling all_inventory to load vars for managed_node2 6591 1726773100.23937: Calling groups_inventory to load vars for managed_node2 6591 1726773100.23939: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773100.23948: Calling all_plugins_play to load vars for managed_node2 6591 1726773100.23951: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773100.23953: Calling groups_plugins_play to load vars for managed_node2 6591 1726773100.24061: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773100.24360: done with get_vars() 6591 1726773100.24367: done getting variables 6591 1726773100.24408: 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:11:40 -0400 (0:00:00.036) 0:01:17.714 **** 6591 1726773100.24429: entering _queue_task() for managed_node2/fail 6591 1726773100.24608: worker is 1 (out of 1 available) 6591 1726773100.24621: exiting _queue_task() for managed_node2/fail 6591 1726773100.24633: done queuing things up, now waiting for results queue to drain 6591 1726773100.24634: waiting for pending results... 6591 1726773100.24800: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6591 1726773100.24874: in run() - task 1239c35c-e2e1-152b-fb99-000000000305 6591 1726773100.24892: variable 'ansible_search_path' from source: unknown 6591 1726773100.24896: variable 'ansible_search_path' from source: unknown 6591 1726773100.24925: calling self._execute() 6591 1726773100.24994: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773100.24998: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773100.25009: variable 'omit' from source: magic vars 6591 1726773100.25340: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773100.26868: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773100.26927: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773100.26955: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773100.26980: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773100.27006: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773100.27062: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773100.27085: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773100.27105: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773100.27132: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773100.27145: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773100.27222: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773100.27234: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6591 1726773100.27238: when evaluation is False, skipping this task 6591 1726773100.27241: _execute() done 6591 1726773100.27244: dumping result to json 6591 1726773100.27246: done dumping result, returning 6591 1726773100.27256: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [1239c35c-e2e1-152b-fb99-000000000305] 6591 1726773100.27260: sending task result for task 1239c35c-e2e1-152b-fb99-000000000305 6591 1726773100.27343: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000305 6591 1726773100.27346: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6591 1726773100.27406: no more pending results, returning what we have 6591 1726773100.27409: results queue empty 6591 1726773100.27410: checking for any_errors_fatal 6591 1726773100.27416: done checking for any_errors_fatal 6591 1726773100.27417: checking for max_fail_percentage 6591 1726773100.27419: done checking for max_fail_percentage 6591 1726773100.27420: checking to see if all hosts have failed and the running result is not ok 6591 1726773100.27420: done checking to see if all hosts have failed 6591 1726773100.27421: getting the remaining hosts for this loop 6591 1726773100.27423: done getting the remaining hosts for this loop 6591 1726773100.27426: getting the next task for host managed_node2 6591 1726773100.27436: done getting next task for host managed_node2 6591 1726773100.27439: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6591 1726773100.27443: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773100.27457: getting variables 6591 1726773100.27459: in VariableManager get_vars() 6591 1726773100.27497: Calling all_inventory to load vars for managed_node2 6591 1726773100.27500: Calling groups_inventory to load vars for managed_node2 6591 1726773100.27502: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773100.27512: Calling all_plugins_play to load vars for managed_node2 6591 1726773100.27515: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773100.27517: Calling groups_plugins_play to load vars for managed_node2 6591 1726773100.27649: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773100.27780: done with get_vars() 6591 1726773100.27788: 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:11:40 -0400 (0:00:00.034) 0:01:17.749 **** 6591 1726773100.27851: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773100.28029: worker is 1 (out of 1 available) 6591 1726773100.28042: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773100.28054: done queuing things up, now waiting for results queue to drain 6591 1726773100.28055: waiting for pending results... 6591 1726773100.28235: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6591 1726773100.28304: in run() - task 1239c35c-e2e1-152b-fb99-000000000307 6591 1726773100.28316: variable 'ansible_search_path' from source: unknown 6591 1726773100.28320: variable 'ansible_search_path' from source: unknown 6591 1726773100.28352: calling self._execute() 6591 1726773100.28422: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773100.28426: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773100.28434: variable 'omit' from source: magic vars 6591 1726773100.28511: variable 'omit' from source: magic vars 6591 1726773100.28543: variable 'omit' from source: magic vars 6591 1726773100.28565: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6591 1726773100.28780: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6591 1726773100.28842: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773100.28867: variable 'omit' from source: magic vars 6591 1726773100.28901: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773100.28930: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773100.28944: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773100.29011: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773100.29019: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773100.29042: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773100.29045: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773100.29048: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773100.29121: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773100.29124: Set connection var ansible_connection to ssh 6591 1726773100.29129: Set connection var ansible_timeout to 10 6591 1726773100.29134: Set connection var ansible_pipelining to False 6591 1726773100.29140: Set connection var ansible_shell_executable to /bin/sh 6591 1726773100.29144: Set connection var ansible_shell_type to sh 6591 1726773100.29159: variable 'ansible_shell_executable' from source: unknown 6591 1726773100.29162: variable 'ansible_connection' from source: unknown 6591 1726773100.29164: variable 'ansible_module_compression' from source: unknown 6591 1726773100.29167: variable 'ansible_shell_type' from source: unknown 6591 1726773100.29170: variable 'ansible_shell_executable' from source: unknown 6591 1726773100.29174: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773100.29181: variable 'ansible_pipelining' from source: unknown 6591 1726773100.29184: variable 'ansible_timeout' from source: unknown 6591 1726773100.29186: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773100.29329: 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) 6591 1726773100.29338: variable 'omit' from source: magic vars 6591 1726773100.29343: starting attempt loop 6591 1726773100.29346: running the handler 6591 1726773100.29357: _low_level_execute_command(): starting 6591 1726773100.29363: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773100.29874: 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 <<< 6591 1726773100.29888: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773100.29920: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773100.29934: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773100.29946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.29988: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773100.30001: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773100.30082: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773100.31783: stdout chunk (state=3): >>>/root <<< 6591 1726773100.31914: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773100.31976: stderr chunk (state=3): >>><<< 6591 1726773100.31983: stdout chunk (state=3): >>><<< 6591 1726773100.32002: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773100.32016: _low_level_execute_command(): starting 6591 1726773100.32023: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773100.320021-9180-10619885975953 `" && echo ansible-tmp-1726773100.320021-9180-10619885975953="` echo /root/.ansible/tmp/ansible-tmp-1726773100.320021-9180-10619885975953 `" ) && sleep 0' 6591 1726773100.32496: 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 <<< 6591 1726773100.32511: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773100.32523: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773100.32546: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.32591: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773100.32613: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773100.32676: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773100.34630: stdout chunk (state=3): >>>ansible-tmp-1726773100.320021-9180-10619885975953=/root/.ansible/tmp/ansible-tmp-1726773100.320021-9180-10619885975953 <<< 6591 1726773100.34735: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773100.34796: stderr chunk (state=3): >>><<< 6591 1726773100.34800: stdout chunk (state=3): >>><<< 6591 1726773100.34822: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773100.320021-9180-10619885975953=/root/.ansible/tmp/ansible-tmp-1726773100.320021-9180-10619885975953 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773100.34863: variable 'ansible_module_compression' from source: unknown 6591 1726773100.34897: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6591 1726773100.34931: variable 'ansible_facts' from source: unknown 6591 1726773100.34993: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773100.320021-9180-10619885975953/AnsiballZ_kernel_settings_get_config.py 6591 1726773100.35109: Sending initial data 6591 1726773100.35119: Sent initial data (171 bytes) 6591 1726773100.35809: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773100.35812: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773100.35847: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.35851: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773100.35854: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.35913: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773100.35920: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773100.35924: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773100.36024: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773100.37712: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773100.37787: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773100.37848: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpi40r67ah /root/.ansible/tmp/ansible-tmp-1726773100.320021-9180-10619885975953/AnsiballZ_kernel_settings_get_config.py <<< 6591 1726773100.37908: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773100.38770: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773100.38873: stderr chunk (state=3): >>><<< 6591 1726773100.38876: stdout chunk (state=3): >>><<< 6591 1726773100.38895: done transferring module to remote 6591 1726773100.38906: _low_level_execute_command(): starting 6591 1726773100.38911: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773100.320021-9180-10619885975953/ /root/.ansible/tmp/ansible-tmp-1726773100.320021-9180-10619885975953/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773100.39363: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773100.39381: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773100.39398: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773100.39415: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773100.39425: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.39464: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773100.39478: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773100.39567: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773100.41249: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773100.41299: stderr chunk (state=3): >>><<< 6591 1726773100.41305: stdout chunk (state=3): >>><<< 6591 1726773100.41322: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773100.41325: _low_level_execute_command(): starting 6591 1726773100.41330: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773100.320021-9180-10619885975953/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773100.41779: 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 <<< 6591 1726773100.41791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773100.41811: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773100.41823: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773100.41833: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.41877: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773100.41891: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773100.41968: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773100.55853: 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"}}} <<< 6591 1726773100.56860: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773100.56924: stderr chunk (state=3): >>><<< 6591 1726773100.56927: stdout chunk (state=3): >>><<< 6591 1726773100.56943: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773100.56971: 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-1726773100.320021-9180-10619885975953/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773100.56979: _low_level_execute_command(): starting 6591 1726773100.56986: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773100.320021-9180-10619885975953/ > /dev/null 2>&1 && sleep 0' 6591 1726773100.57454: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773100.57468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773100.57486: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773100.57499: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773100.57513: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.57559: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773100.57572: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773100.57643: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773100.59417: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773100.59464: stderr chunk (state=3): >>><<< 6591 1726773100.59467: stdout chunk (state=3): >>><<< 6591 1726773100.59491: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773100.59501: handler run complete 6591 1726773100.59529: attempt loop complete, returning result 6591 1726773100.59536: _execute() done 6591 1726773100.59543: dumping result to json 6591 1726773100.59552: done dumping result, returning 6591 1726773100.59567: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [1239c35c-e2e1-152b-fb99-000000000307] 6591 1726773100.59581: sending task result for task 1239c35c-e2e1-152b-fb99-000000000307 ok: [managed_node2] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 6591 1726773100.59779: no more pending results, returning what we have 6591 1726773100.59783: results queue empty 6591 1726773100.59784: checking for any_errors_fatal 6591 1726773100.59789: done checking for any_errors_fatal 6591 1726773100.59790: checking for max_fail_percentage 6591 1726773100.59791: done checking for max_fail_percentage 6591 1726773100.59792: checking to see if all hosts have failed and the running result is not ok 6591 1726773100.59793: done checking to see if all hosts have failed 6591 1726773100.59794: getting the remaining hosts for this loop 6591 1726773100.59795: done getting the remaining hosts for this loop 6591 1726773100.59799: getting the next task for host managed_node2 6591 1726773100.59808: done getting next task for host managed_node2 6591 1726773100.59812: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6591 1726773100.59815: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773100.59830: getting variables 6591 1726773100.59832: in VariableManager get_vars() 6591 1726773100.59867: Calling all_inventory to load vars for managed_node2 6591 1726773100.59871: Calling groups_inventory to load vars for managed_node2 6591 1726773100.59873: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773100.59886: Calling all_plugins_play to load vars for managed_node2 6591 1726773100.59888: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773100.59892: Calling groups_plugins_play to load vars for managed_node2 6591 1726773100.60102: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000307 6591 1726773100.60108: WORKER PROCESS EXITING 6591 1726773100.60128: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773100.60349: done with get_vars() 6591 1726773100.60361: 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:11:40 -0400 (0:00:00.326) 0:01:18.075 **** 6591 1726773100.60467: entering _queue_task() for managed_node2/stat 6591 1726773100.60715: worker is 1 (out of 1 available) 6591 1726773100.60729: exiting _queue_task() for managed_node2/stat 6591 1726773100.60740: done queuing things up, now waiting for results queue to drain 6591 1726773100.60742: waiting for pending results... 6591 1726773100.61017: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6591 1726773100.61081: in run() - task 1239c35c-e2e1-152b-fb99-000000000308 6591 1726773100.61098: variable 'ansible_search_path' from source: unknown 6591 1726773100.61101: variable 'ansible_search_path' from source: unknown 6591 1726773100.61139: variable '__prof_from_conf' from source: task vars 6591 1726773100.61378: variable '__prof_from_conf' from source: task vars 6591 1726773100.61512: variable '__data' from source: task vars 6591 1726773100.61569: variable '__kernel_settings_register_tuned_main' from source: set_fact 6591 1726773100.61711: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773100.61718: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773100.61764: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773100.61779: variable 'omit' from source: magic vars 6591 1726773100.61863: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773100.61871: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773100.61883: variable 'omit' from source: magic vars 6591 1726773100.62052: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773100.63608: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773100.63653: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773100.63683: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773100.63711: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773100.63732: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773100.63792: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773100.63812: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773100.63832: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773100.63858: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773100.63868: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773100.63939: variable 'item' from source: unknown 6591 1726773100.63949: Evaluated conditional (item | length > 0): False 6591 1726773100.63952: when evaluation is False, skipping this task 6591 1726773100.63974: variable 'item' from source: unknown 6591 1726773100.64024: variable 'item' from source: unknown skipping: [managed_node2] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 6591 1726773100.64188: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773100.64191: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773100.64193: variable 'omit' from source: magic vars 6591 1726773100.64242: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773100.64273: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773100.64296: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773100.64321: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773100.64332: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773100.64388: variable 'item' from source: unknown 6591 1726773100.64394: Evaluated conditional (item | length > 0): True 6591 1726773100.64403: variable 'omit' from source: magic vars 6591 1726773100.64431: variable 'omit' from source: magic vars 6591 1726773100.64458: variable 'item' from source: unknown 6591 1726773100.64507: variable 'item' from source: unknown 6591 1726773100.64520: variable 'omit' from source: magic vars 6591 1726773100.64539: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773100.64558: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773100.64571: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773100.64588: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773100.64598: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773100.64622: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773100.64625: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773100.64627: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773100.64691: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773100.64695: Set connection var ansible_connection to ssh 6591 1726773100.64702: Set connection var ansible_timeout to 10 6591 1726773100.64708: Set connection var ansible_pipelining to False 6591 1726773100.64713: Set connection var ansible_shell_executable to /bin/sh 6591 1726773100.64716: Set connection var ansible_shell_type to sh 6591 1726773100.64729: variable 'ansible_shell_executable' from source: unknown 6591 1726773100.64732: variable 'ansible_connection' from source: unknown 6591 1726773100.64734: variable 'ansible_module_compression' from source: unknown 6591 1726773100.64737: variable 'ansible_shell_type' from source: unknown 6591 1726773100.64740: variable 'ansible_shell_executable' from source: unknown 6591 1726773100.64744: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773100.64748: variable 'ansible_pipelining' from source: unknown 6591 1726773100.64750: variable 'ansible_timeout' from source: unknown 6591 1726773100.64755: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773100.64853: 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) 6591 1726773100.64863: variable 'omit' from source: magic vars 6591 1726773100.64866: starting attempt loop 6591 1726773100.64869: running the handler 6591 1726773100.64879: _low_level_execute_command(): starting 6591 1726773100.64887: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773100.65395: 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 <<< 6591 1726773100.65422: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773100.65435: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.65485: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773100.65501: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773100.65569: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773100.67140: stdout chunk (state=3): >>>/root <<< 6591 1726773100.67301: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773100.67356: stderr chunk (state=3): >>><<< 6591 1726773100.67359: stdout chunk (state=3): >>><<< 6591 1726773100.67381: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773100.67389: _low_level_execute_command(): starting 6591 1726773100.67394: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773100.6737843-9190-237767685651048 `" && echo ansible-tmp-1726773100.6737843-9190-237767685651048="` echo /root/.ansible/tmp/ansible-tmp-1726773100.6737843-9190-237767685651048 `" ) && sleep 0' 6591 1726773100.67843: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773100.67860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773100.67876: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773100.67891: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.67940: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773100.67953: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773100.68027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773100.70027: stdout chunk (state=3): >>>ansible-tmp-1726773100.6737843-9190-237767685651048=/root/.ansible/tmp/ansible-tmp-1726773100.6737843-9190-237767685651048 <<< 6591 1726773100.70160: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773100.70217: stderr chunk (state=3): >>><<< 6591 1726773100.70220: stdout chunk (state=3): >>><<< 6591 1726773100.70234: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773100.6737843-9190-237767685651048=/root/.ansible/tmp/ansible-tmp-1726773100.6737843-9190-237767685651048 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773100.70273: variable 'ansible_module_compression' from source: unknown 6591 1726773100.70324: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773100.70349: variable 'ansible_facts' from source: unknown 6591 1726773100.70415: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773100.6737843-9190-237767685651048/AnsiballZ_stat.py 6591 1726773100.70523: Sending initial data 6591 1726773100.70533: Sent initial data (151 bytes) 6591 1726773100.71218: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773100.71221: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773100.71257: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.71261: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773100.71267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.71324: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773100.71327: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773100.71331: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773100.71398: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773100.73149: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773100.73214: stderr chunk (state=3): >>>debug1: Using server download size 261120 <<< 6591 1726773100.73217: stderr chunk (state=3): >>>debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773100.73272: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpgogp5los /root/.ansible/tmp/ansible-tmp-1726773100.6737843-9190-237767685651048/AnsiballZ_stat.py <<< 6591 1726773100.73332: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773100.74208: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773100.74311: stderr chunk (state=3): >>><<< 6591 1726773100.74314: stdout chunk (state=3): >>><<< 6591 1726773100.74330: done transferring module to remote 6591 1726773100.74340: _low_level_execute_command(): starting 6591 1726773100.74345: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773100.6737843-9190-237767685651048/ /root/.ansible/tmp/ansible-tmp-1726773100.6737843-9190-237767685651048/AnsiballZ_stat.py && sleep 0' 6591 1726773100.74800: 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 <<< 6591 1726773100.74806: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773100.74840: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.74843: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773100.74845: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.74898: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773100.74902: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773100.74969: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773100.76685: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773100.76738: stderr chunk (state=3): >>><<< 6591 1726773100.76742: stdout chunk (state=3): >>><<< 6591 1726773100.76756: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773100.76759: _low_level_execute_command(): starting 6591 1726773100.76764: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773100.6737843-9190-237767685651048/AnsiballZ_stat.py && sleep 0' 6591 1726773100.77226: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773100.77229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773100.77249: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773100.77261: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.77311: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773100.77323: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773100.77397: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773100.91160: 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"}}} <<< 6591 1726773100.92130: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773100.92232: stderr chunk (state=3): >>><<< 6591 1726773100.92235: stdout chunk (state=3): >>><<< 6591 1726773100.92367: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773100.92376: 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-1726773100.6737843-9190-237767685651048/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773100.92381: _low_level_execute_command(): starting 6591 1726773100.92384: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773100.6737843-9190-237767685651048/ > /dev/null 2>&1 && sleep 0' 6591 1726773100.93009: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773100.93028: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773100.93044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773100.93063: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773100.93112: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773100.93126: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773100.93146: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.93164: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773100.93176: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773100.93190: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773100.93206: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773100.93221: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773100.93237: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773100.93253: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773100.93265: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773100.93281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.93362: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773100.93388: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773100.93409: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773100.93509: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773100.95416: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773100.95420: stdout chunk (state=3): >>><<< 6591 1726773100.95422: stderr chunk (state=3): >>><<< 6591 1726773100.95909: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773100.95912: handler run complete 6591 1726773100.95915: attempt loop complete, returning result 6591 1726773100.95917: variable 'item' from source: unknown 6591 1726773100.95920: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "exists": false } } 6591 1726773100.96017: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773100.96021: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773100.96024: variable 'omit' from source: magic vars 6591 1726773100.96027: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773100.96030: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773100.96042: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773100.96094: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773100.96119: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773100.96214: variable 'item' from source: unknown 6591 1726773100.96227: Evaluated conditional (item | length > 0): True 6591 1726773100.96234: variable 'omit' from source: magic vars 6591 1726773100.96253: variable 'omit' from source: magic vars 6591 1726773100.96307: variable 'item' from source: unknown 6591 1726773100.96375: variable 'item' from source: unknown 6591 1726773100.96399: variable 'omit' from source: magic vars 6591 1726773100.96426: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773100.96439: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773100.96449: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773100.96465: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773100.96472: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773100.96482: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773100.96596: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773100.96608: Set connection var ansible_connection to ssh 6591 1726773100.96624: Set connection var ansible_timeout to 10 6591 1726773100.96634: Set connection var ansible_pipelining to False 6591 1726773100.96643: Set connection var ansible_shell_executable to /bin/sh 6591 1726773100.96650: Set connection var ansible_shell_type to sh 6591 1726773100.96676: variable 'ansible_shell_executable' from source: unknown 6591 1726773100.96688: variable 'ansible_connection' from source: unknown 6591 1726773100.96696: variable 'ansible_module_compression' from source: unknown 6591 1726773100.96704: variable 'ansible_shell_type' from source: unknown 6591 1726773100.96716: variable 'ansible_shell_executable' from source: unknown 6591 1726773100.96724: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773100.96732: variable 'ansible_pipelining' from source: unknown 6591 1726773100.96739: variable 'ansible_timeout' from source: unknown 6591 1726773100.96748: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773100.96871: 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) 6591 1726773100.96889: variable 'omit' from source: magic vars 6591 1726773100.96898: starting attempt loop 6591 1726773100.96909: running the handler 6591 1726773100.96922: _low_level_execute_command(): starting 6591 1726773100.96935: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773100.97428: 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 <<< 6591 1726773100.97441: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773100.97460: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773100.97477: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773100.97523: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773100.97534: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773100.97608: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773100.99159: stdout chunk (state=3): >>>/root <<< 6591 1726773100.99336: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773100.99410: stderr chunk (state=3): >>><<< 6591 1726773100.99422: stdout chunk (state=3): >>><<< 6591 1726773100.99445: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773100.99461: _low_level_execute_command(): starting 6591 1726773100.99470: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773100.9945116-9190-278712879823606 `" && echo ansible-tmp-1726773100.9945116-9190-278712879823606="` echo /root/.ansible/tmp/ansible-tmp-1726773100.9945116-9190-278712879823606 `" ) && sleep 0' 6591 1726773101.00111: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.00122: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.00153: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773101.00156: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.00159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773101.00161: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.00209: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773101.00220: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773101.00286: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773101.02394: stdout chunk (state=3): >>>ansible-tmp-1726773100.9945116-9190-278712879823606=/root/.ansible/tmp/ansible-tmp-1726773100.9945116-9190-278712879823606 <<< 6591 1726773101.02577: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773101.02645: stderr chunk (state=3): >>><<< 6591 1726773101.02648: stdout chunk (state=3): >>><<< 6591 1726773101.02810: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773100.9945116-9190-278712879823606=/root/.ansible/tmp/ansible-tmp-1726773100.9945116-9190-278712879823606 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773101.02817: variable 'ansible_module_compression' from source: unknown 6591 1726773101.02820: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773101.02822: variable 'ansible_facts' from source: unknown 6591 1726773101.02864: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773100.9945116-9190-278712879823606/AnsiballZ_stat.py 6591 1726773101.03001: Sending initial data 6591 1726773101.03007: Sent initial data (151 bytes) 6591 1726773101.03868: 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 <<< 6591 1726773101.03871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.03909: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.03912: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.03914: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.03976: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773101.03980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773101.04113: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773101.05851: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773101.05940: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773101.06008: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpehqizuui /root/.ansible/tmp/ansible-tmp-1726773100.9945116-9190-278712879823606/AnsiballZ_stat.py <<< 6591 1726773101.06069: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773101.07176: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773101.07409: stderr chunk (state=3): >>><<< 6591 1726773101.07412: stdout chunk (state=3): >>><<< 6591 1726773101.07415: done transferring module to remote 6591 1726773101.07417: _low_level_execute_command(): starting 6591 1726773101.07419: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773100.9945116-9190-278712879823606/ /root/.ansible/tmp/ansible-tmp-1726773100.9945116-9190-278712879823606/AnsiballZ_stat.py && sleep 0' 6591 1726773101.07995: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773101.08015: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.08029: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.08047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.08091: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773101.08107: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773101.08121: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.08138: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773101.08148: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773101.08158: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773101.08169: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.08184: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.08203: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.08222: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773101.08235: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773101.08249: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.08312: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773101.08339: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773101.08343: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773101.08398: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773101.10136: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773101.10188: stderr chunk (state=3): >>><<< 6591 1726773101.10192: stdout chunk (state=3): >>><<< 6591 1726773101.10294: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773101.10297: _low_level_execute_command(): starting 6591 1726773101.10300: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773100.9945116-9190-278712879823606/AnsiballZ_stat.py && sleep 0' 6591 1726773101.10839: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773101.10852: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.10865: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.10887: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.10934: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773101.10948: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773101.10962: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.10985: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773101.10997: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773101.11010: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773101.11025: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.11039: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.11055: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.11068: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773101.11083: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773101.11097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.11171: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773101.11193: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773101.11212: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773101.11333: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773101.27501: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 159, "inode": 438304897, "dev": 51713, "nlink": 4, "atime": 1726773068.6848752, "mtime": 1726773066.7888837, "ctime": 1726773066.7888837, "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": "2265534346", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6591 1726773101.28713: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773101.28772: stderr chunk (state=3): >>><<< 6591 1726773101.28776: stdout chunk (state=3): >>><<< 6591 1726773101.28793: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 159, "inode": 438304897, "dev": 51713, "nlink": 4, "atime": 1726773068.6848752, "mtime": 1726773066.7888837, "ctime": 1726773066.7888837, "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": "2265534346", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773101.28834: 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-1726773100.9945116-9190-278712879823606/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773101.28840: _low_level_execute_command(): starting 6591 1726773101.28845: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773100.9945116-9190-278712879823606/ > /dev/null 2>&1 && sleep 0' 6591 1726773101.29322: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.29326: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.29353: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.29367: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.29413: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773101.29426: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773101.29495: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773101.31252: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773101.31304: stderr chunk (state=3): >>><<< 6591 1726773101.31308: stdout chunk (state=3): >>><<< 6591 1726773101.31322: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773101.31330: handler run complete 6591 1726773101.31359: attempt loop complete, returning result 6591 1726773101.31374: variable 'item' from source: unknown 6591 1726773101.31438: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726773068.6848752, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726773066.7888837, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 438304897, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726773066.7888837, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 159, "uid": 0, "version": "2265534346", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6591 1726773101.31582: dumping result to json 6591 1726773101.31585: done dumping result, returning 6591 1726773101.31587: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [1239c35c-e2e1-152b-fb99-000000000308] 6591 1726773101.31589: sending task result for task 1239c35c-e2e1-152b-fb99-000000000308 6591 1726773101.31634: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000308 6591 1726773101.31637: WORKER PROCESS EXITING 6591 1726773101.31721: no more pending results, returning what we have 6591 1726773101.31724: results queue empty 6591 1726773101.31725: checking for any_errors_fatal 6591 1726773101.31730: done checking for any_errors_fatal 6591 1726773101.31730: checking for max_fail_percentage 6591 1726773101.31732: done checking for max_fail_percentage 6591 1726773101.31733: checking to see if all hosts have failed and the running result is not ok 6591 1726773101.31733: done checking to see if all hosts have failed 6591 1726773101.31734: getting the remaining hosts for this loop 6591 1726773101.31735: done getting the remaining hosts for this loop 6591 1726773101.31738: getting the next task for host managed_node2 6591 1726773101.31743: done getting next task for host managed_node2 6591 1726773101.31746: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6591 1726773101.31749: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773101.31758: getting variables 6591 1726773101.31759: in VariableManager get_vars() 6591 1726773101.31790: Calling all_inventory to load vars for managed_node2 6591 1726773101.31793: Calling groups_inventory to load vars for managed_node2 6591 1726773101.31795: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773101.31805: Calling all_plugins_play to load vars for managed_node2 6591 1726773101.31808: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773101.31811: Calling groups_plugins_play to load vars for managed_node2 6591 1726773101.31920: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773101.32051: done with get_vars() 6591 1726773101.32060: done getting variables 6591 1726773101.32101: 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:11:41 -0400 (0:00:00.716) 0:01:18.791 **** 6591 1726773101.32125: entering _queue_task() for managed_node2/set_fact 6591 1726773101.32307: worker is 1 (out of 1 available) 6591 1726773101.32320: exiting _queue_task() for managed_node2/set_fact 6591 1726773101.32332: done queuing things up, now waiting for results queue to drain 6591 1726773101.32333: waiting for pending results... 6591 1726773101.32509: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6591 1726773101.32581: in run() - task 1239c35c-e2e1-152b-fb99-000000000309 6591 1726773101.32593: variable 'ansible_search_path' from source: unknown 6591 1726773101.32597: variable 'ansible_search_path' from source: unknown 6591 1726773101.32627: calling self._execute() 6591 1726773101.32693: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773101.32697: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773101.32708: variable 'omit' from source: magic vars 6591 1726773101.32840: variable 'omit' from source: magic vars 6591 1726773101.32871: variable 'omit' from source: magic vars 6591 1726773101.33176: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773101.34666: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773101.34720: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773101.34750: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773101.34776: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773101.34799: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773101.34857: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773101.34878: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773101.34898: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773101.34925: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773101.34936: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773101.34970: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773101.34989: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773101.35007: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773101.35032: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773101.35042: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773101.35085: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773101.35104: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773101.35125: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773101.35150: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773101.35161: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773101.35310: variable '__kernel_settings_find_profile_dirs' from source: set_fact 6591 1726773101.35368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773101.35475: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773101.35505: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773101.35531: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773101.35553: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773101.35582: 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) 6591 1726773101.35601: 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) 6591 1726773101.35626: 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) 6591 1726773101.35644: 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) 6591 1726773101.35680: variable 'omit' from source: magic vars 6591 1726773101.35701: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773101.35728: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773101.35742: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773101.35754: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773101.35763: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773101.35787: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773101.35791: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773101.35793: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773101.35896: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773101.35902: Set connection var ansible_connection to ssh 6591 1726773101.35918: Set connection var ansible_timeout to 10 6591 1726773101.35926: Set connection var ansible_pipelining to False 6591 1726773101.35962: Set connection var ansible_shell_executable to /bin/sh 6591 1726773101.35970: Set connection var ansible_shell_type to sh 6591 1726773101.35998: variable 'ansible_shell_executable' from source: unknown 6591 1726773101.36009: variable 'ansible_connection' from source: unknown 6591 1726773101.36017: variable 'ansible_module_compression' from source: unknown 6591 1726773101.36023: variable 'ansible_shell_type' from source: unknown 6591 1726773101.36030: variable 'ansible_shell_executable' from source: unknown 6591 1726773101.36036: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773101.36042: variable 'ansible_pipelining' from source: unknown 6591 1726773101.36049: variable 'ansible_timeout' from source: unknown 6591 1726773101.36056: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773101.36154: 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) 6591 1726773101.36172: variable 'omit' from source: magic vars 6591 1726773101.36183: starting attempt loop 6591 1726773101.36190: running the handler 6591 1726773101.36207: handler run complete 6591 1726773101.36223: attempt loop complete, returning result 6591 1726773101.36228: _execute() done 6591 1726773101.36235: dumping result to json 6591 1726773101.36242: done dumping result, returning 6591 1726773101.36255: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [1239c35c-e2e1-152b-fb99-000000000309] 6591 1726773101.36265: sending task result for task 1239c35c-e2e1-152b-fb99-000000000309 6591 1726773101.36370: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000309 6591 1726773101.36382: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned" }, "changed": false } 6591 1726773101.36450: no more pending results, returning what we have 6591 1726773101.36453: results queue empty 6591 1726773101.36454: checking for any_errors_fatal 6591 1726773101.36463: done checking for any_errors_fatal 6591 1726773101.36464: checking for max_fail_percentage 6591 1726773101.36466: done checking for max_fail_percentage 6591 1726773101.36466: checking to see if all hosts have failed and the running result is not ok 6591 1726773101.36467: done checking to see if all hosts have failed 6591 1726773101.36468: getting the remaining hosts for this loop 6591 1726773101.36469: done getting the remaining hosts for this loop 6591 1726773101.36473: getting the next task for host managed_node2 6591 1726773101.36484: done getting next task for host managed_node2 6591 1726773101.36488: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6591 1726773101.36491: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773101.36501: getting variables 6591 1726773101.36502: in VariableManager get_vars() 6591 1726773101.36539: Calling all_inventory to load vars for managed_node2 6591 1726773101.36542: Calling groups_inventory to load vars for managed_node2 6591 1726773101.36544: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773101.36554: Calling all_plugins_play to load vars for managed_node2 6591 1726773101.36557: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773101.36559: Calling groups_plugins_play to load vars for managed_node2 6591 1726773101.36776: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773101.36990: done with get_vars() 6591 1726773101.37001: done getting variables 6591 1726773101.37175: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:11:41 -0400 (0:00:00.050) 0:01:18.842 **** 6591 1726773101.37199: entering _queue_task() for managed_node2/service 6591 1726773101.37408: worker is 1 (out of 1 available) 6591 1726773101.37421: exiting _queue_task() for managed_node2/service 6591 1726773101.37433: done queuing things up, now waiting for results queue to drain 6591 1726773101.37434: waiting for pending results... 6591 1726773101.37612: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6591 1726773101.37680: in run() - task 1239c35c-e2e1-152b-fb99-00000000030a 6591 1726773101.37690: variable 'ansible_search_path' from source: unknown 6591 1726773101.37694: variable 'ansible_search_path' from source: unknown 6591 1726773101.37731: variable '__kernel_settings_services' from source: include_vars 6591 1726773101.37964: variable '__kernel_settings_services' from source: include_vars 6591 1726773101.38021: variable 'omit' from source: magic vars 6591 1726773101.38102: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773101.38112: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773101.38122: variable 'omit' from source: magic vars 6591 1726773101.38172: variable 'omit' from source: magic vars 6591 1726773101.38204: variable 'omit' from source: magic vars 6591 1726773101.38239: variable 'item' from source: unknown 6591 1726773101.38292: variable 'item' from source: unknown 6591 1726773101.38314: variable 'omit' from source: magic vars 6591 1726773101.38346: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773101.38371: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773101.38388: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773101.38400: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773101.38411: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773101.38435: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773101.38439: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773101.38442: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773101.38510: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773101.38513: Set connection var ansible_connection to ssh 6591 1726773101.38521: Set connection var ansible_timeout to 10 6591 1726773101.38525: Set connection var ansible_pipelining to False 6591 1726773101.38531: Set connection var ansible_shell_executable to /bin/sh 6591 1726773101.38535: Set connection var ansible_shell_type to sh 6591 1726773101.38550: variable 'ansible_shell_executable' from source: unknown 6591 1726773101.38553: variable 'ansible_connection' from source: unknown 6591 1726773101.38559: variable 'ansible_module_compression' from source: unknown 6591 1726773101.38562: variable 'ansible_shell_type' from source: unknown 6591 1726773101.38565: variable 'ansible_shell_executable' from source: unknown 6591 1726773101.38567: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773101.38570: variable 'ansible_pipelining' from source: unknown 6591 1726773101.38572: variable 'ansible_timeout' from source: unknown 6591 1726773101.38577: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773101.38682: 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) 6591 1726773101.38692: variable 'omit' from source: magic vars 6591 1726773101.38697: starting attempt loop 6591 1726773101.38700: running the handler 6591 1726773101.38765: variable 'ansible_facts' from source: unknown 6591 1726773101.38848: _low_level_execute_command(): starting 6591 1726773101.38855: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773101.39515: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773101.39922: 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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773101.39975: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773101.41651: stdout chunk (state=3): >>>/root <<< 6591 1726773101.41834: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773101.41837: stdout chunk (state=3): >>><<< 6591 1726773101.41839: stderr chunk (state=3): >>><<< 6591 1726773101.41944: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773101.41949: _low_level_execute_command(): starting 6591 1726773101.41952: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773101.4185762-9217-108462741713783 `" && echo ansible-tmp-1726773101.4185762-9217-108462741713783="` echo /root/.ansible/tmp/ansible-tmp-1726773101.4185762-9217-108462741713783 `" ) && sleep 0' 6591 1726773101.42493: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773101.42512: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.42529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.42549: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.42593: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773101.42618: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773101.42633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.42652: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773101.42664: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773101.42675: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773101.42688: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.42703: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.42722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.42736: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773101.42749: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773101.42763: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.42844: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773101.42867: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773101.42884: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773101.42976: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773101.44829: stdout chunk (state=3): >>>ansible-tmp-1726773101.4185762-9217-108462741713783=/root/.ansible/tmp/ansible-tmp-1726773101.4185762-9217-108462741713783 <<< 6591 1726773101.45000: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773101.45083: stderr chunk (state=3): >>><<< 6591 1726773101.45116: stdout chunk (state=3): >>><<< 6591 1726773101.45411: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773101.4185762-9217-108462741713783=/root/.ansible/tmp/ansible-tmp-1726773101.4185762-9217-108462741713783 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773101.45414: variable 'ansible_module_compression' from source: unknown 6591 1726773101.45417: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6591 1726773101.45419: variable 'ansible_facts' from source: unknown 6591 1726773101.45513: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773101.4185762-9217-108462741713783/AnsiballZ_systemd.py 6591 1726773101.45802: Sending initial data 6591 1726773101.45807: Sent initial data (154 bytes) 6591 1726773101.46936: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.46941: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.46975: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.46979: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.46982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.47057: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773101.47062: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773101.47065: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773101.47224: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773101.48889: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773101.48946: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773101.49075: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp6d6do0lz /root/.ansible/tmp/ansible-tmp-1726773101.4185762-9217-108462741713783/AnsiballZ_systemd.py <<< 6591 1726773101.49132: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773101.51888: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773101.52092: stderr chunk (state=3): >>><<< 6591 1726773101.52096: stdout chunk (state=3): >>><<< 6591 1726773101.52098: done transferring module to remote 6591 1726773101.52100: _low_level_execute_command(): starting 6591 1726773101.52102: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773101.4185762-9217-108462741713783/ /root/.ansible/tmp/ansible-tmp-1726773101.4185762-9217-108462741713783/AnsiballZ_systemd.py && sleep 0' 6591 1726773101.52696: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773101.52712: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.52728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.52748: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.52798: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773101.52814: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773101.52828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.52846: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773101.52867: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773101.52885: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773101.52899: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.52932: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.52935: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773101.52937: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.53005: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773101.53009: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773101.53059: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773101.54837: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773101.54897: stderr chunk (state=3): >>><<< 6591 1726773101.54911: stdout chunk (state=3): >>><<< 6591 1726773101.55007: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773101.55010: _low_level_execute_command(): starting 6591 1726773101.55013: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773101.4185762-9217-108462741713783/AnsiballZ_systemd.py && sleep 0' 6591 1726773101.55550: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773101.55590: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.55638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.55658: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.55736: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.55739: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.55742: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.55813: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773101.55884: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773101.82612: 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": "634", "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:30 EDT", "ExecMainStartTimestampMonotonic": "7007173", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "634", "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:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT] ; stop_time=[n/a] ; pid=634 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "2566", "MemoryCurrent": "20062208", "MemoryAvailable": "infinity", "CPUUsageNSec": "185108000", "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":<<< 6591 1726773101.82649: stdout chunk (state=3): >>> "[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": "sysinit.tar<<< 6591 1726773101.82661: stdout chunk (state=3): >>>get system.slice dbus.socket dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service tlp.service power-profiles-daemon.service cpupower.service shutdown.target", "Before": "shutdown.target multi-user.target", "After": "dbus-broker.service basic.target network.target sysinit.target polkit.service system.slice dbus.socket systemd-journald.socket systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:30 EDT", "StateChangeTimestampMonotonic": "7460869", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:30 EDT", "InactiveExitTimestampMonotonic": "7007371", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ActiveEnterTimestampMonotonic": "7460869", "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:30 EDT", "ConditionTimestampMonotonic": "7002467", "AssertTimestamp": "Thu 2024-09-19 15:11:30 EDT", "AssertTimestampMonotonic": "7002471", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "8b21b73e7a4e47a2b6fdf3f824ee6aa0", "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}}} <<< 6591 1726773101.84291: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773101.84370: stderr chunk (state=3): >>><<< 6591 1726773101.84375: stdout chunk (state=3): >>><<< 6591 1726773101.84410: _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": "634", "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:30 EDT", "ExecMainStartTimestampMonotonic": "7007173", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "634", "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:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT] ; stop_time=[n/a] ; pid=634 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "2566", "MemoryCurrent": "20062208", "MemoryAvailable": "infinity", "CPUUsageNSec": "185108000", "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": "sysinit.target system.slice dbus.socket dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service tlp.service power-profiles-daemon.service cpupower.service shutdown.target", "Before": "shutdown.target multi-user.target", "After": "dbus-broker.service basic.target network.target sysinit.target polkit.service system.slice dbus.socket systemd-journald.socket systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:30 EDT", "StateChangeTimestampMonotonic": "7460869", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:30 EDT", "InactiveExitTimestampMonotonic": "7007371", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ActiveEnterTimestampMonotonic": "7460869", "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:30 EDT", "ConditionTimestampMonotonic": "7002467", "AssertTimestamp": "Thu 2024-09-19 15:11:30 EDT", "AssertTimestampMonotonic": "7002471", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "8b21b73e7a4e47a2b6fdf3f824ee6aa0", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773101.84616: 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-1726773101.4185762-9217-108462741713783/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773101.84631: _low_level_execute_command(): starting 6591 1726773101.84641: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773101.4185762-9217-108462741713783/ > /dev/null 2>&1 && sleep 0' 6591 1726773101.85557: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.85560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.85602: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773101.85607: 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.15.197 is address debug1: re-parsing configuration <<< 6591 1726773101.85610: 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.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773101.85612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.85665: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773101.85678: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773101.85763: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773101.87633: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773101.87702: stderr chunk (state=3): >>><<< 6591 1726773101.87711: stdout chunk (state=3): >>><<< 6591 1726773101.87809: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773101.87812: handler run complete 6591 1726773101.87815: attempt loop complete, returning result 6591 1726773101.87856: variable 'item' from source: unknown 6591 1726773101.87893: variable 'item' from source: unknown ok: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ActiveEnterTimestampMonotonic": "7460869", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service basic.target network.target sysinit.target polkit.service system.slice dbus.socket systemd-journald.socket systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:11:30 EDT", "AssertTimestampMonotonic": "7002471", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "185108000", "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:30 EDT", "ConditionTimestampMonotonic": "7002467", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service tlp.service power-profiles-daemon.service cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "2566", "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": "634", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ExecMainStartTimestampMonotonic": "7007173", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT", "InactiveExitTimestampMonotonic": "7007371", "InvocationID": "8b21b73e7a4e47a2b6fdf3f824ee6aa0", "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": "634", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "20062208", "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": "sysinit.target system.slice dbus.socket dbus-broker.service", "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:30 EDT", "StateChangeTimestampMonotonic": "7460869", "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" } } 6591 1726773101.88362: dumping result to json 6591 1726773101.88365: done dumping result, returning 6591 1726773101.88367: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [1239c35c-e2e1-152b-fb99-00000000030a] 6591 1726773101.88368: sending task result for task 1239c35c-e2e1-152b-fb99-00000000030a 6591 1726773101.88428: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000030a 6591 1726773101.88431: WORKER PROCESS EXITING 6591 1726773101.88504: no more pending results, returning what we have 6591 1726773101.88507: results queue empty 6591 1726773101.88507: checking for any_errors_fatal 6591 1726773101.88511: done checking for any_errors_fatal 6591 1726773101.88511: checking for max_fail_percentage 6591 1726773101.88513: done checking for max_fail_percentage 6591 1726773101.88513: checking to see if all hosts have failed and the running result is not ok 6591 1726773101.88514: done checking to see if all hosts have failed 6591 1726773101.88514: getting the remaining hosts for this loop 6591 1726773101.88515: done getting the remaining hosts for this loop 6591 1726773101.88517: getting the next task for host managed_node2 6591 1726773101.88521: done getting next task for host managed_node2 6591 1726773101.88523: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6591 1726773101.88525: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773101.88532: getting variables 6591 1726773101.88533: in VariableManager get_vars() 6591 1726773101.88553: Calling all_inventory to load vars for managed_node2 6591 1726773101.88555: Calling groups_inventory to load vars for managed_node2 6591 1726773101.88557: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773101.88563: Calling all_plugins_play to load vars for managed_node2 6591 1726773101.88565: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773101.88567: Calling groups_plugins_play to load vars for managed_node2 6591 1726773101.88680: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773101.88802: done with get_vars() 6591 1726773101.88812: 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:41 -0400 (0:00:00.516) 0:01:19.359 **** 6591 1726773101.88876: entering _queue_task() for managed_node2/file 6591 1726773101.89042: worker is 1 (out of 1 available) 6591 1726773101.89056: exiting _queue_task() for managed_node2/file 6591 1726773101.89069: done queuing things up, now waiting for results queue to drain 6591 1726773101.89070: waiting for pending results... 6591 1726773101.89244: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6591 1726773101.89311: in run() - task 1239c35c-e2e1-152b-fb99-00000000030b 6591 1726773101.89323: variable 'ansible_search_path' from source: unknown 6591 1726773101.89326: variable 'ansible_search_path' from source: unknown 6591 1726773101.89356: calling self._execute() 6591 1726773101.89423: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773101.89427: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773101.89436: variable 'omit' from source: magic vars 6591 1726773101.89512: variable 'omit' from source: magic vars 6591 1726773101.89544: variable 'omit' from source: magic vars 6591 1726773101.89564: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773101.89814: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773101.89921: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773101.89933: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773101.89984: variable 'omit' from source: magic vars 6591 1726773101.90032: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773101.90072: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773101.90100: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773101.90126: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773101.90144: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773101.90185: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773101.90195: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773101.90202: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773101.90307: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773101.90316: Set connection var ansible_connection to ssh 6591 1726773101.90331: Set connection var ansible_timeout to 10 6591 1726773101.90339: Set connection var ansible_pipelining to False 6591 1726773101.90349: Set connection var ansible_shell_executable to /bin/sh 6591 1726773101.90354: Set connection var ansible_shell_type to sh 6591 1726773101.90381: variable 'ansible_shell_executable' from source: unknown 6591 1726773101.90391: variable 'ansible_connection' from source: unknown 6591 1726773101.90398: variable 'ansible_module_compression' from source: unknown 6591 1726773101.90406: variable 'ansible_shell_type' from source: unknown 6591 1726773101.90413: variable 'ansible_shell_executable' from source: unknown 6591 1726773101.90419: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773101.90425: variable 'ansible_pipelining' from source: unknown 6591 1726773101.90431: variable 'ansible_timeout' from source: unknown 6591 1726773101.90439: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773101.90640: 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) 6591 1726773101.90657: variable 'omit' from source: magic vars 6591 1726773101.90667: starting attempt loop 6591 1726773101.90675: running the handler 6591 1726773101.90701: _low_level_execute_command(): starting 6591 1726773101.90717: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773101.91317: 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 <<< 6591 1726773101.91354: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.91357: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.91360: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.91363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.91418: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773101.91425: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773101.91489: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773101.93023: stdout chunk (state=3): >>>/root <<< 6591 1726773101.93125: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773101.93177: stderr chunk (state=3): >>><<< 6591 1726773101.93186: stdout chunk (state=3): >>><<< 6591 1726773101.93206: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773101.93217: _low_level_execute_command(): starting 6591 1726773101.93223: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773101.9320614-9242-31495276650601 `" && echo ansible-tmp-1726773101.9320614-9242-31495276650601="` echo /root/.ansible/tmp/ansible-tmp-1726773101.9320614-9242-31495276650601 `" ) && sleep 0' 6591 1726773101.93808: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773101.93823: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.93840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.93860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.93913: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773101.93927: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773101.93945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.93964: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773101.93976: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773101.93991: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773101.94002: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.94018: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.94033: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.94047: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773101.94060: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773101.94073: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.94155: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773101.94172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773101.94190: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773101.94343: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773101.96175: stdout chunk (state=3): >>>ansible-tmp-1726773101.9320614-9242-31495276650601=/root/.ansible/tmp/ansible-tmp-1726773101.9320614-9242-31495276650601 <<< 6591 1726773101.96289: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773101.96330: stderr chunk (state=3): >>><<< 6591 1726773101.96334: stdout chunk (state=3): >>><<< 6591 1726773101.96346: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773101.9320614-9242-31495276650601=/root/.ansible/tmp/ansible-tmp-1726773101.9320614-9242-31495276650601 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773101.96380: variable 'ansible_module_compression' from source: unknown 6591 1726773101.96428: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6591 1726773101.96456: variable 'ansible_facts' from source: unknown 6591 1726773101.96517: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773101.9320614-9242-31495276650601/AnsiballZ_file.py 6591 1726773101.96615: Sending initial data 6591 1726773101.96625: Sent initial data (150 bytes) 6591 1726773101.97458: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773101.97474: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.97490: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.97510: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.97561: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773101.97576: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773101.97597: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.97618: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773101.97633: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773101.97645: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773101.97656: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773101.97668: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773101.97686: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773101.97697: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773101.97716: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773101.97731: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773101.97822: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773101.97843: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773101.97857: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773101.97998: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773101.99776: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773101.99837: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773101.99958: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmphq7i2fb1 /root/.ansible/tmp/ansible-tmp-1726773101.9320614-9242-31495276650601/AnsiballZ_file.py <<< 6591 1726773102.00016: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773102.00918: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773102.01110: stderr chunk (state=3): >>><<< 6591 1726773102.01113: stdout chunk (state=3): >>><<< 6591 1726773102.01117: done transferring module to remote 6591 1726773102.01120: _low_level_execute_command(): starting 6591 1726773102.01122: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773101.9320614-9242-31495276650601/ /root/.ansible/tmp/ansible-tmp-1726773101.9320614-9242-31495276650601/AnsiballZ_file.py && sleep 0' 6591 1726773102.01657: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773102.01676: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.01696: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.01716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.01754: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773102.01766: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773102.01781: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.01802: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773102.01816: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773102.01828: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773102.01840: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.01853: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.01867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.01877: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773102.01887: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773102.01907: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.01980: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773102.02019: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773102.02023: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773102.02081: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773102.03785: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773102.03827: stderr chunk (state=3): >>><<< 6591 1726773102.03830: stdout chunk (state=3): >>><<< 6591 1726773102.03846: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773102.03849: _low_level_execute_command(): starting 6591 1726773102.03853: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773101.9320614-9242-31495276650601/AnsiballZ_file.py && sleep 0' 6591 1726773102.04256: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.04259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.04294: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.04298: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.04347: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773102.04351: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773102.04426: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773102.19352: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings"}, "after": {"path": "/etc/tuned/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773102.20696: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773102.20757: stderr chunk (state=3): >>><<< 6591 1726773102.20768: stdout chunk (state=3): >>><<< 6591 1726773102.20915: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings"}, "after": {"path": "/etc/tuned/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773102.20928: 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-1726773101.9320614-9242-31495276650601/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773102.20931: _low_level_execute_command(): starting 6591 1726773102.20937: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773101.9320614-9242-31495276650601/ > /dev/null 2>&1 && sleep 0' 6591 1726773102.21469: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773102.21485: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.21501: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.21523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.21567: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773102.21581: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773102.21596: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.21618: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773102.21631: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773102.21642: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773102.21654: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.21667: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.21683: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.21695: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773102.21709: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773102.21723: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.21797: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773102.21826: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773102.21843: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773102.21944: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773102.23743: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773102.23792: stderr chunk (state=3): >>><<< 6591 1726773102.23794: stdout chunk (state=3): >>><<< 6591 1726773102.23808: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773102.23815: handler run complete 6591 1726773102.23834: attempt loop complete, returning result 6591 1726773102.23837: _execute() done 6591 1726773102.23839: dumping result to json 6591 1726773102.23844: done dumping result, returning 6591 1726773102.23853: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [1239c35c-e2e1-152b-fb99-00000000030b] 6591 1726773102.23858: sending task result for task 1239c35c-e2e1-152b-fb99-00000000030b 6591 1726773102.23968: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000030b 6591 1726773102.23970: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "state": "directory", "uid": 0 } 6591 1726773102.24077: no more pending results, returning what we have 6591 1726773102.24080: results queue empty 6591 1726773102.24081: checking for any_errors_fatal 6591 1726773102.24096: done checking for any_errors_fatal 6591 1726773102.24096: checking for max_fail_percentage 6591 1726773102.24098: done checking for max_fail_percentage 6591 1726773102.24099: checking to see if all hosts have failed and the running result is not ok 6591 1726773102.24100: done checking to see if all hosts have failed 6591 1726773102.24100: getting the remaining hosts for this loop 6591 1726773102.24102: done getting the remaining hosts for this loop 6591 1726773102.24107: getting the next task for host managed_node2 6591 1726773102.24113: done getting next task for host managed_node2 6591 1726773102.24118: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6591 1726773102.24120: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773102.24130: getting variables 6591 1726773102.24132: in VariableManager get_vars() 6591 1726773102.24157: Calling all_inventory to load vars for managed_node2 6591 1726773102.24158: Calling groups_inventory to load vars for managed_node2 6591 1726773102.24160: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773102.24167: Calling all_plugins_play to load vars for managed_node2 6591 1726773102.24170: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773102.24172: Calling groups_plugins_play to load vars for managed_node2 6591 1726773102.24279: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773102.24406: done with get_vars() 6591 1726773102.24414: 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:42 -0400 (0:00:00.356) 0:01:19.715 **** 6591 1726773102.24483: entering _queue_task() for managed_node2/slurp 6591 1726773102.24658: worker is 1 (out of 1 available) 6591 1726773102.24672: exiting _queue_task() for managed_node2/slurp 6591 1726773102.24685: done queuing things up, now waiting for results queue to drain 6591 1726773102.24686: waiting for pending results... 6591 1726773102.24859: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6591 1726773102.24923: in run() - task 1239c35c-e2e1-152b-fb99-00000000030c 6591 1726773102.24933: variable 'ansible_search_path' from source: unknown 6591 1726773102.24937: variable 'ansible_search_path' from source: unknown 6591 1726773102.24965: calling self._execute() 6591 1726773102.25032: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773102.25036: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773102.25045: variable 'omit' from source: magic vars 6591 1726773102.25121: variable 'omit' from source: magic vars 6591 1726773102.25154: variable 'omit' from source: magic vars 6591 1726773102.25174: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773102.25385: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773102.25456: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773102.25485: variable 'omit' from source: magic vars 6591 1726773102.25536: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773102.25595: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773102.25622: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773102.25644: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773102.25667: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773102.25706: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773102.25716: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773102.25725: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773102.25843: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773102.25852: Set connection var ansible_connection to ssh 6591 1726773102.25869: Set connection var ansible_timeout to 10 6591 1726773102.25884: Set connection var ansible_pipelining to False 6591 1726773102.25895: Set connection var ansible_shell_executable to /bin/sh 6591 1726773102.25902: Set connection var ansible_shell_type to sh 6591 1726773102.25932: variable 'ansible_shell_executable' from source: unknown 6591 1726773102.25940: variable 'ansible_connection' from source: unknown 6591 1726773102.25948: variable 'ansible_module_compression' from source: unknown 6591 1726773102.25953: variable 'ansible_shell_type' from source: unknown 6591 1726773102.25959: variable 'ansible_shell_executable' from source: unknown 6591 1726773102.25964: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773102.25971: variable 'ansible_pipelining' from source: unknown 6591 1726773102.25976: variable 'ansible_timeout' from source: unknown 6591 1726773102.25988: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773102.26189: 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) 6591 1726773102.26211: variable 'omit' from source: magic vars 6591 1726773102.26221: starting attempt loop 6591 1726773102.26227: running the handler 6591 1726773102.26251: _low_level_execute_command(): starting 6591 1726773102.26263: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773102.26919: 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 <<< 6591 1726773102.26922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.26955: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.26959: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.26961: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.27021: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773102.27025: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773102.27198: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773102.28814: stdout chunk (state=3): >>>/root <<< 6591 1726773102.28924: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773102.29006: stderr chunk (state=3): >>><<< 6591 1726773102.29009: stdout chunk (state=3): >>><<< 6591 1726773102.29114: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773102.29117: _low_level_execute_command(): starting 6591 1726773102.29119: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773102.290289-9258-19918505652892 `" && echo ansible-tmp-1726773102.290289-9258-19918505652892="` echo /root/.ansible/tmp/ansible-tmp-1726773102.290289-9258-19918505652892 `" ) && sleep 0' 6591 1726773102.29650: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773102.29667: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.29683: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.29700: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.29747: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773102.29771: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773102.29790: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.29812: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773102.29825: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773102.29837: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773102.29849: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.29867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.29893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.29909: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773102.29925: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773102.29942: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.30030: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773102.30053: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773102.30070: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773102.30248: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773102.32269: stdout chunk (state=3): >>>ansible-tmp-1726773102.290289-9258-19918505652892=/root/.ansible/tmp/ansible-tmp-1726773102.290289-9258-19918505652892 <<< 6591 1726773102.32383: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773102.32439: stderr chunk (state=3): >>><<< 6591 1726773102.32444: stdout chunk (state=3): >>><<< 6591 1726773102.32458: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773102.290289-9258-19918505652892=/root/.ansible/tmp/ansible-tmp-1726773102.290289-9258-19918505652892 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773102.32492: variable 'ansible_module_compression' from source: unknown 6591 1726773102.32540: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 6591 1726773102.32570: variable 'ansible_facts' from source: unknown 6591 1726773102.32640: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773102.290289-9258-19918505652892/AnsiballZ_slurp.py 6591 1726773102.32838: Sending initial data 6591 1726773102.32841: Sent initial data (150 bytes) 6591 1726773102.33729: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.33732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.33752: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773102.33783: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.33786: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.33788: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.33837: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773102.33841: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773102.33929: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773102.35705: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773102.35763: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773102.35824: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmphoolbew2 /root/.ansible/tmp/ansible-tmp-1726773102.290289-9258-19918505652892/AnsiballZ_slurp.py <<< 6591 1726773102.35884: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773102.36818: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773102.36980: stderr chunk (state=3): >>><<< 6591 1726773102.36984: stdout chunk (state=3): >>><<< 6591 1726773102.36986: done transferring module to remote 6591 1726773102.36988: _low_level_execute_command(): starting 6591 1726773102.36990: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773102.290289-9258-19918505652892/ /root/.ansible/tmp/ansible-tmp-1726773102.290289-9258-19918505652892/AnsiballZ_slurp.py && sleep 0' 6591 1726773102.37513: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773102.37526: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.37547: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.37566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.37610: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773102.37630: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773102.37636: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.37687: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773102.37690: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773102.37714: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773102.37793: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773102.39588: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773102.39629: stderr chunk (state=3): >>><<< 6591 1726773102.39632: stdout chunk (state=3): >>><<< 6591 1726773102.39645: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773102.39648: _low_level_execute_command(): starting 6591 1726773102.39653: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773102.290289-9258-19918505652892/AnsiballZ_slurp.py && sleep 0' 6591 1726773102.40054: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.40057: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.40092: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.40095: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.40097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.40148: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773102.40151: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773102.40229: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773102.54419: 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"}}} <<< 6591 1726773102.55555: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773102.55565: stdout chunk (state=3): >>><<< 6591 1726773102.55576: stderr chunk (state=3): >>><<< 6591 1726773102.55596: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773102.55632: 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-1726773102.290289-9258-19918505652892/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773102.55649: _low_level_execute_command(): starting 6591 1726773102.55661: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773102.290289-9258-19918505652892/ > /dev/null 2>&1 && sleep 0' 6591 1726773102.56279: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773102.56296: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.56316: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.56335: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.56378: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773102.56391: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773102.56413: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.56436: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773102.56449: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773102.56462: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773102.56474: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.56489: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.56513: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.56528: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773102.56542: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773102.56557: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.56632: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773102.56658: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773102.56676: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773102.56800: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773102.58620: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773102.58686: stderr chunk (state=3): >>><<< 6591 1726773102.58695: stdout chunk (state=3): >>><<< 6591 1726773102.58812: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773102.58816: handler run complete 6591 1726773102.58819: attempt loop complete, returning result 6591 1726773102.58821: _execute() done 6591 1726773102.58823: dumping result to json 6591 1726773102.58825: done dumping result, returning 6591 1726773102.58827: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [1239c35c-e2e1-152b-fb99-00000000030c] 6591 1726773102.58829: sending task result for task 1239c35c-e2e1-152b-fb99-00000000030c 6591 1726773102.58902: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000030c 6591 1726773102.58907: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6591 1726773102.59171: no more pending results, returning what we have 6591 1726773102.59175: results queue empty 6591 1726773102.59176: checking for any_errors_fatal 6591 1726773102.59184: done checking for any_errors_fatal 6591 1726773102.59185: checking for max_fail_percentage 6591 1726773102.59186: done checking for max_fail_percentage 6591 1726773102.59187: checking to see if all hosts have failed and the running result is not ok 6591 1726773102.59188: done checking to see if all hosts have failed 6591 1726773102.59189: getting the remaining hosts for this loop 6591 1726773102.59190: done getting the remaining hosts for this loop 6591 1726773102.59194: getting the next task for host managed_node2 6591 1726773102.59199: done getting next task for host managed_node2 6591 1726773102.59205: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6591 1726773102.59208: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773102.59221: getting variables 6591 1726773102.59223: in VariableManager get_vars() 6591 1726773102.59258: Calling all_inventory to load vars for managed_node2 6591 1726773102.59261: Calling groups_inventory to load vars for managed_node2 6591 1726773102.59264: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773102.59273: Calling all_plugins_play to load vars for managed_node2 6591 1726773102.59276: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773102.59279: Calling groups_plugins_play to load vars for managed_node2 6591 1726773102.59460: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773102.59699: done with get_vars() 6591 1726773102.59713: done getting variables 6591 1726773102.59777: 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:42 -0400 (0:00:00.353) 0:01:20.068 **** 6591 1726773102.59809: entering _queue_task() for managed_node2/set_fact 6591 1726773102.60040: worker is 1 (out of 1 available) 6591 1726773102.60053: exiting _queue_task() for managed_node2/set_fact 6591 1726773102.60064: done queuing things up, now waiting for results queue to drain 6591 1726773102.60070: waiting for pending results... 6591 1726773102.60354: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6591 1726773102.60471: in run() - task 1239c35c-e2e1-152b-fb99-00000000030d 6591 1726773102.60493: variable 'ansible_search_path' from source: unknown 6591 1726773102.60501: variable 'ansible_search_path' from source: unknown 6591 1726773102.60553: calling self._execute() 6591 1726773102.60763: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773102.60774: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773102.60787: variable 'omit' from source: magic vars 6591 1726773102.60895: variable 'omit' from source: magic vars 6591 1726773102.60949: variable 'omit' from source: magic vars 6591 1726773102.61357: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773102.61373: variable '__cur_profile' from source: task vars 6591 1726773102.61549: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773102.63559: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773102.63640: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773102.63689: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773102.63729: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773102.63767: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773102.63852: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773102.63895: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773102.63944: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773102.63996: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773102.64017: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773102.64133: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6591 1726773102.64189: variable 'omit' from source: magic vars 6591 1726773102.64225: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773102.64257: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773102.64283: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773102.64307: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773102.64326: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773102.64360: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773102.64369: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773102.64381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773102.64493: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773102.64502: Set connection var ansible_connection to ssh 6591 1726773102.64519: Set connection var ansible_timeout to 10 6591 1726773102.64531: Set connection var ansible_pipelining to False 6591 1726773102.64540: Set connection var ansible_shell_executable to /bin/sh 6591 1726773102.64546: Set connection var ansible_shell_type to sh 6591 1726773102.64572: variable 'ansible_shell_executable' from source: unknown 6591 1726773102.64590: variable 'ansible_connection' from source: unknown 6591 1726773102.64605: variable 'ansible_module_compression' from source: unknown 6591 1726773102.64614: variable 'ansible_shell_type' from source: unknown 6591 1726773102.64621: variable 'ansible_shell_executable' from source: unknown 6591 1726773102.64634: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773102.64637: variable 'ansible_pipelining' from source: unknown 6591 1726773102.64639: variable 'ansible_timeout' from source: unknown 6591 1726773102.64641: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773102.64733: 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) 6591 1726773102.64737: variable 'omit' from source: magic vars 6591 1726773102.64739: starting attempt loop 6591 1726773102.64742: running the handler 6591 1726773102.64766: handler run complete 6591 1726773102.64768: attempt loop complete, returning result 6591 1726773102.64771: _execute() done 6591 1726773102.64773: dumping result to json 6591 1726773102.64779: done dumping result, returning 6591 1726773102.64782: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [1239c35c-e2e1-152b-fb99-00000000030d] 6591 1726773102.64784: sending task result for task 1239c35c-e2e1-152b-fb99-00000000030d 6591 1726773102.64865: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000030d 6591 1726773102.64870: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 6591 1726773102.65031: no more pending results, returning what we have 6591 1726773102.65034: results queue empty 6591 1726773102.65035: checking for any_errors_fatal 6591 1726773102.65038: done checking for any_errors_fatal 6591 1726773102.65039: checking for max_fail_percentage 6591 1726773102.65040: done checking for max_fail_percentage 6591 1726773102.65041: checking to see if all hosts have failed and the running result is not ok 6591 1726773102.65042: done checking to see if all hosts have failed 6591 1726773102.65042: getting the remaining hosts for this loop 6591 1726773102.65043: done getting the remaining hosts for this loop 6591 1726773102.65047: getting the next task for host managed_node2 6591 1726773102.65050: done getting next task for host managed_node2 6591 1726773102.65053: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6591 1726773102.65055: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773102.65066: getting variables 6591 1726773102.65067: in VariableManager get_vars() 6591 1726773102.65089: Calling all_inventory to load vars for managed_node2 6591 1726773102.65091: Calling groups_inventory to load vars for managed_node2 6591 1726773102.65092: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773102.65099: Calling all_plugins_play to load vars for managed_node2 6591 1726773102.65100: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773102.65102: Calling groups_plugins_play to load vars for managed_node2 6591 1726773102.65198: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773102.65321: done with get_vars() 6591 1726773102.65327: done getting variables 6591 1726773102.65366: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:11:42 -0400 (0:00:00.055) 0:01:20.124 **** 6591 1726773102.65390: entering _queue_task() for managed_node2/copy 6591 1726773102.65560: worker is 1 (out of 1 available) 6591 1726773102.65573: exiting _queue_task() for managed_node2/copy 6591 1726773102.65588: done queuing things up, now waiting for results queue to drain 6591 1726773102.65590: waiting for pending results... 6591 1726773102.65758: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6591 1726773102.65826: in run() - task 1239c35c-e2e1-152b-fb99-00000000030e 6591 1726773102.65837: variable 'ansible_search_path' from source: unknown 6591 1726773102.65840: variable 'ansible_search_path' from source: unknown 6591 1726773102.65868: calling self._execute() 6591 1726773102.65931: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773102.65935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773102.65944: variable 'omit' from source: magic vars 6591 1726773102.66017: variable 'omit' from source: magic vars 6591 1726773102.66049: variable 'omit' from source: magic vars 6591 1726773102.66068: variable '__kernel_settings_active_profile' from source: set_fact 6591 1726773102.66275: variable '__kernel_settings_active_profile' from source: set_fact 6591 1726773102.66293: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773102.66345: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773102.66399: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773102.66422: variable 'omit' from source: magic vars 6591 1726773102.66453: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773102.66482: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773102.66495: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773102.66509: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773102.66519: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773102.66541: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773102.66544: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773102.66546: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773102.66616: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773102.66620: Set connection var ansible_connection to ssh 6591 1726773102.66627: Set connection var ansible_timeout to 10 6591 1726773102.66632: Set connection var ansible_pipelining to False 6591 1726773102.66637: Set connection var ansible_shell_executable to /bin/sh 6591 1726773102.66639: Set connection var ansible_shell_type to sh 6591 1726773102.66655: variable 'ansible_shell_executable' from source: unknown 6591 1726773102.66657: variable 'ansible_connection' from source: unknown 6591 1726773102.66660: variable 'ansible_module_compression' from source: unknown 6591 1726773102.66662: variable 'ansible_shell_type' from source: unknown 6591 1726773102.66664: variable 'ansible_shell_executable' from source: unknown 6591 1726773102.66666: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773102.66671: variable 'ansible_pipelining' from source: unknown 6591 1726773102.66673: variable 'ansible_timeout' from source: unknown 6591 1726773102.66677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773102.66787: 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) 6591 1726773102.66797: variable 'omit' from source: magic vars 6591 1726773102.66805: starting attempt loop 6591 1726773102.66809: running the handler 6591 1726773102.66818: _low_level_execute_command(): starting 6591 1726773102.66826: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773102.67586: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773102.67604: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.67619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.67633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.67670: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773102.67677: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773102.67691: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.67711: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773102.67720: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773102.67727: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773102.67735: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.67744: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.67756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.67763: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773102.67770: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773102.67782: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.67863: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773102.67878: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773102.67886: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773102.67983: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773102.69747: stdout chunk (state=3): >>>/root <<< 6591 1726773102.69847: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773102.69892: stderr chunk (state=3): >>><<< 6591 1726773102.69895: stdout chunk (state=3): >>><<< 6591 1726773102.69915: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773102.69929: _low_level_execute_command(): starting 6591 1726773102.69934: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773102.6991465-9279-3826245084952 `" && echo ansible-tmp-1726773102.6991465-9279-3826245084952="` echo /root/.ansible/tmp/ansible-tmp-1726773102.6991465-9279-3826245084952 `" ) && sleep 0' 6591 1726773102.70364: 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 <<< 6591 1726773102.70368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.70409: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.70425: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.70436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.70488: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773102.70516: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773102.70592: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773102.72667: stdout chunk (state=3): >>>ansible-tmp-1726773102.6991465-9279-3826245084952=/root/.ansible/tmp/ansible-tmp-1726773102.6991465-9279-3826245084952 <<< 6591 1726773102.72774: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773102.72817: stderr chunk (state=3): >>><<< 6591 1726773102.72820: stdout chunk (state=3): >>><<< 6591 1726773102.72836: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773102.6991465-9279-3826245084952=/root/.ansible/tmp/ansible-tmp-1726773102.6991465-9279-3826245084952 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773102.72900: variable 'ansible_module_compression' from source: unknown 6591 1726773102.72944: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773102.72968: variable 'ansible_facts' from source: unknown 6591 1726773102.73028: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773102.6991465-9279-3826245084952/AnsiballZ_stat.py 6591 1726773102.73113: Sending initial data 6591 1726773102.73123: Sent initial data (149 bytes) 6591 1726773102.73743: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.73747: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.73779: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.73782: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.73785: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.73841: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773102.73848: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773102.73934: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773102.75685: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773102.75795: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773102.75882: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp9o75v74f /root/.ansible/tmp/ansible-tmp-1726773102.6991465-9279-3826245084952/AnsiballZ_stat.py <<< 6591 1726773102.75937: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773102.76782: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773102.76862: stderr chunk (state=3): >>><<< 6591 1726773102.76865: stdout chunk (state=3): >>><<< 6591 1726773102.76882: done transferring module to remote 6591 1726773102.76890: _low_level_execute_command(): starting 6591 1726773102.76895: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773102.6991465-9279-3826245084952/ /root/.ansible/tmp/ansible-tmp-1726773102.6991465-9279-3826245084952/AnsiballZ_stat.py && sleep 0' 6591 1726773102.77298: 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 <<< 6591 1726773102.77302: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.77323: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.77340: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773102.77348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.77401: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773102.77410: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773102.77497: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773102.79278: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773102.79322: stderr chunk (state=3): >>><<< 6591 1726773102.79325: stdout chunk (state=3): >>><<< 6591 1726773102.79337: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773102.79340: _low_level_execute_command(): starting 6591 1726773102.79344: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773102.6991465-9279-3826245084952/AnsiballZ_stat.py && sleep 0' 6591 1726773102.79736: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.79748: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.79764: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773102.79776: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773102.79791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.79835: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773102.79851: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773102.79921: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773102.94774: 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": 102760579, "dev": 51713, "nlink": 1, "atime": 1726773102.0168288, "mtime": 1726773090.4332933, "ctime": 1726773090.4332933, "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": "256433983", "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}}} <<< 6591 1726773102.95985: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773102.96033: stderr chunk (state=3): >>><<< 6591 1726773102.96037: stdout chunk (state=3): >>><<< 6591 1726773102.96052: _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": 102760579, "dev": 51713, "nlink": 1, "atime": 1726773102.0168288, "mtime": 1726773090.4332933, "ctime": 1726773090.4332933, "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": "256433983", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773102.96098: 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-1726773102.6991465-9279-3826245084952/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773102.96133: variable 'ansible_module_compression' from source: unknown 6591 1726773102.96171: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6591 1726773102.96184: variable 'ansible_facts' from source: unknown 6591 1726773102.96231: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773102.6991465-9279-3826245084952/AnsiballZ_file.py 6591 1726773102.96325: Sending initial data 6591 1726773102.96336: Sent initial data (149 bytes) 6591 1726773102.96957: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773102.96960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773102.96998: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.97002: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773102.97007: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773102.97055: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773102.97059: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773102.97128: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773102.98928: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773102.99067: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773102.99127: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpqtmpkg9o /root/.ansible/tmp/ansible-tmp-1726773102.6991465-9279-3826245084952/AnsiballZ_file.py <<< 6591 1726773102.99188: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773103.00069: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773103.00158: stderr chunk (state=3): >>><<< 6591 1726773103.00162: stdout chunk (state=3): >>><<< 6591 1726773103.00176: done transferring module to remote 6591 1726773103.00186: _low_level_execute_command(): starting 6591 1726773103.00191: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773102.6991465-9279-3826245084952/ /root/.ansible/tmp/ansible-tmp-1726773102.6991465-9279-3826245084952/AnsiballZ_file.py && sleep 0' 6591 1726773103.00688: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.00691: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.00730: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.00733: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.00736: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.00807: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773103.00814: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.00887: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773103.02702: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773103.02748: stderr chunk (state=3): >>><<< 6591 1726773103.02752: stdout chunk (state=3): >>><<< 6591 1726773103.02764: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773103.02768: _low_level_execute_command(): starting 6591 1726773103.02771: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773102.6991465-9279-3826245084952/AnsiballZ_file.py && sleep 0' 6591 1726773103.03191: 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 <<< 6591 1726773103.03194: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.03234: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773103.03237: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.03240: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.03295: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773103.03299: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773103.03303: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.03373: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773103.18559: stdout chunk (state=3): >>> {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": ".7tbizciz", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773103.19721: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773103.19725: stderr chunk (state=3): >>>Shared connection to 10.31.15.197 closed. <<< 6591 1726773103.19780: stderr chunk (state=3): >>><<< 6591 1726773103.19784: stdout chunk (state=3): >>><<< 6591 1726773103.19799: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": ".7tbizciz", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773103.19828: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.7tbizciz', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773102.6991465-9279-3826245084952/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773103.19836: _low_level_execute_command(): starting 6591 1726773103.19841: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773102.6991465-9279-3826245084952/ > /dev/null 2>&1 && sleep 0' 6591 1726773103.20306: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.20309: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.20344: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.20348: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.20350: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.20402: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773103.20409: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.20490: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773103.22361: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773103.22407: stderr chunk (state=3): >>><<< 6591 1726773103.22410: stdout chunk (state=3): >>><<< 6591 1726773103.22422: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773103.22429: handler run complete 6591 1726773103.22451: attempt loop complete, returning result 6591 1726773103.22453: _execute() done 6591 1726773103.22456: dumping result to json 6591 1726773103.22461: done dumping result, returning 6591 1726773103.22470: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [1239c35c-e2e1-152b-fb99-00000000030e] 6591 1726773103.22476: sending task result for task 1239c35c-e2e1-152b-fb99-00000000030e 6591 1726773103.22583: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000030e 6591 1726773103.22586: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/active_profile", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "state": "file", "uid": 0 } 6591 1726773103.22675: no more pending results, returning what we have 6591 1726773103.22681: results queue empty 6591 1726773103.22682: checking for any_errors_fatal 6591 1726773103.22687: done checking for any_errors_fatal 6591 1726773103.22688: checking for max_fail_percentage 6591 1726773103.22689: done checking for max_fail_percentage 6591 1726773103.22690: checking to see if all hosts have failed and the running result is not ok 6591 1726773103.22691: done checking to see if all hosts have failed 6591 1726773103.22691: getting the remaining hosts for this loop 6591 1726773103.22693: done getting the remaining hosts for this loop 6591 1726773103.22696: getting the next task for host managed_node2 6591 1726773103.22701: done getting next task for host managed_node2 6591 1726773103.22706: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6591 1726773103.22709: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773103.22720: getting variables 6591 1726773103.22721: in VariableManager get_vars() 6591 1726773103.22753: Calling all_inventory to load vars for managed_node2 6591 1726773103.22756: Calling groups_inventory to load vars for managed_node2 6591 1726773103.22758: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773103.22767: Calling all_plugins_play to load vars for managed_node2 6591 1726773103.22769: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773103.22772: Calling groups_plugins_play to load vars for managed_node2 6591 1726773103.22886: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773103.23039: done with get_vars() 6591 1726773103.23047: done getting variables 6591 1726773103.23100: 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:43 -0400 (0:00:00.577) 0:01:20.702 **** 6591 1726773103.23155: entering _queue_task() for managed_node2/copy 6591 1726773103.23377: worker is 1 (out of 1 available) 6591 1726773103.23389: exiting _queue_task() for managed_node2/copy 6591 1726773103.23399: done queuing things up, now waiting for results queue to drain 6591 1726773103.23400: waiting for pending results... 6591 1726773103.23723: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6591 1726773103.23767: in run() - task 1239c35c-e2e1-152b-fb99-00000000030f 6591 1726773103.23790: variable 'ansible_search_path' from source: unknown 6591 1726773103.23798: variable 'ansible_search_path' from source: unknown 6591 1726773103.23842: calling self._execute() 6591 1726773103.23931: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773103.23943: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773103.23958: variable 'omit' from source: magic vars 6591 1726773103.24069: variable 'omit' from source: magic vars 6591 1726773103.24125: variable 'omit' from source: magic vars 6591 1726773103.24158: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6591 1726773103.24448: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6591 1726773103.24534: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773103.24571: variable 'omit' from source: magic vars 6591 1726773103.24618: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773103.24654: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773103.24683: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773103.24710: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773103.24729: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773103.24765: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773103.24774: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773103.24786: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773103.24895: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773103.24906: Set connection var ansible_connection to ssh 6591 1726773103.24922: Set connection var ansible_timeout to 10 6591 1726773103.24932: Set connection var ansible_pipelining to False 6591 1726773103.24941: Set connection var ansible_shell_executable to /bin/sh 6591 1726773103.24947: Set connection var ansible_shell_type to sh 6591 1726773103.24972: variable 'ansible_shell_executable' from source: unknown 6591 1726773103.24984: variable 'ansible_connection' from source: unknown 6591 1726773103.24991: variable 'ansible_module_compression' from source: unknown 6591 1726773103.24997: variable 'ansible_shell_type' from source: unknown 6591 1726773103.25007: variable 'ansible_shell_executable' from source: unknown 6591 1726773103.25015: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773103.25022: variable 'ansible_pipelining' from source: unknown 6591 1726773103.25029: variable 'ansible_timeout' from source: unknown 6591 1726773103.25036: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773103.25183: 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) 6591 1726773103.25201: variable 'omit' from source: magic vars 6591 1726773103.25213: starting attempt loop 6591 1726773103.25220: running the handler 6591 1726773103.25238: _low_level_execute_command(): starting 6591 1726773103.25251: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773103.25980: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773103.25997: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.26015: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.26036: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.26083: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773103.26098: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773103.26116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.26135: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773103.26147: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773103.26159: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773103.26172: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.26191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.26211: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.26228: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773103.26242: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773103.26258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.26344: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773103.26369: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773103.26392: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.26493: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773103.28174: stdout chunk (state=3): >>>/root <<< 6591 1726773103.28353: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773103.28398: stderr chunk (state=3): >>><<< 6591 1726773103.28402: stdout chunk (state=3): >>><<< 6591 1726773103.28425: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773103.28436: _low_level_execute_command(): starting 6591 1726773103.28442: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773103.2842402-9303-39797335518658 `" && echo ansible-tmp-1726773103.2842402-9303-39797335518658="` echo /root/.ansible/tmp/ansible-tmp-1726773103.2842402-9303-39797335518658 `" ) && sleep 0' 6591 1726773103.28874: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.28881: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.28914: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.28918: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.28920: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.28973: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773103.28981: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.29048: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773103.31136: stdout chunk (state=3): >>>ansible-tmp-1726773103.2842402-9303-39797335518658=/root/.ansible/tmp/ansible-tmp-1726773103.2842402-9303-39797335518658 <<< 6591 1726773103.31297: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773103.31339: stderr chunk (state=3): >>><<< 6591 1726773103.31342: stdout chunk (state=3): >>><<< 6591 1726773103.31355: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773103.2842402-9303-39797335518658=/root/.ansible/tmp/ansible-tmp-1726773103.2842402-9303-39797335518658 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773103.31424: variable 'ansible_module_compression' from source: unknown 6591 1726773103.31467: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773103.31494: variable 'ansible_facts' from source: unknown 6591 1726773103.31557: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773103.2842402-9303-39797335518658/AnsiballZ_stat.py 6591 1726773103.31645: Sending initial data 6591 1726773103.31654: Sent initial data (150 bytes) 6591 1726773103.32383: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773103.32398: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.32417: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.32436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.32476: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773103.32490: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773103.32507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.32525: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773103.32540: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773103.32571: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773103.32586: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.32601: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.32629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.32643: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773103.32660: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773103.32675: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.32754: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773103.32780: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773103.32795: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.32892: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773103.34768: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773103.34909: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773103.34971: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpja8hzese /root/.ansible/tmp/ansible-tmp-1726773103.2842402-9303-39797335518658/AnsiballZ_stat.py <<< 6591 1726773103.35028: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773103.36205: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773103.36210: stdout chunk (state=3): >>><<< 6591 1726773103.36212: stderr chunk (state=3): >>><<< 6591 1726773103.36214: done transferring module to remote 6591 1726773103.36216: _low_level_execute_command(): starting 6591 1726773103.36218: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773103.2842402-9303-39797335518658/ /root/.ansible/tmp/ansible-tmp-1726773103.2842402-9303-39797335518658/AnsiballZ_stat.py && sleep 0' 6591 1726773103.36729: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.36734: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.36779: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.36796: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.36799: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.36854: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773103.36857: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.36947: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773103.38823: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773103.38860: stderr chunk (state=3): >>><<< 6591 1726773103.38864: stdout chunk (state=3): >>><<< 6591 1726773103.38876: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773103.38879: _low_level_execute_command(): starting 6591 1726773103.38886: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773103.2842402-9303-39797335518658/AnsiballZ_stat.py && sleep 0' 6591 1726773103.39277: 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 <<< 6591 1726773103.39320: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.39323: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.39325: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.39377: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773103.39383: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.39458: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773103.54575: 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": 109052162, "dev": 51713, "nlink": 1, "atime": 1726773090.3872936, "mtime": 1726773090.4352932, "ctime": 1726773090.4352932, "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": "1495207885", "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}}} <<< 6591 1726773103.55778: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773103.55837: stderr chunk (state=3): >>><<< 6591 1726773103.55841: stdout chunk (state=3): >>><<< 6591 1726773103.55860: _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": 109052162, "dev": 51713, "nlink": 1, "atime": 1726773090.3872936, "mtime": 1726773090.4352932, "ctime": 1726773090.4352932, "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": "1495207885", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773103.55906: 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-1726773103.2842402-9303-39797335518658/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773103.55941: variable 'ansible_module_compression' from source: unknown 6591 1726773103.56000: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6591 1726773103.56006: variable 'ansible_facts' from source: unknown 6591 1726773103.56068: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773103.2842402-9303-39797335518658/AnsiballZ_file.py 6591 1726773103.56201: Sending initial data 6591 1726773103.56207: Sent initial data (150 bytes) 6591 1726773103.57129: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773103.57137: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.57148: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.57161: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.57197: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773103.57206: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773103.57217: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.57231: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773103.57238: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773103.57244: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773103.57252: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.57261: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.57272: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.57282: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773103.57285: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773103.57295: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.57371: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773103.57389: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773103.57401: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.57598: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773103.59361: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 <<< 6591 1726773103.59369: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773103.59490: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773103.59549: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpql65l1i_ /root/.ansible/tmp/ansible-tmp-1726773103.2842402-9303-39797335518658/AnsiballZ_file.py <<< 6591 1726773103.59613: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773103.60691: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773103.60870: stderr chunk (state=3): >>><<< 6591 1726773103.60874: stdout chunk (state=3): >>><<< 6591 1726773103.60876: done transferring module to remote 6591 1726773103.60878: _low_level_execute_command(): starting 6591 1726773103.60880: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773103.2842402-9303-39797335518658/ /root/.ansible/tmp/ansible-tmp-1726773103.2842402-9303-39797335518658/AnsiballZ_file.py && sleep 0' 6591 1726773103.61502: 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 <<< 6591 1726773103.61509: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.61543: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.61547: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.61549: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.61601: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773103.61609: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.61674: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773103.63418: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773103.63501: stderr chunk (state=3): >>><<< 6591 1726773103.63508: stdout chunk (state=3): >>><<< 6591 1726773103.63598: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773103.63602: _low_level_execute_command(): starting 6591 1726773103.63607: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773103.2842402-9303-39797335518658/AnsiballZ_file.py && sleep 0' 6591 1726773103.64566: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773103.64582: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.64605: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.64625: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.64670: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773103.64683: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773103.64701: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.64722: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773103.64735: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773103.64748: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773103.64760: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.64772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.64787: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.64798: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773103.64812: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773103.64827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.64899: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773103.64922: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773103.64937: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.65037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773103.79340: stdout chunk (state=3): >>> {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".2op47boy", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773103.80409: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773103.80457: stderr chunk (state=3): >>><<< 6591 1726773103.80460: stdout chunk (state=3): >>><<< 6591 1726773103.80474: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".2op47boy", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773103.80502: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.2op47boy', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773103.2842402-9303-39797335518658/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773103.80513: _low_level_execute_command(): starting 6591 1726773103.80518: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773103.2842402-9303-39797335518658/ > /dev/null 2>&1 && sleep 0' 6591 1726773103.80954: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.80957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.80991: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773103.80995: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.80998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.81000: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.81051: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773103.81055: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.81124: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773103.82947: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773103.82989: stderr chunk (state=3): >>><<< 6591 1726773103.82993: stdout chunk (state=3): >>><<< 6591 1726773103.83006: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773103.83013: handler run complete 6591 1726773103.83034: attempt loop complete, returning result 6591 1726773103.83038: _execute() done 6591 1726773103.83041: dumping result to json 6591 1726773103.83043: done dumping result, returning 6591 1726773103.83053: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [1239c35c-e2e1-152b-fb99-00000000030f] 6591 1726773103.83059: sending task result for task 1239c35c-e2e1-152b-fb99-00000000030f 6591 1726773103.83165: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000030f 6591 1726773103.83169: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/profile_mode", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "state": "file", "uid": 0 } 6591 1726773103.83261: no more pending results, returning what we have 6591 1726773103.83264: results queue empty 6591 1726773103.83265: checking for any_errors_fatal 6591 1726773103.83270: done checking for any_errors_fatal 6591 1726773103.83270: checking for max_fail_percentage 6591 1726773103.83272: done checking for max_fail_percentage 6591 1726773103.83273: checking to see if all hosts have failed and the running result is not ok 6591 1726773103.83273: done checking to see if all hosts have failed 6591 1726773103.83274: getting the remaining hosts for this loop 6591 1726773103.83275: done getting the remaining hosts for this loop 6591 1726773103.83279: getting the next task for host managed_node2 6591 1726773103.83284: done getting next task for host managed_node2 6591 1726773103.83287: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 6591 1726773103.83290: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773103.83300: getting variables 6591 1726773103.83301: in VariableManager get_vars() 6591 1726773103.83334: Calling all_inventory to load vars for managed_node2 6591 1726773103.83337: Calling groups_inventory to load vars for managed_node2 6591 1726773103.83339: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773103.83346: Calling all_plugins_play to load vars for managed_node2 6591 1726773103.83347: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773103.83349: Calling groups_plugins_play to load vars for managed_node2 6591 1726773103.83457: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773103.83583: done with get_vars() 6591 1726773103.83591: 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:43 -0400 (0:00:00.604) 0:01:21.307 **** 6591 1726773103.83650: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773103.83822: worker is 1 (out of 1 available) 6591 1726773103.83834: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773103.83845: done queuing things up, now waiting for results queue to drain 6591 1726773103.83846: waiting for pending results... 6591 1726773103.84019: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config 6591 1726773103.84088: in run() - task 1239c35c-e2e1-152b-fb99-000000000310 6591 1726773103.84100: variable 'ansible_search_path' from source: unknown 6591 1726773103.84105: variable 'ansible_search_path' from source: unknown 6591 1726773103.84134: calling self._execute() 6591 1726773103.84197: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773103.84200: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773103.84211: variable 'omit' from source: magic vars 6591 1726773103.84287: variable 'omit' from source: magic vars 6591 1726773103.84322: variable 'omit' from source: magic vars 6591 1726773103.84343: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773103.84554: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773103.84615: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773103.84675: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773103.84684: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773103.84774: variable 'omit' from source: magic vars 6591 1726773103.84808: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773103.84834: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773103.84849: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773103.84863: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773103.84872: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773103.84897: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773103.84900: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773103.84904: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773103.84974: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773103.84977: Set connection var ansible_connection to ssh 6591 1726773103.84987: Set connection var ansible_timeout to 10 6591 1726773103.84991: Set connection var ansible_pipelining to False 6591 1726773103.84997: Set connection var ansible_shell_executable to /bin/sh 6591 1726773103.84999: Set connection var ansible_shell_type to sh 6591 1726773103.85016: variable 'ansible_shell_executable' from source: unknown 6591 1726773103.85019: variable 'ansible_connection' from source: unknown 6591 1726773103.85021: variable 'ansible_module_compression' from source: unknown 6591 1726773103.85024: variable 'ansible_shell_type' from source: unknown 6591 1726773103.85026: variable 'ansible_shell_executable' from source: unknown 6591 1726773103.85028: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773103.85032: variable 'ansible_pipelining' from source: unknown 6591 1726773103.85035: variable 'ansible_timeout' from source: unknown 6591 1726773103.85039: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773103.85169: 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) 6591 1726773103.85178: variable 'omit' from source: magic vars 6591 1726773103.85186: starting attempt loop 6591 1726773103.85189: running the handler 6591 1726773103.85199: _low_level_execute_command(): starting 6591 1726773103.85206: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773103.85685: 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 <<< 6591 1726773103.85694: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.85722: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773103.85736: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.85747: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.85788: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773103.85801: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.85873: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773103.87395: stdout chunk (state=3): >>>/root <<< 6591 1726773103.87574: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773103.87588: stdout chunk (state=3): >>><<< 6591 1726773103.87600: stderr chunk (state=3): >>><<< 6591 1726773103.87623: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773103.87642: _low_level_execute_command(): starting 6591 1726773103.87659: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773103.8762887-9332-116214244061581 `" && echo ansible-tmp-1726773103.8762887-9332-116214244061581="` echo /root/.ansible/tmp/ansible-tmp-1726773103.8762887-9332-116214244061581 `" ) && sleep 0' 6591 1726773103.88347: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.88351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.88386: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.88389: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.88391: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.88450: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773103.88453: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.88522: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773103.90525: stdout chunk (state=3): >>>ansible-tmp-1726773103.8762887-9332-116214244061581=/root/.ansible/tmp/ansible-tmp-1726773103.8762887-9332-116214244061581 <<< 6591 1726773103.90643: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773103.90704: stderr chunk (state=3): >>><<< 6591 1726773103.90708: stdout chunk (state=3): >>><<< 6591 1726773103.90909: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773103.8762887-9332-116214244061581=/root/.ansible/tmp/ansible-tmp-1726773103.8762887-9332-116214244061581 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773103.90913: variable 'ansible_module_compression' from source: unknown 6591 1726773103.90916: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6591 1726773103.90918: variable 'ansible_facts' from source: unknown 6591 1726773103.90935: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773103.8762887-9332-116214244061581/AnsiballZ_kernel_settings_get_config.py 6591 1726773103.91073: Sending initial data 6591 1726773103.91076: Sent initial data (173 bytes) 6591 1726773103.91955: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773103.91969: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.91984: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.92005: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.92046: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773103.92059: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773103.92074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.92094: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773103.92113: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773103.92128: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773103.92141: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773103.92155: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.92174: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.92188: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773103.92201: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773103.92217: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.92292: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773103.92317: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773103.92335: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.92427: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773103.94109: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 <<< 6591 1726773103.94117: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773103.94168: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773103.94231: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpfcv2kdsr /root/.ansible/tmp/ansible-tmp-1726773103.8762887-9332-116214244061581/AnsiballZ_kernel_settings_get_config.py <<< 6591 1726773103.94286: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773103.95165: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773103.95215: stderr chunk (state=3): >>><<< 6591 1726773103.95218: stdout chunk (state=3): >>><<< 6591 1726773103.95235: done transferring module to remote 6591 1726773103.95244: _low_level_execute_command(): starting 6591 1726773103.95248: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773103.8762887-9332-116214244061581/ /root/.ansible/tmp/ansible-tmp-1726773103.8762887-9332-116214244061581/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773103.95670: 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 <<< 6591 1726773103.95674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.95708: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.95715: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773103.95717: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.95787: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773103.95790: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.95871: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773103.97540: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773103.97583: stderr chunk (state=3): >>><<< 6591 1726773103.97587: stdout chunk (state=3): >>><<< 6591 1726773103.97597: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773103.97600: _low_level_execute_command(): starting 6591 1726773103.97608: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773103.8762887-9332-116214244061581/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773103.98004: 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 <<< 6591 1726773103.98017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773103.98033: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773103.98051: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773103.98061: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773103.98102: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773103.98119: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773103.98186: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.11871: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "400000", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} <<< 6591 1726773104.12833: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773104.12883: stderr chunk (state=3): >>><<< 6591 1726773104.12886: stdout chunk (state=3): >>><<< 6591 1726773104.12898: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "400000", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773104.12927: 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-1726773103.8762887-9332-116214244061581/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773104.12934: _low_level_execute_command(): starting 6591 1726773104.12939: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773103.8762887-9332-116214244061581/ > /dev/null 2>&1 && sleep 0' 6591 1726773104.13363: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773104.13367: 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 <<< 6591 1726773104.13408: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773104.13411: 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.15.197 is address debug1: re-parsing configuration <<< 6591 1726773104.13414: 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.15.197 originally 10.31.15.197 <<< 6591 1726773104.13416: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.13468: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773104.13471: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.13537: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.15304: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773104.15346: stderr chunk (state=3): >>><<< 6591 1726773104.15350: stdout chunk (state=3): >>><<< 6591 1726773104.15360: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773104.15366: handler run complete 6591 1726773104.15383: attempt loop complete, returning result 6591 1726773104.15386: _execute() done 6591 1726773104.15390: dumping result to json 6591 1726773104.15392: done dumping result, returning 6591 1726773104.15401: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config [1239c35c-e2e1-152b-fb99-000000000310] 6591 1726773104.15408: sending task result for task 1239c35c-e2e1-152b-fb99-000000000310 6591 1726773104.15509: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000310 6591 1726773104.15513: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "sysctl": { "fs.epoll.max_user_watches": "785592", "fs.file-max": "400000", "vm.max_map_count": "65530" }, "sysfs": { "/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0" } } } 6591 1726773104.15593: no more pending results, returning what we have 6591 1726773104.15597: results queue empty 6591 1726773104.15598: checking for any_errors_fatal 6591 1726773104.15609: done checking for any_errors_fatal 6591 1726773104.15610: checking for max_fail_percentage 6591 1726773104.15611: done checking for max_fail_percentage 6591 1726773104.15612: checking to see if all hosts have failed and the running result is not ok 6591 1726773104.15613: done checking to see if all hosts have failed 6591 1726773104.15613: getting the remaining hosts for this loop 6591 1726773104.15615: done getting the remaining hosts for this loop 6591 1726773104.15618: getting the next task for host managed_node2 6591 1726773104.15623: done getting next task for host managed_node2 6591 1726773104.15626: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6591 1726773104.15629: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773104.15638: getting variables 6591 1726773104.15640: in VariableManager get_vars() 6591 1726773104.15671: Calling all_inventory to load vars for managed_node2 6591 1726773104.15674: Calling groups_inventory to load vars for managed_node2 6591 1726773104.15676: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773104.15687: Calling all_plugins_play to load vars for managed_node2 6591 1726773104.15690: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773104.15693: Calling groups_plugins_play to load vars for managed_node2 6591 1726773104.15845: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773104.15968: done with get_vars() 6591 1726773104.15976: done getting variables 6591 1726773104.16022: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:11:44 -0400 (0:00:00.323) 0:01:21.631 **** 6591 1726773104.16046: entering _queue_task() for managed_node2/template 6591 1726773104.16224: worker is 1 (out of 1 available) 6591 1726773104.16237: exiting _queue_task() for managed_node2/template 6591 1726773104.16249: done queuing things up, now waiting for results queue to drain 6591 1726773104.16250: waiting for pending results... 6591 1726773104.16421: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6591 1726773104.16491: in run() - task 1239c35c-e2e1-152b-fb99-000000000311 6591 1726773104.16506: variable 'ansible_search_path' from source: unknown 6591 1726773104.16511: variable 'ansible_search_path' from source: unknown 6591 1726773104.16538: calling self._execute() 6591 1726773104.16597: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773104.16600: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773104.16611: variable 'omit' from source: magic vars 6591 1726773104.16683: variable 'omit' from source: magic vars 6591 1726773104.16717: variable 'omit' from source: magic vars 6591 1726773104.16942: variable '__kernel_settings_profile_src' from source: role '' all vars 6591 1726773104.16948: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773104.17005: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773104.17023: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773104.17070: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773104.17120: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773104.17181: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773104.17185: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773104.17210: variable 'omit' from source: magic vars 6591 1726773104.17244: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773104.17269: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773104.17285: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773104.17298: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773104.17309: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773104.17331: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773104.17335: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773104.17337: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773104.17408: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773104.17411: Set connection var ansible_connection to ssh 6591 1726773104.17418: Set connection var ansible_timeout to 10 6591 1726773104.17423: Set connection var ansible_pipelining to False 6591 1726773104.17428: Set connection var ansible_shell_executable to /bin/sh 6591 1726773104.17430: Set connection var ansible_shell_type to sh 6591 1726773104.17447: variable 'ansible_shell_executable' from source: unknown 6591 1726773104.17450: variable 'ansible_connection' from source: unknown 6591 1726773104.17453: variable 'ansible_module_compression' from source: unknown 6591 1726773104.17455: variable 'ansible_shell_type' from source: unknown 6591 1726773104.17458: variable 'ansible_shell_executable' from source: unknown 6591 1726773104.17460: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773104.17464: variable 'ansible_pipelining' from source: unknown 6591 1726773104.17466: variable 'ansible_timeout' from source: unknown 6591 1726773104.17468: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773104.17566: 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) 6591 1726773104.17574: variable 'omit' from source: magic vars 6591 1726773104.17585: starting attempt loop 6591 1726773104.17588: running the handler 6591 1726773104.17595: _low_level_execute_command(): starting 6591 1726773104.17601: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773104.18074: 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 <<< 6591 1726773104.18082: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773104.18115: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.18128: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.18180: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773104.18198: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.18259: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.19806: stdout chunk (state=3): >>>/root <<< 6591 1726773104.19902: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773104.19947: stderr chunk (state=3): >>><<< 6591 1726773104.19954: stdout chunk (state=3): >>><<< 6591 1726773104.19973: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773104.19986: _low_level_execute_command(): starting 6591 1726773104.19990: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605 `" && echo ansible-tmp-1726773104.1997232-9348-174305770117605="` echo /root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605 `" ) && sleep 0' 6591 1726773104.20409: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773104.20415: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773104.20446: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.20457: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.20515: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773104.20532: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.20588: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.22651: stdout chunk (state=3): >>>ansible-tmp-1726773104.1997232-9348-174305770117605=/root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605 <<< 6591 1726773104.22765: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773104.22808: stderr chunk (state=3): >>><<< 6591 1726773104.22811: stdout chunk (state=3): >>><<< 6591 1726773104.22823: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773104.1997232-9348-174305770117605=/root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773104.22836: 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 6591 1726773104.22856: 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 6591 1726773104.22877: variable 'ansible_search_path' from source: unknown 6591 1726773104.23425: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773104.24837: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773104.24877: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773104.24910: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773104.24935: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773104.24963: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773104.25146: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773104.25165: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773104.25187: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773104.25215: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773104.25225: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773104.25450: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773104.25468: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773104.25488: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773104.25515: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773104.25526: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773104.25784: variable 'ansible_managed' from source: unknown 6591 1726773104.25787: variable '__sections' from source: task vars 6591 1726773104.25870: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773104.25892: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773104.25911: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773104.25935: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773104.25947: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773104.26022: variable 'kernel_settings_sysctl' from source: include params 6591 1726773104.26029: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773104.26034: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773104.26075: variable '__sysctl_old' from source: task vars 6591 1726773104.26122: variable '__sysctl_old' from source: task vars 6591 1726773104.26261: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773104.26264: variable 'kernel_settings_sysctl' from source: include params 6591 1726773104.26270: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773104.26274: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773104.26279: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773104.26423: variable 'kernel_settings_sysfs' from source: role '' defaults 6591 1726773104.26427: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773104.26433: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773104.26446: variable '__sysfs_old' from source: task vars 6591 1726773104.26490: variable '__sysfs_old' from source: task vars 6591 1726773104.26631: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773104.26634: variable 'kernel_settings_sysfs' from source: role '' defaults 6591 1726773104.26637: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773104.26642: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773104.26646: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773104.26689: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6591 1726773104.26695: variable '__systemd_old' from source: task vars 6591 1726773104.26739: variable '__systemd_old' from source: task vars 6591 1726773104.26867: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773104.26875: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6591 1726773104.26882: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.26887: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773104.26893: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 6591 1726773104.26898: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6591 1726773104.26902: variable '__trans_huge_old' from source: task vars 6591 1726773104.26947: variable '__trans_huge_old' from source: task vars 6591 1726773104.27073: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773104.27076: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 6591 1726773104.27081: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.27084: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773104.27097: variable '__trans_defrag_old' from source: task vars 6591 1726773104.27143: variable '__trans_defrag_old' from source: task vars 6591 1726773104.27271: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773104.27274: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6591 1726773104.27279: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.27282: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773104.27297: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.27310: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.27326: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.27334: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.27340: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.27353: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.27359: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.27364: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.27368: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.27376: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.27382: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.27388: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.27393: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.27398: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773104.27805: 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) 6591 1726773104.27843: variable 'ansible_module_compression' from source: unknown 6591 1726773104.27881: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773104.27902: variable 'ansible_facts' from source: unknown 6591 1726773104.27961: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/AnsiballZ_stat.py 6591 1726773104.28052: Sending initial data 6591 1726773104.28055: Sent initial data (151 bytes) 6591 1726773104.28705: 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 <<< 6591 1726773104.28709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773104.28743: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.28747: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773104.28749: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.28808: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773104.28811: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773104.28815: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.28885: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.30708: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773104.30769: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773104.30828: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpxmorja9r /root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/AnsiballZ_stat.py <<< 6591 1726773104.30888: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773104.31749: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773104.31838: stderr chunk (state=3): >>><<< 6591 1726773104.31841: stdout chunk (state=3): >>><<< 6591 1726773104.31856: done transferring module to remote 6591 1726773104.31864: _low_level_execute_command(): starting 6591 1726773104.31869: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/ /root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/AnsiballZ_stat.py && sleep 0' 6591 1726773104.32292: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773104.32295: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773104.32313: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.32326: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.32372: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773104.32396: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.32451: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.34180: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773104.34225: stderr chunk (state=3): >>><<< 6591 1726773104.34228: stdout chunk (state=3): >>><<< 6591 1726773104.34241: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773104.34244: _low_level_execute_command(): starting 6591 1726773104.34246: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/AnsiballZ_stat.py && sleep 0' 6591 1726773104.34864: 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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.34926: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.49469: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 372, "inode": 119537863, "dev": 51713, "nlink": 1, "atime": 1726773068.686875, "mtime": 1726773058.9839182, "ctime": 1726773067.9978783, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "mimetype": "text/plain", "charset": "us-ascii", "version": "2413511286", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6591 1726773104.50617: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773104.50664: stderr chunk (state=3): >>><<< 6591 1726773104.50668: stdout chunk (state=3): >>><<< 6591 1726773104.50695: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 372, "inode": 119537863, "dev": 51713, "nlink": 1, "atime": 1726773068.686875, "mtime": 1726773058.9839182, "ctime": 1726773067.9978783, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3feaf86b2638623e3300792e683ce55f91f31e9a", "mimetype": "text/plain", "charset": "us-ascii", "version": "2413511286", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773104.50947: 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-1726773104.1997232-9348-174305770117605/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773104.51038: Sending initial data 6591 1726773104.51049: Sent initial data (165 bytes) 6591 1726773104.51887: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773104.51890: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773104.51926: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.51930: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773104.51932: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.51990: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773104.52006: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.52079: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.53817: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773104.53874: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773104.53934: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp1yevy8pr/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/.source.conf <<< 6591 1726773104.53992: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773104.54255: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773104.54345: stderr chunk (state=3): >>><<< 6591 1726773104.54349: stdout chunk (state=3): >>><<< 6591 1726773104.54362: _low_level_execute_command(): starting 6591 1726773104.54366: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/ /root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/.source.conf && sleep 0' 6591 1726773104.54794: 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 <<< 6591 1726773104.54798: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773104.54832: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773104.54835: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773104.54837: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773104.54839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.54890: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773104.54897: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.54959: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.56659: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773104.56707: stderr chunk (state=3): >>><<< 6591 1726773104.56714: stdout chunk (state=3): >>><<< 6591 1726773104.56727: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773104.56754: variable 'ansible_module_compression' from source: unknown 6591 1726773104.56788: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6591 1726773104.56805: variable 'ansible_facts' from source: unknown 6591 1726773104.56849: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/AnsiballZ_copy.py 6591 1726773104.56937: Sending initial data 6591 1726773104.56947: Sent initial data (151 bytes) 6591 1726773104.57589: 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 <<< 6591 1726773104.57593: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773104.57627: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773104.57630: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773104.57633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773104.57635: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.57686: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773104.57693: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.57753: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.59436: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6591 1726773104.59442: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 6591 1726773104.59449: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 6591 1726773104.59456: stderr chunk (state=3): >>>debug2: Server supports extension "fstatvfs@openssh.com" revision 2 <<< 6591 1726773104.59464: stderr chunk (state=3): >>>debug2: Server supports extension "hardlink@openssh.com" revision 1 <<< 6591 1726773104.59471: stderr chunk (state=3): >>>debug2: Server supports extension "fsync@openssh.com" revision 1 <<< 6591 1726773104.59478: stderr chunk (state=3): >>>debug2: Server supports extension "lsetstat@openssh.com" revision 1 <<< 6591 1726773104.59489: stderr chunk (state=3): >>>debug2: Server supports extension "limits@openssh.com" revision 1 <<< 6591 1726773104.59495: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773104.59565: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773104.59626: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp1ck9sc4w /root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/AnsiballZ_copy.py <<< 6591 1726773104.59685: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773104.60540: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773104.60624: stderr chunk (state=3): >>><<< 6591 1726773104.60628: stdout chunk (state=3): >>><<< 6591 1726773104.60641: done transferring module to remote 6591 1726773104.60649: _low_level_execute_command(): starting 6591 1726773104.60653: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/ /root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/AnsiballZ_copy.py && sleep 0' 6591 1726773104.61060: 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 <<< 6591 1726773104.61065: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773104.61098: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.61112: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.61159: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773104.61173: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.61238: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.62940: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773104.62981: stderr chunk (state=3): >>><<< 6591 1726773104.62986: stdout chunk (state=3): >>><<< 6591 1726773104.62999: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773104.63002: _low_level_execute_command(): starting 6591 1726773104.63010: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/AnsiballZ_copy.py && sleep 0' 6591 1726773104.63406: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773104.63412: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773104.63441: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.63453: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.63505: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773104.63518: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.63590: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.78013: stdout chunk (state=3): >>> {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/.source.conf", "md5sum": "9c36ebcc135366fa59ab6f2f2da76a73", "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 351, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/.source.conf", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773104.79019: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773104.79071: stderr chunk (state=3): >>><<< 6591 1726773104.79074: stdout chunk (state=3): >>><<< 6591 1726773104.79093: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/.source.conf", "md5sum": "9c36ebcc135366fa59ab6f2f2da76a73", "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 351, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/.source.conf", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773104.79120: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/.source.conf', 'dest': '/etc/tuned/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': '221aa34fef95c2fe05408be9921820449785a5b2', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773104.79149: _low_level_execute_command(): starting 6591 1726773104.79152: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/ > /dev/null 2>&1 && sleep 0' 6591 1726773104.79589: 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 <<< 6591 1726773104.79594: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773104.79637: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773104.79641: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773104.79644: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.79687: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773104.79709: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773104.79712: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.79778: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.81545: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773104.81589: stderr chunk (state=3): >>><<< 6591 1726773104.81592: stdout chunk (state=3): >>><<< 6591 1726773104.81606: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773104.81616: handler run complete 6591 1726773104.81637: attempt loop complete, returning result 6591 1726773104.81640: _execute() done 6591 1726773104.81642: dumping result to json 6591 1726773104.81647: done dumping result, returning 6591 1726773104.81657: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [1239c35c-e2e1-152b-fb99-000000000311] 6591 1726773104.81661: sending task result for task 1239c35c-e2e1-152b-fb99-000000000311 6591 1726773104.81794: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000311 6591 1726773104.81797: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "dest": "/etc/tuned/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "9c36ebcc135366fa59ab6f2f2da76a73", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 351, "src": "/root/.ansible/tmp/ansible-tmp-1726773104.1997232-9348-174305770117605/.source.conf", "state": "file", "uid": 0 } 6591 1726773104.81881: no more pending results, returning what we have 6591 1726773104.81884: results queue empty 6591 1726773104.81885: checking for any_errors_fatal 6591 1726773104.81891: done checking for any_errors_fatal 6591 1726773104.81892: checking for max_fail_percentage 6591 1726773104.81893: done checking for max_fail_percentage 6591 1726773104.81894: checking to see if all hosts have failed and the running result is not ok 6591 1726773104.81895: done checking to see if all hosts have failed 6591 1726773104.81895: getting the remaining hosts for this loop 6591 1726773104.81897: done getting the remaining hosts for this loop 6591 1726773104.81900: getting the next task for host managed_node2 6591 1726773104.81907: done getting next task for host managed_node2 6591 1726773104.81910: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6591 1726773104.81913: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773104.81922: getting variables 6591 1726773104.81924: in VariableManager get_vars() 6591 1726773104.81957: Calling all_inventory to load vars for managed_node2 6591 1726773104.81959: Calling groups_inventory to load vars for managed_node2 6591 1726773104.81961: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773104.81971: Calling all_plugins_play to load vars for managed_node2 6591 1726773104.81973: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773104.81976: Calling groups_plugins_play to load vars for managed_node2 6591 1726773104.82110: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773104.82233: done with get_vars() 6591 1726773104.82241: done getting variables 6591 1726773104.82283: 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:44 -0400 (0:00:00.662) 0:01:22.293 **** 6591 1726773104.82308: entering _queue_task() for managed_node2/service 6591 1726773104.82477: worker is 1 (out of 1 available) 6591 1726773104.82490: exiting _queue_task() for managed_node2/service 6591 1726773104.82501: done queuing things up, now waiting for results queue to drain 6591 1726773104.82502: waiting for pending results... 6591 1726773104.82675: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6591 1726773104.82744: in run() - task 1239c35c-e2e1-152b-fb99-000000000312 6591 1726773104.82756: variable 'ansible_search_path' from source: unknown 6591 1726773104.82760: variable 'ansible_search_path' from source: unknown 6591 1726773104.82796: variable '__kernel_settings_services' from source: include_vars 6591 1726773104.83018: variable '__kernel_settings_services' from source: include_vars 6591 1726773104.83138: variable 'omit' from source: magic vars 6591 1726773104.83206: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773104.83212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773104.83221: variable 'omit' from source: magic vars 6591 1726773104.83392: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773104.83555: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773104.83587: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773104.83613: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773104.83637: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773104.83709: variable '__kernel_settings_register_profile' from source: set_fact 6591 1726773104.83719: variable '__kernel_settings_register_mode' from source: set_fact 6591 1726773104.83735: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 6591 1726773104.83738: when evaluation is False, skipping this task 6591 1726773104.83758: variable 'item' from source: unknown 6591 1726773104.83807: variable 'item' from source: unknown skipping: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed", "item": "tuned", "skip_reason": "Conditional result was False" } 6591 1726773104.83948: dumping result to json 6591 1726773104.83951: done dumping result, returning 6591 1726773104.83953: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [1239c35c-e2e1-152b-fb99-000000000312] 6591 1726773104.83956: sending task result for task 1239c35c-e2e1-152b-fb99-000000000312 6591 1726773104.83993: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000312 6591 1726773104.83996: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 6591 1726773104.84024: no more pending results, returning what we have 6591 1726773104.84027: results queue empty 6591 1726773104.84028: checking for any_errors_fatal 6591 1726773104.84037: done checking for any_errors_fatal 6591 1726773104.84038: checking for max_fail_percentage 6591 1726773104.84039: done checking for max_fail_percentage 6591 1726773104.84040: checking to see if all hosts have failed and the running result is not ok 6591 1726773104.84040: done checking to see if all hosts have failed 6591 1726773104.84041: getting the remaining hosts for this loop 6591 1726773104.84042: done getting the remaining hosts for this loop 6591 1726773104.84045: getting the next task for host managed_node2 6591 1726773104.84049: done getting next task for host managed_node2 6591 1726773104.84052: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6591 1726773104.84054: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773104.84067: getting variables 6591 1726773104.84068: in VariableManager get_vars() 6591 1726773104.84092: Calling all_inventory to load vars for managed_node2 6591 1726773104.84094: Calling groups_inventory to load vars for managed_node2 6591 1726773104.84095: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773104.84101: Calling all_plugins_play to load vars for managed_node2 6591 1726773104.84105: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773104.84107: Calling groups_plugins_play to load vars for managed_node2 6591 1726773104.84202: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773104.84321: done with get_vars() 6591 1726773104.84328: done getting variables 6591 1726773104.84366: 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:44 -0400 (0:00:00.020) 0:01:22.314 **** 6591 1726773104.84387: entering _queue_task() for managed_node2/command 6591 1726773104.84545: worker is 1 (out of 1 available) 6591 1726773104.84560: exiting _queue_task() for managed_node2/command 6591 1726773104.84571: done queuing things up, now waiting for results queue to drain 6591 1726773104.84573: waiting for pending results... 6591 1726773104.84724: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6591 1726773104.84788: in run() - task 1239c35c-e2e1-152b-fb99-000000000313 6591 1726773104.84800: variable 'ansible_search_path' from source: unknown 6591 1726773104.84804: variable 'ansible_search_path' from source: unknown 6591 1726773104.84831: calling self._execute() 6591 1726773104.84889: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773104.84892: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773104.84902: variable 'omit' from source: magic vars 6591 1726773104.85206: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773104.85366: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773104.85468: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773104.85496: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773104.85521: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773104.85600: variable '__kernel_settings_register_profile' from source: set_fact 6591 1726773104.85620: Evaluated conditional (not __kernel_settings_register_profile is changed): True 6591 1726773104.85707: variable '__kernel_settings_register_mode' from source: set_fact 6591 1726773104.85716: Evaluated conditional (not __kernel_settings_register_mode is changed): True 6591 1726773104.85790: variable '__kernel_settings_register_apply' from source: set_fact 6591 1726773104.85798: Evaluated conditional (__kernel_settings_register_apply is changed): True 6591 1726773104.85807: variable 'omit' from source: magic vars 6591 1726773104.85835: variable 'omit' from source: magic vars 6591 1726773104.85913: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773104.87251: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773104.87302: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773104.87330: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773104.87353: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773104.87372: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773104.87426: variable '__kernel_settings_active_profile' from source: set_fact 6591 1726773104.87448: variable 'omit' from source: magic vars 6591 1726773104.87468: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773104.87491: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773104.87505: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773104.87520: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773104.87529: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773104.87554: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773104.87557: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773104.87560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773104.87627: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773104.87631: Set connection var ansible_connection to ssh 6591 1726773104.87638: Set connection var ansible_timeout to 10 6591 1726773104.87643: Set connection var ansible_pipelining to False 6591 1726773104.87648: Set connection var ansible_shell_executable to /bin/sh 6591 1726773104.87650: Set connection var ansible_shell_type to sh 6591 1726773104.87665: variable 'ansible_shell_executable' from source: unknown 6591 1726773104.87668: variable 'ansible_connection' from source: unknown 6591 1726773104.87670: variable 'ansible_module_compression' from source: unknown 6591 1726773104.87672: variable 'ansible_shell_type' from source: unknown 6591 1726773104.87674: variable 'ansible_shell_executable' from source: unknown 6591 1726773104.87676: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773104.87683: variable 'ansible_pipelining' from source: unknown 6591 1726773104.87686: variable 'ansible_timeout' from source: unknown 6591 1726773104.87690: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773104.87760: 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) 6591 1726773104.87768: variable 'omit' from source: magic vars 6591 1726773104.87772: starting attempt loop 6591 1726773104.87775: running the handler 6591 1726773104.87788: _low_level_execute_command(): starting 6591 1726773104.87794: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773104.88278: 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 <<< 6591 1726773104.88290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773104.88315: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773104.88329: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773104.88339: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.88379: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773104.88394: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773104.88406: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.88469: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.90038: stdout chunk (state=3): >>>/root <<< 6591 1726773104.90136: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773104.90183: stderr chunk (state=3): >>><<< 6591 1726773104.90187: stdout chunk (state=3): >>><<< 6591 1726773104.90206: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773104.90216: _low_level_execute_command(): starting 6591 1726773104.90220: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773104.9020386-9390-106628427917839 `" && echo ansible-tmp-1726773104.9020386-9390-106628427917839="` echo /root/.ansible/tmp/ansible-tmp-1726773104.9020386-9390-106628427917839 `" ) && sleep 0' 6591 1726773104.90642: 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 <<< 6591 1726773104.90648: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773104.90676: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.90689: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773104.90700: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.90751: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773104.90755: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.90827: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.92932: stdout chunk (state=3): >>>ansible-tmp-1726773104.9020386-9390-106628427917839=/root/.ansible/tmp/ansible-tmp-1726773104.9020386-9390-106628427917839 <<< 6591 1726773104.93078: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773104.93083: stdout chunk (state=3): >>><<< 6591 1726773104.93092: stderr chunk (state=3): >>><<< 6591 1726773104.93105: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773104.9020386-9390-106628427917839=/root/.ansible/tmp/ansible-tmp-1726773104.9020386-9390-106628427917839 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773104.93127: variable 'ansible_module_compression' from source: unknown 6591 1726773104.93162: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773104.93187: variable 'ansible_facts' from source: unknown 6591 1726773104.93245: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773104.9020386-9390-106628427917839/AnsiballZ_command.py 6591 1726773104.93340: Sending initial data 6591 1726773104.93349: Sent initial data (154 bytes) 6591 1726773104.93972: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773104.93975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773104.94009: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.94013: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773104.94016: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.94067: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773104.94074: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.94133: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.95812: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773104.95871: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773104.95931: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpi0k4xauc /root/.ansible/tmp/ansible-tmp-1726773104.9020386-9390-106628427917839/AnsiballZ_command.py <<< 6591 1726773104.95988: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773104.96830: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773104.96918: stderr chunk (state=3): >>><<< 6591 1726773104.96921: stdout chunk (state=3): >>><<< 6591 1726773104.96935: done transferring module to remote 6591 1726773104.96943: _low_level_execute_command(): starting 6591 1726773104.96948: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773104.9020386-9390-106628427917839/ /root/.ansible/tmp/ansible-tmp-1726773104.9020386-9390-106628427917839/AnsiballZ_command.py && sleep 0' 6591 1726773104.97356: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773104.97360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773104.97385: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.97392: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773104.97402: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.97454: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773104.97457: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.97525: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773104.99215: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773104.99254: stderr chunk (state=3): >>><<< 6591 1726773104.99257: stdout chunk (state=3): >>><<< 6591 1726773104.99268: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773104.99271: _low_level_execute_command(): starting 6591 1726773104.99276: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773104.9020386-9390-106628427917839/AnsiballZ_command.py && sleep 0' 6591 1726773104.99665: 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 <<< 6591 1726773104.99682: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773104.99696: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773104.99710: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773104.99719: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773104.99762: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773104.99779: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773104.99843: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773106.17034: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:11:44.821882", "end": "2024-09-19 15:11:45.945688", "delta": "0:00:01.123806", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6591 1726773106.18433: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773106.18488: stderr chunk (state=3): >>><<< 6591 1726773106.18491: stdout chunk (state=3): >>><<< 6591 1726773106.18508: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:11:44.821882", "end": "2024-09-19 15:11:45.945688", "delta": "0:00:01.123806", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773106.18536: done with _execute_module (ansible.legacy.command, {'_raw_params': "tuned-adm profile 'virtual-guest kernel_settings'", '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773104.9020386-9390-106628427917839/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773106.18542: _low_level_execute_command(): starting 6591 1726773106.18547: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773104.9020386-9390-106628427917839/ > /dev/null 2>&1 && sleep 0' 6591 1726773106.18990: 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 <<< 6591 1726773106.18999: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773106.19043: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.19046: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773106.19048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.19106: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773106.19110: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773106.19176: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773106.21062: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773106.21106: stderr chunk (state=3): >>><<< 6591 1726773106.21110: stdout chunk (state=3): >>><<< 6591 1726773106.21121: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773106.21127: handler run complete 6591 1726773106.21145: Evaluated conditional (True): True 6591 1726773106.21153: attempt loop complete, returning result 6591 1726773106.21156: _execute() done 6591 1726773106.21160: dumping result to json 6591 1726773106.21165: done dumping result, returning 6591 1726773106.21173: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [1239c35c-e2e1-152b-fb99-000000000313] 6591 1726773106.21181: sending task result for task 1239c35c-e2e1-152b-fb99-000000000313 6591 1726773106.21279: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000313 6591 1726773106.21282: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest kernel_settings" ], "delta": "0:00:01.123806", "end": "2024-09-19 15:11:45.945688", "rc": 0, "start": "2024-09-19 15:11:44.821882" } 6591 1726773106.21356: no more pending results, returning what we have 6591 1726773106.21359: results queue empty 6591 1726773106.21360: checking for any_errors_fatal 6591 1726773106.21368: done checking for any_errors_fatal 6591 1726773106.21368: checking for max_fail_percentage 6591 1726773106.21370: done checking for max_fail_percentage 6591 1726773106.21371: checking to see if all hosts have failed and the running result is not ok 6591 1726773106.21371: done checking to see if all hosts have failed 6591 1726773106.21372: getting the remaining hosts for this loop 6591 1726773106.21374: done getting the remaining hosts for this loop 6591 1726773106.21377: getting the next task for host managed_node2 6591 1726773106.21386: done getting next task for host managed_node2 6591 1726773106.21390: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6591 1726773106.21392: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773106.21404: getting variables 6591 1726773106.21406: in VariableManager get_vars() 6591 1726773106.21438: Calling all_inventory to load vars for managed_node2 6591 1726773106.21441: Calling groups_inventory to load vars for managed_node2 6591 1726773106.21443: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773106.21452: Calling all_plugins_play to load vars for managed_node2 6591 1726773106.21454: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773106.21457: Calling groups_plugins_play to load vars for managed_node2 6591 1726773106.21566: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773106.21747: done with get_vars() 6591 1726773106.21754: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:11:46 -0400 (0:00:01.374) 0:01:23.688 **** 6591 1726773106.21823: entering _queue_task() for managed_node2/include_tasks 6591 1726773106.21992: worker is 1 (out of 1 available) 6591 1726773106.22007: exiting _queue_task() for managed_node2/include_tasks 6591 1726773106.22019: done queuing things up, now waiting for results queue to drain 6591 1726773106.22020: waiting for pending results... 6591 1726773106.22183: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6591 1726773106.22258: in run() - task 1239c35c-e2e1-152b-fb99-000000000314 6591 1726773106.22269: variable 'ansible_search_path' from source: unknown 6591 1726773106.22272: variable 'ansible_search_path' from source: unknown 6591 1726773106.22301: calling self._execute() 6591 1726773106.22364: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.22368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.22376: variable 'omit' from source: magic vars 6591 1726773106.22690: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773106.22859: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773106.22892: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773106.22920: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773106.22946: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773106.23026: variable '__kernel_settings_register_apply' from source: set_fact 6591 1726773106.23045: Evaluated conditional (__kernel_settings_register_apply is changed): True 6591 1726773106.23051: _execute() done 6591 1726773106.23054: dumping result to json 6591 1726773106.23057: done dumping result, returning 6591 1726773106.23063: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [1239c35c-e2e1-152b-fb99-000000000314] 6591 1726773106.23069: sending task result for task 1239c35c-e2e1-152b-fb99-000000000314 6591 1726773106.23155: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000314 6591 1726773106.23158: WORKER PROCESS EXITING 6591 1726773106.23197: no more pending results, returning what we have 6591 1726773106.23201: in VariableManager get_vars() 6591 1726773106.23234: Calling all_inventory to load vars for managed_node2 6591 1726773106.23237: Calling groups_inventory to load vars for managed_node2 6591 1726773106.23239: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773106.23248: Calling all_plugins_play to load vars for managed_node2 6591 1726773106.23250: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773106.23253: Calling groups_plugins_play to load vars for managed_node2 6591 1726773106.23357: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773106.23476: done with get_vars() 6591 1726773106.23483: variable 'ansible_search_path' from source: unknown 6591 1726773106.23484: variable 'ansible_search_path' from source: unknown 6591 1726773106.23505: we have included files to process 6591 1726773106.23506: generating all_blocks data 6591 1726773106.23509: done generating all_blocks data 6591 1726773106.23513: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6591 1726773106.23513: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6591 1726773106.23515: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6591 1726773106.23762: done processing included file 6591 1726773106.23764: iterating over new_blocks loaded from include file 6591 1726773106.23764: in VariableManager get_vars() 6591 1726773106.23781: done with get_vars() 6591 1726773106.23782: filtering new block on tags 6591 1726773106.23814: done filtering new block on tags 6591 1726773106.23815: 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_node2 6591 1726773106.23819: extending task lists for all hosts with included blocks 6591 1726773106.24182: done extending task lists 6591 1726773106.24183: done processing included files 6591 1726773106.24183: results queue empty 6591 1726773106.24184: checking for any_errors_fatal 6591 1726773106.24187: done checking for any_errors_fatal 6591 1726773106.24187: checking for max_fail_percentage 6591 1726773106.24188: done checking for max_fail_percentage 6591 1726773106.24189: checking to see if all hosts have failed and the running result is not ok 6591 1726773106.24189: done checking to see if all hosts have failed 6591 1726773106.24189: getting the remaining hosts for this loop 6591 1726773106.24190: done getting the remaining hosts for this loop 6591 1726773106.24192: getting the next task for host managed_node2 6591 1726773106.24195: done getting next task for host managed_node2 6591 1726773106.24196: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6591 1726773106.24198: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773106.24207: getting variables 6591 1726773106.24207: in VariableManager get_vars() 6591 1726773106.24215: Calling all_inventory to load vars for managed_node2 6591 1726773106.24217: Calling groups_inventory to load vars for managed_node2 6591 1726773106.24218: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773106.24221: Calling all_plugins_play to load vars for managed_node2 6591 1726773106.24222: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773106.24224: Calling groups_plugins_play to load vars for managed_node2 6591 1726773106.24300: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773106.24413: done with get_vars() 6591 1726773106.24419: done getting variables 6591 1726773106.24444: 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:46 -0400 (0:00:00.026) 0:01:23.715 **** 6591 1726773106.24464: entering _queue_task() for managed_node2/command 6591 1726773106.24628: worker is 1 (out of 1 available) 6591 1726773106.24640: exiting _queue_task() for managed_node2/command 6591 1726773106.24651: done queuing things up, now waiting for results queue to drain 6591 1726773106.24652: waiting for pending results... 6591 1726773106.24813: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6591 1726773106.24888: in run() - task 1239c35c-e2e1-152b-fb99-000000000483 6591 1726773106.24899: variable 'ansible_search_path' from source: unknown 6591 1726773106.24902: variable 'ansible_search_path' from source: unknown 6591 1726773106.24931: calling self._execute() 6591 1726773106.24986: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.24994: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.25002: variable 'omit' from source: magic vars 6591 1726773106.25071: variable 'omit' from source: magic vars 6591 1726773106.25113: variable 'omit' from source: magic vars 6591 1726773106.25134: variable 'omit' from source: magic vars 6591 1726773106.25167: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773106.25192: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773106.25211: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773106.25224: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773106.25233: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773106.25256: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773106.25259: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.25261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.25331: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773106.25334: Set connection var ansible_connection to ssh 6591 1726773106.25342: Set connection var ansible_timeout to 10 6591 1726773106.25347: Set connection var ansible_pipelining to False 6591 1726773106.25351: Set connection var ansible_shell_executable to /bin/sh 6591 1726773106.25355: Set connection var ansible_shell_type to sh 6591 1726773106.25370: variable 'ansible_shell_executable' from source: unknown 6591 1726773106.25372: variable 'ansible_connection' from source: unknown 6591 1726773106.25376: variable 'ansible_module_compression' from source: unknown 6591 1726773106.25381: variable 'ansible_shell_type' from source: unknown 6591 1726773106.25384: variable 'ansible_shell_executable' from source: unknown 6591 1726773106.25386: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.25388: variable 'ansible_pipelining' from source: unknown 6591 1726773106.25391: variable 'ansible_timeout' from source: unknown 6591 1726773106.25393: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.25488: 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) 6591 1726773106.25497: variable 'omit' from source: magic vars 6591 1726773106.25501: starting attempt loop 6591 1726773106.25506: running the handler 6591 1726773106.25518: _low_level_execute_command(): starting 6591 1726773106.25525: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773106.26025: 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 <<< 6591 1726773106.26034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773106.26063: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.26082: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.26130: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773106.26143: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773106.26216: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773106.27743: stdout chunk (state=3): >>>/root <<< 6591 1726773106.27920: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773106.27964: stderr chunk (state=3): >>><<< 6591 1726773106.27968: stdout chunk (state=3): >>><<< 6591 1726773106.27987: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773106.27998: _low_level_execute_command(): starting 6591 1726773106.28005: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773106.2798662-9443-21080229301918 `" && echo ansible-tmp-1726773106.2798662-9443-21080229301918="` echo /root/.ansible/tmp/ansible-tmp-1726773106.2798662-9443-21080229301918 `" ) && sleep 0' 6591 1726773106.28417: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773106.28430: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773106.28450: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.28464: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.28517: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773106.28533: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773106.28593: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773106.30626: stdout chunk (state=3): >>>ansible-tmp-1726773106.2798662-9443-21080229301918=/root/.ansible/tmp/ansible-tmp-1726773106.2798662-9443-21080229301918 <<< 6591 1726773106.30739: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773106.30782: stderr chunk (state=3): >>><<< 6591 1726773106.30786: stdout chunk (state=3): >>><<< 6591 1726773106.30796: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773106.2798662-9443-21080229301918=/root/.ansible/tmp/ansible-tmp-1726773106.2798662-9443-21080229301918 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773106.30831: variable 'ansible_module_compression' from source: unknown 6591 1726773106.30876: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773106.30901: variable 'ansible_facts' from source: unknown 6591 1726773106.30961: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773106.2798662-9443-21080229301918/AnsiballZ_command.py 6591 1726773106.31056: Sending initial data 6591 1726773106.31066: Sent initial data (153 bytes) 6591 1726773106.31842: 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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.31847: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773106.31906: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773106.33611: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773106.33667: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773106.33729: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp2unmdf71 /root/.ansible/tmp/ansible-tmp-1726773106.2798662-9443-21080229301918/AnsiballZ_command.py <<< 6591 1726773106.33786: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773106.34733: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773106.34816: stderr chunk (state=3): >>><<< 6591 1726773106.34820: stdout chunk (state=3): >>><<< 6591 1726773106.34835: done transferring module to remote 6591 1726773106.34843: _low_level_execute_command(): starting 6591 1726773106.34846: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773106.2798662-9443-21080229301918/ /root/.ansible/tmp/ansible-tmp-1726773106.2798662-9443-21080229301918/AnsiballZ_command.py && sleep 0' 6591 1726773106.35257: 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 <<< 6591 1726773106.35260: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773106.35298: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.35301: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773106.35307: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773106.35310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.35369: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773106.35372: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773106.35448: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773106.37150: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773106.37187: stderr chunk (state=3): >>><<< 6591 1726773106.37190: stdout chunk (state=3): >>><<< 6591 1726773106.37202: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773106.37210: _low_level_execute_command(): starting 6591 1726773106.37213: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773106.2798662-9443-21080229301918/AnsiballZ_command.py && sleep 0' 6591 1726773106.37609: 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 <<< 6591 1726773106.37616: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773106.37645: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773106.37649: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773106.37651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773106.37653: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.37697: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773106.37711: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773106.37783: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773106.60426: 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:46.316097", "end": "2024-09-19 15:11:46.415852", "delta": "0:00:00.099755", "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}}} <<< 6591 1726773106.61687: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773106.61742: stderr chunk (state=3): >>><<< 6591 1726773106.61746: stdout chunk (state=3): >>><<< 6591 1726773106.61762: _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:46.316097", "end": "2024-09-19 15:11:46.415852", "delta": "0:00:00.099755", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773106.61804: 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-1726773106.2798662-9443-21080229301918/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773106.61811: _low_level_execute_command(): starting 6591 1726773106.61816: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773106.2798662-9443-21080229301918/ > /dev/null 2>&1 && sleep 0' 6591 1726773106.62271: 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 <<< 6591 1726773106.62274: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773106.62309: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.62313: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773106.62320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.62364: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773106.62376: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773106.62443: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773106.64252: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773106.64300: stderr chunk (state=3): >>><<< 6591 1726773106.64306: stdout chunk (state=3): >>><<< 6591 1726773106.64319: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773106.64330: handler run complete 6591 1726773106.64347: Evaluated conditional (False): False 6591 1726773106.64355: attempt loop complete, returning result 6591 1726773106.64358: _execute() done 6591 1726773106.64361: dumping result to json 6591 1726773106.64366: done dumping result, returning 6591 1726773106.64374: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [1239c35c-e2e1-152b-fb99-000000000483] 6591 1726773106.64382: sending task result for task 1239c35c-e2e1-152b-fb99-000000000483 6591 1726773106.64483: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000483 6591 1726773106.64486: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.099755", "end": "2024-09-19 15:11:46.415852", "rc": 0, "start": "2024-09-19 15:11:46.316097" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 6591 1726773106.64570: no more pending results, returning what we have 6591 1726773106.64573: results queue empty 6591 1726773106.64574: checking for any_errors_fatal 6591 1726773106.64576: done checking for any_errors_fatal 6591 1726773106.64576: checking for max_fail_percentage 6591 1726773106.64580: done checking for max_fail_percentage 6591 1726773106.64581: checking to see if all hosts have failed and the running result is not ok 6591 1726773106.64582: done checking to see if all hosts have failed 6591 1726773106.64583: getting the remaining hosts for this loop 6591 1726773106.64584: done getting the remaining hosts for this loop 6591 1726773106.64587: getting the next task for host managed_node2 6591 1726773106.64593: done getting next task for host managed_node2 6591 1726773106.64597: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6591 1726773106.64600: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773106.64612: getting variables 6591 1726773106.64614: in VariableManager get_vars() 6591 1726773106.64644: Calling all_inventory to load vars for managed_node2 6591 1726773106.64647: Calling groups_inventory to load vars for managed_node2 6591 1726773106.64648: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773106.64655: Calling all_plugins_play to load vars for managed_node2 6591 1726773106.64657: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773106.64659: Calling groups_plugins_play to load vars for managed_node2 6591 1726773106.64767: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773106.64917: done with get_vars() 6591 1726773106.64924: done getting variables 6591 1726773106.64965: 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 [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:46 -0400 (0:00:00.405) 0:01:24.120 **** 6591 1726773106.64991: entering _queue_task() for managed_node2/shell 6591 1726773106.65167: worker is 1 (out of 1 available) 6591 1726773106.65182: exiting _queue_task() for managed_node2/shell 6591 1726773106.65193: done queuing things up, now waiting for results queue to drain 6591 1726773106.65195: waiting for pending results... 6591 1726773106.65361: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6591 1726773106.65443: in run() - task 1239c35c-e2e1-152b-fb99-000000000484 6591 1726773106.65455: variable 'ansible_search_path' from source: unknown 6591 1726773106.65460: variable 'ansible_search_path' from source: unknown 6591 1726773106.65486: calling self._execute() 6591 1726773106.65547: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.65553: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.65561: variable 'omit' from source: magic vars 6591 1726773106.65981: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773106.66214: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773106.66259: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773106.66292: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773106.66329: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773106.66437: variable '__kernel_settings_register_verify_values' from source: set_fact 6591 1726773106.66465: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6591 1726773106.66468: when evaluation is False, skipping this task 6591 1726773106.66471: _execute() done 6591 1726773106.66474: dumping result to json 6591 1726773106.66476: done dumping result, returning 6591 1726773106.66482: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [1239c35c-e2e1-152b-fb99-000000000484] 6591 1726773106.66490: sending task result for task 1239c35c-e2e1-152b-fb99-000000000484 6591 1726773106.66584: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000484 6591 1726773106.66587: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6591 1726773106.66635: no more pending results, returning what we have 6591 1726773106.66638: results queue empty 6591 1726773106.66639: checking for any_errors_fatal 6591 1726773106.66647: done checking for any_errors_fatal 6591 1726773106.66648: checking for max_fail_percentage 6591 1726773106.66649: done checking for max_fail_percentage 6591 1726773106.66650: checking to see if all hosts have failed and the running result is not ok 6591 1726773106.66651: done checking to see if all hosts have failed 6591 1726773106.66651: getting the remaining hosts for this loop 6591 1726773106.66653: done getting the remaining hosts for this loop 6591 1726773106.66656: getting the next task for host managed_node2 6591 1726773106.66661: done getting next task for host managed_node2 6591 1726773106.66664: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6591 1726773106.66667: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773106.66683: getting variables 6591 1726773106.66685: in VariableManager get_vars() 6591 1726773106.66718: Calling all_inventory to load vars for managed_node2 6591 1726773106.66721: Calling groups_inventory to load vars for managed_node2 6591 1726773106.66724: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773106.66733: Calling all_plugins_play to load vars for managed_node2 6591 1726773106.66736: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773106.66739: Calling groups_plugins_play to load vars for managed_node2 6591 1726773106.66914: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773106.67074: done with get_vars() 6591 1726773106.67083: done getting variables 6591 1726773106.67125: 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:46 -0400 (0:00:00.021) 0:01:24.142 **** 6591 1726773106.67148: entering _queue_task() for managed_node2/fail 6591 1726773106.67316: worker is 1 (out of 1 available) 6591 1726773106.67328: exiting _queue_task() for managed_node2/fail 6591 1726773106.67340: done queuing things up, now waiting for results queue to drain 6591 1726773106.67341: waiting for pending results... 6591 1726773106.67494: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6591 1726773106.67572: in run() - task 1239c35c-e2e1-152b-fb99-000000000485 6591 1726773106.67585: variable 'ansible_search_path' from source: unknown 6591 1726773106.67589: variable 'ansible_search_path' from source: unknown 6591 1726773106.67617: calling self._execute() 6591 1726773106.67673: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.67677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.67685: variable 'omit' from source: magic vars 6591 1726773106.67984: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773106.68199: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773106.68233: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773106.68258: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773106.68283: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773106.68358: variable '__kernel_settings_register_verify_values' from source: set_fact 6591 1726773106.68379: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6591 1726773106.68383: when evaluation is False, skipping this task 6591 1726773106.68386: _execute() done 6591 1726773106.68389: dumping result to json 6591 1726773106.68392: done dumping result, returning 6591 1726773106.68394: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [1239c35c-e2e1-152b-fb99-000000000485] 6591 1726773106.68400: sending task result for task 1239c35c-e2e1-152b-fb99-000000000485 6591 1726773106.68487: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000485 6591 1726773106.68491: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6591 1726773106.68532: no more pending results, returning what we have 6591 1726773106.68535: results queue empty 6591 1726773106.68536: checking for any_errors_fatal 6591 1726773106.68539: done checking for any_errors_fatal 6591 1726773106.68540: checking for max_fail_percentage 6591 1726773106.68541: done checking for max_fail_percentage 6591 1726773106.68542: checking to see if all hosts have failed and the running result is not ok 6591 1726773106.68543: done checking to see if all hosts have failed 6591 1726773106.68543: getting the remaining hosts for this loop 6591 1726773106.68545: done getting the remaining hosts for this loop 6591 1726773106.68547: getting the next task for host managed_node2 6591 1726773106.68554: done getting next task for host managed_node2 6591 1726773106.68557: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6591 1726773106.68560: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773106.68573: getting variables 6591 1726773106.68575: in VariableManager get_vars() 6591 1726773106.68599: Calling all_inventory to load vars for managed_node2 6591 1726773106.68601: Calling groups_inventory to load vars for managed_node2 6591 1726773106.68602: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773106.68611: Calling all_plugins_play to load vars for managed_node2 6591 1726773106.68613: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773106.68614: Calling groups_plugins_play to load vars for managed_node2 6591 1726773106.68722: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773106.68874: done with get_vars() 6591 1726773106.68881: done getting variables 6591 1726773106.68921: 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:46 -0400 (0:00:00.017) 0:01:24.160 **** 6591 1726773106.68941: entering _queue_task() for managed_node2/set_fact 6591 1726773106.69094: worker is 1 (out of 1 available) 6591 1726773106.69108: exiting _queue_task() for managed_node2/set_fact 6591 1726773106.69119: done queuing things up, now waiting for results queue to drain 6591 1726773106.69120: waiting for pending results... 6591 1726773106.69284: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6591 1726773106.69354: in run() - task 1239c35c-e2e1-152b-fb99-000000000315 6591 1726773106.69367: variable 'ansible_search_path' from source: unknown 6591 1726773106.69370: variable 'ansible_search_path' from source: unknown 6591 1726773106.69400: calling self._execute() 6591 1726773106.69457: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.69461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.69469: variable 'omit' from source: magic vars 6591 1726773106.69546: variable 'omit' from source: magic vars 6591 1726773106.69578: variable 'omit' from source: magic vars 6591 1726773106.69602: variable 'omit' from source: magic vars 6591 1726773106.69635: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773106.69661: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773106.69677: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773106.69693: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773106.69704: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773106.69727: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773106.69730: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.69733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.69806: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773106.69809: Set connection var ansible_connection to ssh 6591 1726773106.69817: Set connection var ansible_timeout to 10 6591 1726773106.69822: Set connection var ansible_pipelining to False 6591 1726773106.69826: Set connection var ansible_shell_executable to /bin/sh 6591 1726773106.69829: Set connection var ansible_shell_type to sh 6591 1726773106.69845: variable 'ansible_shell_executable' from source: unknown 6591 1726773106.69848: variable 'ansible_connection' from source: unknown 6591 1726773106.69850: variable 'ansible_module_compression' from source: unknown 6591 1726773106.69853: variable 'ansible_shell_type' from source: unknown 6591 1726773106.69855: variable 'ansible_shell_executable' from source: unknown 6591 1726773106.69858: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.69861: variable 'ansible_pipelining' from source: unknown 6591 1726773106.69864: variable 'ansible_timeout' from source: unknown 6591 1726773106.69868: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.69971: 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) 6591 1726773106.69981: variable 'omit' from source: magic vars 6591 1726773106.69987: starting attempt loop 6591 1726773106.69992: running the handler 6591 1726773106.70000: handler run complete 6591 1726773106.70010: attempt loop complete, returning result 6591 1726773106.70013: _execute() done 6591 1726773106.70015: dumping result to json 6591 1726773106.70017: done dumping result, returning 6591 1726773106.70025: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [1239c35c-e2e1-152b-fb99-000000000315] 6591 1726773106.70030: sending task result for task 1239c35c-e2e1-152b-fb99-000000000315 6591 1726773106.70104: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000315 6591 1726773106.70107: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 6591 1726773106.70165: no more pending results, returning what we have 6591 1726773106.70168: results queue empty 6591 1726773106.70169: checking for any_errors_fatal 6591 1726773106.70175: done checking for any_errors_fatal 6591 1726773106.70176: checking for max_fail_percentage 6591 1726773106.70177: done checking for max_fail_percentage 6591 1726773106.70178: checking to see if all hosts have failed and the running result is not ok 6591 1726773106.70179: done checking to see if all hosts have failed 6591 1726773106.70179: getting the remaining hosts for this loop 6591 1726773106.70181: done getting the remaining hosts for this loop 6591 1726773106.70183: getting the next task for host managed_node2 6591 1726773106.70188: done getting next task for host managed_node2 6591 1726773106.70191: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6591 1726773106.70194: ^ state is: HOST STATE: block=2, task=26, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773106.70205: getting variables 6591 1726773106.70207: in VariableManager get_vars() 6591 1726773106.70229: Calling all_inventory to load vars for managed_node2 6591 1726773106.70231: Calling groups_inventory to load vars for managed_node2 6591 1726773106.70233: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773106.70238: Calling all_plugins_play to load vars for managed_node2 6591 1726773106.70240: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773106.70242: Calling groups_plugins_play to load vars for managed_node2 6591 1726773106.70338: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773106.70454: done with get_vars() 6591 1726773106.70461: done getting variables 6591 1726773106.70498: 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:46 -0400 (0:00:00.015) 0:01:24.175 **** 6591 1726773106.70520: entering _queue_task() for managed_node2/set_fact 6591 1726773106.70665: worker is 1 (out of 1 available) 6591 1726773106.70677: exiting _queue_task() for managed_node2/set_fact 6591 1726773106.70688: done queuing things up, now waiting for results queue to drain 6591 1726773106.70690: waiting for pending results... 6591 1726773106.70843: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6591 1726773106.70909: in run() - task 1239c35c-e2e1-152b-fb99-000000000316 6591 1726773106.70920: variable 'ansible_search_path' from source: unknown 6591 1726773106.70924: variable 'ansible_search_path' from source: unknown 6591 1726773106.70949: calling self._execute() 6591 1726773106.71004: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.71008: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.71016: variable 'omit' from source: magic vars 6591 1726773106.71082: variable 'omit' from source: magic vars 6591 1726773106.71115: variable 'omit' from source: magic vars 6591 1726773106.71361: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773106.71746: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773106.71775: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773106.71802: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773106.71827: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773106.71916: variable '__kernel_settings_register_profile' from source: set_fact 6591 1726773106.71926: variable '__kernel_settings_register_mode' from source: set_fact 6591 1726773106.71932: variable '__kernel_settings_register_apply' from source: set_fact 6591 1726773106.71970: variable 'omit' from source: magic vars 6591 1726773106.71992: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773106.72016: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773106.72029: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773106.72042: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773106.72050: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773106.72070: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773106.72073: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.72076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.72145: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773106.72148: Set connection var ansible_connection to ssh 6591 1726773106.72155: Set connection var ansible_timeout to 10 6591 1726773106.72160: Set connection var ansible_pipelining to False 6591 1726773106.72165: Set connection var ansible_shell_executable to /bin/sh 6591 1726773106.72168: Set connection var ansible_shell_type to sh 6591 1726773106.72185: variable 'ansible_shell_executable' from source: unknown 6591 1726773106.72188: variable 'ansible_connection' from source: unknown 6591 1726773106.72190: variable 'ansible_module_compression' from source: unknown 6591 1726773106.72192: variable 'ansible_shell_type' from source: unknown 6591 1726773106.72195: variable 'ansible_shell_executable' from source: unknown 6591 1726773106.72197: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.72199: variable 'ansible_pipelining' from source: unknown 6591 1726773106.72204: variable 'ansible_timeout' from source: unknown 6591 1726773106.72208: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.72277: 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) 6591 1726773106.72287: variable 'omit' from source: magic vars 6591 1726773106.72290: starting attempt loop 6591 1726773106.72293: running the handler 6591 1726773106.72302: handler run complete 6591 1726773106.72312: attempt loop complete, returning result 6591 1726773106.72315: _execute() done 6591 1726773106.72318: dumping result to json 6591 1726773106.72320: done dumping result, returning 6591 1726773106.72328: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [1239c35c-e2e1-152b-fb99-000000000316] 6591 1726773106.72333: sending task result for task 1239c35c-e2e1-152b-fb99-000000000316 6591 1726773106.72405: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000316 6591 1726773106.72409: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 6591 1726773106.72482: no more pending results, returning what we have 6591 1726773106.72485: results queue empty 6591 1726773106.72485: checking for any_errors_fatal 6591 1726773106.72489: done checking for any_errors_fatal 6591 1726773106.72490: checking for max_fail_percentage 6591 1726773106.72492: done checking for max_fail_percentage 6591 1726773106.72492: checking to see if all hosts have failed and the running result is not ok 6591 1726773106.72493: done checking to see if all hosts have failed 6591 1726773106.72494: getting the remaining hosts for this loop 6591 1726773106.72495: done getting the remaining hosts for this loop 6591 1726773106.72498: getting the next task for host managed_node2 6591 1726773106.72507: done getting next task for host managed_node2 6591 1726773106.72508: ^ task is: TASK: meta (role_complete) 6591 1726773106.72510: ^ state is: HOST STATE: block=2, task=27, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773106.72517: getting variables 6591 1726773106.72518: in VariableManager get_vars() 6591 1726773106.72540: Calling all_inventory to load vars for managed_node2 6591 1726773106.72542: Calling groups_inventory to load vars for managed_node2 6591 1726773106.72543: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773106.72549: Calling all_plugins_play to load vars for managed_node2 6591 1726773106.72550: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773106.72552: Calling groups_plugins_play to load vars for managed_node2 6591 1726773106.72647: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773106.72925: done with get_vars() 6591 1726773106.72931: done getting variables 6591 1726773106.72977: done queuing things up, now waiting for results queue to drain 6591 1726773106.72979: results queue empty 6591 1726773106.72980: checking for any_errors_fatal 6591 1726773106.72981: done checking for any_errors_fatal 6591 1726773106.72981: checking for max_fail_percentage 6591 1726773106.72982: done checking for max_fail_percentage 6591 1726773106.72986: checking to see if all hosts have failed and the running result is not ok 6591 1726773106.72986: done checking to see if all hosts have failed 6591 1726773106.72987: getting the remaining hosts for this loop 6591 1726773106.72987: done getting the remaining hosts for this loop 6591 1726773106.72989: getting the next task for host managed_node2 6591 1726773106.72991: done getting next task for host managed_node2 6591 1726773106.72992: ^ task is: TASK: meta (flush_handlers) 6591 1726773106.72993: ^ state is: HOST STATE: block=2, task=28, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773106.72995: getting variables 6591 1726773106.72996: in VariableManager get_vars() 6591 1726773106.73002: Calling all_inventory to load vars for managed_node2 6591 1726773106.73005: Calling groups_inventory to load vars for managed_node2 6591 1726773106.73007: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773106.73009: Calling all_plugins_play to load vars for managed_node2 6591 1726773106.73011: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773106.73012: Calling groups_plugins_play to load vars for managed_node2 6591 1726773106.73084: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773106.73187: done with get_vars() 6591 1726773106.73192: done getting variables TASK [Force handlers] ********************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:130 Thursday 19 September 2024 15:11:46 -0400 (0:00:00.027) 0:01:24.203 **** 6591 1726773106.73233: in VariableManager get_vars() 6591 1726773106.73239: Calling all_inventory to load vars for managed_node2 6591 1726773106.73240: Calling groups_inventory to load vars for managed_node2 6591 1726773106.73242: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773106.73244: Calling all_plugins_play to load vars for managed_node2 6591 1726773106.73246: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773106.73247: Calling groups_plugins_play to load vars for managed_node2 6591 1726773106.73321: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773106.73428: done with get_vars() META: triggered running handlers for managed_node2 6591 1726773106.73438: done queuing things up, now waiting for results queue to drain 6591 1726773106.73439: results queue empty 6591 1726773106.73439: checking for any_errors_fatal 6591 1726773106.73440: done checking for any_errors_fatal 6591 1726773106.73441: checking for max_fail_percentage 6591 1726773106.73441: done checking for max_fail_percentage 6591 1726773106.73442: checking to see if all hosts have failed and the running result is not ok 6591 1726773106.73442: done checking to see if all hosts have failed 6591 1726773106.73443: getting the remaining hosts for this loop 6591 1726773106.73443: done getting the remaining hosts for this loop 6591 1726773106.73445: getting the next task for host managed_node2 6591 1726773106.73447: done getting next task for host managed_node2 6591 1726773106.73448: ^ task is: TASK: Ensure kernel_settings_reboot_required is not set or is false 6591 1726773106.73449: ^ state is: HOST STATE: block=2, task=29, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773106.73450: getting variables 6591 1726773106.73451: in VariableManager get_vars() 6591 1726773106.73456: Calling all_inventory to load vars for managed_node2 6591 1726773106.73458: Calling groups_inventory to load vars for managed_node2 6591 1726773106.73459: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773106.73462: Calling all_plugins_play to load vars for managed_node2 6591 1726773106.73463: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773106.73465: Calling groups_plugins_play to load vars for managed_node2 6591 1726773106.73557: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773106.73658: done with get_vars() 6591 1726773106.73663: done getting variables 6591 1726773106.73688: 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=True) TASK [Ensure kernel_settings_reboot_required is not set or is false] *********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:133 Thursday 19 September 2024 15:11:46 -0400 (0:00:00.004) 0:01:24.207 **** 6591 1726773106.73699: entering _queue_task() for managed_node2/assert 6591 1726773106.73850: worker is 1 (out of 1 available) 6591 1726773106.73863: exiting _queue_task() for managed_node2/assert 6591 1726773106.73874: done queuing things up, now waiting for results queue to drain 6591 1726773106.73875: waiting for pending results... 6591 1726773106.74024: running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false 6591 1726773106.74075: in run() - task 1239c35c-e2e1-152b-fb99-00000000001c 6591 1726773106.74089: variable 'ansible_search_path' from source: unknown 6591 1726773106.74119: calling self._execute() 6591 1726773106.74175: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.74179: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.74189: variable 'omit' from source: magic vars 6591 1726773106.74259: variable 'omit' from source: magic vars 6591 1726773106.74282: variable 'omit' from source: magic vars 6591 1726773106.74306: variable 'omit' from source: magic vars 6591 1726773106.74337: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773106.74363: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773106.74378: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773106.74392: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773106.74405: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773106.74426: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773106.74429: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.74432: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.74499: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773106.74502: Set connection var ansible_connection to ssh 6591 1726773106.74511: Set connection var ansible_timeout to 10 6591 1726773106.74516: Set connection var ansible_pipelining to False 6591 1726773106.74521: Set connection var ansible_shell_executable to /bin/sh 6591 1726773106.74524: Set connection var ansible_shell_type to sh 6591 1726773106.74538: variable 'ansible_shell_executable' from source: unknown 6591 1726773106.74542: variable 'ansible_connection' from source: unknown 6591 1726773106.74545: variable 'ansible_module_compression' from source: unknown 6591 1726773106.74547: variable 'ansible_shell_type' from source: unknown 6591 1726773106.74550: variable 'ansible_shell_executable' from source: unknown 6591 1726773106.74553: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.74555: variable 'ansible_pipelining' from source: unknown 6591 1726773106.74557: variable 'ansible_timeout' from source: unknown 6591 1726773106.74560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.74654: 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) 6591 1726773106.74663: variable 'omit' from source: magic vars 6591 1726773106.74667: starting attempt loop 6591 1726773106.74671: running the handler 6591 1726773106.74908: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773106.76405: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773106.76447: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773106.76472: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773106.76499: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773106.76522: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773106.76569: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773106.76591: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773106.76611: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773106.76639: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773106.76649: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773106.76732: variable 'kernel_settings_reboot_required' from source: set_fact 6591 1726773106.76746: Evaluated conditional (not kernel_settings_reboot_required | d(false)): True 6591 1726773106.76751: handler run complete 6591 1726773106.76766: attempt loop complete, returning result 6591 1726773106.76769: _execute() done 6591 1726773106.76772: dumping result to json 6591 1726773106.76775: done dumping result, returning 6591 1726773106.76783: done running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false [1239c35c-e2e1-152b-fb99-00000000001c] 6591 1726773106.76789: sending task result for task 1239c35c-e2e1-152b-fb99-00000000001c 6591 1726773106.76866: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000001c 6591 1726773106.76868: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6591 1726773106.76915: no more pending results, returning what we have 6591 1726773106.76919: results queue empty 6591 1726773106.76920: checking for any_errors_fatal 6591 1726773106.76921: done checking for any_errors_fatal 6591 1726773106.76922: checking for max_fail_percentage 6591 1726773106.76923: done checking for max_fail_percentage 6591 1726773106.76924: checking to see if all hosts have failed and the running result is not ok 6591 1726773106.76925: done checking to see if all hosts have failed 6591 1726773106.76925: getting the remaining hosts for this loop 6591 1726773106.76927: done getting the remaining hosts for this loop 6591 1726773106.76930: getting the next task for host managed_node2 6591 1726773106.76935: done getting next task for host managed_node2 6591 1726773106.76937: ^ task is: TASK: Ensure role reported changed 6591 1726773106.76939: ^ state is: HOST STATE: block=2, task=30, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773106.76941: getting variables 6591 1726773106.76943: in VariableManager get_vars() 6591 1726773106.76970: Calling all_inventory to load vars for managed_node2 6591 1726773106.76972: Calling groups_inventory to load vars for managed_node2 6591 1726773106.76974: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773106.76982: Calling all_plugins_play to load vars for managed_node2 6591 1726773106.76989: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773106.76992: Calling groups_plugins_play to load vars for managed_node2 6591 1726773106.77112: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773106.77230: done with get_vars() 6591 1726773106.77237: done getting variables 6591 1726773106.77273: 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=True) TASK [Ensure role reported changed] ******************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:137 Thursday 19 September 2024 15:11:46 -0400 (0:00:00.035) 0:01:24.243 **** 6591 1726773106.77293: entering _queue_task() for managed_node2/assert 6591 1726773106.77450: worker is 1 (out of 1 available) 6591 1726773106.77463: exiting _queue_task() for managed_node2/assert 6591 1726773106.77475: done queuing things up, now waiting for results queue to drain 6591 1726773106.77476: waiting for pending results... 6591 1726773106.77635: running TaskExecutor() for managed_node2/TASK: Ensure role reported changed 6591 1726773106.77687: in run() - task 1239c35c-e2e1-152b-fb99-00000000001d 6591 1726773106.77700: variable 'ansible_search_path' from source: unknown 6591 1726773106.77729: calling self._execute() 6591 1726773106.77843: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.77849: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.77858: variable 'omit' from source: magic vars 6591 1726773106.77931: variable 'omit' from source: magic vars 6591 1726773106.77952: variable 'omit' from source: magic vars 6591 1726773106.77972: variable 'omit' from source: magic vars 6591 1726773106.78006: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773106.78030: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773106.78045: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773106.78058: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773106.78067: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773106.78090: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773106.78094: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.78096: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.78165: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773106.78169: Set connection var ansible_connection to ssh 6591 1726773106.78176: Set connection var ansible_timeout to 10 6591 1726773106.78183: Set connection var ansible_pipelining to False 6591 1726773106.78188: Set connection var ansible_shell_executable to /bin/sh 6591 1726773106.78190: Set connection var ansible_shell_type to sh 6591 1726773106.78207: variable 'ansible_shell_executable' from source: unknown 6591 1726773106.78210: variable 'ansible_connection' from source: unknown 6591 1726773106.78212: variable 'ansible_module_compression' from source: unknown 6591 1726773106.78214: variable 'ansible_shell_type' from source: unknown 6591 1726773106.78218: variable 'ansible_shell_executable' from source: unknown 6591 1726773106.78222: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.78224: variable 'ansible_pipelining' from source: unknown 6591 1726773106.78228: variable 'ansible_timeout' from source: unknown 6591 1726773106.78232: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.78328: 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) 6591 1726773106.78336: variable 'omit' from source: magic vars 6591 1726773106.78341: starting attempt loop 6591 1726773106.78344: running the handler 6591 1726773106.78568: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773106.80056: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773106.80109: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773106.80137: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773106.80162: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773106.80185: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773106.80235: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773106.80254: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773106.80271: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773106.80300: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773106.80314: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773106.80387: variable '__kernel_settings_changed' from source: set_fact 6591 1726773106.80400: Evaluated conditional (__kernel_settings_changed | d(false)): True 6591 1726773106.80406: handler run complete 6591 1726773106.80424: attempt loop complete, returning result 6591 1726773106.80426: _execute() done 6591 1726773106.80429: dumping result to json 6591 1726773106.80432: done dumping result, returning 6591 1726773106.80438: done running TaskExecutor() for managed_node2/TASK: Ensure role reported changed [1239c35c-e2e1-152b-fb99-00000000001d] 6591 1726773106.80443: sending task result for task 1239c35c-e2e1-152b-fb99-00000000001d 6591 1726773106.80519: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000001d 6591 1726773106.80523: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6591 1726773106.80566: no more pending results, returning what we have 6591 1726773106.80569: results queue empty 6591 1726773106.80570: checking for any_errors_fatal 6591 1726773106.80575: done checking for any_errors_fatal 6591 1726773106.80575: checking for max_fail_percentage 6591 1726773106.80577: done checking for max_fail_percentage 6591 1726773106.80577: checking to see if all hosts have failed and the running result is not ok 6591 1726773106.80578: done checking to see if all hosts have failed 6591 1726773106.80579: getting the remaining hosts for this loop 6591 1726773106.80580: done getting the remaining hosts for this loop 6591 1726773106.80584: getting the next task for host managed_node2 6591 1726773106.80589: done getting next task for host managed_node2 6591 1726773106.80591: ^ task is: TASK: Check sysctl after reboot 6591 1726773106.80593: ^ state is: HOST STATE: block=2, task=31, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773106.80596: getting variables 6591 1726773106.80597: in VariableManager get_vars() 6591 1726773106.80673: Calling all_inventory to load vars for managed_node2 6591 1726773106.80675: Calling groups_inventory to load vars for managed_node2 6591 1726773106.80677: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773106.80684: Calling all_plugins_play to load vars for managed_node2 6591 1726773106.80685: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773106.80692: Calling groups_plugins_play to load vars for managed_node2 6591 1726773106.80784: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773106.80894: done with get_vars() 6591 1726773106.80901: done getting variables 6591 1726773106.80940: 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 [Check sysctl after reboot] *********************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:141 Thursday 19 September 2024 15:11:46 -0400 (0:00:00.036) 0:01:24.280 **** 6591 1726773106.80958: entering _queue_task() for managed_node2/shell 6591 1726773106.81122: worker is 1 (out of 1 available) 6591 1726773106.81135: exiting _queue_task() for managed_node2/shell 6591 1726773106.81147: done queuing things up, now waiting for results queue to drain 6591 1726773106.81148: waiting for pending results... 6591 1726773106.81305: running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot 6591 1726773106.81360: in run() - task 1239c35c-e2e1-152b-fb99-00000000001e 6591 1726773106.81371: variable 'ansible_search_path' from source: unknown 6591 1726773106.81401: calling self._execute() 6591 1726773106.81462: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.81467: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.81475: variable 'omit' from source: magic vars 6591 1726773106.81552: variable 'omit' from source: magic vars 6591 1726773106.81573: variable 'omit' from source: magic vars 6591 1726773106.81598: variable 'omit' from source: magic vars 6591 1726773106.81632: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773106.81657: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773106.81672: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773106.81688: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773106.81699: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773106.81721: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773106.81724: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.81727: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.81796: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773106.81799: Set connection var ansible_connection to ssh 6591 1726773106.81809: Set connection var ansible_timeout to 10 6591 1726773106.81812: Set connection var ansible_pipelining to False 6591 1726773106.81818: Set connection var ansible_shell_executable to /bin/sh 6591 1726773106.81820: Set connection var ansible_shell_type to sh 6591 1726773106.81836: variable 'ansible_shell_executable' from source: unknown 6591 1726773106.81839: variable 'ansible_connection' from source: unknown 6591 1726773106.81841: variable 'ansible_module_compression' from source: unknown 6591 1726773106.81843: variable 'ansible_shell_type' from source: unknown 6591 1726773106.81846: variable 'ansible_shell_executable' from source: unknown 6591 1726773106.81849: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773106.81853: variable 'ansible_pipelining' from source: unknown 6591 1726773106.81855: variable 'ansible_timeout' from source: unknown 6591 1726773106.81859: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773106.81957: 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) 6591 1726773106.81966: variable 'omit' from source: magic vars 6591 1726773106.81970: starting attempt loop 6591 1726773106.81973: running the handler 6591 1726773106.81985: 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) 6591 1726773106.81999: _low_level_execute_command(): starting 6591 1726773106.82006: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773106.82506: 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 <<< 6591 1726773106.82518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773106.82544: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773106.82558: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773106.82571: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.82621: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773106.82627: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773106.82642: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773106.82722: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773106.84351: stdout chunk (state=3): >>>/root <<< 6591 1726773106.84496: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773106.84501: stdout chunk (state=3): >>><<< 6591 1726773106.84512: stderr chunk (state=3): >>><<< 6591 1726773106.84529: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773106.84540: _low_level_execute_command(): starting 6591 1726773106.84545: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773106.845278-9470-100966229357747 `" && echo ansible-tmp-1726773106.845278-9470-100966229357747="` echo /root/.ansible/tmp/ansible-tmp-1726773106.845278-9470-100966229357747 `" ) && sleep 0' 6591 1726773106.84962: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773106.84968: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773106.85000: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.85022: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.85064: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773106.85076: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773106.85150: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773106.87175: stdout chunk (state=3): >>>ansible-tmp-1726773106.845278-9470-100966229357747=/root/.ansible/tmp/ansible-tmp-1726773106.845278-9470-100966229357747 <<< 6591 1726773106.87289: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773106.87330: stderr chunk (state=3): >>><<< 6591 1726773106.87334: stdout chunk (state=3): >>><<< 6591 1726773106.87349: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773106.845278-9470-100966229357747=/root/.ansible/tmp/ansible-tmp-1726773106.845278-9470-100966229357747 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773106.87371: variable 'ansible_module_compression' from source: unknown 6591 1726773106.87418: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773106.87446: variable 'ansible_facts' from source: unknown 6591 1726773106.87509: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773106.845278-9470-100966229357747/AnsiballZ_command.py 6591 1726773106.87608: Sending initial data 6591 1726773106.87618: Sent initial data (153 bytes) 6591 1726773106.88243: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773106.88247: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773106.88284: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.88287: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773106.88289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.88338: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773106.88341: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773106.88411: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773106.90108: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773106.90164: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773106.90221: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpbbxdlk3a /root/.ansible/tmp/ansible-tmp-1726773106.845278-9470-100966229357747/AnsiballZ_command.py <<< 6591 1726773106.90283: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773106.91120: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773106.91206: stderr chunk (state=3): >>><<< 6591 1726773106.91210: stdout chunk (state=3): >>><<< 6591 1726773106.91225: done transferring module to remote 6591 1726773106.91233: _low_level_execute_command(): starting 6591 1726773106.91237: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773106.845278-9470-100966229357747/ /root/.ansible/tmp/ansible-tmp-1726773106.845278-9470-100966229357747/AnsiballZ_command.py && sleep 0' 6591 1726773106.91646: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773106.91649: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773106.91681: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.91684: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773106.91686: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.91734: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773106.91740: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773106.91816: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773106.93495: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773106.93536: stderr chunk (state=3): >>><<< 6591 1726773106.93540: stdout chunk (state=3): >>><<< 6591 1726773106.93555: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773106.93558: _low_level_execute_command(): starting 6591 1726773106.93562: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773106.845278-9470-100966229357747/AnsiballZ_command.py && sleep 0' 6591 1726773106.93954: 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 <<< 6591 1726773106.93967: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773106.93987: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.93998: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773106.94048: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773106.94064: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773106.94128: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773107.07681: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000", "start": "2024-09-19 15:11:46.922529", "end": "2024-09-19 15:11:46.927893", "delta": "0:00:00.005364", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6591 1726773107.08840: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773107.08895: stderr chunk (state=3): >>><<< 6591 1726773107.08899: stdout chunk (state=3): >>><<< 6591 1726773107.08916: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000", "start": "2024-09-19 15:11:46.922529", "end": "2024-09-19 15:11:46.927893", "delta": "0:00:00.005364", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773107.08958: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773106.845278-9470-100966229357747/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773107.08964: _low_level_execute_command(): starting 6591 1726773107.08969: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773106.845278-9470-100966229357747/ > /dev/null 2>&1 && sleep 0' 6591 1726773107.09418: 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 <<< 6591 1726773107.09431: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773107.09447: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773107.09460: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773107.09474: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773107.09518: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773107.09541: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773107.09598: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773107.11347: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773107.11393: stderr chunk (state=3): >>><<< 6591 1726773107.11396: stdout chunk (state=3): >>><<< 6591 1726773107.11411: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773107.11417: handler run complete 6591 1726773107.11435: Evaluated conditional (False): False 6591 1726773107.11443: attempt loop complete, returning result 6591 1726773107.11445: _execute() done 6591 1726773107.11448: dumping result to json 6591 1726773107.11453: done dumping result, returning 6591 1726773107.11460: done running TaskExecutor() for managed_node2/TASK: Check sysctl after reboot [1239c35c-e2e1-152b-fb99-00000000001e] 6591 1726773107.11466: sending task result for task 1239c35c-e2e1-152b-fb99-00000000001e 6591 1726773107.11561: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000001e 6591 1726773107.11564: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lxvq 400000", "delta": "0:00:00.005364", "end": "2024-09-19 15:11:46.927893", "rc": 0, "start": "2024-09-19 15:11:46.922529" } 6591 1726773107.11626: no more pending results, returning what we have 6591 1726773107.11629: results queue empty 6591 1726773107.11630: checking for any_errors_fatal 6591 1726773107.11635: done checking for any_errors_fatal 6591 1726773107.11636: checking for max_fail_percentage 6591 1726773107.11638: done checking for max_fail_percentage 6591 1726773107.11638: checking to see if all hosts have failed and the running result is not ok 6591 1726773107.11639: done checking to see if all hosts have failed 6591 1726773107.11640: getting the remaining hosts for this loop 6591 1726773107.11641: done getting the remaining hosts for this loop 6591 1726773107.11645: getting the next task for host managed_node2 6591 1726773107.11651: done getting next task for host managed_node2 6591 1726773107.11653: ^ task is: TASK: Apply kernel_settings for removing 6591 1726773107.11655: ^ state is: HOST STATE: block=2, task=32, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773107.11658: getting variables 6591 1726773107.11659: in VariableManager get_vars() 6591 1726773107.11693: Calling all_inventory to load vars for managed_node2 6591 1726773107.11696: Calling groups_inventory to load vars for managed_node2 6591 1726773107.11698: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773107.11709: Calling all_plugins_play to load vars for managed_node2 6591 1726773107.11712: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773107.11714: Calling groups_plugins_play to load vars for managed_node2 6591 1726773107.11827: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773107.11973: done with get_vars() 6591 1726773107.11983: done getting variables TASK [Apply kernel_settings for removing] ************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:147 Thursday 19 September 2024 15:11:47 -0400 (0:00:00.310) 0:01:24.591 **** 6591 1726773107.12048: entering _queue_task() for managed_node2/include_role 6591 1726773107.12220: worker is 1 (out of 1 available) 6591 1726773107.12232: exiting _queue_task() for managed_node2/include_role 6591 1726773107.12242: done queuing things up, now waiting for results queue to drain 6591 1726773107.12244: waiting for pending results... 6591 1726773107.12409: running TaskExecutor() for managed_node2/TASK: Apply kernel_settings for removing 6591 1726773107.12470: in run() - task 1239c35c-e2e1-152b-fb99-00000000001f 6591 1726773107.12483: variable 'ansible_search_path' from source: unknown 6591 1726773107.12513: calling self._execute() 6591 1726773107.12576: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773107.12583: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773107.12591: variable 'omit' from source: magic vars 6591 1726773107.12663: _execute() done 6591 1726773107.12667: dumping result to json 6591 1726773107.12670: done dumping result, returning 6591 1726773107.12676: done running TaskExecutor() for managed_node2/TASK: Apply kernel_settings for removing [1239c35c-e2e1-152b-fb99-00000000001f] 6591 1726773107.12682: sending task result for task 1239c35c-e2e1-152b-fb99-00000000001f 6591 1726773107.12793: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000001f 6591 1726773107.12796: WORKER PROCESS EXITING 6591 1726773107.12825: no more pending results, returning what we have 6591 1726773107.12829: in VariableManager get_vars() 6591 1726773107.12860: Calling all_inventory to load vars for managed_node2 6591 1726773107.12862: Calling groups_inventory to load vars for managed_node2 6591 1726773107.12863: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773107.12872: Calling all_plugins_play to load vars for managed_node2 6591 1726773107.12874: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773107.12875: Calling groups_plugins_play to load vars for managed_node2 6591 1726773107.12982: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773107.13096: done with get_vars() 6591 1726773107.13102: variable 'ansible_search_path' from source: unknown 6591 1726773107.14529: variable 'omit' from source: magic vars 6591 1726773107.14543: variable 'omit' from source: magic vars 6591 1726773107.14552: variable 'omit' from source: magic vars 6591 1726773107.14554: we have included files to process 6591 1726773107.14555: generating all_blocks data 6591 1726773107.14556: done generating all_blocks data 6591 1726773107.14558: processing included file: fedora.linux_system_roles.kernel_settings 6591 1726773107.14570: in VariableManager get_vars() 6591 1726773107.14582: done with get_vars() 6591 1726773107.14600: in VariableManager get_vars() 6591 1726773107.14612: done with get_vars() 6591 1726773107.14635: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6591 1726773107.14671: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6591 1726773107.14688: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6591 1726773107.14733: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6591 1726773107.15043: in VariableManager get_vars() 6591 1726773107.15056: done with get_vars() 6591 1726773107.15866: in VariableManager get_vars() 6591 1726773107.15880: done with get_vars() 6591 1726773107.15983: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6591 1726773107.16353: iterating over new_blocks loaded from include file 6591 1726773107.16364: in VariableManager get_vars() 6591 1726773107.16375: done with get_vars() 6591 1726773107.16376: filtering new block on tags 6591 1726773107.16399: done filtering new block on tags 6591 1726773107.16401: in VariableManager get_vars() 6591 1726773107.16411: done with get_vars() 6591 1726773107.16412: filtering new block on tags 6591 1726773107.16433: done filtering new block on tags 6591 1726773107.16435: in VariableManager get_vars() 6591 1726773107.16443: done with get_vars() 6591 1726773107.16444: filtering new block on tags 6591 1726773107.16518: done filtering new block on tags 6591 1726773107.16520: in VariableManager get_vars() 6591 1726773107.16542: done with get_vars() 6591 1726773107.16544: filtering new block on tags 6591 1726773107.16554: done filtering new block on tags 6591 1726773107.16555: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node2 6591 1726773107.16559: extending task lists for all hosts with included blocks 6591 1726773107.17883: done extending task lists 6591 1726773107.17884: done processing included files 6591 1726773107.17885: results queue empty 6591 1726773107.17885: checking for any_errors_fatal 6591 1726773107.17888: done checking for any_errors_fatal 6591 1726773107.17888: checking for max_fail_percentage 6591 1726773107.17889: done checking for max_fail_percentage 6591 1726773107.17889: checking to see if all hosts have failed and the running result is not ok 6591 1726773107.17890: done checking to see if all hosts have failed 6591 1726773107.17890: getting the remaining hosts for this loop 6591 1726773107.17891: done getting the remaining hosts for this loop 6591 1726773107.17893: getting the next task for host managed_node2 6591 1726773107.17895: done getting next task for host managed_node2 6591 1726773107.17897: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6591 1726773107.17899: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773107.17907: getting variables 6591 1726773107.17908: in VariableManager get_vars() 6591 1726773107.17916: Calling all_inventory to load vars for managed_node2 6591 1726773107.17918: Calling groups_inventory to load vars for managed_node2 6591 1726773107.17919: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773107.17922: Calling all_plugins_play to load vars for managed_node2 6591 1726773107.17924: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773107.17925: Calling groups_plugins_play to load vars for managed_node2 6591 1726773107.18018: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773107.18126: done with get_vars() 6591 1726773107.18133: done getting variables 6591 1726773107.18157: 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:11:47 -0400 (0:00:00.061) 0:01:24.652 **** 6591 1726773107.18175: entering _queue_task() for managed_node2/fail 6591 1726773107.18347: worker is 1 (out of 1 available) 6591 1726773107.18359: exiting _queue_task() for managed_node2/fail 6591 1726773107.18370: done queuing things up, now waiting for results queue to drain 6591 1726773107.18372: waiting for pending results... 6591 1726773107.18541: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6591 1726773107.18616: in run() - task 1239c35c-e2e1-152b-fb99-00000000060d 6591 1726773107.18626: variable 'ansible_search_path' from source: unknown 6591 1726773107.18630: variable 'ansible_search_path' from source: unknown 6591 1726773107.18659: calling self._execute() 6591 1726773107.18724: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773107.18728: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773107.18737: variable 'omit' from source: magic vars 6591 1726773107.19066: variable 'kernel_settings_sysctl' from source: include params 6591 1726773107.19076: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773107.19087: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 6591 1726773107.19287: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773107.20890: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773107.20933: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773107.20959: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773107.20985: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773107.21008: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773107.21062: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773107.21082: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773107.21106: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773107.21131: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773107.21144: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773107.21180: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773107.21198: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773107.21218: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773107.21242: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773107.21253: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773107.21284: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773107.21301: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773107.21321: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773107.21345: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773107.21355: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773107.21529: variable 'kernel_settings_sysctl' from source: include params 6591 1726773107.21575: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773107.21680: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773107.21708: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773107.21731: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773107.21764: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773107.21796: 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) 6591 1726773107.21812: 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) 6591 1726773107.21829: 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) 6591 1726773107.21846: 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) 6591 1726773107.21875: 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) 6591 1726773107.21892: 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) 6591 1726773107.21910: 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) 6591 1726773107.21928: 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) 6591 1726773107.21949: 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 6591 1726773107.21961: when evaluation is False, skipping this task 6591 1726773107.21964: _execute() done 6591 1726773107.21967: dumping result to json 6591 1726773107.21969: done dumping result, returning 6591 1726773107.21971: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [1239c35c-e2e1-152b-fb99-00000000060d] 6591 1726773107.21974: sending task result for task 1239c35c-e2e1-152b-fb99-00000000060d 6591 1726773107.22052: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000060d 6591 1726773107.22055: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } 6591 1726773107.22126: no more pending results, returning what we have 6591 1726773107.22129: results queue empty 6591 1726773107.22130: checking for any_errors_fatal 6591 1726773107.22132: done checking for any_errors_fatal 6591 1726773107.22132: checking for max_fail_percentage 6591 1726773107.22134: done checking for max_fail_percentage 6591 1726773107.22135: checking to see if all hosts have failed and the running result is not ok 6591 1726773107.22135: done checking to see if all hosts have failed 6591 1726773107.22136: getting the remaining hosts for this loop 6591 1726773107.22137: done getting the remaining hosts for this loop 6591 1726773107.22140: getting the next task for host managed_node2 6591 1726773107.22145: done getting next task for host managed_node2 6591 1726773107.22149: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6591 1726773107.22151: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773107.22164: getting variables 6591 1726773107.22166: in VariableManager get_vars() 6591 1726773107.22195: Calling all_inventory to load vars for managed_node2 6591 1726773107.22197: Calling groups_inventory to load vars for managed_node2 6591 1726773107.22199: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773107.22207: Calling all_plugins_play to load vars for managed_node2 6591 1726773107.22209: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773107.22211: Calling groups_plugins_play to load vars for managed_node2 6591 1726773107.22310: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773107.22429: done with get_vars() 6591 1726773107.22437: 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:11:47 -0400 (0:00:00.043) 0:01:24.695 **** 6591 1726773107.22495: entering _queue_task() for managed_node2/include_tasks 6591 1726773107.22658: worker is 1 (out of 1 available) 6591 1726773107.22672: exiting _queue_task() for managed_node2/include_tasks 6591 1726773107.22683: done queuing things up, now waiting for results queue to drain 6591 1726773107.22684: waiting for pending results... 6591 1726773107.22840: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6591 1726773107.22910: in run() - task 1239c35c-e2e1-152b-fb99-00000000060e 6591 1726773107.22923: variable 'ansible_search_path' from source: unknown 6591 1726773107.22927: variable 'ansible_search_path' from source: unknown 6591 1726773107.22954: calling self._execute() 6591 1726773107.23016: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773107.23020: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773107.23029: variable 'omit' from source: magic vars 6591 1726773107.23100: _execute() done 6591 1726773107.23108: dumping result to json 6591 1726773107.23111: done dumping result, returning 6591 1726773107.23114: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [1239c35c-e2e1-152b-fb99-00000000060e] 6591 1726773107.23121: sending task result for task 1239c35c-e2e1-152b-fb99-00000000060e 6591 1726773107.23208: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000060e 6591 1726773107.23211: WORKER PROCESS EXITING 6591 1726773107.23270: no more pending results, returning what we have 6591 1726773107.23273: in VariableManager get_vars() 6591 1726773107.23299: Calling all_inventory to load vars for managed_node2 6591 1726773107.23301: Calling groups_inventory to load vars for managed_node2 6591 1726773107.23302: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773107.23310: Calling all_plugins_play to load vars for managed_node2 6591 1726773107.23312: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773107.23314: Calling groups_plugins_play to load vars for managed_node2 6591 1726773107.23581: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773107.23689: done with get_vars() 6591 1726773107.23693: variable 'ansible_search_path' from source: unknown 6591 1726773107.23694: variable 'ansible_search_path' from source: unknown 6591 1726773107.23716: we have included files to process 6591 1726773107.23716: generating all_blocks data 6591 1726773107.23718: done generating all_blocks data 6591 1726773107.23720: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6591 1726773107.23720: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6591 1726773107.23722: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6591 1726773107.24139: done processing included file 6591 1726773107.24141: iterating over new_blocks loaded from include file 6591 1726773107.24142: in VariableManager get_vars() 6591 1726773107.24155: done with get_vars() 6591 1726773107.24156: filtering new block on tags 6591 1726773107.24171: done filtering new block on tags 6591 1726773107.24173: in VariableManager get_vars() 6591 1726773107.24185: done with get_vars() 6591 1726773107.24186: filtering new block on tags 6591 1726773107.24209: done filtering new block on tags 6591 1726773107.24210: in VariableManager get_vars() 6591 1726773107.24222: done with get_vars() 6591 1726773107.24223: filtering new block on tags 6591 1726773107.24243: done filtering new block on tags 6591 1726773107.24244: in VariableManager get_vars() 6591 1726773107.24256: done with get_vars() 6591 1726773107.24257: filtering new block on tags 6591 1726773107.24269: done filtering new block on tags 6591 1726773107.24270: 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_node2 6591 1726773107.24273: extending task lists for all hosts with included blocks 6591 1726773107.24377: done extending task lists 6591 1726773107.24378: done processing included files 6591 1726773107.24379: results queue empty 6591 1726773107.24380: checking for any_errors_fatal 6591 1726773107.24381: done checking for any_errors_fatal 6591 1726773107.24382: checking for max_fail_percentage 6591 1726773107.24382: done checking for max_fail_percentage 6591 1726773107.24383: checking to see if all hosts have failed and the running result is not ok 6591 1726773107.24384: done checking to see if all hosts have failed 6591 1726773107.24384: getting the remaining hosts for this loop 6591 1726773107.24385: done getting the remaining hosts for this loop 6591 1726773107.24386: getting the next task for host managed_node2 6591 1726773107.24389: done getting next task for host managed_node2 6591 1726773107.24390: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6591 1726773107.24392: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773107.24398: getting variables 6591 1726773107.24399: in VariableManager get_vars() 6591 1726773107.24409: Calling all_inventory to load vars for managed_node2 6591 1726773107.24410: Calling groups_inventory to load vars for managed_node2 6591 1726773107.24411: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773107.24414: Calling all_plugins_play to load vars for managed_node2 6591 1726773107.24416: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773107.24417: Calling groups_plugins_play to load vars for managed_node2 6591 1726773107.24491: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773107.24599: done with get_vars() 6591 1726773107.24606: 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:11:47 -0400 (0:00:00.021) 0:01:24.717 **** 6591 1726773107.24649: entering _queue_task() for managed_node2/setup 6591 1726773107.24807: worker is 1 (out of 1 available) 6591 1726773107.24820: exiting _queue_task() for managed_node2/setup 6591 1726773107.24831: done queuing things up, now waiting for results queue to drain 6591 1726773107.24832: waiting for pending results... 6591 1726773107.24985: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6591 1726773107.25071: in run() - task 1239c35c-e2e1-152b-fb99-000000000789 6591 1726773107.25084: variable 'ansible_search_path' from source: unknown 6591 1726773107.25088: variable 'ansible_search_path' from source: unknown 6591 1726773107.25115: calling self._execute() 6591 1726773107.25174: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773107.25178: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773107.25189: variable 'omit' from source: magic vars 6591 1726773107.25533: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773107.27014: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773107.27056: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773107.27085: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773107.27112: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773107.27133: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773107.27188: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773107.27219: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773107.27238: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773107.27263: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773107.27274: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773107.27314: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773107.27329: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773107.27347: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773107.27372: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773107.27385: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773107.27494: variable '__kernel_settings_required_facts' from source: role '' all vars 6591 1726773107.27502: variable 'ansible_facts' from source: unknown 6591 1726773107.27563: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 6591 1726773107.27566: when evaluation is False, skipping this task 6591 1726773107.27569: _execute() done 6591 1726773107.27572: dumping result to json 6591 1726773107.27574: done dumping result, returning 6591 1726773107.27583: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [1239c35c-e2e1-152b-fb99-000000000789] 6591 1726773107.27588: sending task result for task 1239c35c-e2e1-152b-fb99-000000000789 6591 1726773107.27664: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000789 6591 1726773107.27667: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 6591 1726773107.27712: no more pending results, returning what we have 6591 1726773107.27715: results queue empty 6591 1726773107.27717: checking for any_errors_fatal 6591 1726773107.27718: done checking for any_errors_fatal 6591 1726773107.27719: checking for max_fail_percentage 6591 1726773107.27720: done checking for max_fail_percentage 6591 1726773107.27721: checking to see if all hosts have failed and the running result is not ok 6591 1726773107.27722: done checking to see if all hosts have failed 6591 1726773107.27722: getting the remaining hosts for this loop 6591 1726773107.27724: done getting the remaining hosts for this loop 6591 1726773107.27727: getting the next task for host managed_node2 6591 1726773107.27734: done getting next task for host managed_node2 6591 1726773107.27738: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6591 1726773107.27742: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773107.27754: getting variables 6591 1726773107.27756: in VariableManager get_vars() 6591 1726773107.27784: Calling all_inventory to load vars for managed_node2 6591 1726773107.27786: Calling groups_inventory to load vars for managed_node2 6591 1726773107.27789: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773107.27795: Calling all_plugins_play to load vars for managed_node2 6591 1726773107.27797: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773107.27799: Calling groups_plugins_play to load vars for managed_node2 6591 1726773107.27899: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773107.28041: done with get_vars() 6591 1726773107.28047: 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:11:47 -0400 (0:00:00.034) 0:01:24.751 **** 6591 1726773107.28108: entering _queue_task() for managed_node2/stat 6591 1726773107.28267: worker is 1 (out of 1 available) 6591 1726773107.28280: exiting _queue_task() for managed_node2/stat 6591 1726773107.28291: done queuing things up, now waiting for results queue to drain 6591 1726773107.28292: waiting for pending results... 6591 1726773107.28456: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6591 1726773107.28545: in run() - task 1239c35c-e2e1-152b-fb99-00000000078b 6591 1726773107.28556: variable 'ansible_search_path' from source: unknown 6591 1726773107.28560: variable 'ansible_search_path' from source: unknown 6591 1726773107.28588: calling self._execute() 6591 1726773107.28649: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773107.28653: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773107.28661: variable 'omit' from source: magic vars 6591 1726773107.28968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773107.29138: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773107.29170: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773107.29198: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773107.29225: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773107.29282: 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) 6591 1726773107.29302: 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) 6591 1726773107.29321: 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) 6591 1726773107.29340: 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) 6591 1726773107.29425: variable '__kernel_settings_is_ostree' from source: set_fact 6591 1726773107.29432: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6591 1726773107.29435: when evaluation is False, skipping this task 6591 1726773107.29438: _execute() done 6591 1726773107.29440: dumping result to json 6591 1726773107.29443: done dumping result, returning 6591 1726773107.29450: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [1239c35c-e2e1-152b-fb99-00000000078b] 6591 1726773107.29455: sending task result for task 1239c35c-e2e1-152b-fb99-00000000078b 6591 1726773107.29533: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000078b 6591 1726773107.29536: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6591 1726773107.29583: no more pending results, returning what we have 6591 1726773107.29586: results queue empty 6591 1726773107.29587: checking for any_errors_fatal 6591 1726773107.29592: done checking for any_errors_fatal 6591 1726773107.29592: checking for max_fail_percentage 6591 1726773107.29594: done checking for max_fail_percentage 6591 1726773107.29595: checking to see if all hosts have failed and the running result is not ok 6591 1726773107.29596: done checking to see if all hosts have failed 6591 1726773107.29596: getting the remaining hosts for this loop 6591 1726773107.29598: done getting the remaining hosts for this loop 6591 1726773107.29600: getting the next task for host managed_node2 6591 1726773107.29608: done getting next task for host managed_node2 6591 1726773107.29611: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6591 1726773107.29615: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773107.29628: getting variables 6591 1726773107.29629: in VariableManager get_vars() 6591 1726773107.29653: Calling all_inventory to load vars for managed_node2 6591 1726773107.29655: Calling groups_inventory to load vars for managed_node2 6591 1726773107.29656: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773107.29662: Calling all_plugins_play to load vars for managed_node2 6591 1726773107.29663: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773107.29665: Calling groups_plugins_play to load vars for managed_node2 6591 1726773107.29766: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773107.29891: done with get_vars() 6591 1726773107.29897: done getting variables 6591 1726773107.29935: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:11:47 -0400 (0:00:00.018) 0:01:24.770 **** 6591 1726773107.29957: entering _queue_task() for managed_node2/set_fact 6591 1726773107.30113: worker is 1 (out of 1 available) 6591 1726773107.30126: exiting _queue_task() for managed_node2/set_fact 6591 1726773107.30138: done queuing things up, now waiting for results queue to drain 6591 1726773107.30139: waiting for pending results... 6591 1726773107.30289: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6591 1726773107.30370: in run() - task 1239c35c-e2e1-152b-fb99-00000000078c 6591 1726773107.30385: variable 'ansible_search_path' from source: unknown 6591 1726773107.30388: variable 'ansible_search_path' from source: unknown 6591 1726773107.30416: calling self._execute() 6591 1726773107.30473: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773107.30482: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773107.30491: variable 'omit' from source: magic vars 6591 1726773107.30809: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773107.31025: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773107.31055: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773107.31080: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773107.31105: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773107.31163: 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) 6591 1726773107.31183: 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) 6591 1726773107.31201: 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) 6591 1726773107.31220: 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) 6591 1726773107.31301: variable '__kernel_settings_is_ostree' from source: set_fact 6591 1726773107.31311: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6591 1726773107.31314: when evaluation is False, skipping this task 6591 1726773107.31317: _execute() done 6591 1726773107.31320: dumping result to json 6591 1726773107.31322: done dumping result, returning 6591 1726773107.31330: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [1239c35c-e2e1-152b-fb99-00000000078c] 6591 1726773107.31335: sending task result for task 1239c35c-e2e1-152b-fb99-00000000078c 6591 1726773107.31415: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000078c 6591 1726773107.31418: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6591 1726773107.31484: no more pending results, returning what we have 6591 1726773107.31487: results queue empty 6591 1726773107.31488: checking for any_errors_fatal 6591 1726773107.31493: done checking for any_errors_fatal 6591 1726773107.31494: checking for max_fail_percentage 6591 1726773107.31496: done checking for max_fail_percentage 6591 1726773107.31497: checking to see if all hosts have failed and the running result is not ok 6591 1726773107.31497: done checking to see if all hosts have failed 6591 1726773107.31498: getting the remaining hosts for this loop 6591 1726773107.31500: done getting the remaining hosts for this loop 6591 1726773107.31502: getting the next task for host managed_node2 6591 1726773107.31510: done getting next task for host managed_node2 6591 1726773107.31512: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6591 1726773107.31515: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773107.31525: getting variables 6591 1726773107.31525: in VariableManager get_vars() 6591 1726773107.31548: Calling all_inventory to load vars for managed_node2 6591 1726773107.31550: Calling groups_inventory to load vars for managed_node2 6591 1726773107.31551: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773107.31557: Calling all_plugins_play to load vars for managed_node2 6591 1726773107.31558: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773107.31560: Calling groups_plugins_play to load vars for managed_node2 6591 1726773107.31697: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773107.31815: done with get_vars() 6591 1726773107.31821: 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:11:47 -0400 (0:00:00.019) 0:01:24.789 **** 6591 1726773107.31879: entering _queue_task() for managed_node2/stat 6591 1726773107.32035: worker is 1 (out of 1 available) 6591 1726773107.32047: exiting _queue_task() for managed_node2/stat 6591 1726773107.32057: done queuing things up, now waiting for results queue to drain 6591 1726773107.32058: waiting for pending results... 6591 1726773107.32208: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6591 1726773107.32286: in run() - task 1239c35c-e2e1-152b-fb99-00000000078e 6591 1726773107.32301: variable 'ansible_search_path' from source: unknown 6591 1726773107.32306: variable 'ansible_search_path' from source: unknown 6591 1726773107.32333: calling self._execute() 6591 1726773107.32397: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773107.32401: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773107.32410: variable 'omit' from source: magic vars 6591 1726773107.32720: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773107.32886: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773107.32919: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773107.32943: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773107.32969: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773107.33030: 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) 6591 1726773107.33047: 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) 6591 1726773107.33067: 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) 6591 1726773107.33087: 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) 6591 1726773107.33170: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773107.33181: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6591 1726773107.33188: when evaluation is False, skipping this task 6591 1726773107.33191: _execute() done 6591 1726773107.33194: dumping result to json 6591 1726773107.33196: done dumping result, returning 6591 1726773107.33205: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [1239c35c-e2e1-152b-fb99-00000000078e] 6591 1726773107.33211: sending task result for task 1239c35c-e2e1-152b-fb99-00000000078e 6591 1726773107.33293: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000078e 6591 1726773107.33297: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6591 1726773107.33341: no more pending results, returning what we have 6591 1726773107.33344: results queue empty 6591 1726773107.33345: checking for any_errors_fatal 6591 1726773107.33350: done checking for any_errors_fatal 6591 1726773107.33350: checking for max_fail_percentage 6591 1726773107.33352: done checking for max_fail_percentage 6591 1726773107.33353: checking to see if all hosts have failed and the running result is not ok 6591 1726773107.33354: done checking to see if all hosts have failed 6591 1726773107.33354: getting the remaining hosts for this loop 6591 1726773107.33356: done getting the remaining hosts for this loop 6591 1726773107.33358: getting the next task for host managed_node2 6591 1726773107.33364: done getting next task for host managed_node2 6591 1726773107.33366: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6591 1726773107.33370: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773107.33384: getting variables 6591 1726773107.33386: in VariableManager get_vars() 6591 1726773107.33409: Calling all_inventory to load vars for managed_node2 6591 1726773107.33411: Calling groups_inventory to load vars for managed_node2 6591 1726773107.33412: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773107.33418: Calling all_plugins_play to load vars for managed_node2 6591 1726773107.33420: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773107.33421: Calling groups_plugins_play to load vars for managed_node2 6591 1726773107.33520: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773107.33646: done with get_vars() 6591 1726773107.33653: done getting variables 6591 1726773107.33691: 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:11:47 -0400 (0:00:00.018) 0:01:24.807 **** 6591 1726773107.33714: entering _queue_task() for managed_node2/set_fact 6591 1726773107.33861: worker is 1 (out of 1 available) 6591 1726773107.33872: exiting _queue_task() for managed_node2/set_fact 6591 1726773107.33883: done queuing things up, now waiting for results queue to drain 6591 1726773107.33884: waiting for pending results... 6591 1726773107.34049: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6591 1726773107.34134: in run() - task 1239c35c-e2e1-152b-fb99-00000000078f 6591 1726773107.34146: variable 'ansible_search_path' from source: unknown 6591 1726773107.34149: variable 'ansible_search_path' from source: unknown 6591 1726773107.34178: calling self._execute() 6591 1726773107.34242: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773107.34245: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773107.34253: variable 'omit' from source: magic vars 6591 1726773107.34568: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773107.34793: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773107.34825: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773107.34849: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773107.34873: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773107.34935: 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) 6591 1726773107.34952: 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) 6591 1726773107.34970: 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) 6591 1726773107.34992: 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) 6591 1726773107.35070: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773107.35077: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6591 1726773107.35084: when evaluation is False, skipping this task 6591 1726773107.35087: _execute() done 6591 1726773107.35090: dumping result to json 6591 1726773107.35092: done dumping result, returning 6591 1726773107.35099: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [1239c35c-e2e1-152b-fb99-00000000078f] 6591 1726773107.35107: sending task result for task 1239c35c-e2e1-152b-fb99-00000000078f 6591 1726773107.35183: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000078f 6591 1726773107.35187: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6591 1726773107.35241: no more pending results, returning what we have 6591 1726773107.35244: results queue empty 6591 1726773107.35245: checking for any_errors_fatal 6591 1726773107.35251: done checking for any_errors_fatal 6591 1726773107.35252: checking for max_fail_percentage 6591 1726773107.35253: done checking for max_fail_percentage 6591 1726773107.35254: checking to see if all hosts have failed and the running result is not ok 6591 1726773107.35255: done checking to see if all hosts have failed 6591 1726773107.35255: getting the remaining hosts for this loop 6591 1726773107.35257: done getting the remaining hosts for this loop 6591 1726773107.35259: getting the next task for host managed_node2 6591 1726773107.35266: done getting next task for host managed_node2 6591 1726773107.35269: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6591 1726773107.35272: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773107.35286: getting variables 6591 1726773107.35288: in VariableManager get_vars() 6591 1726773107.35312: Calling all_inventory to load vars for managed_node2 6591 1726773107.35314: Calling groups_inventory to load vars for managed_node2 6591 1726773107.35315: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773107.35321: Calling all_plugins_play to load vars for managed_node2 6591 1726773107.35323: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773107.35324: Calling groups_plugins_play to load vars for managed_node2 6591 1726773107.35459: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773107.35575: done with get_vars() 6591 1726773107.35582: done getting variables 6591 1726773107.35619: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:11:47 -0400 (0:00:00.019) 0:01:24.827 **** 6591 1726773107.35639: entering _queue_task() for managed_node2/include_vars 6591 1726773107.35788: worker is 1 (out of 1 available) 6591 1726773107.35800: exiting _queue_task() for managed_node2/include_vars 6591 1726773107.35813: done queuing things up, now waiting for results queue to drain 6591 1726773107.35814: waiting for pending results... 6591 1726773107.35963: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6591 1726773107.36040: in run() - task 1239c35c-e2e1-152b-fb99-000000000791 6591 1726773107.36054: variable 'ansible_search_path' from source: unknown 6591 1726773107.36057: variable 'ansible_search_path' from source: unknown 6591 1726773107.36085: calling self._execute() 6591 1726773107.36147: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773107.36156: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773107.36165: variable 'omit' from source: magic vars 6591 1726773107.36237: variable 'omit' from source: magic vars 6591 1726773107.36279: variable 'omit' from source: magic vars 6591 1726773107.36532: variable 'ffparams' from source: task vars 6591 1726773107.36622: variable 'ansible_facts' from source: unknown 6591 1726773107.36751: variable 'ansible_facts' from source: unknown 6591 1726773107.36840: variable 'ansible_facts' from source: unknown 6591 1726773107.36928: variable 'ansible_facts' from source: unknown 6591 1726773107.37006: variable 'role_path' from source: magic vars 6591 1726773107.37112: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6591 1726773107.37267: Loaded config def from plugin (lookup/first_found) 6591 1726773107.37270: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 6591 1726773107.37302: variable 'ansible_search_path' from source: unknown 6591 1726773107.37318: variable 'ansible_search_path' from source: unknown 6591 1726773107.37325: variable 'ansible_search_path' from source: unknown 6591 1726773107.37331: variable 'ansible_search_path' from source: unknown 6591 1726773107.37337: variable 'ansible_search_path' from source: unknown 6591 1726773107.37353: variable 'omit' from source: magic vars 6591 1726773107.37371: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773107.37392: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773107.37407: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773107.37419: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773107.37428: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773107.37449: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773107.37452: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773107.37455: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773107.37519: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773107.37523: Set connection var ansible_connection to ssh 6591 1726773107.37530: Set connection var ansible_timeout to 10 6591 1726773107.37535: Set connection var ansible_pipelining to False 6591 1726773107.37543: Set connection var ansible_shell_executable to /bin/sh 6591 1726773107.37545: Set connection var ansible_shell_type to sh 6591 1726773107.37560: variable 'ansible_shell_executable' from source: unknown 6591 1726773107.37564: variable 'ansible_connection' from source: unknown 6591 1726773107.37567: variable 'ansible_module_compression' from source: unknown 6591 1726773107.37569: variable 'ansible_shell_type' from source: unknown 6591 1726773107.37571: variable 'ansible_shell_executable' from source: unknown 6591 1726773107.37573: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773107.37576: variable 'ansible_pipelining' from source: unknown 6591 1726773107.37581: variable 'ansible_timeout' from source: unknown 6591 1726773107.37589: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773107.37658: 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) 6591 1726773107.37666: variable 'omit' from source: magic vars 6591 1726773107.37669: starting attempt loop 6591 1726773107.37672: running the handler 6591 1726773107.37719: handler run complete 6591 1726773107.37727: attempt loop complete, returning result 6591 1726773107.37730: _execute() done 6591 1726773107.37733: dumping result to json 6591 1726773107.37735: done dumping result, returning 6591 1726773107.37743: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [1239c35c-e2e1-152b-fb99-000000000791] 6591 1726773107.37748: sending task result for task 1239c35c-e2e1-152b-fb99-000000000791 6591 1726773107.37838: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000791 6591 1726773107.37841: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6591 1726773107.37909: no more pending results, returning what we have 6591 1726773107.37912: results queue empty 6591 1726773107.37913: checking for any_errors_fatal 6591 1726773107.37917: done checking for any_errors_fatal 6591 1726773107.37918: checking for max_fail_percentage 6591 1726773107.37920: done checking for max_fail_percentage 6591 1726773107.37920: checking to see if all hosts have failed and the running result is not ok 6591 1726773107.37921: done checking to see if all hosts have failed 6591 1726773107.37922: getting the remaining hosts for this loop 6591 1726773107.37923: done getting the remaining hosts for this loop 6591 1726773107.37926: getting the next task for host managed_node2 6591 1726773107.37932: done getting next task for host managed_node2 6591 1726773107.37935: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6591 1726773107.37937: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773107.37945: getting variables 6591 1726773107.37946: in VariableManager get_vars() 6591 1726773107.37968: Calling all_inventory to load vars for managed_node2 6591 1726773107.37969: Calling groups_inventory to load vars for managed_node2 6591 1726773107.37971: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773107.37977: Calling all_plugins_play to load vars for managed_node2 6591 1726773107.37979: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773107.37981: Calling groups_plugins_play to load vars for managed_node2 6591 1726773107.38082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773107.38201: done with get_vars() 6591 1726773107.38209: done getting variables 6591 1726773107.38245: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:11:47 -0400 (0:00:00.026) 0:01:24.853 **** 6591 1726773107.38265: entering _queue_task() for managed_node2/package 6591 1726773107.38421: worker is 1 (out of 1 available) 6591 1726773107.38432: exiting _queue_task() for managed_node2/package 6591 1726773107.38443: done queuing things up, now waiting for results queue to drain 6591 1726773107.38445: waiting for pending results... 6591 1726773107.38596: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6591 1726773107.38659: in run() - task 1239c35c-e2e1-152b-fb99-00000000060f 6591 1726773107.38671: variable 'ansible_search_path' from source: unknown 6591 1726773107.38675: variable 'ansible_search_path' from source: unknown 6591 1726773107.38706: calling self._execute() 6591 1726773107.38765: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773107.38769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773107.38779: variable 'omit' from source: magic vars 6591 1726773107.38855: variable 'omit' from source: magic vars 6591 1726773107.38887: variable 'omit' from source: magic vars 6591 1726773107.38910: variable '__kernel_settings_packages' from source: include_vars 6591 1726773107.39107: variable '__kernel_settings_packages' from source: include_vars 6591 1726773107.39311: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773107.40693: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773107.40737: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773107.40764: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773107.40789: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773107.40811: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773107.40886: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773107.40907: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773107.40925: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773107.40952: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773107.40963: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773107.41033: variable '__kernel_settings_is_ostree' from source: set_fact 6591 1726773107.41037: variable 'omit' from source: magic vars 6591 1726773107.41058: variable 'omit' from source: magic vars 6591 1726773107.41077: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773107.41097: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773107.41112: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773107.41125: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773107.41134: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773107.41156: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773107.41160: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773107.41163: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773107.41227: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773107.41230: Set connection var ansible_connection to ssh 6591 1726773107.41237: Set connection var ansible_timeout to 10 6591 1726773107.41242: Set connection var ansible_pipelining to False 6591 1726773107.41247: Set connection var ansible_shell_executable to /bin/sh 6591 1726773107.41249: Set connection var ansible_shell_type to sh 6591 1726773107.41264: variable 'ansible_shell_executable' from source: unknown 6591 1726773107.41267: variable 'ansible_connection' from source: unknown 6591 1726773107.41269: variable 'ansible_module_compression' from source: unknown 6591 1726773107.41273: variable 'ansible_shell_type' from source: unknown 6591 1726773107.41275: variable 'ansible_shell_executable' from source: unknown 6591 1726773107.41279: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773107.41282: variable 'ansible_pipelining' from source: unknown 6591 1726773107.41284: variable 'ansible_timeout' from source: unknown 6591 1726773107.41286: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773107.41352: 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) 6591 1726773107.41361: variable 'omit' from source: magic vars 6591 1726773107.41365: starting attempt loop 6591 1726773107.41368: running the handler 6591 1726773107.41374: variable 'ansible_facts' from source: unknown 6591 1726773107.41377: variable 'ansible_facts' from source: unknown 6591 1726773107.41416: _low_level_execute_command(): starting 6591 1726773107.41422: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773107.41909: 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 <<< 6591 1726773107.41924: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773107.41941: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773107.41957: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773107.42014: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773107.42020: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773107.42101: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773107.43749: stdout chunk (state=3): >>>/root <<< 6591 1726773107.43829: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773107.43876: stderr chunk (state=3): >>><<< 6591 1726773107.43882: stdout chunk (state=3): >>><<< 6591 1726773107.43898: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773107.43910: _low_level_execute_command(): starting 6591 1726773107.43916: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773107.4389806-9487-17755449196712 `" && echo ansible-tmp-1726773107.4389806-9487-17755449196712="` echo /root/.ansible/tmp/ansible-tmp-1726773107.4389806-9487-17755449196712 `" ) && sleep 0' 6591 1726773107.44333: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773107.44347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773107.44364: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773107.44376: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773107.44386: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773107.44431: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773107.44443: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773107.44513: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773107.46475: stdout chunk (state=3): >>>ansible-tmp-1726773107.4389806-9487-17755449196712=/root/.ansible/tmp/ansible-tmp-1726773107.4389806-9487-17755449196712 <<< 6591 1726773107.46592: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773107.46632: stderr chunk (state=3): >>><<< 6591 1726773107.46636: stdout chunk (state=3): >>><<< 6591 1726773107.46649: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773107.4389806-9487-17755449196712=/root/.ansible/tmp/ansible-tmp-1726773107.4389806-9487-17755449196712 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773107.46671: variable 'ansible_module_compression' from source: unknown 6591 1726773107.46716: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 6591 1726773107.46748: variable 'ansible_facts' from source: unknown 6591 1726773107.46820: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773107.4389806-9487-17755449196712/AnsiballZ_dnf.py 6591 1726773107.46919: Sending initial data 6591 1726773107.46928: Sent initial data (149 bytes) 6591 1726773107.47550: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773107.47553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773107.47591: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773107.47595: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773107.47598: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773107.47600: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773107.47652: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773107.47655: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773107.47721: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773107.49396: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773107.49454: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773107.49515: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpvkxp4l03 /root/.ansible/tmp/ansible-tmp-1726773107.4389806-9487-17755449196712/AnsiballZ_dnf.py <<< 6591 1726773107.49576: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773107.50665: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773107.50749: stderr chunk (state=3): >>><<< 6591 1726773107.50752: stdout chunk (state=3): >>><<< 6591 1726773107.50767: done transferring module to remote 6591 1726773107.50776: _low_level_execute_command(): starting 6591 1726773107.50779: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773107.4389806-9487-17755449196712/ /root/.ansible/tmp/ansible-tmp-1726773107.4389806-9487-17755449196712/AnsiballZ_dnf.py && sleep 0' 6591 1726773107.51186: 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 <<< 6591 1726773107.51190: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773107.51220: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773107.51224: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773107.51233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773107.51269: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773107.51288: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773107.51347: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773107.53044: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773107.53085: stderr chunk (state=3): >>><<< 6591 1726773107.53088: stdout chunk (state=3): >>><<< 6591 1726773107.53099: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773107.53102: _low_level_execute_command(): starting 6591 1726773107.53109: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773107.4389806-9487-17755449196712/AnsiballZ_dnf.py && sleep 0' 6591 1726773107.53495: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773107.53511: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773107.53526: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773107.53538: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773107.53548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773107.53591: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773107.53603: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773107.53672: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773108.55255: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 6591 1726773108.60989: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773108.61044: stderr chunk (state=3): >>><<< 6591 1726773108.61047: stdout chunk (state=3): >>><<< 6591 1726773108.61063: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773108.61102: 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-1726773107.4389806-9487-17755449196712/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773108.61108: _low_level_execute_command(): starting 6591 1726773108.61114: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773107.4389806-9487-17755449196712/ > /dev/null 2>&1 && sleep 0' 6591 1726773108.61580: 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 <<< 6591 1726773108.61588: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773108.61608: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773108.61622: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773108.61680: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773108.61684: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773108.61686: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773108.61754: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773108.63618: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773108.63661: stderr chunk (state=3): >>><<< 6591 1726773108.63664: stdout chunk (state=3): >>><<< 6591 1726773108.63679: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773108.63683: handler run complete 6591 1726773108.63712: attempt loop complete, returning result 6591 1726773108.63715: _execute() done 6591 1726773108.63717: dumping result to json 6591 1726773108.63723: done dumping result, returning 6591 1726773108.63732: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [1239c35c-e2e1-152b-fb99-00000000060f] 6591 1726773108.63737: sending task result for task 1239c35c-e2e1-152b-fb99-00000000060f 6591 1726773108.63838: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000060f 6591 1726773108.63841: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 6591 1726773108.63939: no more pending results, returning what we have 6591 1726773108.63944: results queue empty 6591 1726773108.63945: checking for any_errors_fatal 6591 1726773108.63953: done checking for any_errors_fatal 6591 1726773108.63954: checking for max_fail_percentage 6591 1726773108.63955: done checking for max_fail_percentage 6591 1726773108.63956: checking to see if all hosts have failed and the running result is not ok 6591 1726773108.63957: done checking to see if all hosts have failed 6591 1726773108.63958: getting the remaining hosts for this loop 6591 1726773108.63959: done getting the remaining hosts for this loop 6591 1726773108.63962: getting the next task for host managed_node2 6591 1726773108.63970: done getting next task for host managed_node2 6591 1726773108.63973: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6591 1726773108.63976: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773108.63988: getting variables 6591 1726773108.63989: in VariableManager get_vars() 6591 1726773108.64023: Calling all_inventory to load vars for managed_node2 6591 1726773108.64026: Calling groups_inventory to load vars for managed_node2 6591 1726773108.64028: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773108.64035: Calling all_plugins_play to load vars for managed_node2 6591 1726773108.64037: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773108.64039: Calling groups_plugins_play to load vars for managed_node2 6591 1726773108.64186: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773108.64308: done with get_vars() 6591 1726773108.64317: done getting variables 6591 1726773108.64359: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:11:48 -0400 (0:00:01.261) 0:01:26.114 **** 6591 1726773108.64383: entering _queue_task() for managed_node2/debug 6591 1726773108.64561: worker is 1 (out of 1 available) 6591 1726773108.64574: exiting _queue_task() for managed_node2/debug 6591 1726773108.64588: done queuing things up, now waiting for results queue to drain 6591 1726773108.64589: waiting for pending results... 6591 1726773108.64758: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6591 1726773108.64839: in run() - task 1239c35c-e2e1-152b-fb99-000000000611 6591 1726773108.64851: variable 'ansible_search_path' from source: unknown 6591 1726773108.64854: variable 'ansible_search_path' from source: unknown 6591 1726773108.64884: calling self._execute() 6591 1726773108.64948: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773108.64953: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773108.64961: variable 'omit' from source: magic vars 6591 1726773108.65289: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773108.66738: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773108.66790: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773108.66820: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773108.66845: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773108.66865: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773108.66923: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773108.66942: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773108.66959: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773108.66987: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773108.66998: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773108.67071: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773108.67084: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6591 1726773108.67089: when evaluation is False, skipping this task 6591 1726773108.67091: _execute() done 6591 1726773108.67094: dumping result to json 6591 1726773108.67096: done dumping result, returning 6591 1726773108.67105: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [1239c35c-e2e1-152b-fb99-000000000611] 6591 1726773108.67110: sending task result for task 1239c35c-e2e1-152b-fb99-000000000611 6591 1726773108.67190: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000611 6591 1726773108.67193: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 6591 1726773108.67247: no more pending results, returning what we have 6591 1726773108.67250: results queue empty 6591 1726773108.67251: checking for any_errors_fatal 6591 1726773108.67258: done checking for any_errors_fatal 6591 1726773108.67259: checking for max_fail_percentage 6591 1726773108.67260: done checking for max_fail_percentage 6591 1726773108.67261: checking to see if all hosts have failed and the running result is not ok 6591 1726773108.67262: done checking to see if all hosts have failed 6591 1726773108.67263: getting the remaining hosts for this loop 6591 1726773108.67264: done getting the remaining hosts for this loop 6591 1726773108.67267: getting the next task for host managed_node2 6591 1726773108.67272: done getting next task for host managed_node2 6591 1726773108.67276: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6591 1726773108.67281: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773108.67294: getting variables 6591 1726773108.67295: in VariableManager get_vars() 6591 1726773108.67324: Calling all_inventory to load vars for managed_node2 6591 1726773108.67326: Calling groups_inventory to load vars for managed_node2 6591 1726773108.67328: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773108.67334: Calling all_plugins_play to load vars for managed_node2 6591 1726773108.67336: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773108.67338: Calling groups_plugins_play to load vars for managed_node2 6591 1726773108.67444: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773108.67568: done with get_vars() 6591 1726773108.67576: done getting variables 6591 1726773108.67620: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:11:48 -0400 (0:00:00.032) 0:01:26.147 **** 6591 1726773108.67641: entering _queue_task() for managed_node2/reboot 6591 1726773108.67833: worker is 1 (out of 1 available) 6591 1726773108.67847: exiting _queue_task() for managed_node2/reboot 6591 1726773108.67858: done queuing things up, now waiting for results queue to drain 6591 1726773108.67859: waiting for pending results... 6591 1726773108.68154: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6591 1726773108.68281: in run() - task 1239c35c-e2e1-152b-fb99-000000000612 6591 1726773108.68312: variable 'ansible_search_path' from source: unknown 6591 1726773108.68322: variable 'ansible_search_path' from source: unknown 6591 1726773108.68365: calling self._execute() 6591 1726773108.68462: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773108.68474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773108.68495: variable 'omit' from source: magic vars 6591 1726773108.68942: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773108.70416: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773108.70458: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773108.70489: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773108.70516: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773108.70536: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773108.70592: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773108.70613: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773108.70630: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773108.70656: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773108.70667: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773108.70743: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773108.70757: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6591 1726773108.70760: when evaluation is False, skipping this task 6591 1726773108.70763: _execute() done 6591 1726773108.70766: dumping result to json 6591 1726773108.70768: done dumping result, returning 6591 1726773108.70775: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [1239c35c-e2e1-152b-fb99-000000000612] 6591 1726773108.70783: sending task result for task 1239c35c-e2e1-152b-fb99-000000000612 6591 1726773108.70863: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000612 6591 1726773108.70866: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6591 1726773108.70941: no more pending results, returning what we have 6591 1726773108.70944: results queue empty 6591 1726773108.70945: checking for any_errors_fatal 6591 1726773108.70951: done checking for any_errors_fatal 6591 1726773108.70952: checking for max_fail_percentage 6591 1726773108.70953: done checking for max_fail_percentage 6591 1726773108.70954: checking to see if all hosts have failed and the running result is not ok 6591 1726773108.70955: done checking to see if all hosts have failed 6591 1726773108.70956: getting the remaining hosts for this loop 6591 1726773108.70957: done getting the remaining hosts for this loop 6591 1726773108.70960: getting the next task for host managed_node2 6591 1726773108.70965: done getting next task for host managed_node2 6591 1726773108.70968: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6591 1726773108.70971: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773108.70985: getting variables 6591 1726773108.70986: in VariableManager get_vars() 6591 1726773108.71013: Calling all_inventory to load vars for managed_node2 6591 1726773108.71015: Calling groups_inventory to load vars for managed_node2 6591 1726773108.71016: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773108.71022: Calling all_plugins_play to load vars for managed_node2 6591 1726773108.71024: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773108.71026: Calling groups_plugins_play to load vars for managed_node2 6591 1726773108.71165: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773108.71281: done with get_vars() 6591 1726773108.71287: done getting variables 6591 1726773108.71326: 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:11:48 -0400 (0:00:00.037) 0:01:26.184 **** 6591 1726773108.71346: entering _queue_task() for managed_node2/fail 6591 1726773108.71506: worker is 1 (out of 1 available) 6591 1726773108.71520: exiting _queue_task() for managed_node2/fail 6591 1726773108.71531: done queuing things up, now waiting for results queue to drain 6591 1726773108.71533: waiting for pending results... 6591 1726773108.71692: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6591 1726773108.71766: in run() - task 1239c35c-e2e1-152b-fb99-000000000613 6591 1726773108.71778: variable 'ansible_search_path' from source: unknown 6591 1726773108.71782: variable 'ansible_search_path' from source: unknown 6591 1726773108.71815: calling self._execute() 6591 1726773108.71875: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773108.71879: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773108.71890: variable 'omit' from source: magic vars 6591 1726773108.72212: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773108.73632: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773108.73680: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773108.73711: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773108.73736: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773108.73756: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773108.73811: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773108.73831: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773108.73849: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773108.73874: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773108.73887: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773108.73961: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773108.73973: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6591 1726773108.73976: when evaluation is False, skipping this task 6591 1726773108.73978: _execute() done 6591 1726773108.73984: dumping result to json 6591 1726773108.73987: done dumping result, returning 6591 1726773108.73995: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [1239c35c-e2e1-152b-fb99-000000000613] 6591 1726773108.74000: sending task result for task 1239c35c-e2e1-152b-fb99-000000000613 6591 1726773108.74082: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000613 6591 1726773108.74085: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6591 1726773108.74129: no more pending results, returning what we have 6591 1726773108.74133: results queue empty 6591 1726773108.74134: checking for any_errors_fatal 6591 1726773108.74139: done checking for any_errors_fatal 6591 1726773108.74140: checking for max_fail_percentage 6591 1726773108.74141: done checking for max_fail_percentage 6591 1726773108.74142: checking to see if all hosts have failed and the running result is not ok 6591 1726773108.74143: done checking to see if all hosts have failed 6591 1726773108.74144: getting the remaining hosts for this loop 6591 1726773108.74145: done getting the remaining hosts for this loop 6591 1726773108.74148: getting the next task for host managed_node2 6591 1726773108.74156: done getting next task for host managed_node2 6591 1726773108.74159: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6591 1726773108.74162: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773108.74175: getting variables 6591 1726773108.74176: in VariableManager get_vars() 6591 1726773108.74207: Calling all_inventory to load vars for managed_node2 6591 1726773108.74209: Calling groups_inventory to load vars for managed_node2 6591 1726773108.74210: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773108.74217: Calling all_plugins_play to load vars for managed_node2 6591 1726773108.74219: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773108.74220: Calling groups_plugins_play to load vars for managed_node2 6591 1726773108.74325: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773108.74443: done with get_vars() 6591 1726773108.74449: 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:11:48 -0400 (0:00:00.031) 0:01:26.215 **** 6591 1726773108.74502: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773108.74662: worker is 1 (out of 1 available) 6591 1726773108.74675: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773108.74686: done queuing things up, now waiting for results queue to drain 6591 1726773108.74687: waiting for pending results... 6591 1726773108.74851: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6591 1726773108.74918: in run() - task 1239c35c-e2e1-152b-fb99-000000000615 6591 1726773108.74932: variable 'ansible_search_path' from source: unknown 6591 1726773108.74936: variable 'ansible_search_path' from source: unknown 6591 1726773108.74962: calling self._execute() 6591 1726773108.75025: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773108.75029: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773108.75037: variable 'omit' from source: magic vars 6591 1726773108.75112: variable 'omit' from source: magic vars 6591 1726773108.75147: variable 'omit' from source: magic vars 6591 1726773108.75168: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6591 1726773108.75371: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6591 1726773108.75430: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773108.75456: variable 'omit' from source: magic vars 6591 1726773108.75490: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773108.75516: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773108.75531: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773108.75544: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773108.75554: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773108.75576: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773108.75579: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773108.75585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773108.75651: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773108.75655: Set connection var ansible_connection to ssh 6591 1726773108.75662: Set connection var ansible_timeout to 10 6591 1726773108.75668: Set connection var ansible_pipelining to False 6591 1726773108.75676: Set connection var ansible_shell_executable to /bin/sh 6591 1726773108.75682: Set connection var ansible_shell_type to sh 6591 1726773108.75752: variable 'ansible_shell_executable' from source: unknown 6591 1726773108.75755: variable 'ansible_connection' from source: unknown 6591 1726773108.75758: variable 'ansible_module_compression' from source: unknown 6591 1726773108.75760: variable 'ansible_shell_type' from source: unknown 6591 1726773108.75763: variable 'ansible_shell_executable' from source: unknown 6591 1726773108.75766: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773108.75770: variable 'ansible_pipelining' from source: unknown 6591 1726773108.75773: variable 'ansible_timeout' from source: unknown 6591 1726773108.75780: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773108.75901: 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) 6591 1726773108.75912: variable 'omit' from source: magic vars 6591 1726773108.75916: starting attempt loop 6591 1726773108.75919: running the handler 6591 1726773108.75930: _low_level_execute_command(): starting 6591 1726773108.75937: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773108.76428: 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 <<< 6591 1726773108.76447: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773108.76458: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773108.76471: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773108.76482: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773108.76529: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773108.76535: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773108.76546: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773108.76749: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773108.78384: stdout chunk (state=3): >>>/root <<< 6591 1726773108.78484: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773108.78530: stderr chunk (state=3): >>><<< 6591 1726773108.78533: stdout chunk (state=3): >>><<< 6591 1726773108.78551: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773108.78562: _low_level_execute_command(): starting 6591 1726773108.78566: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773108.7855046-9504-265526444966511 `" && echo ansible-tmp-1726773108.7855046-9504-265526444966511="` echo /root/.ansible/tmp/ansible-tmp-1726773108.7855046-9504-265526444966511 `" ) && sleep 0' 6591 1726773108.78982: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773108.78995: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773108.79017: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773108.79036: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773108.79081: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773108.79099: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773108.79156: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773108.81337: stdout chunk (state=3): >>>ansible-tmp-1726773108.7855046-9504-265526444966511=/root/.ansible/tmp/ansible-tmp-1726773108.7855046-9504-265526444966511 <<< 6591 1726773108.81474: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773108.81488: stderr chunk (state=3): >>><<< 6591 1726773108.81491: stdout chunk (state=3): >>><<< 6591 1726773108.81501: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773108.7855046-9504-265526444966511=/root/.ansible/tmp/ansible-tmp-1726773108.7855046-9504-265526444966511 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773108.81536: variable 'ansible_module_compression' from source: unknown 6591 1726773108.81565: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6591 1726773108.81592: variable 'ansible_facts' from source: unknown 6591 1726773108.81648: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773108.7855046-9504-265526444966511/AnsiballZ_kernel_settings_get_config.py 6591 1726773108.81741: Sending initial data 6591 1726773108.81750: Sent initial data (173 bytes) 6591 1726773108.82375: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773108.82378: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773108.82414: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773108.82418: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773108.82420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773108.82473: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773108.82481: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773108.82541: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773108.84256: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773108.84315: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773108.84376: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpliaao1fr /root/.ansible/tmp/ansible-tmp-1726773108.7855046-9504-265526444966511/AnsiballZ_kernel_settings_get_config.py <<< 6591 1726773108.84433: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773108.85283: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773108.85363: stderr chunk (state=3): >>><<< 6591 1726773108.85366: stdout chunk (state=3): >>><<< 6591 1726773108.85383: done transferring module to remote 6591 1726773108.85390: _low_level_execute_command(): starting 6591 1726773108.85394: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773108.7855046-9504-265526444966511/ /root/.ansible/tmp/ansible-tmp-1726773108.7855046-9504-265526444966511/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773108.85799: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773108.85815: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773108.85832: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773108.85843: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773108.85852: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773108.85900: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773108.85917: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773108.85979: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773108.87687: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773108.87731: stderr chunk (state=3): >>><<< 6591 1726773108.87735: stdout chunk (state=3): >>><<< 6591 1726773108.87745: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773108.87748: _low_level_execute_command(): starting 6591 1726773108.87753: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773108.7855046-9504-265526444966511/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773108.88143: 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 <<< 6591 1726773108.88158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773108.88169: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773108.88179: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773108.88189: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773108.88233: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773108.88245: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773108.88319: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.02605: 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"}}} <<< 6591 1726773109.03719: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773109.03763: stderr chunk (state=3): >>><<< 6591 1726773109.03767: stdout chunk (state=3): >>><<< 6591 1726773109.03781: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773109.03814: 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-1726773108.7855046-9504-265526444966511/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773109.03821: _low_level_execute_command(): starting 6591 1726773109.03825: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773108.7855046-9504-265526444966511/ > /dev/null 2>&1 && sleep 0' 6591 1726773109.04259: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773109.04269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.04299: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.04313: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.04359: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773109.04371: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.04438: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.06228: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773109.06271: stderr chunk (state=3): >>><<< 6591 1726773109.06274: stdout chunk (state=3): >>><<< 6591 1726773109.06289: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773109.06294: handler run complete 6591 1726773109.06315: attempt loop complete, returning result 6591 1726773109.06318: _execute() done 6591 1726773109.06321: dumping result to json 6591 1726773109.06323: done dumping result, returning 6591 1726773109.06332: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [1239c35c-e2e1-152b-fb99-000000000615] 6591 1726773109.06337: sending task result for task 1239c35c-e2e1-152b-fb99-000000000615 6591 1726773109.06442: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000615 6591 1726773109.06445: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 6591 1726773109.06523: no more pending results, returning what we have 6591 1726773109.06526: results queue empty 6591 1726773109.06527: checking for any_errors_fatal 6591 1726773109.06533: done checking for any_errors_fatal 6591 1726773109.06534: checking for max_fail_percentage 6591 1726773109.06535: done checking for max_fail_percentage 6591 1726773109.06536: checking to see if all hosts have failed and the running result is not ok 6591 1726773109.06537: done checking to see if all hosts have failed 6591 1726773109.06537: getting the remaining hosts for this loop 6591 1726773109.06539: done getting the remaining hosts for this loop 6591 1726773109.06541: getting the next task for host managed_node2 6591 1726773109.06547: done getting next task for host managed_node2 6591 1726773109.06550: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6591 1726773109.06553: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773109.06562: getting variables 6591 1726773109.06563: in VariableManager get_vars() 6591 1726773109.06598: Calling all_inventory to load vars for managed_node2 6591 1726773109.06600: Calling groups_inventory to load vars for managed_node2 6591 1726773109.06604: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773109.06613: Calling all_plugins_play to load vars for managed_node2 6591 1726773109.06615: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773109.06618: Calling groups_plugins_play to load vars for managed_node2 6591 1726773109.06775: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773109.06899: done with get_vars() 6591 1726773109.06909: 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:11:49 -0400 (0:00:00.324) 0:01:26.540 **** 6591 1726773109.06972: entering _queue_task() for managed_node2/stat 6591 1726773109.07154: worker is 1 (out of 1 available) 6591 1726773109.07167: exiting _queue_task() for managed_node2/stat 6591 1726773109.07182: done queuing things up, now waiting for results queue to drain 6591 1726773109.07183: waiting for pending results... 6591 1726773109.07350: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6591 1726773109.07428: in run() - task 1239c35c-e2e1-152b-fb99-000000000616 6591 1726773109.07441: variable 'ansible_search_path' from source: unknown 6591 1726773109.07445: variable 'ansible_search_path' from source: unknown 6591 1726773109.07483: variable '__prof_from_conf' from source: task vars 6591 1726773109.07719: variable '__prof_from_conf' from source: task vars 6591 1726773109.07847: variable '__data' from source: task vars 6591 1726773109.07900: variable '__kernel_settings_register_tuned_main' from source: set_fact 6591 1726773109.08038: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773109.08046: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773109.08091: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773109.08106: variable 'omit' from source: magic vars 6591 1726773109.08183: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773109.08191: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773109.08200: variable 'omit' from source: magic vars 6591 1726773109.08366: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773109.09827: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773109.09870: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773109.09898: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773109.09925: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773109.09945: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773109.09999: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773109.10022: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773109.10039: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773109.10065: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773109.10076: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773109.10141: variable 'item' from source: unknown 6591 1726773109.10150: Evaluated conditional (item | length > 0): False 6591 1726773109.10153: when evaluation is False, skipping this task 6591 1726773109.10174: variable 'item' from source: unknown 6591 1726773109.10220: variable 'item' from source: unknown skipping: [managed_node2] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 6591 1726773109.10366: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773109.10369: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773109.10372: variable 'omit' from source: magic vars 6591 1726773109.10431: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773109.10447: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773109.10464: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773109.10492: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773109.10504: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773109.10557: variable 'item' from source: unknown 6591 1726773109.10563: Evaluated conditional (item | length > 0): True 6591 1726773109.10569: variable 'omit' from source: magic vars 6591 1726773109.10597: variable 'omit' from source: magic vars 6591 1726773109.10626: variable 'item' from source: unknown 6591 1726773109.10668: variable 'item' from source: unknown 6591 1726773109.10682: variable 'omit' from source: magic vars 6591 1726773109.10700: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773109.10722: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773109.10736: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773109.10749: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773109.10758: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773109.10781: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773109.10785: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773109.10787: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773109.10850: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773109.10854: Set connection var ansible_connection to ssh 6591 1726773109.10861: Set connection var ansible_timeout to 10 6591 1726773109.10865: Set connection var ansible_pipelining to False 6591 1726773109.10870: Set connection var ansible_shell_executable to /bin/sh 6591 1726773109.10873: Set connection var ansible_shell_type to sh 6591 1726773109.10887: variable 'ansible_shell_executable' from source: unknown 6591 1726773109.10890: variable 'ansible_connection' from source: unknown 6591 1726773109.10893: variable 'ansible_module_compression' from source: unknown 6591 1726773109.10895: variable 'ansible_shell_type' from source: unknown 6591 1726773109.10897: variable 'ansible_shell_executable' from source: unknown 6591 1726773109.10900: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773109.10904: variable 'ansible_pipelining' from source: unknown 6591 1726773109.10907: variable 'ansible_timeout' from source: unknown 6591 1726773109.10911: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773109.11002: 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) 6591 1726773109.11012: variable 'omit' from source: magic vars 6591 1726773109.11015: starting attempt loop 6591 1726773109.11017: running the handler 6591 1726773109.11029: _low_level_execute_command(): starting 6591 1726773109.11037: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773109.11521: 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 <<< 6591 1726773109.11547: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.11560: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.11614: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773109.11626: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.11694: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.13279: stdout chunk (state=3): >>>/root <<< 6591 1726773109.13470: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773109.13473: stdout chunk (state=3): >>><<< 6591 1726773109.13483: stderr chunk (state=3): >>><<< 6591 1726773109.13498: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773109.13509: _low_level_execute_command(): starting 6591 1726773109.13512: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773109.1349664-9512-57720346428205 `" && echo ansible-tmp-1726773109.1349664-9512-57720346428205="` echo /root/.ansible/tmp/ansible-tmp-1726773109.1349664-9512-57720346428205 `" ) && sleep 0' 6591 1726773109.13920: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773109.13937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.13950: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773109.13961: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.13970: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.14015: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773109.14027: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.14095: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.16104: stdout chunk (state=3): >>>ansible-tmp-1726773109.1349664-9512-57720346428205=/root/.ansible/tmp/ansible-tmp-1726773109.1349664-9512-57720346428205 <<< 6591 1726773109.16215: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773109.16257: stderr chunk (state=3): >>><<< 6591 1726773109.16260: stdout chunk (state=3): >>><<< 6591 1726773109.16273: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773109.1349664-9512-57720346428205=/root/.ansible/tmp/ansible-tmp-1726773109.1349664-9512-57720346428205 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773109.16307: variable 'ansible_module_compression' from source: unknown 6591 1726773109.16344: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773109.16369: variable 'ansible_facts' from source: unknown 6591 1726773109.16431: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773109.1349664-9512-57720346428205/AnsiballZ_stat.py 6591 1726773109.16527: Sending initial data 6591 1726773109.16536: Sent initial data (150 bytes) 6591 1726773109.17155: 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 <<< 6591 1726773109.17158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.17192: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.17196: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773109.17201: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.17250: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773109.17253: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.17321: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.19038: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773109.19095: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773109.19153: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpb9vdeya6 /root/.ansible/tmp/ansible-tmp-1726773109.1349664-9512-57720346428205/AnsiballZ_stat.py <<< 6591 1726773109.19216: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773109.20047: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773109.20130: stderr chunk (state=3): >>><<< 6591 1726773109.20134: stdout chunk (state=3): >>><<< 6591 1726773109.20147: done transferring module to remote 6591 1726773109.20155: _low_level_execute_command(): starting 6591 1726773109.20159: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773109.1349664-9512-57720346428205/ /root/.ansible/tmp/ansible-tmp-1726773109.1349664-9512-57720346428205/AnsiballZ_stat.py && sleep 0' 6591 1726773109.20561: 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 <<< 6591 1726773109.20564: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.20585: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.20598: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.20644: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773109.20655: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.20724: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.22447: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773109.22486: stderr chunk (state=3): >>><<< 6591 1726773109.22489: stdout chunk (state=3): >>><<< 6591 1726773109.22500: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773109.22506: _low_level_execute_command(): starting 6591 1726773109.22509: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773109.1349664-9512-57720346428205/AnsiballZ_stat.py && sleep 0' 6591 1726773109.22901: 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 <<< 6591 1726773109.22916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.22931: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773109.22942: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773109.22951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.22999: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773109.23017: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.23086: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.36429: 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"}}} <<< 6591 1726773109.37369: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773109.37422: stderr chunk (state=3): >>><<< 6591 1726773109.37425: stdout chunk (state=3): >>><<< 6591 1726773109.37438: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773109.37463: 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-1726773109.1349664-9512-57720346428205/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773109.37470: _low_level_execute_command(): starting 6591 1726773109.37474: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773109.1349664-9512-57720346428205/ > /dev/null 2>&1 && sleep 0' 6591 1726773109.37906: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773109.37919: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.37938: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773109.37951: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773109.37960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.38002: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773109.38018: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.38088: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.39888: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773109.39933: stderr chunk (state=3): >>><<< 6591 1726773109.39936: stdout chunk (state=3): >>><<< 6591 1726773109.39948: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773109.39954: handler run complete 6591 1726773109.39970: attempt loop complete, returning result 6591 1726773109.39985: variable 'item' from source: unknown 6591 1726773109.40046: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "exists": false } } 6591 1726773109.40152: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773109.40155: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773109.40158: variable 'omit' from source: magic vars 6591 1726773109.40256: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773109.40274: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773109.40294: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773109.40322: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773109.40333: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773109.40390: variable 'item' from source: unknown 6591 1726773109.40397: Evaluated conditional (item | length > 0): True 6591 1726773109.40401: variable 'omit' from source: magic vars 6591 1726773109.40414: variable 'omit' from source: magic vars 6591 1726773109.40443: variable 'item' from source: unknown 6591 1726773109.40490: variable 'item' from source: unknown 6591 1726773109.40499: variable 'omit' from source: magic vars 6591 1726773109.40517: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773109.40525: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773109.40530: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773109.40540: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773109.40543: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773109.40545: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773109.40598: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773109.40601: Set connection var ansible_connection to ssh 6591 1726773109.40606: Set connection var ansible_timeout to 10 6591 1726773109.40612: Set connection var ansible_pipelining to False 6591 1726773109.40617: Set connection var ansible_shell_executable to /bin/sh 6591 1726773109.40619: Set connection var ansible_shell_type to sh 6591 1726773109.40633: variable 'ansible_shell_executable' from source: unknown 6591 1726773109.40635: variable 'ansible_connection' from source: unknown 6591 1726773109.40637: variable 'ansible_module_compression' from source: unknown 6591 1726773109.40640: variable 'ansible_shell_type' from source: unknown 6591 1726773109.40642: variable 'ansible_shell_executable' from source: unknown 6591 1726773109.40645: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773109.40649: variable 'ansible_pipelining' from source: unknown 6591 1726773109.40652: variable 'ansible_timeout' from source: unknown 6591 1726773109.40656: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773109.40729: 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) 6591 1726773109.40737: variable 'omit' from source: magic vars 6591 1726773109.40739: starting attempt loop 6591 1726773109.40743: running the handler 6591 1726773109.40749: _low_level_execute_command(): starting 6591 1726773109.40752: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773109.41161: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773109.41176: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.41195: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773109.41209: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773109.41219: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.41262: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773109.41273: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.41336: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.42879: stdout chunk (state=3): >>>/root <<< 6591 1726773109.42982: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773109.43025: stderr chunk (state=3): >>><<< 6591 1726773109.43028: stdout chunk (state=3): >>><<< 6591 1726773109.43039: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773109.43047: _low_level_execute_command(): starting 6591 1726773109.43051: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773109.4303885-9512-98105219981313 `" && echo ansible-tmp-1726773109.4303885-9512-98105219981313="` echo /root/.ansible/tmp/ansible-tmp-1726773109.4303885-9512-98105219981313 `" ) && sleep 0' 6591 1726773109.43444: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773109.43456: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.43473: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773109.43485: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773109.43496: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.43543: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773109.43559: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.43621: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.45887: stdout chunk (state=3): >>>ansible-tmp-1726773109.4303885-9512-98105219981313=/root/.ansible/tmp/ansible-tmp-1726773109.4303885-9512-98105219981313 <<< 6591 1726773109.45999: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773109.46039: stderr chunk (state=3): >>><<< 6591 1726773109.46042: stdout chunk (state=3): >>><<< 6591 1726773109.46052: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773109.4303885-9512-98105219981313=/root/.ansible/tmp/ansible-tmp-1726773109.4303885-9512-98105219981313 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773109.46082: variable 'ansible_module_compression' from source: unknown 6591 1726773109.46116: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773109.46130: variable 'ansible_facts' from source: unknown 6591 1726773109.46175: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773109.4303885-9512-98105219981313/AnsiballZ_stat.py 6591 1726773109.46258: Sending initial data 6591 1726773109.46268: Sent initial data (150 bytes) 6591 1726773109.46883: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773109.46886: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.46918: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.46921: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773109.46924: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.46974: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773109.46980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.47044: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.48728: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773109.48829: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773109.48890: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp38e5hazg /root/.ansible/tmp/ansible-tmp-1726773109.4303885-9512-98105219981313/AnsiballZ_stat.py <<< 6591 1726773109.48950: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773109.49788: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773109.49870: stderr chunk (state=3): >>><<< 6591 1726773109.49873: stdout chunk (state=3): >>><<< 6591 1726773109.49889: done transferring module to remote 6591 1726773109.49895: _low_level_execute_command(): starting 6591 1726773109.49899: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773109.4303885-9512-98105219981313/ /root/.ansible/tmp/ansible-tmp-1726773109.4303885-9512-98105219981313/AnsiballZ_stat.py && sleep 0' 6591 1726773109.50299: 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 <<< 6591 1726773109.50302: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.50331: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773109.50335: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773109.50337: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.50383: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773109.50399: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.50458: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.52153: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773109.52194: stderr chunk (state=3): >>><<< 6591 1726773109.52197: stdout chunk (state=3): >>><<< 6591 1726773109.52210: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773109.52213: _low_level_execute_command(): starting 6591 1726773109.52218: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773109.4303885-9512-98105219981313/AnsiballZ_stat.py && sleep 0' 6591 1726773109.52615: 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 <<< 6591 1726773109.52627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.52643: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773109.52654: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773109.52668: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.52714: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773109.52730: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.52793: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.67345: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 159, "inode": 438304897, "dev": 51713, "nlink": 4, "atime": 1726773068.6848752, "mtime": 1726773066.7888837, "ctime": 1726773066.7888837, "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": "2265534346", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6591 1726773109.68501: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773109.68556: stderr chunk (state=3): >>><<< 6591 1726773109.68559: stdout chunk (state=3): >>><<< 6591 1726773109.68575: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 159, "inode": 438304897, "dev": 51713, "nlink": 4, "atime": 1726773068.6848752, "mtime": 1726773066.7888837, "ctime": 1726773066.7888837, "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": "2265534346", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773109.68612: 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-1726773109.4303885-9512-98105219981313/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773109.68618: _low_level_execute_command(): starting 6591 1726773109.68622: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773109.4303885-9512-98105219981313/ > /dev/null 2>&1 && sleep 0' 6591 1726773109.69170: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773109.69186: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773109.69205: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773109.69227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.69270: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773109.69283: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773109.69299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.69324: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773109.69337: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773109.69349: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773109.69363: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773109.69377: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773109.69395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.69411: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773109.69424: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773109.69443: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.69520: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773109.69548: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773109.69566: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.69659: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.71466: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773109.71511: stderr chunk (state=3): >>><<< 6591 1726773109.71514: stdout chunk (state=3): >>><<< 6591 1726773109.71528: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773109.71532: handler run complete 6591 1726773109.71563: attempt loop complete, returning result 6591 1726773109.71577: variable 'item' from source: unknown 6591 1726773109.71638: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726773068.6848752, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726773066.7888837, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 438304897, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726773066.7888837, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 159, "uid": 0, "version": "2265534346", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6591 1726773109.71789: dumping result to json 6591 1726773109.71791: done dumping result, returning 6591 1726773109.71794: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [1239c35c-e2e1-152b-fb99-000000000616] 6591 1726773109.71796: sending task result for task 1239c35c-e2e1-152b-fb99-000000000616 6591 1726773109.71844: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000616 6591 1726773109.71846: WORKER PROCESS EXITING 6591 1726773109.71930: no more pending results, returning what we have 6591 1726773109.71933: results queue empty 6591 1726773109.71934: checking for any_errors_fatal 6591 1726773109.71939: done checking for any_errors_fatal 6591 1726773109.71940: checking for max_fail_percentage 6591 1726773109.71941: done checking for max_fail_percentage 6591 1726773109.71943: checking to see if all hosts have failed and the running result is not ok 6591 1726773109.71943: done checking to see if all hosts have failed 6591 1726773109.71944: getting the remaining hosts for this loop 6591 1726773109.71945: done getting the remaining hosts for this loop 6591 1726773109.71948: getting the next task for host managed_node2 6591 1726773109.71953: done getting next task for host managed_node2 6591 1726773109.71956: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6591 1726773109.71959: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773109.71968: getting variables 6591 1726773109.71969: in VariableManager get_vars() 6591 1726773109.72000: Calling all_inventory to load vars for managed_node2 6591 1726773109.72006: Calling groups_inventory to load vars for managed_node2 6591 1726773109.72008: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773109.72017: Calling all_plugins_play to load vars for managed_node2 6591 1726773109.72019: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773109.72022: Calling groups_plugins_play to load vars for managed_node2 6591 1726773109.72135: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773109.72274: done with get_vars() 6591 1726773109.72281: done getting variables 6591 1726773109.72325: 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:11:49 -0400 (0:00:00.653) 0:01:27.194 **** 6591 1726773109.72348: entering _queue_task() for managed_node2/set_fact 6591 1726773109.72521: worker is 1 (out of 1 available) 6591 1726773109.72536: exiting _queue_task() for managed_node2/set_fact 6591 1726773109.72549: done queuing things up, now waiting for results queue to drain 6591 1726773109.72550: waiting for pending results... 6591 1726773109.72726: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6591 1726773109.72801: in run() - task 1239c35c-e2e1-152b-fb99-000000000617 6591 1726773109.72816: variable 'ansible_search_path' from source: unknown 6591 1726773109.72820: variable 'ansible_search_path' from source: unknown 6591 1726773109.72848: calling self._execute() 6591 1726773109.72914: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773109.72918: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773109.72926: variable 'omit' from source: magic vars 6591 1726773109.73005: variable 'omit' from source: magic vars 6591 1726773109.73037: variable 'omit' from source: magic vars 6591 1726773109.73351: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773109.74813: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773109.74865: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773109.74894: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773109.74921: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773109.74942: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773109.74998: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773109.75020: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773109.75037: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773109.75064: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773109.75075: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773109.75110: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773109.75127: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773109.75144: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773109.75171: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773109.75184: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773109.75224: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773109.75240: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773109.75256: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773109.75284: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773109.75295: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773109.75441: variable '__kernel_settings_find_profile_dirs' from source: set_fact 6591 1726773109.75505: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773109.75613: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773109.75639: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773109.75660: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773109.75681: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773109.75715: 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) 6591 1726773109.75730: 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) 6591 1726773109.75747: 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) 6591 1726773109.75763: 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) 6591 1726773109.75800: variable 'omit' from source: magic vars 6591 1726773109.75822: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773109.75842: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773109.75855: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773109.75867: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773109.75875: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773109.75899: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773109.75902: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773109.75906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773109.75971: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773109.75974: Set connection var ansible_connection to ssh 6591 1726773109.75984: Set connection var ansible_timeout to 10 6591 1726773109.75989: Set connection var ansible_pipelining to False 6591 1726773109.75997: Set connection var ansible_shell_executable to /bin/sh 6591 1726773109.76000: Set connection var ansible_shell_type to sh 6591 1726773109.76014: variable 'ansible_shell_executable' from source: unknown 6591 1726773109.76018: variable 'ansible_connection' from source: unknown 6591 1726773109.76020: variable 'ansible_module_compression' from source: unknown 6591 1726773109.76022: variable 'ansible_shell_type' from source: unknown 6591 1726773109.76025: variable 'ansible_shell_executable' from source: unknown 6591 1726773109.76027: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773109.76032: variable 'ansible_pipelining' from source: unknown 6591 1726773109.76035: variable 'ansible_timeout' from source: unknown 6591 1726773109.76037: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773109.76105: 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) 6591 1726773109.76114: variable 'omit' from source: magic vars 6591 1726773109.76117: starting attempt loop 6591 1726773109.76119: running the handler 6591 1726773109.76129: handler run complete 6591 1726773109.76137: attempt loop complete, returning result 6591 1726773109.76140: _execute() done 6591 1726773109.76142: dumping result to json 6591 1726773109.76146: done dumping result, returning 6591 1726773109.76153: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [1239c35c-e2e1-152b-fb99-000000000617] 6591 1726773109.76158: sending task result for task 1239c35c-e2e1-152b-fb99-000000000617 6591 1726773109.76233: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000617 6591 1726773109.76236: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned" }, "changed": false } 6591 1726773109.76316: no more pending results, returning what we have 6591 1726773109.76320: results queue empty 6591 1726773109.76320: checking for any_errors_fatal 6591 1726773109.76329: done checking for any_errors_fatal 6591 1726773109.76330: checking for max_fail_percentage 6591 1726773109.76332: done checking for max_fail_percentage 6591 1726773109.76332: checking to see if all hosts have failed and the running result is not ok 6591 1726773109.76333: done checking to see if all hosts have failed 6591 1726773109.76334: getting the remaining hosts for this loop 6591 1726773109.76335: done getting the remaining hosts for this loop 6591 1726773109.76338: getting the next task for host managed_node2 6591 1726773109.76344: done getting next task for host managed_node2 6591 1726773109.76347: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6591 1726773109.76349: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773109.76359: getting variables 6591 1726773109.76360: in VariableManager get_vars() 6591 1726773109.76385: Calling all_inventory to load vars for managed_node2 6591 1726773109.76387: Calling groups_inventory to load vars for managed_node2 6591 1726773109.76388: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773109.76395: Calling all_plugins_play to load vars for managed_node2 6591 1726773109.76397: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773109.76398: Calling groups_plugins_play to load vars for managed_node2 6591 1726773109.76498: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773109.76618: done with get_vars() 6591 1726773109.76625: done getting variables 6591 1726773109.76663: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:11:49 -0400 (0:00:00.043) 0:01:27.237 **** 6591 1726773109.76685: entering _queue_task() for managed_node2/service 6591 1726773109.76852: worker is 1 (out of 1 available) 6591 1726773109.76865: exiting _queue_task() for managed_node2/service 6591 1726773109.76876: done queuing things up, now waiting for results queue to drain 6591 1726773109.76877: waiting for pending results... 6591 1726773109.77048: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6591 1726773109.77118: in run() - task 1239c35c-e2e1-152b-fb99-000000000618 6591 1726773109.77129: variable 'ansible_search_path' from source: unknown 6591 1726773109.77133: variable 'ansible_search_path' from source: unknown 6591 1726773109.77168: variable '__kernel_settings_services' from source: include_vars 6591 1726773109.77394: variable '__kernel_settings_services' from source: include_vars 6591 1726773109.77452: variable 'omit' from source: magic vars 6591 1726773109.77537: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773109.77541: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773109.77552: variable 'omit' from source: magic vars 6591 1726773109.77607: variable 'omit' from source: magic vars 6591 1726773109.77635: variable 'omit' from source: magic vars 6591 1726773109.77666: variable 'item' from source: unknown 6591 1726773109.77722: variable 'item' from source: unknown 6591 1726773109.77740: variable 'omit' from source: magic vars 6591 1726773109.77770: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773109.77796: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773109.77812: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773109.77871: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773109.77881: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773109.77908: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773109.77911: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773109.77915: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773109.77982: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773109.77990: Set connection var ansible_connection to ssh 6591 1726773109.77999: Set connection var ansible_timeout to 10 6591 1726773109.78005: Set connection var ansible_pipelining to False 6591 1726773109.78010: Set connection var ansible_shell_executable to /bin/sh 6591 1726773109.78012: Set connection var ansible_shell_type to sh 6591 1726773109.78026: variable 'ansible_shell_executable' from source: unknown 6591 1726773109.78029: variable 'ansible_connection' from source: unknown 6591 1726773109.78031: variable 'ansible_module_compression' from source: unknown 6591 1726773109.78033: variable 'ansible_shell_type' from source: unknown 6591 1726773109.78036: variable 'ansible_shell_executable' from source: unknown 6591 1726773109.78038: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773109.78042: variable 'ansible_pipelining' from source: unknown 6591 1726773109.78045: variable 'ansible_timeout' from source: unknown 6591 1726773109.78049: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773109.78145: 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) 6591 1726773109.78153: variable 'omit' from source: magic vars 6591 1726773109.78157: starting attempt loop 6591 1726773109.78160: running the handler 6591 1726773109.78227: variable 'ansible_facts' from source: unknown 6591 1726773109.78304: _low_level_execute_command(): starting 6591 1726773109.78310: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773109.78791: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773109.78808: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.78825: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773109.78838: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773109.78850: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.78901: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773109.78908: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.78985: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.80579: stdout chunk (state=3): >>>/root <<< 6591 1726773109.80723: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773109.80766: stderr chunk (state=3): >>><<< 6591 1726773109.80770: stdout chunk (state=3): >>><<< 6591 1726773109.80789: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773109.80800: _low_level_execute_command(): starting 6591 1726773109.80806: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773109.8078895-9531-151477041106648 `" && echo ansible-tmp-1726773109.8078895-9531-151477041106648="` echo /root/.ansible/tmp/ansible-tmp-1726773109.8078895-9531-151477041106648 `" ) && sleep 0' 6591 1726773109.81214: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773109.81226: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.81245: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.81257: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.81307: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773109.81320: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.81390: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.83484: stdout chunk (state=3): >>>ansible-tmp-1726773109.8078895-9531-151477041106648=/root/.ansible/tmp/ansible-tmp-1726773109.8078895-9531-151477041106648 <<< 6591 1726773109.83601: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773109.83642: stderr chunk (state=3): >>><<< 6591 1726773109.83645: stdout chunk (state=3): >>><<< 6591 1726773109.83657: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773109.8078895-9531-151477041106648=/root/.ansible/tmp/ansible-tmp-1726773109.8078895-9531-151477041106648 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773109.83682: variable 'ansible_module_compression' from source: unknown 6591 1726773109.83722: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6591 1726773109.83766: variable 'ansible_facts' from source: unknown 6591 1726773109.83899: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773109.8078895-9531-151477041106648/AnsiballZ_systemd.py 6591 1726773109.84002: Sending initial data 6591 1726773109.84014: Sent initial data (154 bytes) 6591 1726773109.84636: 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 <<< 6591 1726773109.84640: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.84675: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.84679: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773109.84682: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.84732: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773109.84736: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.84805: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.86507: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773109.86563: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773109.86624: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmppoetma04 /root/.ansible/tmp/ansible-tmp-1726773109.8078895-9531-151477041106648/AnsiballZ_systemd.py <<< 6591 1726773109.86685: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773109.88488: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773109.88574: stderr chunk (state=3): >>><<< 6591 1726773109.88577: stdout chunk (state=3): >>><<< 6591 1726773109.88596: done transferring module to remote 6591 1726773109.88605: _low_level_execute_command(): starting 6591 1726773109.88610: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773109.8078895-9531-151477041106648/ /root/.ansible/tmp/ansible-tmp-1726773109.8078895-9531-151477041106648/AnsiballZ_systemd.py && sleep 0' 6591 1726773109.89020: 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 <<< 6591 1726773109.89023: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.89054: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.89057: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773109.89060: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.89108: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773109.89123: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.89187: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773109.90902: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773109.90944: stderr chunk (state=3): >>><<< 6591 1726773109.90947: stdout chunk (state=3): >>><<< 6591 1726773109.90959: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773109.90962: _low_level_execute_command(): starting 6591 1726773109.90966: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773109.8078895-9531-151477041106648/AnsiballZ_systemd.py && sleep 0' 6591 1726773109.91380: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773109.91384: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773109.91415: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.91418: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773109.91420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773109.91470: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773109.91474: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773109.91547: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.17222: 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": "634", "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:30 EDT", "ExecMainStartTimestampMonotonic": "7007173", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "634", "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:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT] ; stop_time=[n/a] ; pid=634 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "2566", "MemoryCurrent": "20238336", "MemoryAvailable": "infinity", "CPUUsageNSec": "205992000", "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":<<< 6591 1726773110.17248: stdout chunk (state=3): >>> "[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": "sysinit.tar<<< 6591 1726773110.17257: stdout chunk (state=3): >>>get system.slice dbus.socket dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service tlp.service power-profiles-daemon.service cpupower.service shutdown.target", "Before": "shutdown.target multi-user.target", "After": "dbus-broker.service basic.target network.target sysinit.target polkit.service system.slice dbus.socket systemd-journald.socket systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:30 EDT", "StateChangeTimestampMonotonic": "7460869", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:30 EDT", "InactiveExitTimestampMonotonic": "7007371", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ActiveEnterTimestampMonotonic": "7460869", "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:30 EDT", "ConditionTimestampMonotonic": "7002467", "AssertTimestamp": "Thu 2024-09-19 15:11:30 EDT", "AssertTimestampMonotonic": "7002471", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "8b21b73e7a4e47a2b6fdf3f824ee6aa0", "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}}} <<< 6591 1726773110.18854: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773110.18913: stderr chunk (state=3): >>><<< 6591 1726773110.18916: stdout chunk (state=3): >>><<< 6591 1726773110.18940: _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": "634", "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:30 EDT", "ExecMainStartTimestampMonotonic": "7007173", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "634", "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:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT] ; stop_time=[n/a] ; pid=634 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "2566", "MemoryCurrent": "20238336", "MemoryAvailable": "infinity", "CPUUsageNSec": "205992000", "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": "sysinit.target system.slice dbus.socket dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service tlp.service power-profiles-daemon.service cpupower.service shutdown.target", "Before": "shutdown.target multi-user.target", "After": "dbus-broker.service basic.target network.target sysinit.target polkit.service system.slice dbus.socket systemd-journald.socket systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:30 EDT", "StateChangeTimestampMonotonic": "7460869", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:30 EDT", "InactiveExitTimestampMonotonic": "7007371", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ActiveEnterTimestampMonotonic": "7460869", "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:30 EDT", "ConditionTimestampMonotonic": "7002467", "AssertTimestamp": "Thu 2024-09-19 15:11:30 EDT", "AssertTimestampMonotonic": "7002471", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "8b21b73e7a4e47a2b6fdf3f824ee6aa0", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773110.19051: 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-1726773109.8078895-9531-151477041106648/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773110.19068: _low_level_execute_command(): starting 6591 1726773110.19072: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773109.8078895-9531-151477041106648/ > /dev/null 2>&1 && sleep 0' 6591 1726773110.19522: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773110.19535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.19554: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773110.19566: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773110.19576: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.19625: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773110.19637: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773110.19701: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.21498: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773110.21544: stderr chunk (state=3): >>><<< 6591 1726773110.21547: stdout chunk (state=3): >>><<< 6591 1726773110.21559: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773110.21565: handler run complete 6591 1726773110.21601: attempt loop complete, returning result 6591 1726773110.21618: variable 'item' from source: unknown 6591 1726773110.21681: variable 'item' from source: unknown ok: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ActiveEnterTimestampMonotonic": "7460869", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service basic.target network.target sysinit.target polkit.service system.slice dbus.socket systemd-journald.socket systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:11:30 EDT", "AssertTimestampMonotonic": "7002471", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "205992000", "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:30 EDT", "ConditionTimestampMonotonic": "7002467", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service tlp.service power-profiles-daemon.service cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "2566", "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": "634", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ExecMainStartTimestampMonotonic": "7007173", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT", "InactiveExitTimestampMonotonic": "7007371", "InvocationID": "8b21b73e7a4e47a2b6fdf3f824ee6aa0", "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": "634", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "20238336", "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": "sysinit.target system.slice dbus.socket dbus-broker.service", "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:30 EDT", "StateChangeTimestampMonotonic": "7460869", "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" } } 6591 1726773110.22146: dumping result to json 6591 1726773110.22148: done dumping result, returning 6591 1726773110.22151: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [1239c35c-e2e1-152b-fb99-000000000618] 6591 1726773110.22153: sending task result for task 1239c35c-e2e1-152b-fb99-000000000618 6591 1726773110.22206: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000618 6591 1726773110.22208: WORKER PROCESS EXITING 6591 1726773110.22320: no more pending results, returning what we have 6591 1726773110.22322: results queue empty 6591 1726773110.22323: checking for any_errors_fatal 6591 1726773110.22325: done checking for any_errors_fatal 6591 1726773110.22326: checking for max_fail_percentage 6591 1726773110.22327: done checking for max_fail_percentage 6591 1726773110.22328: checking to see if all hosts have failed and the running result is not ok 6591 1726773110.22328: done checking to see if all hosts have failed 6591 1726773110.22328: getting the remaining hosts for this loop 6591 1726773110.22329: done getting the remaining hosts for this loop 6591 1726773110.22332: getting the next task for host managed_node2 6591 1726773110.22335: done getting next task for host managed_node2 6591 1726773110.22337: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6591 1726773110.22339: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773110.22346: getting variables 6591 1726773110.22347: in VariableManager get_vars() 6591 1726773110.22374: Calling all_inventory to load vars for managed_node2 6591 1726773110.22376: Calling groups_inventory to load vars for managed_node2 6591 1726773110.22379: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773110.22386: Calling all_plugins_play to load vars for managed_node2 6591 1726773110.22388: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773110.22390: Calling groups_plugins_play to load vars for managed_node2 6591 1726773110.22489: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773110.22610: done with get_vars() 6591 1726773110.22618: 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:50 -0400 (0:00:00.459) 0:01:27.697 **** 6591 1726773110.22683: entering _queue_task() for managed_node2/file 6591 1726773110.22852: worker is 1 (out of 1 available) 6591 1726773110.22865: exiting _queue_task() for managed_node2/file 6591 1726773110.22880: done queuing things up, now waiting for results queue to drain 6591 1726773110.22882: waiting for pending results... 6591 1726773110.23049: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6591 1726773110.23117: in run() - task 1239c35c-e2e1-152b-fb99-000000000619 6591 1726773110.23128: variable 'ansible_search_path' from source: unknown 6591 1726773110.23131: variable 'ansible_search_path' from source: unknown 6591 1726773110.23162: calling self._execute() 6591 1726773110.23232: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773110.23235: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773110.23245: variable 'omit' from source: magic vars 6591 1726773110.23320: variable 'omit' from source: magic vars 6591 1726773110.23353: variable 'omit' from source: magic vars 6591 1726773110.23373: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773110.23581: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773110.23648: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773110.23653: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773110.23686: variable 'omit' from source: magic vars 6591 1726773110.23718: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773110.23744: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773110.23759: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773110.23773: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773110.23784: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773110.23807: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773110.23810: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773110.23814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773110.23883: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773110.23886: Set connection var ansible_connection to ssh 6591 1726773110.23892: Set connection var ansible_timeout to 10 6591 1726773110.23897: Set connection var ansible_pipelining to False 6591 1726773110.23902: Set connection var ansible_shell_executable to /bin/sh 6591 1726773110.23906: Set connection var ansible_shell_type to sh 6591 1726773110.23922: variable 'ansible_shell_executable' from source: unknown 6591 1726773110.23925: variable 'ansible_connection' from source: unknown 6591 1726773110.23927: variable 'ansible_module_compression' from source: unknown 6591 1726773110.23930: variable 'ansible_shell_type' from source: unknown 6591 1726773110.23932: variable 'ansible_shell_executable' from source: unknown 6591 1726773110.23935: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773110.23939: variable 'ansible_pipelining' from source: unknown 6591 1726773110.23941: variable 'ansible_timeout' from source: unknown 6591 1726773110.23946: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773110.24084: 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) 6591 1726773110.24091: variable 'omit' from source: magic vars 6591 1726773110.24096: starting attempt loop 6591 1726773110.24099: running the handler 6591 1726773110.24112: _low_level_execute_command(): starting 6591 1726773110.24118: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773110.24605: 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 <<< 6591 1726773110.24615: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.24643: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.24658: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.24707: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773110.24721: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773110.24793: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.26347: stdout chunk (state=3): >>>/root <<< 6591 1726773110.26446: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773110.26495: stderr chunk (state=3): >>><<< 6591 1726773110.26498: stdout chunk (state=3): >>><<< 6591 1726773110.26517: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773110.26527: _low_level_execute_command(): starting 6591 1726773110.26533: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773110.2651622-9539-82548177315931 `" && echo ansible-tmp-1726773110.2651622-9539-82548177315931="` echo /root/.ansible/tmp/ansible-tmp-1726773110.2651622-9539-82548177315931 `" ) && sleep 0' 6591 1726773110.26945: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773110.26950: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.26985: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.27003: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.27046: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773110.27058: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773110.27127: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.29305: stdout chunk (state=3): >>>ansible-tmp-1726773110.2651622-9539-82548177315931=/root/.ansible/tmp/ansible-tmp-1726773110.2651622-9539-82548177315931 <<< 6591 1726773110.29413: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773110.29453: stderr chunk (state=3): >>><<< 6591 1726773110.29456: stdout chunk (state=3): >>><<< 6591 1726773110.29468: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773110.2651622-9539-82548177315931=/root/.ansible/tmp/ansible-tmp-1726773110.2651622-9539-82548177315931 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773110.29501: variable 'ansible_module_compression' from source: unknown 6591 1726773110.29543: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6591 1726773110.29569: variable 'ansible_facts' from source: unknown 6591 1726773110.29627: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773110.2651622-9539-82548177315931/AnsiballZ_file.py 6591 1726773110.29724: Sending initial data 6591 1726773110.29727: Sent initial data (150 bytes) 6591 1726773110.30348: 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 <<< 6591 1726773110.30361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.30372: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773110.30385: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773110.30396: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.30443: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773110.30456: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773110.30523: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.32232: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773110.32294: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773110.32358: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmps4iwwas0 /root/.ansible/tmp/ansible-tmp-1726773110.2651622-9539-82548177315931/AnsiballZ_file.py <<< 6591 1726773110.32417: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773110.33278: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773110.33359: stderr chunk (state=3): >>><<< 6591 1726773110.33363: stdout chunk (state=3): >>><<< 6591 1726773110.33382: done transferring module to remote 6591 1726773110.33389: _low_level_execute_command(): starting 6591 1726773110.33393: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773110.2651622-9539-82548177315931/ /root/.ansible/tmp/ansible-tmp-1726773110.2651622-9539-82548177315931/AnsiballZ_file.py && sleep 0' 6591 1726773110.33786: 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 <<< 6591 1726773110.33800: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.33819: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773110.33830: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773110.33840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.33886: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773110.33904: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773110.33959: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.35673: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773110.35715: stderr chunk (state=3): >>><<< 6591 1726773110.35718: stdout chunk (state=3): >>><<< 6591 1726773110.35732: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773110.35740: _low_level_execute_command(): starting 6591 1726773110.35743: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773110.2651622-9539-82548177315931/AnsiballZ_file.py && sleep 0' 6591 1726773110.36134: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773110.36146: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.36164: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773110.36181: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.36225: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773110.36237: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773110.36309: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.50761: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings"}, "after": {"path": "/etc/tuned/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773110.51784: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773110.51837: stderr chunk (state=3): >>><<< 6591 1726773110.51841: stdout chunk (state=3): >>><<< 6591 1726773110.51855: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings"}, "after": {"path": "/etc/tuned/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773110.51913: 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-1726773110.2651622-9539-82548177315931/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773110.51921: _low_level_execute_command(): starting 6591 1726773110.51925: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773110.2651622-9539-82548177315931/ > /dev/null 2>&1 && sleep 0' 6591 1726773110.52361: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773110.52374: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.52397: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773110.52410: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.52455: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773110.52467: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773110.52537: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.54319: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773110.54362: stderr chunk (state=3): >>><<< 6591 1726773110.54365: stdout chunk (state=3): >>><<< 6591 1726773110.54377: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773110.54385: handler run complete 6591 1726773110.54407: attempt loop complete, returning result 6591 1726773110.54410: _execute() done 6591 1726773110.54412: dumping result to json 6591 1726773110.54417: done dumping result, returning 6591 1726773110.54429: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [1239c35c-e2e1-152b-fb99-000000000619] 6591 1726773110.54434: sending task result for task 1239c35c-e2e1-152b-fb99-000000000619 6591 1726773110.54536: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000619 6591 1726773110.54538: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "state": "directory", "uid": 0 } 6591 1726773110.54618: no more pending results, returning what we have 6591 1726773110.54621: results queue empty 6591 1726773110.54622: checking for any_errors_fatal 6591 1726773110.54637: done checking for any_errors_fatal 6591 1726773110.54638: checking for max_fail_percentage 6591 1726773110.54639: done checking for max_fail_percentage 6591 1726773110.54640: checking to see if all hosts have failed and the running result is not ok 6591 1726773110.54641: done checking to see if all hosts have failed 6591 1726773110.54642: getting the remaining hosts for this loop 6591 1726773110.54643: done getting the remaining hosts for this loop 6591 1726773110.54646: getting the next task for host managed_node2 6591 1726773110.54652: done getting next task for host managed_node2 6591 1726773110.54655: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6591 1726773110.54658: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773110.54667: getting variables 6591 1726773110.54669: in VariableManager get_vars() 6591 1726773110.54702: Calling all_inventory to load vars for managed_node2 6591 1726773110.54706: Calling groups_inventory to load vars for managed_node2 6591 1726773110.54708: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773110.54717: Calling all_plugins_play to load vars for managed_node2 6591 1726773110.54720: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773110.54722: Calling groups_plugins_play to load vars for managed_node2 6591 1726773110.54833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773110.54953: done with get_vars() 6591 1726773110.54961: 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:50 -0400 (0:00:00.323) 0:01:28.020 **** 6591 1726773110.55030: entering _queue_task() for managed_node2/slurp 6591 1726773110.55201: worker is 1 (out of 1 available) 6591 1726773110.55215: exiting _queue_task() for managed_node2/slurp 6591 1726773110.55225: done queuing things up, now waiting for results queue to drain 6591 1726773110.55226: waiting for pending results... 6591 1726773110.55401: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6591 1726773110.55476: in run() - task 1239c35c-e2e1-152b-fb99-00000000061a 6591 1726773110.55491: variable 'ansible_search_path' from source: unknown 6591 1726773110.55494: variable 'ansible_search_path' from source: unknown 6591 1726773110.55525: calling self._execute() 6591 1726773110.55594: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773110.55597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773110.55609: variable 'omit' from source: magic vars 6591 1726773110.55680: variable 'omit' from source: magic vars 6591 1726773110.55717: variable 'omit' from source: magic vars 6591 1726773110.55739: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773110.55948: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773110.56009: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773110.56035: variable 'omit' from source: magic vars 6591 1726773110.56069: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773110.56100: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773110.56116: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773110.56129: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773110.56139: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773110.56162: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773110.56165: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773110.56167: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773110.56239: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773110.56242: Set connection var ansible_connection to ssh 6591 1726773110.56250: Set connection var ansible_timeout to 10 6591 1726773110.56255: Set connection var ansible_pipelining to False 6591 1726773110.56260: Set connection var ansible_shell_executable to /bin/sh 6591 1726773110.56262: Set connection var ansible_shell_type to sh 6591 1726773110.56278: variable 'ansible_shell_executable' from source: unknown 6591 1726773110.56283: variable 'ansible_connection' from source: unknown 6591 1726773110.56286: variable 'ansible_module_compression' from source: unknown 6591 1726773110.56288: variable 'ansible_shell_type' from source: unknown 6591 1726773110.56290: variable 'ansible_shell_executable' from source: unknown 6591 1726773110.56293: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773110.56297: variable 'ansible_pipelining' from source: unknown 6591 1726773110.56299: variable 'ansible_timeout' from source: unknown 6591 1726773110.56305: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773110.56444: 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) 6591 1726773110.56452: variable 'omit' from source: magic vars 6591 1726773110.56457: starting attempt loop 6591 1726773110.56460: running the handler 6591 1726773110.56471: _low_level_execute_command(): starting 6591 1726773110.56477: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773110.56952: 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 <<< 6591 1726773110.56960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.56994: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.57011: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.57058: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773110.57065: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773110.57145: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.58720: stdout chunk (state=3): >>>/root <<< 6591 1726773110.58851: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773110.58895: stderr chunk (state=3): >>><<< 6591 1726773110.58902: stdout chunk (state=3): >>><<< 6591 1726773110.58918: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773110.58929: _low_level_execute_command(): starting 6591 1726773110.58934: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773110.589175-9547-152437225177375 `" && echo ansible-tmp-1726773110.589175-9547-152437225177375="` echo /root/.ansible/tmp/ansible-tmp-1726773110.589175-9547-152437225177375 `" ) && sleep 0' 6591 1726773110.59336: 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 <<< 6591 1726773110.59348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.59360: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773110.59372: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773110.59395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.59433: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773110.59446: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773110.59518: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.61593: stdout chunk (state=3): >>>ansible-tmp-1726773110.589175-9547-152437225177375=/root/.ansible/tmp/ansible-tmp-1726773110.589175-9547-152437225177375 <<< 6591 1726773110.61707: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773110.61745: stderr chunk (state=3): >>><<< 6591 1726773110.61748: stdout chunk (state=3): >>><<< 6591 1726773110.61761: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773110.589175-9547-152437225177375=/root/.ansible/tmp/ansible-tmp-1726773110.589175-9547-152437225177375 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773110.61796: variable 'ansible_module_compression' from source: unknown 6591 1726773110.61828: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 6591 1726773110.61852: variable 'ansible_facts' from source: unknown 6591 1726773110.61914: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773110.589175-9547-152437225177375/AnsiballZ_slurp.py 6591 1726773110.62076: Sending initial data 6591 1726773110.62079: Sent initial data (151 bytes) 6591 1726773110.62662: 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 <<< 6591 1726773110.62665: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.62700: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.62705: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration <<< 6591 1726773110.62708: 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 <<< 6591 1726773110.62710: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.62759: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773110.62763: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773110.62830: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.64591: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773110.64650: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773110.64714: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpi7n3nhz9 /root/.ansible/tmp/ansible-tmp-1726773110.589175-9547-152437225177375/AnsiballZ_slurp.py <<< 6591 1726773110.64767: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773110.65615: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773110.65693: stderr chunk (state=3): >>><<< 6591 1726773110.65698: stdout chunk (state=3): >>><<< 6591 1726773110.65714: done transferring module to remote 6591 1726773110.65722: _low_level_execute_command(): starting 6591 1726773110.65725: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773110.589175-9547-152437225177375/ /root/.ansible/tmp/ansible-tmp-1726773110.589175-9547-152437225177375/AnsiballZ_slurp.py && sleep 0' 6591 1726773110.66134: 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 <<< 6591 1726773110.66137: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.66155: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.66166: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.66218: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773110.66234: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773110.66292: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.67990: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773110.68032: stderr chunk (state=3): >>><<< 6591 1726773110.68035: stdout chunk (state=3): >>><<< 6591 1726773110.68047: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773110.68054: _low_level_execute_command(): starting 6591 1726773110.68056: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773110.589175-9547-152437225177375/AnsiballZ_slurp.py && sleep 0' 6591 1726773110.68449: 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 <<< 6591 1726773110.68461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.68477: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773110.68489: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773110.68504: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.68543: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773110.68555: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773110.68629: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.81757: 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"}}} <<< 6591 1726773110.82700: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773110.82749: stderr chunk (state=3): >>><<< 6591 1726773110.82752: stdout chunk (state=3): >>><<< 6591 1726773110.82767: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773110.82791: 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-1726773110.589175-9547-152437225177375/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773110.82799: _low_level_execute_command(): starting 6591 1726773110.82805: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773110.589175-9547-152437225177375/ > /dev/null 2>&1 && sleep 0' 6591 1726773110.83241: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773110.83244: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.83277: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773110.83280: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773110.83282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.83336: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773110.83339: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773110.83418: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.85201: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773110.85243: stderr chunk (state=3): >>><<< 6591 1726773110.85247: stdout chunk (state=3): >>><<< 6591 1726773110.85258: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773110.85264: handler run complete 6591 1726773110.85280: attempt loop complete, returning result 6591 1726773110.85284: _execute() done 6591 1726773110.85286: dumping result to json 6591 1726773110.85290: done dumping result, returning 6591 1726773110.85302: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [1239c35c-e2e1-152b-fb99-00000000061a] 6591 1726773110.85310: sending task result for task 1239c35c-e2e1-152b-fb99-00000000061a 6591 1726773110.85398: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000061a 6591 1726773110.85402: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6591 1726773110.85469: no more pending results, returning what we have 6591 1726773110.85473: results queue empty 6591 1726773110.85474: checking for any_errors_fatal 6591 1726773110.85484: done checking for any_errors_fatal 6591 1726773110.85485: checking for max_fail_percentage 6591 1726773110.85486: done checking for max_fail_percentage 6591 1726773110.85487: checking to see if all hosts have failed and the running result is not ok 6591 1726773110.85488: done checking to see if all hosts have failed 6591 1726773110.85488: getting the remaining hosts for this loop 6591 1726773110.85490: done getting the remaining hosts for this loop 6591 1726773110.85494: getting the next task for host managed_node2 6591 1726773110.85500: done getting next task for host managed_node2 6591 1726773110.85506: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6591 1726773110.85508: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773110.85519: getting variables 6591 1726773110.85520: in VariableManager get_vars() 6591 1726773110.85554: Calling all_inventory to load vars for managed_node2 6591 1726773110.85556: Calling groups_inventory to load vars for managed_node2 6591 1726773110.85558: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773110.85567: Calling all_plugins_play to load vars for managed_node2 6591 1726773110.85569: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773110.85572: Calling groups_plugins_play to load vars for managed_node2 6591 1726773110.85692: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773110.85818: done with get_vars() 6591 1726773110.85826: done getting variables 6591 1726773110.85867: 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:50 -0400 (0:00:00.308) 0:01:28.329 **** 6591 1726773110.85891: entering _queue_task() for managed_node2/set_fact 6591 1726773110.86067: worker is 1 (out of 1 available) 6591 1726773110.86079: exiting _queue_task() for managed_node2/set_fact 6591 1726773110.86091: done queuing things up, now waiting for results queue to drain 6591 1726773110.86092: waiting for pending results... 6591 1726773110.86264: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6591 1726773110.86336: in run() - task 1239c35c-e2e1-152b-fb99-00000000061b 6591 1726773110.86349: variable 'ansible_search_path' from source: unknown 6591 1726773110.86353: variable 'ansible_search_path' from source: unknown 6591 1726773110.86380: calling self._execute() 6591 1726773110.86527: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773110.86532: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773110.86540: variable 'omit' from source: magic vars 6591 1726773110.86615: variable 'omit' from source: magic vars 6591 1726773110.86647: variable 'omit' from source: magic vars 6591 1726773110.86923: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773110.86931: variable '__cur_profile' from source: task vars 6591 1726773110.87033: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773110.88636: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773110.88678: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773110.88718: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773110.88744: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773110.88764: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773110.88822: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773110.88841: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773110.88859: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773110.88888: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773110.88898: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773110.88971: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6591 1726773110.89008: variable 'omit' from source: magic vars 6591 1726773110.89027: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773110.89048: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773110.89061: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773110.89074: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773110.89085: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773110.89107: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773110.89110: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773110.89113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773110.89177: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773110.89181: Set connection var ansible_connection to ssh 6591 1726773110.89190: Set connection var ansible_timeout to 10 6591 1726773110.89194: Set connection var ansible_pipelining to False 6591 1726773110.89199: Set connection var ansible_shell_executable to /bin/sh 6591 1726773110.89202: Set connection var ansible_shell_type to sh 6591 1726773110.89219: variable 'ansible_shell_executable' from source: unknown 6591 1726773110.89222: variable 'ansible_connection' from source: unknown 6591 1726773110.89224: variable 'ansible_module_compression' from source: unknown 6591 1726773110.89226: variable 'ansible_shell_type' from source: unknown 6591 1726773110.89229: variable 'ansible_shell_executable' from source: unknown 6591 1726773110.89231: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773110.89235: variable 'ansible_pipelining' from source: unknown 6591 1726773110.89237: variable 'ansible_timeout' from source: unknown 6591 1726773110.89242: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773110.89314: 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) 6591 1726773110.89322: variable 'omit' from source: magic vars 6591 1726773110.89325: starting attempt loop 6591 1726773110.89328: running the handler 6591 1726773110.89337: handler run complete 6591 1726773110.89345: attempt loop complete, returning result 6591 1726773110.89348: _execute() done 6591 1726773110.89350: dumping result to json 6591 1726773110.89352: done dumping result, returning 6591 1726773110.89361: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [1239c35c-e2e1-152b-fb99-00000000061b] 6591 1726773110.89367: sending task result for task 1239c35c-e2e1-152b-fb99-00000000061b 6591 1726773110.89443: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000061b 6591 1726773110.89446: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 6591 1726773110.89597: no more pending results, returning what we have 6591 1726773110.89599: results queue empty 6591 1726773110.89600: checking for any_errors_fatal 6591 1726773110.89605: done checking for any_errors_fatal 6591 1726773110.89606: checking for max_fail_percentage 6591 1726773110.89607: done checking for max_fail_percentage 6591 1726773110.89608: checking to see if all hosts have failed and the running result is not ok 6591 1726773110.89608: done checking to see if all hosts have failed 6591 1726773110.89609: getting the remaining hosts for this loop 6591 1726773110.89610: done getting the remaining hosts for this loop 6591 1726773110.89612: getting the next task for host managed_node2 6591 1726773110.89615: done getting next task for host managed_node2 6591 1726773110.89618: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6591 1726773110.89620: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773110.89630: getting variables 6591 1726773110.89631: in VariableManager get_vars() 6591 1726773110.89649: Calling all_inventory to load vars for managed_node2 6591 1726773110.89651: Calling groups_inventory to load vars for managed_node2 6591 1726773110.89652: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773110.89658: Calling all_plugins_play to load vars for managed_node2 6591 1726773110.89660: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773110.89662: Calling groups_plugins_play to load vars for managed_node2 6591 1726773110.89752: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773110.89867: done with get_vars() 6591 1726773110.89873: done getting variables 6591 1726773110.89913: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:11:50 -0400 (0:00:00.040) 0:01:28.370 **** 6591 1726773110.89934: entering _queue_task() for managed_node2/copy 6591 1726773110.90096: worker is 1 (out of 1 available) 6591 1726773110.90111: exiting _queue_task() for managed_node2/copy 6591 1726773110.90123: done queuing things up, now waiting for results queue to drain 6591 1726773110.90124: waiting for pending results... 6591 1726773110.90281: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6591 1726773110.90356: in run() - task 1239c35c-e2e1-152b-fb99-00000000061c 6591 1726773110.90368: variable 'ansible_search_path' from source: unknown 6591 1726773110.90372: variable 'ansible_search_path' from source: unknown 6591 1726773110.90402: calling self._execute() 6591 1726773110.90471: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773110.90476: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773110.90488: variable 'omit' from source: magic vars 6591 1726773110.90562: variable 'omit' from source: magic vars 6591 1726773110.90597: variable 'omit' from source: magic vars 6591 1726773110.90619: variable '__kernel_settings_active_profile' from source: set_fact 6591 1726773110.90824: variable '__kernel_settings_active_profile' from source: set_fact 6591 1726773110.90842: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773110.90894: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773110.90947: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773110.90969: variable 'omit' from source: magic vars 6591 1726773110.91001: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773110.91028: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773110.91043: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773110.91056: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773110.91065: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773110.91089: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773110.91092: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773110.91094: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773110.91162: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773110.91166: Set connection var ansible_connection to ssh 6591 1726773110.91175: Set connection var ansible_timeout to 10 6591 1726773110.91180: Set connection var ansible_pipelining to False 6591 1726773110.91186: Set connection var ansible_shell_executable to /bin/sh 6591 1726773110.91190: Set connection var ansible_shell_type to sh 6591 1726773110.91206: variable 'ansible_shell_executable' from source: unknown 6591 1726773110.91209: variable 'ansible_connection' from source: unknown 6591 1726773110.91212: variable 'ansible_module_compression' from source: unknown 6591 1726773110.91215: variable 'ansible_shell_type' from source: unknown 6591 1726773110.91217: variable 'ansible_shell_executable' from source: unknown 6591 1726773110.91219: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773110.91223: variable 'ansible_pipelining' from source: unknown 6591 1726773110.91226: variable 'ansible_timeout' from source: unknown 6591 1726773110.91229: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773110.91321: 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) 6591 1726773110.91330: variable 'omit' from source: magic vars 6591 1726773110.91334: starting attempt loop 6591 1726773110.91339: running the handler 6591 1726773110.91348: _low_level_execute_command(): starting 6591 1726773110.91355: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773110.91838: 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 <<< 6591 1726773110.91853: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.91870: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773110.91888: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.91900: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.91941: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773110.91955: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773110.92026: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.93620: stdout chunk (state=3): >>>/root <<< 6591 1726773110.93722: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773110.93766: stderr chunk (state=3): >>><<< 6591 1726773110.93769: stdout chunk (state=3): >>><<< 6591 1726773110.93787: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773110.93797: _low_level_execute_command(): starting 6591 1726773110.93805: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773110.93786-9559-119251435018429 `" && echo ansible-tmp-1726773110.93786-9559-119251435018429="` echo /root/.ansible/tmp/ansible-tmp-1726773110.93786-9559-119251435018429 `" ) && sleep 0' 6591 1726773110.94216: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773110.94229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.94251: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.94266: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.94316: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773110.94332: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773110.94393: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.96633: stdout chunk (state=3): >>>ansible-tmp-1726773110.93786-9559-119251435018429=/root/.ansible/tmp/ansible-tmp-1726773110.93786-9559-119251435018429 <<< 6591 1726773110.96767: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773110.96811: stderr chunk (state=3): >>><<< 6591 1726773110.96814: stdout chunk (state=3): >>><<< 6591 1726773110.96830: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773110.93786-9559-119251435018429=/root/.ansible/tmp/ansible-tmp-1726773110.93786-9559-119251435018429 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773110.97097: variable 'ansible_module_compression' from source: unknown 6591 1726773110.97142: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773110.97166: variable 'ansible_facts' from source: unknown 6591 1726773110.97228: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773110.93786-9559-119251435018429/AnsiballZ_stat.py 6591 1726773110.97316: Sending initial data 6591 1726773110.97325: Sent initial data (149 bytes) 6591 1726773110.97959: 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 <<< 6591 1726773110.97962: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773110.97997: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.98001: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration <<< 6591 1726773110.98005: 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 <<< 6591 1726773110.98007: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773110.98059: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773110.98062: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773110.98128: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773110.99818: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773110.99876: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773110.99935: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpdgmb96gh /root/.ansible/tmp/ansible-tmp-1726773110.93786-9559-119251435018429/AnsiballZ_stat.py <<< 6591 1726773110.99988: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773111.00855: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773111.00941: stderr chunk (state=3): >>><<< 6591 1726773111.00944: stdout chunk (state=3): >>><<< 6591 1726773111.00958: done transferring module to remote 6591 1726773111.00966: _low_level_execute_command(): starting 6591 1726773111.00971: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773110.93786-9559-119251435018429/ /root/.ansible/tmp/ansible-tmp-1726773110.93786-9559-119251435018429/AnsiballZ_stat.py && sleep 0' 6591 1726773111.01381: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773111.01384: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773111.01415: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.01419: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773111.01421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.01465: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773111.01474: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773111.01550: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773111.03252: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773111.03294: stderr chunk (state=3): >>><<< 6591 1726773111.03297: stdout chunk (state=3): >>><<< 6591 1726773111.03311: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773111.03314: _low_level_execute_command(): starting 6591 1726773111.03318: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773110.93786-9559-119251435018429/AnsiballZ_stat.py && sleep 0' 6591 1726773111.03718: 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 <<< 6591 1726773111.03730: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773111.03745: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773111.03757: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773111.03766: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.03813: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773111.03830: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773111.03899: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773111.18370: 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": 102760579, "dev": 51713, "nlink": 1, "atime": 1726773110.815726, "mtime": 1726773104.9244823, "ctime": 1726773104.9244823, "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": "256433983", "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}}} <<< 6591 1726773111.19615: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773111.19665: stderr chunk (state=3): >>><<< 6591 1726773111.19668: stdout chunk (state=3): >>><<< 6591 1726773111.19685: _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": 102760579, "dev": 51713, "nlink": 1, "atime": 1726773110.815726, "mtime": 1726773104.9244823, "ctime": 1726773104.9244823, "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": "256433983", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773111.19730: 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-1726773110.93786-9559-119251435018429/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773111.19763: variable 'ansible_module_compression' from source: unknown 6591 1726773111.19797: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6591 1726773111.19815: variable 'ansible_facts' from source: unknown 6591 1726773111.19859: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773110.93786-9559-119251435018429/AnsiballZ_file.py 6591 1726773111.19954: Sending initial data 6591 1726773111.19964: Sent initial data (149 bytes) 6591 1726773111.20616: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773111.20620: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773111.20657: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.20660: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773111.20662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773111.20664: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.20708: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773111.20721: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773111.20788: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773111.22563: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773111.22621: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773111.22684: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpjv0sjbvl /root/.ansible/tmp/ansible-tmp-1726773110.93786-9559-119251435018429/AnsiballZ_file.py <<< 6591 1726773111.22740: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773111.23617: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773111.23698: stderr chunk (state=3): >>><<< 6591 1726773111.23701: stdout chunk (state=3): >>><<< 6591 1726773111.23717: done transferring module to remote 6591 1726773111.23724: _low_level_execute_command(): starting 6591 1726773111.23729: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773110.93786-9559-119251435018429/ /root/.ansible/tmp/ansible-tmp-1726773110.93786-9559-119251435018429/AnsiballZ_file.py && sleep 0' 6591 1726773111.24135: 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 <<< 6591 1726773111.24141: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773111.24168: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.24182: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.24229: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773111.24241: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773111.24314: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773111.26039: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773111.26084: stderr chunk (state=3): >>><<< 6591 1726773111.26087: stdout chunk (state=3): >>><<< 6591 1726773111.26099: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773111.26102: _low_level_execute_command(): starting 6591 1726773111.26109: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773110.93786-9559-119251435018429/AnsiballZ_file.py && sleep 0' 6591 1726773111.26502: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773111.26510: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773111.26540: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.26552: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.26599: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773111.26613: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773111.26687: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773111.40810: stdout chunk (state=3): >>> {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": "._fx_ylbp", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773111.41891: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773111.41941: stderr chunk (state=3): >>><<< 6591 1726773111.41945: stdout chunk (state=3): >>><<< 6591 1726773111.41960: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": "._fx_ylbp", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773111.41988: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '._fx_ylbp', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773110.93786-9559-119251435018429/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773111.41997: _low_level_execute_command(): starting 6591 1726773111.42002: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773110.93786-9559-119251435018429/ > /dev/null 2>&1 && sleep 0' 6591 1726773111.42442: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773111.42446: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773111.42480: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.42483: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773111.42485: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.42538: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773111.42541: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773111.42616: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773111.44402: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773111.44449: stderr chunk (state=3): >>><<< 6591 1726773111.44453: stdout chunk (state=3): >>><<< 6591 1726773111.44464: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773111.44470: handler run complete 6591 1726773111.44494: attempt loop complete, returning result 6591 1726773111.44497: _execute() done 6591 1726773111.44500: dumping result to json 6591 1726773111.44506: done dumping result, returning 6591 1726773111.44514: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [1239c35c-e2e1-152b-fb99-00000000061c] 6591 1726773111.44521: sending task result for task 1239c35c-e2e1-152b-fb99-00000000061c 6591 1726773111.44620: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000061c 6591 1726773111.44624: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/active_profile", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "state": "file", "uid": 0 } 6591 1726773111.44719: no more pending results, returning what we have 6591 1726773111.44722: results queue empty 6591 1726773111.44723: checking for any_errors_fatal 6591 1726773111.44729: done checking for any_errors_fatal 6591 1726773111.44729: checking for max_fail_percentage 6591 1726773111.44731: done checking for max_fail_percentage 6591 1726773111.44732: checking to see if all hosts have failed and the running result is not ok 6591 1726773111.44733: done checking to see if all hosts have failed 6591 1726773111.44733: getting the remaining hosts for this loop 6591 1726773111.44735: done getting the remaining hosts for this loop 6591 1726773111.44738: getting the next task for host managed_node2 6591 1726773111.44744: done getting next task for host managed_node2 6591 1726773111.44748: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6591 1726773111.44751: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773111.44761: getting variables 6591 1726773111.44762: in VariableManager get_vars() 6591 1726773111.44793: Calling all_inventory to load vars for managed_node2 6591 1726773111.44796: Calling groups_inventory to load vars for managed_node2 6591 1726773111.44798: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773111.44808: Calling all_plugins_play to load vars for managed_node2 6591 1726773111.44810: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773111.44812: Calling groups_plugins_play to load vars for managed_node2 6591 1726773111.44918: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773111.45210: done with get_vars() 6591 1726773111.45217: done getting variables 6591 1726773111.45259: 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:51 -0400 (0:00:00.553) 0:01:28.923 **** 6591 1726773111.45280: entering _queue_task() for managed_node2/copy 6591 1726773111.45449: worker is 1 (out of 1 available) 6591 1726773111.45461: exiting _queue_task() for managed_node2/copy 6591 1726773111.45471: done queuing things up, now waiting for results queue to drain 6591 1726773111.45472: waiting for pending results... 6591 1726773111.45653: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6591 1726773111.45731: in run() - task 1239c35c-e2e1-152b-fb99-00000000061d 6591 1726773111.45744: variable 'ansible_search_path' from source: unknown 6591 1726773111.45747: variable 'ansible_search_path' from source: unknown 6591 1726773111.45776: calling self._execute() 6591 1726773111.45845: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773111.45848: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773111.45858: variable 'omit' from source: magic vars 6591 1726773111.45935: variable 'omit' from source: magic vars 6591 1726773111.45969: variable 'omit' from source: magic vars 6591 1726773111.45992: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6591 1726773111.46214: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6591 1726773111.46273: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773111.46301: variable 'omit' from source: magic vars 6591 1726773111.46335: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773111.46363: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773111.46377: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773111.46393: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773111.46402: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773111.46426: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773111.46429: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773111.46432: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773111.46501: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773111.46507: Set connection var ansible_connection to ssh 6591 1726773111.46514: Set connection var ansible_timeout to 10 6591 1726773111.46519: Set connection var ansible_pipelining to False 6591 1726773111.46524: Set connection var ansible_shell_executable to /bin/sh 6591 1726773111.46526: Set connection var ansible_shell_type to sh 6591 1726773111.46541: variable 'ansible_shell_executable' from source: unknown 6591 1726773111.46544: variable 'ansible_connection' from source: unknown 6591 1726773111.46547: variable 'ansible_module_compression' from source: unknown 6591 1726773111.46550: variable 'ansible_shell_type' from source: unknown 6591 1726773111.46552: variable 'ansible_shell_executable' from source: unknown 6591 1726773111.46554: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773111.46558: variable 'ansible_pipelining' from source: unknown 6591 1726773111.46561: variable 'ansible_timeout' from source: unknown 6591 1726773111.46563: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773111.46662: 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) 6591 1726773111.46672: variable 'omit' from source: magic vars 6591 1726773111.46675: starting attempt loop 6591 1726773111.46678: running the handler 6591 1726773111.46690: _low_level_execute_command(): starting 6591 1726773111.46697: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773111.47173: 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 <<< 6591 1726773111.47187: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773111.47212: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.47226: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.47275: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773111.47288: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773111.47361: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773111.48944: stdout chunk (state=3): >>>/root <<< 6591 1726773111.49040: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773111.49086: stderr chunk (state=3): >>><<< 6591 1726773111.49089: stdout chunk (state=3): >>><<< 6591 1726773111.49108: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773111.49119: _low_level_execute_command(): starting 6591 1726773111.49125: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773111.4910736-9571-69597509085706 `" && echo ansible-tmp-1726773111.4910736-9571-69597509085706="` echo /root/.ansible/tmp/ansible-tmp-1726773111.4910736-9571-69597509085706 `" ) && sleep 0' 6591 1726773111.49527: 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 <<< 6591 1726773111.49540: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773111.49554: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773111.49574: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.49625: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773111.49639: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773111.49702: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773111.51747: stdout chunk (state=3): >>>ansible-tmp-1726773111.4910736-9571-69597509085706=/root/.ansible/tmp/ansible-tmp-1726773111.4910736-9571-69597509085706 <<< 6591 1726773111.51856: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773111.51896: stderr chunk (state=3): >>><<< 6591 1726773111.51899: stdout chunk (state=3): >>><<< 6591 1726773111.51914: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773111.4910736-9571-69597509085706=/root/.ansible/tmp/ansible-tmp-1726773111.4910736-9571-69597509085706 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773111.51980: variable 'ansible_module_compression' from source: unknown 6591 1726773111.52021: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773111.52050: variable 'ansible_facts' from source: unknown 6591 1726773111.52113: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773111.4910736-9571-69597509085706/AnsiballZ_stat.py 6591 1726773111.52199: Sending initial data 6591 1726773111.52213: Sent initial data (150 bytes) 6591 1726773111.52824: 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 <<< 6591 1726773111.52827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773111.52861: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773111.52865: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773111.52868: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773111.52870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.52919: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773111.52922: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773111.52989: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773111.54671: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773111.54731: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773111.54793: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmps978zxno /root/.ansible/tmp/ansible-tmp-1726773111.4910736-9571-69597509085706/AnsiballZ_stat.py <<< 6591 1726773111.54849: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773111.55694: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773111.55775: stderr chunk (state=3): >>><<< 6591 1726773111.55778: stdout chunk (state=3): >>><<< 6591 1726773111.55794: done transferring module to remote 6591 1726773111.55802: _low_level_execute_command(): starting 6591 1726773111.55808: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773111.4910736-9571-69597509085706/ /root/.ansible/tmp/ansible-tmp-1726773111.4910736-9571-69597509085706/AnsiballZ_stat.py && sleep 0' 6591 1726773111.56205: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773111.56208: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773111.56226: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.56238: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.56287: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773111.56304: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773111.56364: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773111.58041: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773111.58084: stderr chunk (state=3): >>><<< 6591 1726773111.58087: stdout chunk (state=3): >>><<< 6591 1726773111.58096: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773111.58099: _low_level_execute_command(): starting 6591 1726773111.58106: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773111.4910736-9571-69597509085706/AnsiballZ_stat.py && sleep 0' 6591 1726773111.58494: 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 <<< 6591 1726773111.58509: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773111.58527: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.58538: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.58588: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773111.58607: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773111.58667: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773111.73341: 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": 109052162, "dev": 51713, "nlink": 1, "atime": 1726773103.0914905, "mtime": 1726773104.9244823, "ctime": 1726773104.9244823, "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": "1495207885", "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}}} <<< 6591 1726773111.74533: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773111.74589: stderr chunk (state=3): >>><<< 6591 1726773111.74591: stdout chunk (state=3): >>><<< 6591 1726773111.74608: _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": 109052162, "dev": 51713, "nlink": 1, "atime": 1726773103.0914905, "mtime": 1726773104.9244823, "ctime": 1726773104.9244823, "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": "1495207885", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773111.74652: 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-1726773111.4910736-9571-69597509085706/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773111.74685: variable 'ansible_module_compression' from source: unknown 6591 1726773111.74721: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6591 1726773111.74736: variable 'ansible_facts' from source: unknown 6591 1726773111.74783: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773111.4910736-9571-69597509085706/AnsiballZ_file.py 6591 1726773111.74876: Sending initial data 6591 1726773111.74891: Sent initial data (150 bytes) 6591 1726773111.75536: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773111.75539: 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 <<< 6591 1726773111.75576: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.75579: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773111.75582: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.75631: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773111.75644: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773111.75715: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773111.77461: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773111.77522: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773111.77580: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp_j8nhfmw /root/.ansible/tmp/ansible-tmp-1726773111.4910736-9571-69597509085706/AnsiballZ_file.py <<< 6591 1726773111.77639: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773111.78513: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773111.78595: stderr chunk (state=3): >>><<< 6591 1726773111.78598: stdout chunk (state=3): >>><<< 6591 1726773111.78613: done transferring module to remote 6591 1726773111.78620: _low_level_execute_command(): starting 6591 1726773111.78625: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773111.4910736-9571-69597509085706/ /root/.ansible/tmp/ansible-tmp-1726773111.4910736-9571-69597509085706/AnsiballZ_file.py && sleep 0' 6591 1726773111.79030: 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 <<< 6591 1726773111.79043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773111.79059: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773111.79074: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.79125: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773111.79141: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773111.79201: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773111.80894: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773111.80934: stderr chunk (state=3): >>><<< 6591 1726773111.80938: stdout chunk (state=3): >>><<< 6591 1726773111.80949: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773111.80952: _low_level_execute_command(): starting 6591 1726773111.80957: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773111.4910736-9571-69597509085706/AnsiballZ_file.py && sleep 0' 6591 1726773111.81351: 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 <<< 6591 1726773111.81363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773111.81382: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773111.81394: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.81442: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773111.81454: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773111.81527: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773111.95728: stdout chunk (state=3): >>> {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".tt32f6g0", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773111.96796: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773111.96847: stderr chunk (state=3): >>><<< 6591 1726773111.96850: stdout chunk (state=3): >>><<< 6591 1726773111.96867: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".tt32f6g0", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773111.96894: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.tt32f6g0', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773111.4910736-9571-69597509085706/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773111.96904: _low_level_execute_command(): starting 6591 1726773111.96908: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773111.4910736-9571-69597509085706/ > /dev/null 2>&1 && sleep 0' 6591 1726773111.97338: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773111.97351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773111.97369: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773111.97381: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773111.97391: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773111.97439: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773111.97451: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773111.97515: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773111.99311: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773111.99352: stderr chunk (state=3): >>><<< 6591 1726773111.99355: stdout chunk (state=3): >>><<< 6591 1726773111.99368: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773111.99374: handler run complete 6591 1726773111.99396: attempt loop complete, returning result 6591 1726773111.99399: _execute() done 6591 1726773111.99401: dumping result to json 6591 1726773111.99408: done dumping result, returning 6591 1726773111.99417: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [1239c35c-e2e1-152b-fb99-00000000061d] 6591 1726773111.99422: sending task result for task 1239c35c-e2e1-152b-fb99-00000000061d 6591 1726773111.99526: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000061d 6591 1726773111.99529: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/profile_mode", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "state": "file", "uid": 0 } 6591 1726773111.99644: no more pending results, returning what we have 6591 1726773111.99647: results queue empty 6591 1726773111.99648: checking for any_errors_fatal 6591 1726773111.99654: done checking for any_errors_fatal 6591 1726773111.99655: checking for max_fail_percentage 6591 1726773111.99657: done checking for max_fail_percentage 6591 1726773111.99657: checking to see if all hosts have failed and the running result is not ok 6591 1726773111.99658: done checking to see if all hosts have failed 6591 1726773111.99659: getting the remaining hosts for this loop 6591 1726773111.99660: done getting the remaining hosts for this loop 6591 1726773111.99668: getting the next task for host managed_node2 6591 1726773111.99673: done getting next task for host managed_node2 6591 1726773111.99676: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 6591 1726773111.99681: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773111.99690: getting variables 6591 1726773111.99691: in VariableManager get_vars() 6591 1726773111.99719: Calling all_inventory to load vars for managed_node2 6591 1726773111.99721: Calling groups_inventory to load vars for managed_node2 6591 1726773111.99722: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773111.99729: Calling all_plugins_play to load vars for managed_node2 6591 1726773111.99731: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773111.99732: Calling groups_plugins_play to load vars for managed_node2 6591 1726773111.99840: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773111.99967: done with get_vars() 6591 1726773111.99975: 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:51 -0400 (0:00:00.547) 0:01:29.471 **** 6591 1726773112.00038: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773112.00216: worker is 1 (out of 1 available) 6591 1726773112.00229: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773112.00240: done queuing things up, now waiting for results queue to drain 6591 1726773112.00242: waiting for pending results... 6591 1726773112.00408: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config 6591 1726773112.00484: in run() - task 1239c35c-e2e1-152b-fb99-00000000061e 6591 1726773112.00495: variable 'ansible_search_path' from source: unknown 6591 1726773112.00498: variable 'ansible_search_path' from source: unknown 6591 1726773112.00528: calling self._execute() 6591 1726773112.00594: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773112.00598: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773112.00609: variable 'omit' from source: magic vars 6591 1726773112.00684: variable 'omit' from source: magic vars 6591 1726773112.00720: variable 'omit' from source: magic vars 6591 1726773112.00742: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773112.00960: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773112.01019: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773112.01083: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773112.01087: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773112.01176: variable 'omit' from source: magic vars 6591 1726773112.01209: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773112.01235: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773112.01250: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773112.01263: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773112.01273: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773112.01297: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773112.01300: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773112.01302: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773112.01371: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773112.01374: Set connection var ansible_connection to ssh 6591 1726773112.01382: Set connection var ansible_timeout to 10 6591 1726773112.01387: Set connection var ansible_pipelining to False 6591 1726773112.01392: Set connection var ansible_shell_executable to /bin/sh 6591 1726773112.01395: Set connection var ansible_shell_type to sh 6591 1726773112.01412: variable 'ansible_shell_executable' from source: unknown 6591 1726773112.01414: variable 'ansible_connection' from source: unknown 6591 1726773112.01417: variable 'ansible_module_compression' from source: unknown 6591 1726773112.01419: variable 'ansible_shell_type' from source: unknown 6591 1726773112.01421: variable 'ansible_shell_executable' from source: unknown 6591 1726773112.01424: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773112.01428: variable 'ansible_pipelining' from source: unknown 6591 1726773112.01430: variable 'ansible_timeout' from source: unknown 6591 1726773112.01434: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773112.01564: 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) 6591 1726773112.01572: variable 'omit' from source: magic vars 6591 1726773112.01576: starting attempt loop 6591 1726773112.01582: running the handler 6591 1726773112.01591: _low_level_execute_command(): starting 6591 1726773112.01598: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773112.02077: 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 <<< 6591 1726773112.02084: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.02111: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.02115: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773112.02118: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.02168: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773112.02173: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.02246: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.03799: stdout chunk (state=3): >>>/root <<< 6591 1726773112.03904: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773112.03948: stderr chunk (state=3): >>><<< 6591 1726773112.03951: stdout chunk (state=3): >>><<< 6591 1726773112.03969: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773112.03982: _low_level_execute_command(): starting 6591 1726773112.03985: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773112.039685-9586-77893886235572 `" && echo ansible-tmp-1726773112.039685-9586-77893886235572="` echo /root/.ansible/tmp/ansible-tmp-1726773112.039685-9586-77893886235572 `" ) && sleep 0' 6591 1726773112.04389: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773112.04402: 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 <<< 6591 1726773112.04424: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.04436: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.04487: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773112.04505: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.04563: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.06681: stdout chunk (state=3): >>>ansible-tmp-1726773112.039685-9586-77893886235572=/root/.ansible/tmp/ansible-tmp-1726773112.039685-9586-77893886235572 <<< 6591 1726773112.06790: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773112.06835: stderr chunk (state=3): >>><<< 6591 1726773112.06838: stdout chunk (state=3): >>><<< 6591 1726773112.06852: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773112.039685-9586-77893886235572=/root/.ansible/tmp/ansible-tmp-1726773112.039685-9586-77893886235572 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773112.06886: variable 'ansible_module_compression' from source: unknown 6591 1726773112.06916: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6591 1726773112.06943: variable 'ansible_facts' from source: unknown 6591 1726773112.07000: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773112.039685-9586-77893886235572/AnsiballZ_kernel_settings_get_config.py 6591 1726773112.07092: Sending initial data 6591 1726773112.07102: Sent initial data (171 bytes) 6591 1726773112.07735: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773112.07738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.07769: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.07773: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773112.07776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.07832: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773112.07839: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.07899: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.09568: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773112.09627: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773112.09687: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpj_eecyk9 /root/.ansible/tmp/ansible-tmp-1726773112.039685-9586-77893886235572/AnsiballZ_kernel_settings_get_config.py <<< 6591 1726773112.09745: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773112.10565: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773112.10649: stderr chunk (state=3): >>><<< 6591 1726773112.10652: stdout chunk (state=3): >>><<< 6591 1726773112.10667: done transferring module to remote 6591 1726773112.10675: _low_level_execute_command(): starting 6591 1726773112.10679: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773112.039685-9586-77893886235572/ /root/.ansible/tmp/ansible-tmp-1726773112.039685-9586-77893886235572/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773112.11086: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773112.11089: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.11106: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.11119: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773112.11129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.11172: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773112.11196: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.11251: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.12925: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773112.12964: stderr chunk (state=3): >>><<< 6591 1726773112.12969: stdout chunk (state=3): >>><<< 6591 1726773112.12982: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773112.12985: _low_level_execute_command(): starting 6591 1726773112.12987: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773112.039685-9586-77893886235572/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773112.13376: 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 <<< 6591 1726773112.13388: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.13411: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773112.13424: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.13471: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773112.13490: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.13551: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.27156: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} <<< 6591 1726773112.28160: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773112.28214: stderr chunk (state=3): >>><<< 6591 1726773112.28217: stdout chunk (state=3): >>><<< 6591 1726773112.28233: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773112.28258: 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-1726773112.039685-9586-77893886235572/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773112.28267: _low_level_execute_command(): starting 6591 1726773112.28271: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773112.039685-9586-77893886235572/ > /dev/null 2>&1 && sleep 0' 6591 1726773112.28709: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773112.28723: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.28739: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773112.28752: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773112.28761: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.28812: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773112.28829: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.28889: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.30672: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773112.30717: stderr chunk (state=3): >>><<< 6591 1726773112.30721: stdout chunk (state=3): >>><<< 6591 1726773112.30732: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773112.30737: handler run complete 6591 1726773112.30755: attempt loop complete, returning result 6591 1726773112.30757: _execute() done 6591 1726773112.30760: dumping result to json 6591 1726773112.30762: done dumping result, returning 6591 1726773112.30771: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config [1239c35c-e2e1-152b-fb99-00000000061e] 6591 1726773112.30779: sending task result for task 1239c35c-e2e1-152b-fb99-00000000061e 6591 1726773112.30873: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000061e 6591 1726773112.30876: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "sysctl": { "fs.epoll.max_user_watches": "785592", "vm.max_map_count": "65530" }, "sysfs": { "/sys/class/net/lo/mtu": "65000", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0" } } } 6591 1726773112.30985: no more pending results, returning what we have 6591 1726773112.30988: results queue empty 6591 1726773112.30989: checking for any_errors_fatal 6591 1726773112.30995: done checking for any_errors_fatal 6591 1726773112.30996: checking for max_fail_percentage 6591 1726773112.30998: done checking for max_fail_percentage 6591 1726773112.30998: checking to see if all hosts have failed and the running result is not ok 6591 1726773112.30999: done checking to see if all hosts have failed 6591 1726773112.31000: getting the remaining hosts for this loop 6591 1726773112.31001: done getting the remaining hosts for this loop 6591 1726773112.31007: getting the next task for host managed_node2 6591 1726773112.31013: done getting next task for host managed_node2 6591 1726773112.31016: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6591 1726773112.31019: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773112.31029: getting variables 6591 1726773112.31030: in VariableManager get_vars() 6591 1726773112.31058: Calling all_inventory to load vars for managed_node2 6591 1726773112.31060: Calling groups_inventory to load vars for managed_node2 6591 1726773112.31061: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773112.31068: Calling all_plugins_play to load vars for managed_node2 6591 1726773112.31070: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773112.31072: Calling groups_plugins_play to load vars for managed_node2 6591 1726773112.31229: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773112.31349: done with get_vars() 6591 1726773112.31356: done getting variables 6591 1726773112.31400: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:11:52 -0400 (0:00:00.313) 0:01:29.784 **** 6591 1726773112.31424: entering _queue_task() for managed_node2/template 6591 1726773112.31597: worker is 1 (out of 1 available) 6591 1726773112.31611: exiting _queue_task() for managed_node2/template 6591 1726773112.31622: done queuing things up, now waiting for results queue to drain 6591 1726773112.31624: waiting for pending results... 6591 1726773112.31794: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6591 1726773112.31870: in run() - task 1239c35c-e2e1-152b-fb99-00000000061f 6591 1726773112.31883: variable 'ansible_search_path' from source: unknown 6591 1726773112.31887: variable 'ansible_search_path' from source: unknown 6591 1726773112.31916: calling self._execute() 6591 1726773112.31981: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773112.31985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773112.31993: variable 'omit' from source: magic vars 6591 1726773112.32068: variable 'omit' from source: magic vars 6591 1726773112.32105: variable 'omit' from source: magic vars 6591 1726773112.32337: variable '__kernel_settings_profile_src' from source: role '' all vars 6591 1726773112.32345: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773112.32401: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773112.32421: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773112.32466: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773112.32518: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773112.32582: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773112.32586: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773112.32611: variable 'omit' from source: magic vars 6591 1726773112.32642: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773112.32667: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773112.32683: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773112.32695: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773112.32706: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773112.32730: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773112.32733: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773112.32737: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773112.32805: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773112.32808: Set connection var ansible_connection to ssh 6591 1726773112.32817: Set connection var ansible_timeout to 10 6591 1726773112.32823: Set connection var ansible_pipelining to False 6591 1726773112.32829: Set connection var ansible_shell_executable to /bin/sh 6591 1726773112.32831: Set connection var ansible_shell_type to sh 6591 1726773112.32847: variable 'ansible_shell_executable' from source: unknown 6591 1726773112.32850: variable 'ansible_connection' from source: unknown 6591 1726773112.32852: variable 'ansible_module_compression' from source: unknown 6591 1726773112.32854: variable 'ansible_shell_type' from source: unknown 6591 1726773112.32857: variable 'ansible_shell_executable' from source: unknown 6591 1726773112.32859: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773112.32863: variable 'ansible_pipelining' from source: unknown 6591 1726773112.32865: variable 'ansible_timeout' from source: unknown 6591 1726773112.32869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773112.32970: 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) 6591 1726773112.32982: variable 'omit' from source: magic vars 6591 1726773112.32985: starting attempt loop 6591 1726773112.32987: running the handler 6591 1726773112.32996: _low_level_execute_command(): starting 6591 1726773112.33003: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773112.33488: 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 <<< 6591 1726773112.33505: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.33518: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.33530: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.33584: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773112.33597: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.33666: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.35270: stdout chunk (state=3): >>>/root <<< 6591 1726773112.35374: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773112.35421: stderr chunk (state=3): >>><<< 6591 1726773112.35425: stdout chunk (state=3): >>><<< 6591 1726773112.35442: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773112.35453: _low_level_execute_command(): starting 6591 1726773112.35457: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985 `" && echo ansible-tmp-1726773112.3544197-9594-152877736170985="` echo /root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985 `" ) && sleep 0' 6591 1726773112.35863: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773112.35875: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.35895: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773112.35911: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.35963: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773112.35968: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.36044: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.38156: stdout chunk (state=3): >>>ansible-tmp-1726773112.3544197-9594-152877736170985=/root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985 <<< 6591 1726773112.38270: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773112.38314: stderr chunk (state=3): >>><<< 6591 1726773112.38318: stdout chunk (state=3): >>><<< 6591 1726773112.38330: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773112.3544197-9594-152877736170985=/root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773112.38343: 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 6591 1726773112.38360: 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 6591 1726773112.38377: variable 'ansible_search_path' from source: unknown 6591 1726773112.38908: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773112.40330: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773112.40372: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773112.40400: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773112.40428: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773112.40455: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773112.40633: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773112.40652: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773112.40668: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773112.40698: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773112.40710: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773112.40928: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773112.40944: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773112.40960: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773112.40988: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773112.40998: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773112.41232: variable 'ansible_managed' from source: unknown 6591 1726773112.41236: variable '__sections' from source: task vars 6591 1726773112.41320: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773112.41337: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773112.41354: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773112.41378: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773112.41392: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773112.41463: variable 'kernel_settings_sysctl' from source: include params 6591 1726773112.41469: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773112.41475: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773112.41517: variable '__sysctl_old' from source: task vars 6591 1726773112.41560: variable '__sysctl_old' from source: task vars 6591 1726773112.41698: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773112.41701: variable 'kernel_settings_sysctl' from source: include params 6591 1726773112.41709: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773112.41713: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773112.41717: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773112.41856: variable 'kernel_settings_sysfs' from source: include params 6591 1726773112.41860: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773112.41865: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773112.41888: variable '__sysfs_old' from source: task vars 6591 1726773112.41931: variable '__sysfs_old' from source: task vars 6591 1726773112.42066: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773112.42069: variable 'kernel_settings_sysfs' from source: include params 6591 1726773112.42074: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773112.42079: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773112.42086: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773112.42123: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6591 1726773112.42129: variable '__systemd_old' from source: task vars 6591 1726773112.42171: variable '__systemd_old' from source: task vars 6591 1726773112.42300: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773112.42309: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6591 1726773112.42313: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773112.42316: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773112.42329: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 6591 1726773112.42332: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6591 1726773112.42336: variable '__trans_huge_old' from source: task vars 6591 1726773112.42380: variable '__trans_huge_old' from source: task vars 6591 1726773112.42509: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773112.42513: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 6591 1726773112.42515: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773112.42521: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773112.42533: variable '__trans_defrag_old' from source: task vars 6591 1726773112.42576: variable '__trans_defrag_old' from source: task vars 6591 1726773112.42706: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773112.42710: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6591 1726773112.42712: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773112.42717: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773112.42732: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773112.42747: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773112.42760: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773112.42767: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773112.42772: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773112.42789: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773112.42795: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773112.42804: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773112.42812: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773112.42819: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773112.42824: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773112.42830: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773112.42835: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773112.43243: 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) 6591 1726773112.43298: variable 'ansible_module_compression' from source: unknown 6591 1726773112.43339: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773112.43355: variable 'ansible_facts' from source: unknown 6591 1726773112.43418: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/AnsiballZ_stat.py 6591 1726773112.43511: Sending initial data 6591 1726773112.43520: Sent initial data (151 bytes) 6591 1726773112.44182: 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 <<< 6591 1726773112.44186: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.44223: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.44227: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773112.44229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.44284: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773112.44287: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.44356: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.46131: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773112.46195: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773112.46257: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp7w75an4o /root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/AnsiballZ_stat.py <<< 6591 1726773112.46312: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773112.47173: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773112.47266: stderr chunk (state=3): >>><<< 6591 1726773112.47270: stdout chunk (state=3): >>><<< 6591 1726773112.47287: done transferring module to remote 6591 1726773112.47296: _low_level_execute_command(): starting 6591 1726773112.47302: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/ /root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/AnsiballZ_stat.py && sleep 0' 6591 1726773112.47719: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773112.47731: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.47753: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.47764: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.47812: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773112.47825: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.47893: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.49648: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773112.49694: stderr chunk (state=3): >>><<< 6591 1726773112.49697: stdout chunk (state=3): >>><<< 6591 1726773112.49711: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773112.49714: _low_level_execute_command(): starting 6591 1726773112.49719: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/AnsiballZ_stat.py && sleep 0' 6591 1726773112.50128: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773112.50141: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.50158: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773112.50171: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773112.50181: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.50228: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773112.50240: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.50312: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.64737: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 351, "inode": 130023619, "dev": 51713, "nlink": 1, "atime": 1726773104.9158158, "mtime": 1726773058.9839182, "ctime": 1726773104.4348178, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "mimetype": "text/plain", "charset": "us-ascii", "version": "3702382454", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6591 1726773112.65897: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773112.65956: stderr chunk (state=3): >>><<< 6591 1726773112.65959: stdout chunk (state=3): >>><<< 6591 1726773112.65975: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 351, "inode": 130023619, "dev": 51713, "nlink": 1, "atime": 1726773104.9158158, "mtime": 1726773058.9839182, "ctime": 1726773104.4348178, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "221aa34fef95c2fe05408be9921820449785a5b2", "mimetype": "text/plain", "charset": "us-ascii", "version": "3702382454", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773112.66020: 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-1726773112.3544197-9594-152877736170985/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773112.66113: Sending initial data 6591 1726773112.66122: Sent initial data (165 bytes) 6591 1726773112.66785: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773112.66789: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.66826: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.66829: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773112.66831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.66888: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773112.66895: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.66954: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.68711: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773112.68767: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773112.68826: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp_tn2kmnc/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/.source.conf <<< 6591 1726773112.68891: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773112.69152: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773112.69240: stderr chunk (state=3): >>><<< 6591 1726773112.69244: stdout chunk (state=3): >>><<< 6591 1726773112.69257: _low_level_execute_command(): starting 6591 1726773112.69262: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/ /root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/.source.conf && sleep 0' 6591 1726773112.69674: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773112.69690: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.69707: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773112.69720: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.69729: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.69771: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773112.69790: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.69850: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.71551: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773112.71615: stderr chunk (state=3): >>><<< 6591 1726773112.71618: stdout chunk (state=3): >>><<< 6591 1726773112.71880: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773112.71885: variable 'ansible_module_compression' from source: unknown 6591 1726773112.71887: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6591 1726773112.71889: variable 'ansible_facts' from source: unknown 6591 1726773112.71892: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/AnsiballZ_copy.py 6591 1726773112.71952: Sending initial data 6591 1726773112.71955: Sent initial data (151 bytes) 6591 1726773112.72640: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773112.72644: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.72676: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.72682: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773112.72687: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.72740: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773112.72747: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.72809: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.74505: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773112.74562: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773112.74625: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpzfl72bv9 /root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/AnsiballZ_copy.py <<< 6591 1726773112.74683: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773112.75545: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773112.75628: stderr chunk (state=3): >>><<< 6591 1726773112.75631: stdout chunk (state=3): >>><<< 6591 1726773112.75645: done transferring module to remote 6591 1726773112.75652: _low_level_execute_command(): starting 6591 1726773112.75656: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/ /root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/AnsiballZ_copy.py && sleep 0' 6591 1726773112.76054: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773112.76066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.76087: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773112.76098: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.76144: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773112.76165: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.76225: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.77925: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773112.77970: stderr chunk (state=3): >>><<< 6591 1726773112.77975: stdout chunk (state=3): >>><<< 6591 1726773112.77989: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773112.77992: _low_level_execute_command(): starting 6591 1726773112.77996: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/AnsiballZ_copy.py && sleep 0' 6591 1726773112.78408: 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 <<< 6591 1726773112.78423: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.78434: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773112.78446: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773112.78455: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.78501: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773112.78518: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.78588: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.92619: stdout chunk (state=3): >>> {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/.source.conf", "md5sum": "1fd7f2202613b516022cf613601e26bd", "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/.source.conf", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773112.93581: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773112.93637: stderr chunk (state=3): >>><<< 6591 1726773112.93640: stdout chunk (state=3): >>><<< 6591 1726773112.93658: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/.source.conf", "md5sum": "1fd7f2202613b516022cf613601e26bd", "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/.source.conf", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773112.93684: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/.source.conf', 'dest': '/etc/tuned/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': '3107bf46f5c007ef178305bb243dd11664f9bf35', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773112.93712: _low_level_execute_command(): starting 6591 1726773112.93716: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/ > /dev/null 2>&1 && sleep 0' 6591 1726773112.94167: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773112.94180: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773112.94202: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773112.94216: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773112.94226: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773112.94267: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773112.94279: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773112.94351: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773112.96129: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773112.96173: stderr chunk (state=3): >>><<< 6591 1726773112.96176: stdout chunk (state=3): >>><<< 6591 1726773112.96189: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773112.96198: handler run complete 6591 1726773112.96220: attempt loop complete, returning result 6591 1726773112.96223: _execute() done 6591 1726773112.96229: dumping result to json 6591 1726773112.96234: done dumping result, returning 6591 1726773112.96243: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [1239c35c-e2e1-152b-fb99-00000000061f] 6591 1726773112.96248: sending task result for task 1239c35c-e2e1-152b-fb99-00000000061f 6591 1726773112.96385: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000061f 6591 1726773112.96388: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "dest": "/etc/tuned/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "1fd7f2202613b516022cf613601e26bd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 372, "src": "/root/.ansible/tmp/ansible-tmp-1726773112.3544197-9594-152877736170985/.source.conf", "state": "file", "uid": 0 } 6591 1726773112.96480: no more pending results, returning what we have 6591 1726773112.96484: results queue empty 6591 1726773112.96485: checking for any_errors_fatal 6591 1726773112.96490: done checking for any_errors_fatal 6591 1726773112.96494: checking for max_fail_percentage 6591 1726773112.96496: done checking for max_fail_percentage 6591 1726773112.96497: checking to see if all hosts have failed and the running result is not ok 6591 1726773112.96498: done checking to see if all hosts have failed 6591 1726773112.96498: getting the remaining hosts for this loop 6591 1726773112.96500: done getting the remaining hosts for this loop 6591 1726773112.96505: getting the next task for host managed_node2 6591 1726773112.96510: done getting next task for host managed_node2 6591 1726773112.96513: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6591 1726773112.96516: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773112.96525: getting variables 6591 1726773112.96527: in VariableManager get_vars() 6591 1726773112.96558: Calling all_inventory to load vars for managed_node2 6591 1726773112.96561: Calling groups_inventory to load vars for managed_node2 6591 1726773112.96562: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773112.96569: Calling all_plugins_play to load vars for managed_node2 6591 1726773112.96571: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773112.96573: Calling groups_plugins_play to load vars for managed_node2 6591 1726773112.96684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773112.96821: done with get_vars() 6591 1726773112.96829: done getting variables 6591 1726773112.96870: 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:52 -0400 (0:00:00.654) 0:01:30.439 **** 6591 1726773112.96895: entering _queue_task() for managed_node2/service 6591 1726773112.97074: worker is 1 (out of 1 available) 6591 1726773112.97089: exiting _queue_task() for managed_node2/service 6591 1726773112.97099: done queuing things up, now waiting for results queue to drain 6591 1726773112.97101: waiting for pending results... 6591 1726773112.97270: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6591 1726773112.97344: in run() - task 1239c35c-e2e1-152b-fb99-000000000620 6591 1726773112.97357: variable 'ansible_search_path' from source: unknown 6591 1726773112.97360: variable 'ansible_search_path' from source: unknown 6591 1726773112.97397: variable '__kernel_settings_services' from source: include_vars 6591 1726773112.97639: variable '__kernel_settings_services' from source: include_vars 6591 1726773112.97766: variable 'omit' from source: magic vars 6591 1726773112.97834: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773112.97841: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773112.97849: variable 'omit' from source: magic vars 6591 1726773112.98022: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773112.98185: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773112.98219: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773112.98243: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773112.98268: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773112.98345: variable '__kernel_settings_register_profile' from source: set_fact 6591 1726773112.98354: variable '__kernel_settings_register_mode' from source: set_fact 6591 1726773112.98369: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 6591 1726773112.98373: when evaluation is False, skipping this task 6591 1726773112.98395: variable 'item' from source: unknown 6591 1726773112.98444: variable 'item' from source: unknown skipping: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed", "item": "tuned", "skip_reason": "Conditional result was False" } 6591 1726773112.98599: dumping result to json 6591 1726773112.98602: done dumping result, returning 6591 1726773112.98606: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [1239c35c-e2e1-152b-fb99-000000000620] 6591 1726773112.98608: sending task result for task 1239c35c-e2e1-152b-fb99-000000000620 6591 1726773112.98647: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000620 6591 1726773112.98649: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 6591 1726773112.98676: no more pending results, returning what we have 6591 1726773112.98681: results queue empty 6591 1726773112.98682: checking for any_errors_fatal 6591 1726773112.98691: done checking for any_errors_fatal 6591 1726773112.98691: checking for max_fail_percentage 6591 1726773112.98692: done checking for max_fail_percentage 6591 1726773112.98693: checking to see if all hosts have failed and the running result is not ok 6591 1726773112.98693: done checking to see if all hosts have failed 6591 1726773112.98694: getting the remaining hosts for this loop 6591 1726773112.98695: done getting the remaining hosts for this loop 6591 1726773112.98697: getting the next task for host managed_node2 6591 1726773112.98701: done getting next task for host managed_node2 6591 1726773112.98705: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6591 1726773112.98707: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773112.98717: getting variables 6591 1726773112.98718: in VariableManager get_vars() 6591 1726773112.98740: Calling all_inventory to load vars for managed_node2 6591 1726773112.98743: Calling groups_inventory to load vars for managed_node2 6591 1726773112.98744: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773112.98751: Calling all_plugins_play to load vars for managed_node2 6591 1726773112.98752: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773112.98754: Calling groups_plugins_play to load vars for managed_node2 6591 1726773112.98857: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773112.98982: done with get_vars() 6591 1726773112.98989: done getting variables 6591 1726773112.99030: 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:52 -0400 (0:00:00.021) 0:01:30.461 **** 6591 1726773112.99050: entering _queue_task() for managed_node2/command 6591 1726773112.99220: worker is 1 (out of 1 available) 6591 1726773112.99233: exiting _queue_task() for managed_node2/command 6591 1726773112.99245: done queuing things up, now waiting for results queue to drain 6591 1726773112.99246: waiting for pending results... 6591 1726773112.99401: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6591 1726773112.99473: in run() - task 1239c35c-e2e1-152b-fb99-000000000621 6591 1726773112.99487: variable 'ansible_search_path' from source: unknown 6591 1726773112.99490: variable 'ansible_search_path' from source: unknown 6591 1726773112.99520: calling self._execute() 6591 1726773112.99583: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773112.99591: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773112.99600: variable 'omit' from source: magic vars 6591 1726773112.99932: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773113.00108: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773113.00233: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773113.00257: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773113.00283: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773113.00363: variable '__kernel_settings_register_profile' from source: set_fact 6591 1726773113.00384: Evaluated conditional (not __kernel_settings_register_profile is changed): True 6591 1726773113.00473: variable '__kernel_settings_register_mode' from source: set_fact 6591 1726773113.00484: Evaluated conditional (not __kernel_settings_register_mode is changed): True 6591 1726773113.00559: variable '__kernel_settings_register_apply' from source: set_fact 6591 1726773113.00566: Evaluated conditional (__kernel_settings_register_apply is changed): True 6591 1726773113.00575: variable 'omit' from source: magic vars 6591 1726773113.00606: variable 'omit' from source: magic vars 6591 1726773113.00684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773113.02032: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773113.02082: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773113.02106: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773113.02128: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773113.02148: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773113.02195: variable '__kernel_settings_active_profile' from source: set_fact 6591 1726773113.02220: variable 'omit' from source: magic vars 6591 1726773113.02240: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773113.02261: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773113.02274: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773113.02288: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773113.02297: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773113.02321: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773113.02325: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773113.02327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773113.02391: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773113.02394: Set connection var ansible_connection to ssh 6591 1726773113.02402: Set connection var ansible_timeout to 10 6591 1726773113.02408: Set connection var ansible_pipelining to False 6591 1726773113.02413: Set connection var ansible_shell_executable to /bin/sh 6591 1726773113.02417: Set connection var ansible_shell_type to sh 6591 1726773113.02432: variable 'ansible_shell_executable' from source: unknown 6591 1726773113.02435: variable 'ansible_connection' from source: unknown 6591 1726773113.02437: variable 'ansible_module_compression' from source: unknown 6591 1726773113.02439: variable 'ansible_shell_type' from source: unknown 6591 1726773113.02442: variable 'ansible_shell_executable' from source: unknown 6591 1726773113.02444: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773113.02447: variable 'ansible_pipelining' from source: unknown 6591 1726773113.02450: variable 'ansible_timeout' from source: unknown 6591 1726773113.02454: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773113.02527: 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) 6591 1726773113.02536: variable 'omit' from source: magic vars 6591 1726773113.02540: starting attempt loop 6591 1726773113.02542: running the handler 6591 1726773113.02553: _low_level_execute_command(): starting 6591 1726773113.02558: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773113.03047: 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 <<< 6591 1726773113.03062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773113.03079: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773113.03095: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773113.03108: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773113.03148: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773113.03159: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773113.03234: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773113.04813: stdout chunk (state=3): >>>/root <<< 6591 1726773113.04918: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773113.04964: stderr chunk (state=3): >>><<< 6591 1726773113.04967: stdout chunk (state=3): >>><<< 6591 1726773113.04987: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773113.04996: _low_level_execute_command(): starting 6591 1726773113.04999: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773113.0498552-9613-26137830609912 `" && echo ansible-tmp-1726773113.0498552-9613-26137830609912="` echo /root/.ansible/tmp/ansible-tmp-1726773113.0498552-9613-26137830609912 `" ) && sleep 0' 6591 1726773113.05416: 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 <<< 6591 1726773113.05428: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773113.05450: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773113.05462: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773113.05511: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773113.05523: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773113.05588: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773113.07711: stdout chunk (state=3): >>>ansible-tmp-1726773113.0498552-9613-26137830609912=/root/.ansible/tmp/ansible-tmp-1726773113.0498552-9613-26137830609912 <<< 6591 1726773113.07824: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773113.07864: stderr chunk (state=3): >>><<< 6591 1726773113.07868: stdout chunk (state=3): >>><<< 6591 1726773113.07880: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773113.0498552-9613-26137830609912=/root/.ansible/tmp/ansible-tmp-1726773113.0498552-9613-26137830609912 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773113.07907: variable 'ansible_module_compression' from source: unknown 6591 1726773113.07944: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773113.07967: variable 'ansible_facts' from source: unknown 6591 1726773113.08030: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773113.0498552-9613-26137830609912/AnsiballZ_command.py 6591 1726773113.08126: Sending initial data 6591 1726773113.08135: Sent initial data (153 bytes) 6591 1726773113.08761: 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 <<< 6591 1726773113.08766: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773113.08800: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773113.08805: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6591 1726773113.08808: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773113.08811: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773113.08858: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773113.08861: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773113.08928: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773113.10622: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773113.10681: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773113.10745: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmppyx31ybg /root/.ansible/tmp/ansible-tmp-1726773113.0498552-9613-26137830609912/AnsiballZ_command.py <<< 6591 1726773113.10804: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773113.11650: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773113.11732: stderr chunk (state=3): >>><<< 6591 1726773113.11735: stdout chunk (state=3): >>><<< 6591 1726773113.11749: done transferring module to remote 6591 1726773113.11757: _low_level_execute_command(): starting 6591 1726773113.11760: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773113.0498552-9613-26137830609912/ /root/.ansible/tmp/ansible-tmp-1726773113.0498552-9613-26137830609912/AnsiballZ_command.py && sleep 0' 6591 1726773113.12162: 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 <<< 6591 1726773113.12165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773113.12186: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773113.12201: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773113.12245: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773113.12257: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773113.12326: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773113.14015: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773113.14054: stderr chunk (state=3): >>><<< 6591 1726773113.14057: stdout chunk (state=3): >>><<< 6591 1726773113.14069: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773113.14071: _low_level_execute_command(): starting 6591 1726773113.14076: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773113.0498552-9613-26137830609912/AnsiballZ_command.py && sleep 0' 6591 1726773113.14468: 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 <<< 6591 1726773113.14481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773113.14498: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773113.14511: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773113.14521: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773113.14563: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773113.14582: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773113.14648: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773114.38533: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:11:53.279956", "end": "2024-09-19 15:11:54.383964", "delta": "0:00:01.104008", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6591 1726773114.39873: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773114.39930: stderr chunk (state=3): >>><<< 6591 1726773114.39934: stdout chunk (state=3): >>><<< 6591 1726773114.39953: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:11:53.279956", "end": "2024-09-19 15:11:54.383964", "delta": "0:00:01.104008", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773114.39980: done with _execute_module (ansible.legacy.command, {'_raw_params': "tuned-adm profile 'virtual-guest kernel_settings'", '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773113.0498552-9613-26137830609912/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773114.39989: _low_level_execute_command(): starting 6591 1726773114.39994: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773113.0498552-9613-26137830609912/ > /dev/null 2>&1 && sleep 0' 6591 1726773114.40453: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773114.40457: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773114.40494: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773114.40497: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773114.40500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773114.40555: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773114.40562: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773114.40564: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773114.40627: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773114.42440: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773114.42483: stderr chunk (state=3): >>><<< 6591 1726773114.42487: stdout chunk (state=3): >>><<< 6591 1726773114.42498: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773114.42506: handler run complete 6591 1726773114.42524: Evaluated conditional (True): True 6591 1726773114.42535: attempt loop complete, returning result 6591 1726773114.42538: _execute() done 6591 1726773114.42541: dumping result to json 6591 1726773114.42543: done dumping result, returning 6591 1726773114.42552: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [1239c35c-e2e1-152b-fb99-000000000621] 6591 1726773114.42557: sending task result for task 1239c35c-e2e1-152b-fb99-000000000621 6591 1726773114.42649: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000621 6591 1726773114.42652: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest kernel_settings" ], "delta": "0:00:01.104008", "end": "2024-09-19 15:11:54.383964", "rc": 0, "start": "2024-09-19 15:11:53.279956" } 6591 1726773114.42729: no more pending results, returning what we have 6591 1726773114.42732: results queue empty 6591 1726773114.42733: checking for any_errors_fatal 6591 1726773114.42741: done checking for any_errors_fatal 6591 1726773114.42742: checking for max_fail_percentage 6591 1726773114.42744: done checking for max_fail_percentage 6591 1726773114.42745: checking to see if all hosts have failed and the running result is not ok 6591 1726773114.42746: done checking to see if all hosts have failed 6591 1726773114.42746: getting the remaining hosts for this loop 6591 1726773114.42748: done getting the remaining hosts for this loop 6591 1726773114.42751: getting the next task for host managed_node2 6591 1726773114.42758: done getting next task for host managed_node2 6591 1726773114.42761: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6591 1726773114.42764: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773114.42775: getting variables 6591 1726773114.42777: in VariableManager get_vars() 6591 1726773114.42815: Calling all_inventory to load vars for managed_node2 6591 1726773114.42818: Calling groups_inventory to load vars for managed_node2 6591 1726773114.42820: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773114.42829: Calling all_plugins_play to load vars for managed_node2 6591 1726773114.42832: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773114.42834: Calling groups_plugins_play to load vars for managed_node2 6591 1726773114.42957: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773114.43145: done with get_vars() 6591 1726773114.43153: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:11:54 -0400 (0:00:01.441) 0:01:31.902 **** 6591 1726773114.43221: entering _queue_task() for managed_node2/include_tasks 6591 1726773114.43399: worker is 1 (out of 1 available) 6591 1726773114.43413: exiting _queue_task() for managed_node2/include_tasks 6591 1726773114.43425: done queuing things up, now waiting for results queue to drain 6591 1726773114.43427: waiting for pending results... 6591 1726773114.43602: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6591 1726773114.43686: in run() - task 1239c35c-e2e1-152b-fb99-000000000622 6591 1726773114.43698: variable 'ansible_search_path' from source: unknown 6591 1726773114.43701: variable 'ansible_search_path' from source: unknown 6591 1726773114.43732: calling self._execute() 6591 1726773114.43795: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.43799: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.43808: variable 'omit' from source: magic vars 6591 1726773114.44134: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773114.44307: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773114.44343: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773114.44370: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773114.44400: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773114.44484: variable '__kernel_settings_register_apply' from source: set_fact 6591 1726773114.44502: Evaluated conditional (__kernel_settings_register_apply is changed): True 6591 1726773114.44509: _execute() done 6591 1726773114.44513: dumping result to json 6591 1726773114.44517: done dumping result, returning 6591 1726773114.44524: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [1239c35c-e2e1-152b-fb99-000000000622] 6591 1726773114.44529: sending task result for task 1239c35c-e2e1-152b-fb99-000000000622 6591 1726773114.44615: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000622 6591 1726773114.44618: WORKER PROCESS EXITING 6591 1726773114.44662: no more pending results, returning what we have 6591 1726773114.44666: in VariableManager get_vars() 6591 1726773114.44706: Calling all_inventory to load vars for managed_node2 6591 1726773114.44709: Calling groups_inventory to load vars for managed_node2 6591 1726773114.44711: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773114.44719: Calling all_plugins_play to load vars for managed_node2 6591 1726773114.44722: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773114.44725: Calling groups_plugins_play to load vars for managed_node2 6591 1726773114.44832: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773114.44952: done with get_vars() 6591 1726773114.44957: variable 'ansible_search_path' from source: unknown 6591 1726773114.44958: variable 'ansible_search_path' from source: unknown 6591 1726773114.44980: we have included files to process 6591 1726773114.44981: generating all_blocks data 6591 1726773114.44986: done generating all_blocks data 6591 1726773114.44990: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6591 1726773114.44991: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6591 1726773114.44992: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6591 1726773114.45242: done processing included file 6591 1726773114.45244: iterating over new_blocks loaded from include file 6591 1726773114.45245: in VariableManager get_vars() 6591 1726773114.45259: done with get_vars() 6591 1726773114.45260: filtering new block on tags 6591 1726773114.45294: done filtering new block on tags 6591 1726773114.45295: 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_node2 6591 1726773114.45299: extending task lists for all hosts with included blocks 6591 1726773114.45666: done extending task lists 6591 1726773114.45667: done processing included files 6591 1726773114.45668: results queue empty 6591 1726773114.45668: checking for any_errors_fatal 6591 1726773114.45671: done checking for any_errors_fatal 6591 1726773114.45671: checking for max_fail_percentage 6591 1726773114.45672: done checking for max_fail_percentage 6591 1726773114.45672: checking to see if all hosts have failed and the running result is not ok 6591 1726773114.45673: done checking to see if all hosts have failed 6591 1726773114.45673: getting the remaining hosts for this loop 6591 1726773114.45674: done getting the remaining hosts for this loop 6591 1726773114.45676: getting the next task for host managed_node2 6591 1726773114.45681: done getting next task for host managed_node2 6591 1726773114.45682: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6591 1726773114.45685: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773114.45691: getting variables 6591 1726773114.45691: in VariableManager get_vars() 6591 1726773114.45700: Calling all_inventory to load vars for managed_node2 6591 1726773114.45701: Calling groups_inventory to load vars for managed_node2 6591 1726773114.45702: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773114.45707: Calling all_plugins_play to load vars for managed_node2 6591 1726773114.45709: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773114.45710: Calling groups_plugins_play to load vars for managed_node2 6591 1726773114.45785: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773114.45895: done with get_vars() 6591 1726773114.45901: done getting variables 6591 1726773114.45927: 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:54 -0400 (0:00:00.027) 0:01:31.930 **** 6591 1726773114.45949: entering _queue_task() for managed_node2/command 6591 1726773114.46112: worker is 1 (out of 1 available) 6591 1726773114.46124: exiting _queue_task() for managed_node2/command 6591 1726773114.46136: done queuing things up, now waiting for results queue to drain 6591 1726773114.46137: waiting for pending results... 6591 1726773114.46295: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6591 1726773114.46370: in run() - task 1239c35c-e2e1-152b-fb99-0000000007f9 6591 1726773114.46381: variable 'ansible_search_path' from source: unknown 6591 1726773114.46389: variable 'ansible_search_path' from source: unknown 6591 1726773114.46418: calling self._execute() 6591 1726773114.46479: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.46483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.46490: variable 'omit' from source: magic vars 6591 1726773114.46565: variable 'omit' from source: magic vars 6591 1726773114.46608: variable 'omit' from source: magic vars 6591 1726773114.46631: variable 'omit' from source: magic vars 6591 1726773114.46665: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773114.46692: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773114.46708: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773114.46722: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773114.46731: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773114.46754: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773114.46757: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.46761: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.46831: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773114.46834: Set connection var ansible_connection to ssh 6591 1726773114.46841: Set connection var ansible_timeout to 10 6591 1726773114.46846: Set connection var ansible_pipelining to False 6591 1726773114.46851: Set connection var ansible_shell_executable to /bin/sh 6591 1726773114.46855: Set connection var ansible_shell_type to sh 6591 1726773114.46870: variable 'ansible_shell_executable' from source: unknown 6591 1726773114.46873: variable 'ansible_connection' from source: unknown 6591 1726773114.46875: variable 'ansible_module_compression' from source: unknown 6591 1726773114.46880: variable 'ansible_shell_type' from source: unknown 6591 1726773114.46883: variable 'ansible_shell_executable' from source: unknown 6591 1726773114.46886: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.46888: variable 'ansible_pipelining' from source: unknown 6591 1726773114.46890: variable 'ansible_timeout' from source: unknown 6591 1726773114.46892: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.46986: 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) 6591 1726773114.46995: variable 'omit' from source: magic vars 6591 1726773114.46999: starting attempt loop 6591 1726773114.47002: running the handler 6591 1726773114.47016: _low_level_execute_command(): starting 6591 1726773114.47022: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773114.47509: 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 <<< 6591 1726773114.47524: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773114.47540: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773114.47557: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773114.47602: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773114.47618: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773114.47688: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773114.49301: stdout chunk (state=3): >>>/root <<< 6591 1726773114.49408: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773114.49452: stderr chunk (state=3): >>><<< 6591 1726773114.49455: stdout chunk (state=3): >>><<< 6591 1726773114.49475: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773114.49487: _low_level_execute_command(): starting 6591 1726773114.49490: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773114.4947321-9625-141672508671906 `" && echo ansible-tmp-1726773114.4947321-9625-141672508671906="` echo /root/.ansible/tmp/ansible-tmp-1726773114.4947321-9625-141672508671906 `" ) && sleep 0' 6591 1726773114.49912: 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 <<< 6591 1726773114.49926: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773114.49940: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773114.49954: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773114.49974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773114.50016: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773114.50032: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773114.50092: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773114.52291: stdout chunk (state=3): >>>ansible-tmp-1726773114.4947321-9625-141672508671906=/root/.ansible/tmp/ansible-tmp-1726773114.4947321-9625-141672508671906 <<< 6591 1726773114.52406: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773114.52446: stderr chunk (state=3): >>><<< 6591 1726773114.52449: stdout chunk (state=3): >>><<< 6591 1726773114.52462: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773114.4947321-9625-141672508671906=/root/.ansible/tmp/ansible-tmp-1726773114.4947321-9625-141672508671906 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773114.52487: variable 'ansible_module_compression' from source: unknown 6591 1726773114.52529: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773114.52557: variable 'ansible_facts' from source: unknown 6591 1726773114.52620: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773114.4947321-9625-141672508671906/AnsiballZ_command.py 6591 1726773114.52716: Sending initial data 6591 1726773114.52725: Sent initial data (154 bytes) 6591 1726773114.53352: 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 <<< 6591 1726773114.53356: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773114.53391: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773114.53394: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773114.53397: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773114.53447: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773114.53451: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773114.53518: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773114.55204: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773114.55263: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773114.55324: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpeee72y8t /root/.ansible/tmp/ansible-tmp-1726773114.4947321-9625-141672508671906/AnsiballZ_command.py <<< 6591 1726773114.55380: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773114.56220: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773114.56310: stderr chunk (state=3): >>><<< 6591 1726773114.56313: stdout chunk (state=3): >>><<< 6591 1726773114.56329: done transferring module to remote 6591 1726773114.56338: _low_level_execute_command(): starting 6591 1726773114.56343: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773114.4947321-9625-141672508671906/ /root/.ansible/tmp/ansible-tmp-1726773114.4947321-9625-141672508671906/AnsiballZ_command.py && sleep 0' 6591 1726773114.56757: 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 <<< 6591 1726773114.56770: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773114.56787: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773114.56805: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773114.56817: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773114.56857: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773114.56869: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773114.56932: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773114.58634: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773114.58673: stderr chunk (state=3): >>><<< 6591 1726773114.58677: stdout chunk (state=3): >>><<< 6591 1726773114.58691: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773114.58698: _low_level_execute_command(): starting 6591 1726773114.58700: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773114.4947321-9625-141672508671906/AnsiballZ_command.py && sleep 0' 6591 1726773114.59099: 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 <<< 6591 1726773114.59113: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773114.59129: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773114.59143: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773114.59153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773114.59195: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773114.59210: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773114.59282: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773114.82223: 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:54.728012", "end": "2024-09-19 15:11:54.820956", "delta": "0:00:00.092944", "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}}} <<< 6591 1726773114.83581: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773114.83636: stderr chunk (state=3): >>><<< 6591 1726773114.83639: stdout chunk (state=3): >>><<< 6591 1726773114.83657: _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:54.728012", "end": "2024-09-19 15:11:54.820956", "delta": "0:00:00.092944", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773114.83699: 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-1726773114.4947321-9625-141672508671906/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773114.83706: _low_level_execute_command(): starting 6591 1726773114.83711: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773114.4947321-9625-141672508671906/ > /dev/null 2>&1 && sleep 0' 6591 1726773114.84149: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773114.84153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773114.84190: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773114.84193: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773114.84196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773114.84240: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773114.84254: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773114.84322: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773114.86107: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773114.86150: stderr chunk (state=3): >>><<< 6591 1726773114.86153: stdout chunk (state=3): >>><<< 6591 1726773114.86166: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773114.86173: handler run complete 6591 1726773114.86192: Evaluated conditional (False): False 6591 1726773114.86201: attempt loop complete, returning result 6591 1726773114.86205: _execute() done 6591 1726773114.86208: dumping result to json 6591 1726773114.86213: done dumping result, returning 6591 1726773114.86222: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [1239c35c-e2e1-152b-fb99-0000000007f9] 6591 1726773114.86227: sending task result for task 1239c35c-e2e1-152b-fb99-0000000007f9 6591 1726773114.86331: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000007f9 6591 1726773114.86334: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.092944", "end": "2024-09-19 15:11:54.820956", "rc": 0, "start": "2024-09-19 15:11:54.728012" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 6591 1726773114.86423: no more pending results, returning what we have 6591 1726773114.86426: results queue empty 6591 1726773114.86427: checking for any_errors_fatal 6591 1726773114.86429: done checking for any_errors_fatal 6591 1726773114.86429: checking for max_fail_percentage 6591 1726773114.86431: done checking for max_fail_percentage 6591 1726773114.86431: checking to see if all hosts have failed and the running result is not ok 6591 1726773114.86432: done checking to see if all hosts have failed 6591 1726773114.86433: getting the remaining hosts for this loop 6591 1726773114.86434: done getting the remaining hosts for this loop 6591 1726773114.86437: getting the next task for host managed_node2 6591 1726773114.86444: done getting next task for host managed_node2 6591 1726773114.86447: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6591 1726773114.86451: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773114.86460: getting variables 6591 1726773114.86461: in VariableManager get_vars() 6591 1726773114.86494: Calling all_inventory to load vars for managed_node2 6591 1726773114.86496: Calling groups_inventory to load vars for managed_node2 6591 1726773114.86498: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773114.86507: Calling all_plugins_play to load vars for managed_node2 6591 1726773114.86509: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773114.86511: Calling groups_plugins_play to load vars for managed_node2 6591 1726773114.86621: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773114.86774: done with get_vars() 6591 1726773114.86784: done getting variables 6591 1726773114.86827: 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 [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:54 -0400 (0:00:00.409) 0:01:32.339 **** 6591 1726773114.86852: entering _queue_task() for managed_node2/shell 6591 1726773114.87027: worker is 1 (out of 1 available) 6591 1726773114.87039: exiting _queue_task() for managed_node2/shell 6591 1726773114.87049: done queuing things up, now waiting for results queue to drain 6591 1726773114.87050: waiting for pending results... 6591 1726773114.87224: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6591 1726773114.87309: in run() - task 1239c35c-e2e1-152b-fb99-0000000007fa 6591 1726773114.87321: variable 'ansible_search_path' from source: unknown 6591 1726773114.87325: variable 'ansible_search_path' from source: unknown 6591 1726773114.87351: calling self._execute() 6591 1726773114.87418: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.87422: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.87431: variable 'omit' from source: magic vars 6591 1726773114.87749: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773114.87924: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773114.87957: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773114.87983: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773114.88008: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773114.88087: variable '__kernel_settings_register_verify_values' from source: set_fact 6591 1726773114.88108: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6591 1726773114.88111: when evaluation is False, skipping this task 6591 1726773114.88114: _execute() done 6591 1726773114.88116: dumping result to json 6591 1726773114.88119: done dumping result, returning 6591 1726773114.88125: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [1239c35c-e2e1-152b-fb99-0000000007fa] 6591 1726773114.88131: sending task result for task 1239c35c-e2e1-152b-fb99-0000000007fa 6591 1726773114.88216: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000007fa 6591 1726773114.88219: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6591 1726773114.88290: no more pending results, returning what we have 6591 1726773114.88293: results queue empty 6591 1726773114.88294: checking for any_errors_fatal 6591 1726773114.88301: done checking for any_errors_fatal 6591 1726773114.88301: checking for max_fail_percentage 6591 1726773114.88302: done checking for max_fail_percentage 6591 1726773114.88303: checking to see if all hosts have failed and the running result is not ok 6591 1726773114.88305: done checking to see if all hosts have failed 6591 1726773114.88305: getting the remaining hosts for this loop 6591 1726773114.88306: done getting the remaining hosts for this loop 6591 1726773114.88309: getting the next task for host managed_node2 6591 1726773114.88313: done getting next task for host managed_node2 6591 1726773114.88315: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6591 1726773114.88318: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773114.88329: getting variables 6591 1726773114.88330: in VariableManager get_vars() 6591 1726773114.88353: Calling all_inventory to load vars for managed_node2 6591 1726773114.88355: Calling groups_inventory to load vars for managed_node2 6591 1726773114.88357: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773114.88363: Calling all_plugins_play to load vars for managed_node2 6591 1726773114.88364: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773114.88366: Calling groups_plugins_play to load vars for managed_node2 6591 1726773114.88469: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773114.88594: done with get_vars() 6591 1726773114.88601: done getting variables 6591 1726773114.88641: 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:54 -0400 (0:00:00.018) 0:01:32.357 **** 6591 1726773114.88664: entering _queue_task() for managed_node2/fail 6591 1726773114.88835: worker is 1 (out of 1 available) 6591 1726773114.88849: exiting _queue_task() for managed_node2/fail 6591 1726773114.88861: done queuing things up, now waiting for results queue to drain 6591 1726773114.88862: waiting for pending results... 6591 1726773114.89012: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6591 1726773114.89093: in run() - task 1239c35c-e2e1-152b-fb99-0000000007fb 6591 1726773114.89107: variable 'ansible_search_path' from source: unknown 6591 1726773114.89111: variable 'ansible_search_path' from source: unknown 6591 1726773114.89138: calling self._execute() 6591 1726773114.89197: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.89204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.89216: variable 'omit' from source: magic vars 6591 1726773114.89530: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773114.89754: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773114.89787: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773114.89813: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773114.89840: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773114.89918: variable '__kernel_settings_register_verify_values' from source: set_fact 6591 1726773114.89936: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6591 1726773114.89939: when evaluation is False, skipping this task 6591 1726773114.89942: _execute() done 6591 1726773114.89945: dumping result to json 6591 1726773114.89947: done dumping result, returning 6591 1726773114.89955: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [1239c35c-e2e1-152b-fb99-0000000007fb] 6591 1726773114.89962: sending task result for task 1239c35c-e2e1-152b-fb99-0000000007fb 6591 1726773114.90050: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000007fb 6591 1726773114.90054: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6591 1726773114.90100: no more pending results, returning what we have 6591 1726773114.90105: results queue empty 6591 1726773114.90106: checking for any_errors_fatal 6591 1726773114.90109: done checking for any_errors_fatal 6591 1726773114.90110: checking for max_fail_percentage 6591 1726773114.90111: done checking for max_fail_percentage 6591 1726773114.90112: checking to see if all hosts have failed and the running result is not ok 6591 1726773114.90113: done checking to see if all hosts have failed 6591 1726773114.90113: getting the remaining hosts for this loop 6591 1726773114.90114: done getting the remaining hosts for this loop 6591 1726773114.90117: getting the next task for host managed_node2 6591 1726773114.90124: done getting next task for host managed_node2 6591 1726773114.90127: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6591 1726773114.90130: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773114.90145: getting variables 6591 1726773114.90147: in VariableManager get_vars() 6591 1726773114.90175: Calling all_inventory to load vars for managed_node2 6591 1726773114.90179: Calling groups_inventory to load vars for managed_node2 6591 1726773114.90181: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773114.90187: Calling all_plugins_play to load vars for managed_node2 6591 1726773114.90189: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773114.90191: Calling groups_plugins_play to load vars for managed_node2 6591 1726773114.90294: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773114.90446: done with get_vars() 6591 1726773114.90452: done getting variables 6591 1726773114.90491: 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:54 -0400 (0:00:00.018) 0:01:32.375 **** 6591 1726773114.90513: entering _queue_task() for managed_node2/set_fact 6591 1726773114.90669: worker is 1 (out of 1 available) 6591 1726773114.90683: exiting _queue_task() for managed_node2/set_fact 6591 1726773114.90696: done queuing things up, now waiting for results queue to drain 6591 1726773114.90698: waiting for pending results... 6591 1726773114.90847: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6591 1726773114.90916: in run() - task 1239c35c-e2e1-152b-fb99-000000000623 6591 1726773114.90926: variable 'ansible_search_path' from source: unknown 6591 1726773114.90930: variable 'ansible_search_path' from source: unknown 6591 1726773114.90955: calling self._execute() 6591 1726773114.91018: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.91021: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.91031: variable 'omit' from source: magic vars 6591 1726773114.91099: variable 'omit' from source: magic vars 6591 1726773114.91131: variable 'omit' from source: magic vars 6591 1726773114.91156: variable 'omit' from source: magic vars 6591 1726773114.91188: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773114.91214: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773114.91229: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773114.91243: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773114.91253: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773114.91274: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773114.91280: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.91283: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.91349: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773114.91353: Set connection var ansible_connection to ssh 6591 1726773114.91360: Set connection var ansible_timeout to 10 6591 1726773114.91365: Set connection var ansible_pipelining to False 6591 1726773114.91370: Set connection var ansible_shell_executable to /bin/sh 6591 1726773114.91373: Set connection var ansible_shell_type to sh 6591 1726773114.91389: variable 'ansible_shell_executable' from source: unknown 6591 1726773114.91392: variable 'ansible_connection' from source: unknown 6591 1726773114.91394: variable 'ansible_module_compression' from source: unknown 6591 1726773114.91396: variable 'ansible_shell_type' from source: unknown 6591 1726773114.91399: variable 'ansible_shell_executable' from source: unknown 6591 1726773114.91401: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.91407: variable 'ansible_pipelining' from source: unknown 6591 1726773114.91409: variable 'ansible_timeout' from source: unknown 6591 1726773114.91413: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.91509: 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) 6591 1726773114.91520: variable 'omit' from source: magic vars 6591 1726773114.91523: starting attempt loop 6591 1726773114.91526: running the handler 6591 1726773114.91535: handler run complete 6591 1726773114.91544: attempt loop complete, returning result 6591 1726773114.91547: _execute() done 6591 1726773114.91550: dumping result to json 6591 1726773114.91552: done dumping result, returning 6591 1726773114.91559: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [1239c35c-e2e1-152b-fb99-000000000623] 6591 1726773114.91564: sending task result for task 1239c35c-e2e1-152b-fb99-000000000623 6591 1726773114.91643: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000623 6591 1726773114.91647: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 6591 1726773114.91729: no more pending results, returning what we have 6591 1726773114.91731: results queue empty 6591 1726773114.91732: checking for any_errors_fatal 6591 1726773114.91737: done checking for any_errors_fatal 6591 1726773114.91737: checking for max_fail_percentage 6591 1726773114.91738: done checking for max_fail_percentage 6591 1726773114.91739: checking to see if all hosts have failed and the running result is not ok 6591 1726773114.91739: done checking to see if all hosts have failed 6591 1726773114.91740: getting the remaining hosts for this loop 6591 1726773114.91740: done getting the remaining hosts for this loop 6591 1726773114.91743: getting the next task for host managed_node2 6591 1726773114.91746: done getting next task for host managed_node2 6591 1726773114.91748: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6591 1726773114.91750: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773114.91756: getting variables 6591 1726773114.91757: in VariableManager get_vars() 6591 1726773114.91779: Calling all_inventory to load vars for managed_node2 6591 1726773114.91781: Calling groups_inventory to load vars for managed_node2 6591 1726773114.91782: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773114.91788: Calling all_plugins_play to load vars for managed_node2 6591 1726773114.91790: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773114.91791: Calling groups_plugins_play to load vars for managed_node2 6591 1726773114.91890: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773114.92008: done with get_vars() 6591 1726773114.92015: done getting variables 6591 1726773114.92051: 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:54 -0400 (0:00:00.015) 0:01:32.391 **** 6591 1726773114.92070: entering _queue_task() for managed_node2/set_fact 6591 1726773114.92218: worker is 1 (out of 1 available) 6591 1726773114.92230: exiting _queue_task() for managed_node2/set_fact 6591 1726773114.92241: done queuing things up, now waiting for results queue to drain 6591 1726773114.92242: waiting for pending results... 6591 1726773114.92394: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6591 1726773114.92460: in run() - task 1239c35c-e2e1-152b-fb99-000000000624 6591 1726773114.92470: variable 'ansible_search_path' from source: unknown 6591 1726773114.92474: variable 'ansible_search_path' from source: unknown 6591 1726773114.92502: calling self._execute() 6591 1726773114.92561: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.92565: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.92574: variable 'omit' from source: magic vars 6591 1726773114.92645: variable 'omit' from source: magic vars 6591 1726773114.92678: variable 'omit' from source: magic vars 6591 1726773114.92925: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773114.93131: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773114.93161: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773114.93188: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773114.93215: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773114.93308: variable '__kernel_settings_register_profile' from source: set_fact 6591 1726773114.93319: variable '__kernel_settings_register_mode' from source: set_fact 6591 1726773114.93326: variable '__kernel_settings_register_apply' from source: set_fact 6591 1726773114.93363: variable 'omit' from source: magic vars 6591 1726773114.93387: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773114.93409: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773114.93423: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773114.93435: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773114.93445: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773114.93466: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773114.93469: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.93471: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.93541: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773114.93544: Set connection var ansible_connection to ssh 6591 1726773114.93553: Set connection var ansible_timeout to 10 6591 1726773114.93558: Set connection var ansible_pipelining to False 6591 1726773114.93563: Set connection var ansible_shell_executable to /bin/sh 6591 1726773114.93565: Set connection var ansible_shell_type to sh 6591 1726773114.93580: variable 'ansible_shell_executable' from source: unknown 6591 1726773114.93585: variable 'ansible_connection' from source: unknown 6591 1726773114.93588: variable 'ansible_module_compression' from source: unknown 6591 1726773114.93590: variable 'ansible_shell_type' from source: unknown 6591 1726773114.93593: variable 'ansible_shell_executable' from source: unknown 6591 1726773114.93595: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.93599: variable 'ansible_pipelining' from source: unknown 6591 1726773114.93601: variable 'ansible_timeout' from source: unknown 6591 1726773114.93607: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.93679: 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) 6591 1726773114.93691: variable 'omit' from source: magic vars 6591 1726773114.93693: starting attempt loop 6591 1726773114.93696: running the handler 6591 1726773114.93706: handler run complete 6591 1726773114.93716: attempt loop complete, returning result 6591 1726773114.93719: _execute() done 6591 1726773114.93722: dumping result to json 6591 1726773114.93724: done dumping result, returning 6591 1726773114.93731: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [1239c35c-e2e1-152b-fb99-000000000624] 6591 1726773114.93736: sending task result for task 1239c35c-e2e1-152b-fb99-000000000624 6591 1726773114.93809: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000624 6591 1726773114.93813: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 6591 1726773114.93871: no more pending results, returning what we have 6591 1726773114.93873: results queue empty 6591 1726773114.93874: checking for any_errors_fatal 6591 1726773114.93878: done checking for any_errors_fatal 6591 1726773114.93879: checking for max_fail_percentage 6591 1726773114.93881: done checking for max_fail_percentage 6591 1726773114.93881: checking to see if all hosts have failed and the running result is not ok 6591 1726773114.93882: done checking to see if all hosts have failed 6591 1726773114.93883: getting the remaining hosts for this loop 6591 1726773114.93884: done getting the remaining hosts for this loop 6591 1726773114.93887: getting the next task for host managed_node2 6591 1726773114.93894: done getting next task for host managed_node2 6591 1726773114.93895: ^ task is: TASK: meta (role_complete) 6591 1726773114.93898: ^ state is: HOST STATE: block=2, task=36, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773114.93908: getting variables 6591 1726773114.93910: in VariableManager get_vars() 6591 1726773114.93934: Calling all_inventory to load vars for managed_node2 6591 1726773114.93936: Calling groups_inventory to load vars for managed_node2 6591 1726773114.93937: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773114.93944: Calling all_plugins_play to load vars for managed_node2 6591 1726773114.93946: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773114.93947: Calling groups_plugins_play to load vars for managed_node2 6591 1726773114.94046: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773114.94195: done with get_vars() 6591 1726773114.94201: done getting variables 6591 1726773114.94251: done queuing things up, now waiting for results queue to drain 6591 1726773114.94252: results queue empty 6591 1726773114.94253: checking for any_errors_fatal 6591 1726773114.94254: done checking for any_errors_fatal 6591 1726773114.94254: checking for max_fail_percentage 6591 1726773114.94255: done checking for max_fail_percentage 6591 1726773114.94258: checking to see if all hosts have failed and the running result is not ok 6591 1726773114.94259: done checking to see if all hosts have failed 6591 1726773114.94259: getting the remaining hosts for this loop 6591 1726773114.94260: done getting the remaining hosts for this loop 6591 1726773114.94262: getting the next task for host managed_node2 6591 1726773114.94264: done getting next task for host managed_node2 6591 1726773114.94265: ^ task is: TASK: meta (flush_handlers) 6591 1726773114.94266: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773114.94269: getting variables 6591 1726773114.94269: in VariableManager get_vars() 6591 1726773114.94276: Calling all_inventory to load vars for managed_node2 6591 1726773114.94277: Calling groups_inventory to load vars for managed_node2 6591 1726773114.94279: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773114.94282: Calling all_plugins_play to load vars for managed_node2 6591 1726773114.94284: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773114.94285: Calling groups_plugins_play to load vars for managed_node2 6591 1726773114.94361: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773114.94464: done with get_vars() 6591 1726773114.94470: done getting variables TASK [Force handlers] ********************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:159 Thursday 19 September 2024 15:11:54 -0400 (0:00:00.024) 0:01:32.415 **** 6591 1726773114.94512: in VariableManager get_vars() 6591 1726773114.94519: Calling all_inventory to load vars for managed_node2 6591 1726773114.94520: Calling groups_inventory to load vars for managed_node2 6591 1726773114.94521: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773114.94524: Calling all_plugins_play to load vars for managed_node2 6591 1726773114.94525: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773114.94527: Calling groups_plugins_play to load vars for managed_node2 6591 1726773114.94604: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773114.94708: done with get_vars() META: triggered running handlers for managed_node2 6591 1726773114.94717: done queuing things up, now waiting for results queue to drain 6591 1726773114.94718: results queue empty 6591 1726773114.94719: checking for any_errors_fatal 6591 1726773114.94720: done checking for any_errors_fatal 6591 1726773114.94720: checking for max_fail_percentage 6591 1726773114.94721: done checking for max_fail_percentage 6591 1726773114.94721: checking to see if all hosts have failed and the running result is not ok 6591 1726773114.94721: done checking to see if all hosts have failed 6591 1726773114.94722: getting the remaining hosts for this loop 6591 1726773114.94722: done getting the remaining hosts for this loop 6591 1726773114.94724: getting the next task for host managed_node2 6591 1726773114.94726: done getting next task for host managed_node2 6591 1726773114.94727: ^ task is: TASK: Ensure kernel_settings_reboot_required is not set or is false 6591 1726773114.94728: ^ state is: HOST STATE: block=2, task=38, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773114.94730: getting variables 6591 1726773114.94730: in VariableManager get_vars() 6591 1726773114.94736: Calling all_inventory to load vars for managed_node2 6591 1726773114.94737: Calling groups_inventory to load vars for managed_node2 6591 1726773114.94739: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773114.94743: Calling all_plugins_play to load vars for managed_node2 6591 1726773114.94744: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773114.94746: Calling groups_plugins_play to load vars for managed_node2 6591 1726773114.94840: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773114.94942: done with get_vars() 6591 1726773114.94947: done getting variables 6591 1726773114.94971: 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=True) TASK [Ensure kernel_settings_reboot_required is not set or is false] *********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:162 Thursday 19 September 2024 15:11:54 -0400 (0:00:00.004) 0:01:32.420 **** 6591 1726773114.94984: entering _queue_task() for managed_node2/assert 6591 1726773114.95133: worker is 1 (out of 1 available) 6591 1726773114.95145: exiting _queue_task() for managed_node2/assert 6591 1726773114.95156: done queuing things up, now waiting for results queue to drain 6591 1726773114.95158: waiting for pending results... 6591 1726773114.95310: running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false 6591 1726773114.95360: in run() - task 1239c35c-e2e1-152b-fb99-000000000021 6591 1726773114.95371: variable 'ansible_search_path' from source: unknown 6591 1726773114.95400: calling self._execute() 6591 1726773114.95462: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.95465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.95474: variable 'omit' from source: magic vars 6591 1726773114.95548: variable 'omit' from source: magic vars 6591 1726773114.95570: variable 'omit' from source: magic vars 6591 1726773114.95596: variable 'omit' from source: magic vars 6591 1726773114.95629: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773114.95652: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773114.95666: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773114.95679: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773114.95691: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773114.95713: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773114.95716: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.95719: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.95786: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773114.95789: Set connection var ansible_connection to ssh 6591 1726773114.95797: Set connection var ansible_timeout to 10 6591 1726773114.95802: Set connection var ansible_pipelining to False 6591 1726773114.95808: Set connection var ansible_shell_executable to /bin/sh 6591 1726773114.95810: Set connection var ansible_shell_type to sh 6591 1726773114.95827: variable 'ansible_shell_executable' from source: unknown 6591 1726773114.95830: variable 'ansible_connection' from source: unknown 6591 1726773114.95832: variable 'ansible_module_compression' from source: unknown 6591 1726773114.95835: variable 'ansible_shell_type' from source: unknown 6591 1726773114.95837: variable 'ansible_shell_executable' from source: unknown 6591 1726773114.95840: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.95844: variable 'ansible_pipelining' from source: unknown 6591 1726773114.95846: variable 'ansible_timeout' from source: unknown 6591 1726773114.95850: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.95947: 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) 6591 1726773114.95956: variable 'omit' from source: magic vars 6591 1726773114.95960: starting attempt loop 6591 1726773114.95963: running the handler 6591 1726773114.96197: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773114.97659: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773114.97702: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773114.97730: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773114.97755: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773114.97774: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773114.97824: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773114.97844: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773114.97861: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773114.97890: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773114.97901: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773114.97983: variable 'kernel_settings_reboot_required' from source: set_fact 6591 1726773114.97995: Evaluated conditional (not kernel_settings_reboot_required | d(false)): True 6591 1726773114.98001: handler run complete 6591 1726773114.98018: attempt loop complete, returning result 6591 1726773114.98021: _execute() done 6591 1726773114.98024: dumping result to json 6591 1726773114.98026: done dumping result, returning 6591 1726773114.98033: done running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false [1239c35c-e2e1-152b-fb99-000000000021] 6591 1726773114.98038: sending task result for task 1239c35c-e2e1-152b-fb99-000000000021 6591 1726773114.98115: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000021 6591 1726773114.98117: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6591 1726773114.98160: no more pending results, returning what we have 6591 1726773114.98163: results queue empty 6591 1726773114.98164: checking for any_errors_fatal 6591 1726773114.98166: done checking for any_errors_fatal 6591 1726773114.98167: checking for max_fail_percentage 6591 1726773114.98168: done checking for max_fail_percentage 6591 1726773114.98169: checking to see if all hosts have failed and the running result is not ok 6591 1726773114.98170: done checking to see if all hosts have failed 6591 1726773114.98170: getting the remaining hosts for this loop 6591 1726773114.98172: done getting the remaining hosts for this loop 6591 1726773114.98175: getting the next task for host managed_node2 6591 1726773114.98182: done getting next task for host managed_node2 6591 1726773114.98184: ^ task is: TASK: Ensure role reported changed 6591 1726773114.98186: ^ state is: HOST STATE: block=2, task=39, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773114.98189: getting variables 6591 1726773114.98190: in VariableManager get_vars() 6591 1726773114.98221: Calling all_inventory to load vars for managed_node2 6591 1726773114.98224: Calling groups_inventory to load vars for managed_node2 6591 1726773114.98226: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773114.98234: Calling all_plugins_play to load vars for managed_node2 6591 1726773114.98241: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773114.98243: Calling groups_plugins_play to load vars for managed_node2 6591 1726773114.98346: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773114.98461: done with get_vars() 6591 1726773114.98468: done getting variables 6591 1726773114.98508: 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=True) TASK [Ensure role reported changed] ******************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:166 Thursday 19 September 2024 15:11:54 -0400 (0:00:00.035) 0:01:32.455 **** 6591 1726773114.98526: entering _queue_task() for managed_node2/assert 6591 1726773114.98674: worker is 1 (out of 1 available) 6591 1726773114.98685: exiting _queue_task() for managed_node2/assert 6591 1726773114.98697: done queuing things up, now waiting for results queue to drain 6591 1726773114.98698: waiting for pending results... 6591 1726773114.98867: running TaskExecutor() for managed_node2/TASK: Ensure role reported changed 6591 1726773114.98925: in run() - task 1239c35c-e2e1-152b-fb99-000000000022 6591 1726773114.98936: variable 'ansible_search_path' from source: unknown 6591 1726773114.98965: calling self._execute() 6591 1726773114.99098: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.99105: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.99114: variable 'omit' from source: magic vars 6591 1726773114.99189: variable 'omit' from source: magic vars 6591 1726773114.99213: variable 'omit' from source: magic vars 6591 1726773114.99235: variable 'omit' from source: magic vars 6591 1726773114.99267: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773114.99295: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773114.99310: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773114.99323: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773114.99333: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773114.99355: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773114.99358: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.99360: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.99431: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773114.99434: Set connection var ansible_connection to ssh 6591 1726773114.99441: Set connection var ansible_timeout to 10 6591 1726773114.99446: Set connection var ansible_pipelining to False 6591 1726773114.99451: Set connection var ansible_shell_executable to /bin/sh 6591 1726773114.99453: Set connection var ansible_shell_type to sh 6591 1726773114.99470: variable 'ansible_shell_executable' from source: unknown 6591 1726773114.99473: variable 'ansible_connection' from source: unknown 6591 1726773114.99475: variable 'ansible_module_compression' from source: unknown 6591 1726773114.99478: variable 'ansible_shell_type' from source: unknown 6591 1726773114.99483: variable 'ansible_shell_executable' from source: unknown 6591 1726773114.99486: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773114.99490: variable 'ansible_pipelining' from source: unknown 6591 1726773114.99492: variable 'ansible_timeout' from source: unknown 6591 1726773114.99496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773114.99596: 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) 6591 1726773114.99606: variable 'omit' from source: magic vars 6591 1726773114.99609: starting attempt loop 6591 1726773114.99612: running the handler 6591 1726773114.99845: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773115.01331: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773115.01379: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773115.01410: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773115.01436: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773115.01456: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773115.01507: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773115.01528: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773115.01546: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773115.01573: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773115.01586: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773115.01660: variable '__kernel_settings_changed' from source: set_fact 6591 1726773115.01673: Evaluated conditional (__kernel_settings_changed | d(false)): True 6591 1726773115.01678: handler run complete 6591 1726773115.01698: attempt loop complete, returning result 6591 1726773115.01701: _execute() done 6591 1726773115.01705: dumping result to json 6591 1726773115.01708: done dumping result, returning 6591 1726773115.01715: done running TaskExecutor() for managed_node2/TASK: Ensure role reported changed [1239c35c-e2e1-152b-fb99-000000000022] 6591 1726773115.01719: sending task result for task 1239c35c-e2e1-152b-fb99-000000000022 6591 1726773115.01795: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000022 6591 1726773115.01797: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6591 1726773115.01878: no more pending results, returning what we have 6591 1726773115.01881: results queue empty 6591 1726773115.01882: checking for any_errors_fatal 6591 1726773115.01886: done checking for any_errors_fatal 6591 1726773115.01887: checking for max_fail_percentage 6591 1726773115.01889: done checking for max_fail_percentage 6591 1726773115.01889: checking to see if all hosts have failed and the running result is not ok 6591 1726773115.01890: done checking to see if all hosts have failed 6591 1726773115.01891: getting the remaining hosts for this loop 6591 1726773115.01892: done getting the remaining hosts for this loop 6591 1726773115.01895: getting the next task for host managed_node2 6591 1726773115.01899: done getting next task for host managed_node2 6591 1726773115.01901: ^ task is: TASK: Check sysctl 6591 1726773115.01905: ^ state is: HOST STATE: block=2, task=40, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773115.01908: getting variables 6591 1726773115.01910: in VariableManager get_vars() 6591 1726773115.01976: Calling all_inventory to load vars for managed_node2 6591 1726773115.01979: Calling groups_inventory to load vars for managed_node2 6591 1726773115.01981: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773115.01988: Calling all_plugins_play to load vars for managed_node2 6591 1726773115.01989: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773115.01995: Calling groups_plugins_play to load vars for managed_node2 6591 1726773115.02086: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773115.02197: done with get_vars() 6591 1726773115.02206: done getting variables 6591 1726773115.02243: 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 [Check sysctl] ************************************************************ task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:170 Thursday 19 September 2024 15:11:55 -0400 (0:00:00.037) 0:01:32.493 **** 6591 1726773115.02261: entering _queue_task() for managed_node2/shell 6591 1726773115.02423: worker is 1 (out of 1 available) 6591 1726773115.02436: exiting _queue_task() for managed_node2/shell 6591 1726773115.02447: done queuing things up, now waiting for results queue to drain 6591 1726773115.02448: waiting for pending results... 6591 1726773115.02614: running TaskExecutor() for managed_node2/TASK: Check sysctl 6591 1726773115.02664: in run() - task 1239c35c-e2e1-152b-fb99-000000000023 6591 1726773115.02676: variable 'ansible_search_path' from source: unknown 6591 1726773115.02709: calling self._execute() 6591 1726773115.02772: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.02777: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.02789: variable 'omit' from source: magic vars 6591 1726773115.02862: variable 'omit' from source: magic vars 6591 1726773115.02887: variable 'omit' from source: magic vars 6591 1726773115.02910: variable 'omit' from source: magic vars 6591 1726773115.02943: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773115.02968: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773115.02985: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773115.02999: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773115.03010: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773115.03033: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773115.03035: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.03038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.03111: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773115.03114: Set connection var ansible_connection to ssh 6591 1726773115.03122: Set connection var ansible_timeout to 10 6591 1726773115.03127: Set connection var ansible_pipelining to False 6591 1726773115.03132: Set connection var ansible_shell_executable to /bin/sh 6591 1726773115.03134: Set connection var ansible_shell_type to sh 6591 1726773115.03152: variable 'ansible_shell_executable' from source: unknown 6591 1726773115.03154: variable 'ansible_connection' from source: unknown 6591 1726773115.03157: variable 'ansible_module_compression' from source: unknown 6591 1726773115.03159: variable 'ansible_shell_type' from source: unknown 6591 1726773115.03161: variable 'ansible_shell_executable' from source: unknown 6591 1726773115.03164: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.03168: variable 'ansible_pipelining' from source: unknown 6591 1726773115.03170: variable 'ansible_timeout' from source: unknown 6591 1726773115.03174: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.03275: 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) 6591 1726773115.03286: variable 'omit' from source: magic vars 6591 1726773115.03290: starting attempt loop 6591 1726773115.03293: running the handler 6591 1726773115.03302: 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) 6591 1726773115.03318: _low_level_execute_command(): starting 6591 1726773115.03326: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773115.03838: 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 <<< 6591 1726773115.03854: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773115.03871: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773115.03890: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.03935: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773115.03948: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773115.04080: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773115.05694: stdout chunk (state=3): >>>/root <<< 6591 1726773115.05796: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773115.05847: stderr chunk (state=3): >>><<< 6591 1726773115.05850: stdout chunk (state=3): >>><<< 6591 1726773115.05869: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773115.05882: _low_level_execute_command(): starting 6591 1726773115.05886: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773115.0586836-9642-25008375381975 `" && echo ansible-tmp-1726773115.0586836-9642-25008375381975="` echo /root/.ansible/tmp/ansible-tmp-1726773115.0586836-9642-25008375381975 `" ) && sleep 0' 6591 1726773115.06318: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773115.06330: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773115.06354: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.06376: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.06419: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773115.06431: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773115.06497: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773115.08517: stdout chunk (state=3): >>>ansible-tmp-1726773115.0586836-9642-25008375381975=/root/.ansible/tmp/ansible-tmp-1726773115.0586836-9642-25008375381975 <<< 6591 1726773115.08627: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773115.08673: stderr chunk (state=3): >>><<< 6591 1726773115.08677: stdout chunk (state=3): >>><<< 6591 1726773115.08693: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773115.0586836-9642-25008375381975=/root/.ansible/tmp/ansible-tmp-1726773115.0586836-9642-25008375381975 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773115.08724: variable 'ansible_module_compression' from source: unknown 6591 1726773115.08767: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773115.08794: variable 'ansible_facts' from source: unknown 6591 1726773115.08857: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773115.0586836-9642-25008375381975/AnsiballZ_command.py 6591 1726773115.08959: Sending initial data 6591 1726773115.08969: Sent initial data (153 bytes) 6591 1726773115.09625: 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 <<< 6591 1726773115.09629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773115.09657: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.09661: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773115.09663: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.09722: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773115.09729: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773115.09731: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773115.09791: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773115.11466: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773115.11527: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773115.11589: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp7_ir0zwf /root/.ansible/tmp/ansible-tmp-1726773115.0586836-9642-25008375381975/AnsiballZ_command.py <<< 6591 1726773115.11648: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773115.12489: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773115.12583: stderr chunk (state=3): >>><<< 6591 1726773115.12587: stdout chunk (state=3): >>><<< 6591 1726773115.12604: done transferring module to remote 6591 1726773115.12614: _low_level_execute_command(): starting 6591 1726773115.12618: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773115.0586836-9642-25008375381975/ /root/.ansible/tmp/ansible-tmp-1726773115.0586836-9642-25008375381975/AnsiballZ_command.py && sleep 0' 6591 1726773115.13033: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773115.13046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773115.13064: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773115.13076: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773115.13090: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.13132: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773115.13144: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773115.13213: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773115.14908: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773115.14951: stderr chunk (state=3): >>><<< 6591 1726773115.14954: stdout chunk (state=3): >>><<< 6591 1726773115.14966: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773115.14969: _low_level_execute_command(): starting 6591 1726773115.14974: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773115.0586836-9642-25008375381975/AnsiballZ_command.py && sleep 0' 6591 1726773115.15379: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773115.15392: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773115.15414: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773115.15426: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.15476: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773115.15495: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773115.15558: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773115.29779: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001", "start": "2024-09-19 15:11:55.291482", "end": "2024-09-19 15:11:55.296555", "delta": "0:00:00.005073", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6591 1726773115.30945: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773115.31008: stderr chunk (state=3): >>><<< 6591 1726773115.31012: stdout chunk (state=3): >>><<< 6591 1726773115.31027: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001", "start": "2024-09-19 15:11:55.291482", "end": "2024-09-19 15:11:55.296555", "delta": "0:00:00.005073", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773115.31070: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773115.0586836-9642-25008375381975/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773115.31076: _low_level_execute_command(): starting 6591 1726773115.31081: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773115.0586836-9642-25008375381975/ > /dev/null 2>&1 && sleep 0' 6591 1726773115.31549: 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 <<< 6591 1726773115.31563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773115.31576: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773115.31593: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773115.31605: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.31650: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773115.31674: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773115.31729: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773115.33497: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773115.33547: stderr chunk (state=3): >>><<< 6591 1726773115.33550: stdout chunk (state=3): >>><<< 6591 1726773115.33564: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773115.33570: handler run complete 6591 1726773115.33591: Evaluated conditional (False): False 6591 1726773115.33599: attempt loop complete, returning result 6591 1726773115.33602: _execute() done 6591 1726773115.33606: dumping result to json 6591 1726773115.33614: done dumping result, returning 6591 1726773115.33622: done running TaskExecutor() for managed_node2/TASK: Check sysctl [1239c35c-e2e1-152b-fb99-000000000023] 6591 1726773115.33627: sending task result for task 1239c35c-e2e1-152b-fb99-000000000023 6591 1726773115.33726: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000023 6591 1726773115.33729: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -qx 400001", "delta": "0:00:00.005073", "end": "2024-09-19 15:11:55.296555", "rc": 0, "start": "2024-09-19 15:11:55.291482" } 6591 1726773115.33787: no more pending results, returning what we have 6591 1726773115.33790: results queue empty 6591 1726773115.33791: checking for any_errors_fatal 6591 1726773115.33798: done checking for any_errors_fatal 6591 1726773115.33799: checking for max_fail_percentage 6591 1726773115.33800: done checking for max_fail_percentage 6591 1726773115.33801: checking to see if all hosts have failed and the running result is not ok 6591 1726773115.33802: done checking to see if all hosts have failed 6591 1726773115.33803: getting the remaining hosts for this loop 6591 1726773115.33807: done getting the remaining hosts for this loop 6591 1726773115.33810: getting the next task for host managed_node2 6591 1726773115.33816: done getting next task for host managed_node2 6591 1726773115.33818: ^ task is: TASK: Check sysfs after role runs 6591 1726773115.33820: ^ state is: HOST STATE: block=2, task=41, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773115.33823: getting variables 6591 1726773115.33825: in VariableManager get_vars() 6591 1726773115.33858: Calling all_inventory to load vars for managed_node2 6591 1726773115.33861: Calling groups_inventory to load vars for managed_node2 6591 1726773115.33863: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773115.33872: Calling all_plugins_play to load vars for managed_node2 6591 1726773115.33875: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773115.33877: Calling groups_plugins_play to load vars for managed_node2 6591 1726773115.33996: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773115.34135: done with get_vars() 6591 1726773115.34143: done getting variables 6591 1726773115.34186: 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 [Check sysfs after role runs] ********************************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:176 Thursday 19 September 2024 15:11:55 -0400 (0:00:00.319) 0:01:32.812 **** 6591 1726773115.34209: entering _queue_task() for managed_node2/command 6591 1726773115.34387: worker is 1 (out of 1 available) 6591 1726773115.34399: exiting _queue_task() for managed_node2/command 6591 1726773115.34414: done queuing things up, now waiting for results queue to drain 6591 1726773115.34415: waiting for pending results... 6591 1726773115.34591: running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs 6591 1726773115.34650: in run() - task 1239c35c-e2e1-152b-fb99-000000000024 6591 1726773115.34662: variable 'ansible_search_path' from source: unknown 6591 1726773115.34694: calling self._execute() 6591 1726773115.34765: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.34769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.34778: variable 'omit' from source: magic vars 6591 1726773115.34860: variable 'omit' from source: magic vars 6591 1726773115.34888: variable 'omit' from source: magic vars 6591 1726773115.34911: variable 'omit' from source: magic vars 6591 1726773115.34945: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773115.34972: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773115.34991: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773115.35009: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773115.35017: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773115.35040: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773115.35043: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.35046: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.35121: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773115.35124: Set connection var ansible_connection to ssh 6591 1726773115.35132: Set connection var ansible_timeout to 10 6591 1726773115.35136: Set connection var ansible_pipelining to False 6591 1726773115.35141: Set connection var ansible_shell_executable to /bin/sh 6591 1726773115.35144: Set connection var ansible_shell_type to sh 6591 1726773115.35161: variable 'ansible_shell_executable' from source: unknown 6591 1726773115.35164: variable 'ansible_connection' from source: unknown 6591 1726773115.35166: variable 'ansible_module_compression' from source: unknown 6591 1726773115.35170: variable 'ansible_shell_type' from source: unknown 6591 1726773115.35172: variable 'ansible_shell_executable' from source: unknown 6591 1726773115.35175: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.35183: variable 'ansible_pipelining' from source: unknown 6591 1726773115.35187: variable 'ansible_timeout' from source: unknown 6591 1726773115.35194: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.35297: 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) 6591 1726773115.35308: variable 'omit' from source: magic vars 6591 1726773115.35313: starting attempt loop 6591 1726773115.35315: running the handler 6591 1726773115.35329: _low_level_execute_command(): starting 6591 1726773115.35336: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773115.35844: 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 <<< 6591 1726773115.35861: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773115.35874: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.35888: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773115.35898: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.35942: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773115.35960: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773115.36028: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773115.37570: stdout chunk (state=3): >>>/root <<< 6591 1726773115.37673: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773115.37724: stderr chunk (state=3): >>><<< 6591 1726773115.37728: stdout chunk (state=3): >>><<< 6591 1726773115.37746: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773115.37758: _low_level_execute_command(): starting 6591 1726773115.37763: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773115.3774593-9650-223646953782295 `" && echo ansible-tmp-1726773115.3774593-9650-223646953782295="` echo /root/.ansible/tmp/ansible-tmp-1726773115.3774593-9650-223646953782295 `" ) && sleep 0' 6591 1726773115.38203: 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 <<< 6591 1726773115.38221: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773115.38233: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.38245: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.38296: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773115.38311: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773115.38384: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773115.40776: stdout chunk (state=3): >>>ansible-tmp-1726773115.3774593-9650-223646953782295=/root/.ansible/tmp/ansible-tmp-1726773115.3774593-9650-223646953782295 <<< 6591 1726773115.40890: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773115.40934: stderr chunk (state=3): >>><<< 6591 1726773115.40938: stdout chunk (state=3): >>><<< 6591 1726773115.40952: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773115.3774593-9650-223646953782295=/root/.ansible/tmp/ansible-tmp-1726773115.3774593-9650-223646953782295 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773115.40980: variable 'ansible_module_compression' from source: unknown 6591 1726773115.41021: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773115.41047: variable 'ansible_facts' from source: unknown 6591 1726773115.41106: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773115.3774593-9650-223646953782295/AnsiballZ_command.py 6591 1726773115.41210: Sending initial data 6591 1726773115.41220: Sent initial data (154 bytes) 6591 1726773115.41880: 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 <<< 6591 1726773115.41884: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773115.41908: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.41924: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773115.41927: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.41986: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773115.41988: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773115.41990: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773115.42049: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773115.43741: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773115.43800: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773115.43863: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpa5dlxkxt /root/.ansible/tmp/ansible-tmp-1726773115.3774593-9650-223646953782295/AnsiballZ_command.py <<< 6591 1726773115.43921: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773115.44792: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773115.44893: stderr chunk (state=3): >>><<< 6591 1726773115.44898: stdout chunk (state=3): >>><<< 6591 1726773115.44916: done transferring module to remote 6591 1726773115.44925: _low_level_execute_command(): starting 6591 1726773115.44930: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773115.3774593-9650-223646953782295/ /root/.ansible/tmp/ansible-tmp-1726773115.3774593-9650-223646953782295/AnsiballZ_command.py && sleep 0' 6591 1726773115.45379: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773115.45383: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773115.45420: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.45425: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773115.45428: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.45476: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773115.45480: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773115.45553: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773115.47268: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773115.47319: stderr chunk (state=3): >>><<< 6591 1726773115.47322: stdout chunk (state=3): >>><<< 6591 1726773115.47336: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773115.47342: _low_level_execute_command(): starting 6591 1726773115.47345: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773115.3774593-9650-223646953782295/AnsiballZ_command.py && sleep 0' 6591 1726773115.47783: 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 <<< 6591 1726773115.47798: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773115.47812: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.47824: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773115.47834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.47874: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773115.47895: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773115.47961: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773115.61509: stdout chunk (state=3): >>> {"changed": true, "stdout": "60666", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "60666", "/sys/class/net/lo/mtu"], "start": "2024-09-19 15:11:55.610260", "end": "2024-09-19 15:11:55.613846", "delta": "0:00:00.003586", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 60666 /sys/class/net/lo/mtu", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6591 1726773115.62695: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773115.62755: stderr chunk (state=3): >>><<< 6591 1726773115.62759: stdout chunk (state=3): >>><<< 6591 1726773115.62776: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "60666", "stderr": "", "rc": 0, "cmd": ["grep", "-x", "60666", "/sys/class/net/lo/mtu"], "start": "2024-09-19 15:11:55.610260", "end": "2024-09-19 15:11:55.613846", "delta": "0:00:00.003586", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -x 60666 /sys/class/net/lo/mtu", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773115.62821: done with _execute_module (ansible.legacy.command, {'_raw_params': 'grep -x 60666 /sys/class/net/lo/mtu', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773115.3774593-9650-223646953782295/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773115.62828: _low_level_execute_command(): starting 6591 1726773115.62835: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773115.3774593-9650-223646953782295/ > /dev/null 2>&1 && sleep 0' 6591 1726773115.63299: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773115.63316: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773115.63333: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773115.63346: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773115.63355: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.63404: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773115.63419: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773115.63489: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773115.65262: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773115.65312: stderr chunk (state=3): >>><<< 6591 1726773115.65315: stdout chunk (state=3): >>><<< 6591 1726773115.65329: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773115.65337: handler run complete 6591 1726773115.65355: Evaluated conditional (False): False 6591 1726773115.65364: attempt loop complete, returning result 6591 1726773115.65366: _execute() done 6591 1726773115.65369: dumping result to json 6591 1726773115.65374: done dumping result, returning 6591 1726773115.65385: done running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs [1239c35c-e2e1-152b-fb99-000000000024] 6591 1726773115.65390: sending task result for task 1239c35c-e2e1-152b-fb99-000000000024 6591 1726773115.65489: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000024 6591 1726773115.65492: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "grep", "-x", "60666", "/sys/class/net/lo/mtu" ], "delta": "0:00:00.003586", "end": "2024-09-19 15:11:55.613846", "rc": 0, "start": "2024-09-19 15:11:55.610260" } STDOUT: 60666 6591 1726773115.65568: no more pending results, returning what we have 6591 1726773115.65571: results queue empty 6591 1726773115.65572: checking for any_errors_fatal 6591 1726773115.65579: done checking for any_errors_fatal 6591 1726773115.65579: checking for max_fail_percentage 6591 1726773115.65581: done checking for max_fail_percentage 6591 1726773115.65582: checking to see if all hosts have failed and the running result is not ok 6591 1726773115.65583: done checking to see if all hosts have failed 6591 1726773115.65583: getting the remaining hosts for this loop 6591 1726773115.65585: done getting the remaining hosts for this loop 6591 1726773115.65588: getting the next task for host managed_node2 6591 1726773115.65594: done getting next task for host managed_node2 6591 1726773115.65597: ^ task is: TASK: Apply kernel_settings for removing section 6591 1726773115.65599: ^ state is: HOST STATE: block=2, task=42, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773115.65602: getting variables 6591 1726773115.65606: in VariableManager get_vars() 6591 1726773115.65639: Calling all_inventory to load vars for managed_node2 6591 1726773115.65642: Calling groups_inventory to load vars for managed_node2 6591 1726773115.65644: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773115.65654: Calling all_plugins_play to load vars for managed_node2 6591 1726773115.65657: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773115.65659: Calling groups_plugins_play to load vars for managed_node2 6591 1726773115.65767: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773115.65885: done with get_vars() 6591 1726773115.65893: done getting variables TASK [Apply kernel_settings for removing section] ****************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:180 Thursday 19 September 2024 15:11:55 -0400 (0:00:00.317) 0:01:33.130 **** 6591 1726773115.65960: entering _queue_task() for managed_node2/include_role 6591 1726773115.66135: worker is 1 (out of 1 available) 6591 1726773115.66147: exiting _queue_task() for managed_node2/include_role 6591 1726773115.66159: done queuing things up, now waiting for results queue to drain 6591 1726773115.66160: waiting for pending results... 6591 1726773115.66336: running TaskExecutor() for managed_node2/TASK: Apply kernel_settings for removing section 6591 1726773115.66399: in run() - task 1239c35c-e2e1-152b-fb99-000000000025 6591 1726773115.66412: variable 'ansible_search_path' from source: unknown 6591 1726773115.66440: calling self._execute() 6591 1726773115.66510: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.66515: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.66523: variable 'omit' from source: magic vars 6591 1726773115.66602: _execute() done 6591 1726773115.66605: dumping result to json 6591 1726773115.66610: done dumping result, returning 6591 1726773115.66616: done running TaskExecutor() for managed_node2/TASK: Apply kernel_settings for removing section [1239c35c-e2e1-152b-fb99-000000000025] 6591 1726773115.66625: sending task result for task 1239c35c-e2e1-152b-fb99-000000000025 6591 1726773115.66738: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000025 6591 1726773115.66741: WORKER PROCESS EXITING 6591 1726773115.66767: no more pending results, returning what we have 6591 1726773115.66771: in VariableManager get_vars() 6591 1726773115.66809: Calling all_inventory to load vars for managed_node2 6591 1726773115.66812: Calling groups_inventory to load vars for managed_node2 6591 1726773115.66814: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773115.66823: Calling all_plugins_play to load vars for managed_node2 6591 1726773115.66825: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773115.66827: Calling groups_plugins_play to load vars for managed_node2 6591 1726773115.66964: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773115.67075: done with get_vars() 6591 1726773115.67082: variable 'ansible_search_path' from source: unknown 6591 1726773115.69184: variable 'omit' from source: magic vars 6591 1726773115.69199: variable 'omit' from source: magic vars 6591 1726773115.69209: variable 'omit' from source: magic vars 6591 1726773115.69211: we have included files to process 6591 1726773115.69212: generating all_blocks data 6591 1726773115.69213: done generating all_blocks data 6591 1726773115.69215: processing included file: fedora.linux_system_roles.kernel_settings 6591 1726773115.69228: in VariableManager get_vars() 6591 1726773115.69238: done with get_vars() 6591 1726773115.69255: in VariableManager get_vars() 6591 1726773115.69265: done with get_vars() 6591 1726773115.69289: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6591 1726773115.69331: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6591 1726773115.69345: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6591 1726773115.69392: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6591 1726773115.69710: in VariableManager get_vars() 6591 1726773115.69724: done with get_vars() 6591 1726773115.70539: in VariableManager get_vars() 6591 1726773115.70553: done with get_vars() 6591 1726773115.70655: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6591 1726773115.71029: iterating over new_blocks loaded from include file 6591 1726773115.71031: in VariableManager get_vars() 6591 1726773115.71042: done with get_vars() 6591 1726773115.71043: filtering new block on tags 6591 1726773115.71080: done filtering new block on tags 6591 1726773115.71082: in VariableManager get_vars() 6591 1726773115.71091: done with get_vars() 6591 1726773115.71092: filtering new block on tags 6591 1726773115.71116: done filtering new block on tags 6591 1726773115.71117: in VariableManager get_vars() 6591 1726773115.71126: done with get_vars() 6591 1726773115.71127: filtering new block on tags 6591 1726773115.71202: done filtering new block on tags 6591 1726773115.71206: in VariableManager get_vars() 6591 1726773115.71215: done with get_vars() 6591 1726773115.71217: filtering new block on tags 6591 1726773115.71227: done filtering new block on tags 6591 1726773115.71228: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node2 6591 1726773115.71232: extending task lists for all hosts with included blocks 6591 1726773115.73121: done extending task lists 6591 1726773115.73122: done processing included files 6591 1726773115.73123: results queue empty 6591 1726773115.73123: checking for any_errors_fatal 6591 1726773115.73125: done checking for any_errors_fatal 6591 1726773115.73126: checking for max_fail_percentage 6591 1726773115.73127: done checking for max_fail_percentage 6591 1726773115.73127: checking to see if all hosts have failed and the running result is not ok 6591 1726773115.73128: done checking to see if all hosts have failed 6591 1726773115.73128: getting the remaining hosts for this loop 6591 1726773115.73129: done getting the remaining hosts for this loop 6591 1726773115.73131: getting the next task for host managed_node2 6591 1726773115.73134: done getting next task for host managed_node2 6591 1726773115.73135: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6591 1726773115.73137: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773115.73145: getting variables 6591 1726773115.73146: in VariableManager get_vars() 6591 1726773115.73155: Calling all_inventory to load vars for managed_node2 6591 1726773115.73157: Calling groups_inventory to load vars for managed_node2 6591 1726773115.73158: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773115.73162: Calling all_plugins_play to load vars for managed_node2 6591 1726773115.73164: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773115.73165: Calling groups_plugins_play to load vars for managed_node2 6591 1726773115.73250: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773115.73361: done with get_vars() 6591 1726773115.73368: done getting variables 6591 1726773115.73396: 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:11:55 -0400 (0:00:00.074) 0:01:33.204 **** 6591 1726773115.73418: entering _queue_task() for managed_node2/fail 6591 1726773115.73671: worker is 1 (out of 1 available) 6591 1726773115.73687: exiting _queue_task() for managed_node2/fail 6591 1726773115.73700: done queuing things up, now waiting for results queue to drain 6591 1726773115.73702: waiting for pending results... 6591 1726773115.74015: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6591 1726773115.74142: in run() - task 1239c35c-e2e1-152b-fb99-0000000009ee 6591 1726773115.74168: variable 'ansible_search_path' from source: unknown 6591 1726773115.74183: variable 'ansible_search_path' from source: unknown 6591 1726773115.74229: calling self._execute() 6591 1726773115.74336: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.74349: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.74371: variable 'omit' from source: magic vars 6591 1726773115.74802: variable 'kernel_settings_sysctl' from source: include params 6591 1726773115.74815: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773115.74822: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): False 6591 1726773115.74825: when evaluation is False, skipping this task 6591 1726773115.74828: _execute() done 6591 1726773115.74831: dumping result to json 6591 1726773115.74833: done dumping result, returning 6591 1726773115.74842: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [1239c35c-e2e1-152b-fb99-0000000009ee] 6591 1726773115.74847: sending task result for task 1239c35c-e2e1-152b-fb99-0000000009ee 6591 1726773115.74937: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000009ee 6591 1726773115.74940: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "kernel_settings_sysctl != __kernel_settings_state_empty", "skip_reason": "Conditional result was False" } 6591 1726773115.74985: no more pending results, returning what we have 6591 1726773115.74988: results queue empty 6591 1726773115.74989: checking for any_errors_fatal 6591 1726773115.74991: done checking for any_errors_fatal 6591 1726773115.74991: checking for max_fail_percentage 6591 1726773115.74993: done checking for max_fail_percentage 6591 1726773115.74994: checking to see if all hosts have failed and the running result is not ok 6591 1726773115.74994: done checking to see if all hosts have failed 6591 1726773115.74995: getting the remaining hosts for this loop 6591 1726773115.74997: done getting the remaining hosts for this loop 6591 1726773115.75000: getting the next task for host managed_node2 6591 1726773115.75008: done getting next task for host managed_node2 6591 1726773115.75012: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6591 1726773115.75015: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773115.75031: getting variables 6591 1726773115.75032: in VariableManager get_vars() 6591 1726773115.75062: Calling all_inventory to load vars for managed_node2 6591 1726773115.75065: Calling groups_inventory to load vars for managed_node2 6591 1726773115.75067: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773115.75076: Calling all_plugins_play to load vars for managed_node2 6591 1726773115.75078: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773115.75081: Calling groups_plugins_play to load vars for managed_node2 6591 1726773115.75219: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773115.75344: done with get_vars() 6591 1726773115.75351: 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:11:55 -0400 (0:00:00.019) 0:01:33.224 **** 6591 1726773115.75419: entering _queue_task() for managed_node2/include_tasks 6591 1726773115.75600: worker is 1 (out of 1 available) 6591 1726773115.75614: exiting _queue_task() for managed_node2/include_tasks 6591 1726773115.75624: done queuing things up, now waiting for results queue to drain 6591 1726773115.75626: waiting for pending results... 6591 1726773115.75797: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6591 1726773115.75871: in run() - task 1239c35c-e2e1-152b-fb99-0000000009ef 6591 1726773115.75882: variable 'ansible_search_path' from source: unknown 6591 1726773115.75891: variable 'ansible_search_path' from source: unknown 6591 1726773115.75922: calling self._execute() 6591 1726773115.75990: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.75994: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.76004: variable 'omit' from source: magic vars 6591 1726773115.76083: _execute() done 6591 1726773115.76088: dumping result to json 6591 1726773115.76090: done dumping result, returning 6591 1726773115.76096: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [1239c35c-e2e1-152b-fb99-0000000009ef] 6591 1726773115.76102: sending task result for task 1239c35c-e2e1-152b-fb99-0000000009ef 6591 1726773115.76193: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000009ef 6591 1726773115.76196: WORKER PROCESS EXITING 6591 1726773115.76241: no more pending results, returning what we have 6591 1726773115.76245: in VariableManager get_vars() 6591 1726773115.76281: Calling all_inventory to load vars for managed_node2 6591 1726773115.76284: Calling groups_inventory to load vars for managed_node2 6591 1726773115.76286: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773115.76294: Calling all_plugins_play to load vars for managed_node2 6591 1726773115.76296: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773115.76298: Calling groups_plugins_play to load vars for managed_node2 6591 1726773115.76402: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773115.76520: done with get_vars() 6591 1726773115.76526: variable 'ansible_search_path' from source: unknown 6591 1726773115.76527: variable 'ansible_search_path' from source: unknown 6591 1726773115.76547: we have included files to process 6591 1726773115.76548: generating all_blocks data 6591 1726773115.76549: done generating all_blocks data 6591 1726773115.76556: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6591 1726773115.76556: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6591 1726773115.76557: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6591 1726773115.77029: done processing included file 6591 1726773115.77032: iterating over new_blocks loaded from include file 6591 1726773115.77033: in VariableManager get_vars() 6591 1726773115.77048: done with get_vars() 6591 1726773115.77049: filtering new block on tags 6591 1726773115.77064: done filtering new block on tags 6591 1726773115.77066: in VariableManager get_vars() 6591 1726773115.77081: done with get_vars() 6591 1726773115.77082: filtering new block on tags 6591 1726773115.77106: done filtering new block on tags 6591 1726773115.77108: in VariableManager get_vars() 6591 1726773115.77122: done with get_vars() 6591 1726773115.77123: filtering new block on tags 6591 1726773115.77145: done filtering new block on tags 6591 1726773115.77147: in VariableManager get_vars() 6591 1726773115.77160: done with get_vars() 6591 1726773115.77161: filtering new block on tags 6591 1726773115.77175: done filtering new block on tags 6591 1726773115.77177: 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_node2 6591 1726773115.77182: extending task lists for all hosts with included blocks 6591 1726773115.77268: done extending task lists 6591 1726773115.77268: done processing included files 6591 1726773115.77269: results queue empty 6591 1726773115.77269: checking for any_errors_fatal 6591 1726773115.77272: done checking for any_errors_fatal 6591 1726773115.77272: checking for max_fail_percentage 6591 1726773115.77273: done checking for max_fail_percentage 6591 1726773115.77273: checking to see if all hosts have failed and the running result is not ok 6591 1726773115.77274: done checking to see if all hosts have failed 6591 1726773115.77275: getting the remaining hosts for this loop 6591 1726773115.77275: done getting the remaining hosts for this loop 6591 1726773115.77279: getting the next task for host managed_node2 6591 1726773115.77282: done getting next task for host managed_node2 6591 1726773115.77283: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6591 1726773115.77286: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773115.77292: getting variables 6591 1726773115.77293: in VariableManager get_vars() 6591 1726773115.77302: Calling all_inventory to load vars for managed_node2 6591 1726773115.77305: Calling groups_inventory to load vars for managed_node2 6591 1726773115.77307: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773115.77310: Calling all_plugins_play to load vars for managed_node2 6591 1726773115.77312: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773115.77313: Calling groups_plugins_play to load vars for managed_node2 6591 1726773115.77393: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773115.77524: done with get_vars() 6591 1726773115.77531: 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:11:55 -0400 (0:00:00.021) 0:01:33.246 **** 6591 1726773115.77582: entering _queue_task() for managed_node2/setup 6591 1726773115.77774: worker is 1 (out of 1 available) 6591 1726773115.77789: exiting _queue_task() for managed_node2/setup 6591 1726773115.77800: done queuing things up, now waiting for results queue to drain 6591 1726773115.77802: waiting for pending results... 6591 1726773115.77972: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6591 1726773115.78053: in run() - task 1239c35c-e2e1-152b-fb99-000000000bd2 6591 1726773115.78066: variable 'ansible_search_path' from source: unknown 6591 1726773115.78070: variable 'ansible_search_path' from source: unknown 6591 1726773115.78099: calling self._execute() 6591 1726773115.78166: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.78170: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.78181: variable 'omit' from source: magic vars 6591 1726773115.78545: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773115.80055: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773115.80285: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773115.80315: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773115.80341: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773115.80361: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773115.80421: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773115.80441: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773115.80459: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773115.80486: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773115.80498: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773115.80537: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773115.80553: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773115.80570: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773115.80597: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773115.80609: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773115.80724: variable '__kernel_settings_required_facts' from source: role '' all vars 6591 1726773115.80734: variable 'ansible_facts' from source: unknown 6591 1726773115.80790: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 6591 1726773115.80794: when evaluation is False, skipping this task 6591 1726773115.80797: _execute() done 6591 1726773115.80800: dumping result to json 6591 1726773115.80802: done dumping result, returning 6591 1726773115.80810: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [1239c35c-e2e1-152b-fb99-000000000bd2] 6591 1726773115.80815: sending task result for task 1239c35c-e2e1-152b-fb99-000000000bd2 6591 1726773115.80900: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000bd2 6591 1726773115.80902: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 6591 1726773115.80949: no more pending results, returning what we have 6591 1726773115.80953: results queue empty 6591 1726773115.80954: checking for any_errors_fatal 6591 1726773115.80956: done checking for any_errors_fatal 6591 1726773115.80956: checking for max_fail_percentage 6591 1726773115.80958: done checking for max_fail_percentage 6591 1726773115.80959: checking to see if all hosts have failed and the running result is not ok 6591 1726773115.80960: done checking to see if all hosts have failed 6591 1726773115.80960: getting the remaining hosts for this loop 6591 1726773115.80962: done getting the remaining hosts for this loop 6591 1726773115.80966: getting the next task for host managed_node2 6591 1726773115.80974: done getting next task for host managed_node2 6591 1726773115.80980: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6591 1726773115.80984: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773115.81000: getting variables 6591 1726773115.81002: in VariableManager get_vars() 6591 1726773115.81038: Calling all_inventory to load vars for managed_node2 6591 1726773115.81041: Calling groups_inventory to load vars for managed_node2 6591 1726773115.81043: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773115.81051: Calling all_plugins_play to load vars for managed_node2 6591 1726773115.81054: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773115.81056: Calling groups_plugins_play to load vars for managed_node2 6591 1726773115.81172: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773115.81307: done with get_vars() 6591 1726773115.81316: 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:11:55 -0400 (0:00:00.037) 0:01:33.284 **** 6591 1726773115.81381: entering _queue_task() for managed_node2/stat 6591 1726773115.81570: worker is 1 (out of 1 available) 6591 1726773115.81585: exiting _queue_task() for managed_node2/stat 6591 1726773115.81598: done queuing things up, now waiting for results queue to drain 6591 1726773115.81599: waiting for pending results... 6591 1726773115.81764: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6591 1726773115.81849: in run() - task 1239c35c-e2e1-152b-fb99-000000000bd4 6591 1726773115.81861: variable 'ansible_search_path' from source: unknown 6591 1726773115.81865: variable 'ansible_search_path' from source: unknown 6591 1726773115.81894: calling self._execute() 6591 1726773115.81960: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.81963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.81972: variable 'omit' from source: magic vars 6591 1726773115.82295: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773115.82521: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773115.82556: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773115.82582: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773115.82609: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773115.82669: 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) 6591 1726773115.82688: 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) 6591 1726773115.82710: 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) 6591 1726773115.82728: 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) 6591 1726773115.82816: variable '__kernel_settings_is_ostree' from source: set_fact 6591 1726773115.82823: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6591 1726773115.82826: when evaluation is False, skipping this task 6591 1726773115.82829: _execute() done 6591 1726773115.82831: dumping result to json 6591 1726773115.82834: done dumping result, returning 6591 1726773115.82842: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [1239c35c-e2e1-152b-fb99-000000000bd4] 6591 1726773115.82847: sending task result for task 1239c35c-e2e1-152b-fb99-000000000bd4 6591 1726773115.82932: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000bd4 6591 1726773115.82936: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6591 1726773115.82986: no more pending results, returning what we have 6591 1726773115.82989: results queue empty 6591 1726773115.82990: checking for any_errors_fatal 6591 1726773115.82995: done checking for any_errors_fatal 6591 1726773115.82996: checking for max_fail_percentage 6591 1726773115.82998: done checking for max_fail_percentage 6591 1726773115.82998: checking to see if all hosts have failed and the running result is not ok 6591 1726773115.82999: done checking to see if all hosts have failed 6591 1726773115.83000: getting the remaining hosts for this loop 6591 1726773115.83001: done getting the remaining hosts for this loop 6591 1726773115.83006: getting the next task for host managed_node2 6591 1726773115.83012: done getting next task for host managed_node2 6591 1726773115.83015: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6591 1726773115.83018: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773115.83033: getting variables 6591 1726773115.83034: in VariableManager get_vars() 6591 1726773115.83064: Calling all_inventory to load vars for managed_node2 6591 1726773115.83066: Calling groups_inventory to load vars for managed_node2 6591 1726773115.83068: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773115.83075: Calling all_plugins_play to load vars for managed_node2 6591 1726773115.83076: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773115.83081: Calling groups_plugins_play to load vars for managed_node2 6591 1726773115.83220: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773115.83341: done with get_vars() 6591 1726773115.83347: done getting variables 6591 1726773115.83389: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:11:55 -0400 (0:00:00.020) 0:01:33.304 **** 6591 1726773115.83415: entering _queue_task() for managed_node2/set_fact 6591 1726773115.83593: worker is 1 (out of 1 available) 6591 1726773115.83606: exiting _queue_task() for managed_node2/set_fact 6591 1726773115.83617: done queuing things up, now waiting for results queue to drain 6591 1726773115.83618: waiting for pending results... 6591 1726773115.83784: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6591 1726773115.83862: in run() - task 1239c35c-e2e1-152b-fb99-000000000bd5 6591 1726773115.83874: variable 'ansible_search_path' from source: unknown 6591 1726773115.83880: variable 'ansible_search_path' from source: unknown 6591 1726773115.83906: calling self._execute() 6591 1726773115.83972: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.83975: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.83984: variable 'omit' from source: magic vars 6591 1726773115.84307: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773115.84483: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773115.84516: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773115.84541: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773115.84568: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773115.84630: 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) 6591 1726773115.84649: 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) 6591 1726773115.84667: 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) 6591 1726773115.84685: 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) 6591 1726773115.84776: variable '__kernel_settings_is_ostree' from source: set_fact 6591 1726773115.84784: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6591 1726773115.84787: when evaluation is False, skipping this task 6591 1726773115.84791: _execute() done 6591 1726773115.84793: dumping result to json 6591 1726773115.84796: done dumping result, returning 6591 1726773115.84805: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [1239c35c-e2e1-152b-fb99-000000000bd5] 6591 1726773115.84810: sending task result for task 1239c35c-e2e1-152b-fb99-000000000bd5 6591 1726773115.84889: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000bd5 6591 1726773115.84892: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6591 1726773115.84961: no more pending results, returning what we have 6591 1726773115.84964: results queue empty 6591 1726773115.84965: checking for any_errors_fatal 6591 1726773115.84970: done checking for any_errors_fatal 6591 1726773115.84971: checking for max_fail_percentage 6591 1726773115.84972: done checking for max_fail_percentage 6591 1726773115.84973: checking to see if all hosts have failed and the running result is not ok 6591 1726773115.84974: done checking to see if all hosts have failed 6591 1726773115.84975: getting the remaining hosts for this loop 6591 1726773115.84976: done getting the remaining hosts for this loop 6591 1726773115.84982: getting the next task for host managed_node2 6591 1726773115.84989: done getting next task for host managed_node2 6591 1726773115.84992: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6591 1726773115.84995: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773115.85010: getting variables 6591 1726773115.85012: in VariableManager get_vars() 6591 1726773115.85040: Calling all_inventory to load vars for managed_node2 6591 1726773115.85042: Calling groups_inventory to load vars for managed_node2 6591 1726773115.85044: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773115.85050: Calling all_plugins_play to load vars for managed_node2 6591 1726773115.85052: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773115.85054: Calling groups_plugins_play to load vars for managed_node2 6591 1726773115.85160: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773115.85285: done with get_vars() 6591 1726773115.85292: 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:11:55 -0400 (0:00:00.019) 0:01:33.324 **** 6591 1726773115.85356: entering _queue_task() for managed_node2/stat 6591 1726773115.85536: worker is 1 (out of 1 available) 6591 1726773115.85549: exiting _queue_task() for managed_node2/stat 6591 1726773115.85561: done queuing things up, now waiting for results queue to drain 6591 1726773115.85562: waiting for pending results... 6591 1726773115.85728: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6591 1726773115.85810: in run() - task 1239c35c-e2e1-152b-fb99-000000000bd7 6591 1726773115.85825: variable 'ansible_search_path' from source: unknown 6591 1726773115.85829: variable 'ansible_search_path' from source: unknown 6591 1726773115.85855: calling self._execute() 6591 1726773115.85925: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.85930: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.85937: variable 'omit' from source: magic vars 6591 1726773115.86273: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773115.86514: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773115.86548: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773115.86573: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773115.86604: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773115.86664: 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) 6591 1726773115.86684: 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) 6591 1726773115.86702: 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) 6591 1726773115.86722: 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) 6591 1726773115.86809: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773115.86818: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6591 1726773115.86821: when evaluation is False, skipping this task 6591 1726773115.86824: _execute() done 6591 1726773115.86826: dumping result to json 6591 1726773115.86829: done dumping result, returning 6591 1726773115.86837: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [1239c35c-e2e1-152b-fb99-000000000bd7] 6591 1726773115.86842: sending task result for task 1239c35c-e2e1-152b-fb99-000000000bd7 6591 1726773115.86920: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000bd7 6591 1726773115.86923: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6591 1726773115.86969: no more pending results, returning what we have 6591 1726773115.86972: results queue empty 6591 1726773115.86973: checking for any_errors_fatal 6591 1726773115.86979: done checking for any_errors_fatal 6591 1726773115.86979: checking for max_fail_percentage 6591 1726773115.86981: done checking for max_fail_percentage 6591 1726773115.86982: checking to see if all hosts have failed and the running result is not ok 6591 1726773115.86983: done checking to see if all hosts have failed 6591 1726773115.86983: getting the remaining hosts for this loop 6591 1726773115.86985: done getting the remaining hosts for this loop 6591 1726773115.86988: getting the next task for host managed_node2 6591 1726773115.86995: done getting next task for host managed_node2 6591 1726773115.86998: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6591 1726773115.87001: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773115.87018: getting variables 6591 1726773115.87019: in VariableManager get_vars() 6591 1726773115.87049: Calling all_inventory to load vars for managed_node2 6591 1726773115.87052: Calling groups_inventory to load vars for managed_node2 6591 1726773115.87054: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773115.87062: Calling all_plugins_play to load vars for managed_node2 6591 1726773115.87065: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773115.87067: Calling groups_plugins_play to load vars for managed_node2 6591 1726773115.87211: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773115.87330: done with get_vars() 6591 1726773115.87336: done getting variables 6591 1726773115.87374: 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:11:55 -0400 (0:00:00.020) 0:01:33.344 **** 6591 1726773115.87397: entering _queue_task() for managed_node2/set_fact 6591 1726773115.87570: worker is 1 (out of 1 available) 6591 1726773115.87585: exiting _queue_task() for managed_node2/set_fact 6591 1726773115.87597: done queuing things up, now waiting for results queue to drain 6591 1726773115.87599: waiting for pending results... 6591 1726773115.87763: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6591 1726773115.87852: in run() - task 1239c35c-e2e1-152b-fb99-000000000bd8 6591 1726773115.87864: variable 'ansible_search_path' from source: unknown 6591 1726773115.87867: variable 'ansible_search_path' from source: unknown 6591 1726773115.87896: calling self._execute() 6591 1726773115.87960: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.87963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.87971: variable 'omit' from source: magic vars 6591 1726773115.88291: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773115.88458: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773115.88495: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773115.88521: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773115.88548: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773115.88609: 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) 6591 1726773115.88627: 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) 6591 1726773115.88645: 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) 6591 1726773115.88662: 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) 6591 1726773115.88749: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773115.88756: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6591 1726773115.88759: when evaluation is False, skipping this task 6591 1726773115.88762: _execute() done 6591 1726773115.88765: dumping result to json 6591 1726773115.88768: done dumping result, returning 6591 1726773115.88774: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [1239c35c-e2e1-152b-fb99-000000000bd8] 6591 1726773115.88781: sending task result for task 1239c35c-e2e1-152b-fb99-000000000bd8 6591 1726773115.88858: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000bd8 6591 1726773115.88861: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6591 1726773115.88908: no more pending results, returning what we have 6591 1726773115.88911: results queue empty 6591 1726773115.88912: checking for any_errors_fatal 6591 1726773115.88915: done checking for any_errors_fatal 6591 1726773115.88916: checking for max_fail_percentage 6591 1726773115.88917: done checking for max_fail_percentage 6591 1726773115.88918: checking to see if all hosts have failed and the running result is not ok 6591 1726773115.88919: done checking to see if all hosts have failed 6591 1726773115.88920: getting the remaining hosts for this loop 6591 1726773115.88921: done getting the remaining hosts for this loop 6591 1726773115.88924: getting the next task for host managed_node2 6591 1726773115.88932: done getting next task for host managed_node2 6591 1726773115.88935: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6591 1726773115.88938: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773115.88953: getting variables 6591 1726773115.88955: in VariableManager get_vars() 6591 1726773115.88981: Calling all_inventory to load vars for managed_node2 6591 1726773115.88984: Calling groups_inventory to load vars for managed_node2 6591 1726773115.88985: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773115.88991: Calling all_plugins_play to load vars for managed_node2 6591 1726773115.88993: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773115.88995: Calling groups_plugins_play to load vars for managed_node2 6591 1726773115.89095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773115.89221: done with get_vars() 6591 1726773115.89228: done getting variables 6591 1726773115.89265: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:11:55 -0400 (0:00:00.018) 0:01:33.363 **** 6591 1726773115.89289: entering _queue_task() for managed_node2/include_vars 6591 1726773115.89458: worker is 1 (out of 1 available) 6591 1726773115.89470: exiting _queue_task() for managed_node2/include_vars 6591 1726773115.89483: done queuing things up, now waiting for results queue to drain 6591 1726773115.89485: waiting for pending results... 6591 1726773115.89646: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6591 1726773115.89729: in run() - task 1239c35c-e2e1-152b-fb99-000000000bda 6591 1726773115.89740: variable 'ansible_search_path' from source: unknown 6591 1726773115.89744: variable 'ansible_search_path' from source: unknown 6591 1726773115.89770: calling self._execute() 6591 1726773115.89833: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.89837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.89845: variable 'omit' from source: magic vars 6591 1726773115.89923: variable 'omit' from source: magic vars 6591 1726773115.89964: variable 'omit' from source: magic vars 6591 1726773115.90224: variable 'ffparams' from source: task vars 6591 1726773115.90536: variable 'ansible_facts' from source: unknown 6591 1726773115.90656: variable 'ansible_facts' from source: unknown 6591 1726773115.90743: variable 'ansible_facts' from source: unknown 6591 1726773115.90832: variable 'ansible_facts' from source: unknown 6591 1726773115.90910: variable 'role_path' from source: magic vars 6591 1726773115.91022: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6591 1726773115.91155: Loaded config def from plugin (lookup/first_found) 6591 1726773115.91159: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 6591 1726773115.91191: variable 'ansible_search_path' from source: unknown 6591 1726773115.91206: variable 'ansible_search_path' from source: unknown 6591 1726773115.91214: variable 'ansible_search_path' from source: unknown 6591 1726773115.91220: variable 'ansible_search_path' from source: unknown 6591 1726773115.91226: variable 'ansible_search_path' from source: unknown 6591 1726773115.91243: variable 'omit' from source: magic vars 6591 1726773115.91261: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773115.91280: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773115.91296: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773115.91311: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773115.91320: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773115.91342: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773115.91345: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.91347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.91412: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773115.91415: Set connection var ansible_connection to ssh 6591 1726773115.91423: Set connection var ansible_timeout to 10 6591 1726773115.91427: Set connection var ansible_pipelining to False 6591 1726773115.91432: Set connection var ansible_shell_executable to /bin/sh 6591 1726773115.91435: Set connection var ansible_shell_type to sh 6591 1726773115.91451: variable 'ansible_shell_executable' from source: unknown 6591 1726773115.91453: variable 'ansible_connection' from source: unknown 6591 1726773115.91457: variable 'ansible_module_compression' from source: unknown 6591 1726773115.91459: variable 'ansible_shell_type' from source: unknown 6591 1726773115.91461: variable 'ansible_shell_executable' from source: unknown 6591 1726773115.91464: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.91466: variable 'ansible_pipelining' from source: unknown 6591 1726773115.91471: variable 'ansible_timeout' from source: unknown 6591 1726773115.91476: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.91553: 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) 6591 1726773115.91561: variable 'omit' from source: magic vars 6591 1726773115.91564: starting attempt loop 6591 1726773115.91567: running the handler 6591 1726773115.91615: handler run complete 6591 1726773115.91624: attempt loop complete, returning result 6591 1726773115.91626: _execute() done 6591 1726773115.91629: dumping result to json 6591 1726773115.91631: done dumping result, returning 6591 1726773115.91640: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [1239c35c-e2e1-152b-fb99-000000000bda] 6591 1726773115.91645: sending task result for task 1239c35c-e2e1-152b-fb99-000000000bda 6591 1726773115.91735: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000bda 6591 1726773115.91738: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6591 1726773115.91810: no more pending results, returning what we have 6591 1726773115.91813: results queue empty 6591 1726773115.91814: checking for any_errors_fatal 6591 1726773115.91818: done checking for any_errors_fatal 6591 1726773115.91818: checking for max_fail_percentage 6591 1726773115.91820: done checking for max_fail_percentage 6591 1726773115.91821: checking to see if all hosts have failed and the running result is not ok 6591 1726773115.91821: done checking to see if all hosts have failed 6591 1726773115.91822: getting the remaining hosts for this loop 6591 1726773115.91823: done getting the remaining hosts for this loop 6591 1726773115.91827: getting the next task for host managed_node2 6591 1726773115.91833: done getting next task for host managed_node2 6591 1726773115.91836: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6591 1726773115.91839: ^ state is: HOST STATE: block=2, task=43, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773115.91849: getting variables 6591 1726773115.91850: in VariableManager get_vars() 6591 1726773115.91880: Calling all_inventory to load vars for managed_node2 6591 1726773115.91883: Calling groups_inventory to load vars for managed_node2 6591 1726773115.91885: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773115.91892: Calling all_plugins_play to load vars for managed_node2 6591 1726773115.91894: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773115.91896: Calling groups_plugins_play to load vars for managed_node2 6591 1726773115.92174: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773115.92293: done with get_vars() 6591 1726773115.92300: done getting variables 6591 1726773115.92340: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:11:55 -0400 (0:00:00.030) 0:01:33.394 **** 6591 1726773115.92361: entering _queue_task() for managed_node2/package 6591 1726773115.92536: worker is 1 (out of 1 available) 6591 1726773115.92550: exiting _queue_task() for managed_node2/package 6591 1726773115.92561: done queuing things up, now waiting for results queue to drain 6591 1726773115.92563: waiting for pending results... 6591 1726773115.92735: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6591 1726773115.92812: in run() - task 1239c35c-e2e1-152b-fb99-0000000009f0 6591 1726773115.92825: variable 'ansible_search_path' from source: unknown 6591 1726773115.92828: variable 'ansible_search_path' from source: unknown 6591 1726773115.92856: calling self._execute() 6591 1726773115.92923: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.92926: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.92935: variable 'omit' from source: magic vars 6591 1726773115.93015: variable 'omit' from source: magic vars 6591 1726773115.93048: variable 'omit' from source: magic vars 6591 1726773115.93068: variable '__kernel_settings_packages' from source: include_vars 6591 1726773115.93288: variable '__kernel_settings_packages' from source: include_vars 6591 1726773115.93437: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773115.94916: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773115.94967: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773115.94995: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773115.95022: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773115.95042: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773115.95114: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773115.95134: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773115.95152: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773115.95181: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773115.95196: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773115.95267: variable '__kernel_settings_is_ostree' from source: set_fact 6591 1726773115.95271: variable 'omit' from source: magic vars 6591 1726773115.95295: variable 'omit' from source: magic vars 6591 1726773115.95317: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773115.95337: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773115.95352: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773115.95365: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773115.95373: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773115.95398: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773115.95401: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.95405: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.95470: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773115.95473: Set connection var ansible_connection to ssh 6591 1726773115.95482: Set connection var ansible_timeout to 10 6591 1726773115.95485: Set connection var ansible_pipelining to False 6591 1726773115.95491: Set connection var ansible_shell_executable to /bin/sh 6591 1726773115.95493: Set connection var ansible_shell_type to sh 6591 1726773115.95513: variable 'ansible_shell_executable' from source: unknown 6591 1726773115.95516: variable 'ansible_connection' from source: unknown 6591 1726773115.95519: variable 'ansible_module_compression' from source: unknown 6591 1726773115.95521: variable 'ansible_shell_type' from source: unknown 6591 1726773115.95523: variable 'ansible_shell_executable' from source: unknown 6591 1726773115.95526: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773115.95530: variable 'ansible_pipelining' from source: unknown 6591 1726773115.95532: variable 'ansible_timeout' from source: unknown 6591 1726773115.95536: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773115.95602: 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) 6591 1726773115.95613: variable 'omit' from source: magic vars 6591 1726773115.95618: starting attempt loop 6591 1726773115.95621: running the handler 6591 1726773115.95627: variable 'ansible_facts' from source: unknown 6591 1726773115.95630: variable 'ansible_facts' from source: unknown 6591 1726773115.95668: _low_level_execute_command(): starting 6591 1726773115.95673: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773115.96176: 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 <<< 6591 1726773115.96191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773115.96214: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773115.96226: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773115.96237: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.96278: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773115.96290: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773115.96300: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773115.96373: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773115.98005: stdout chunk (state=3): >>>/root <<< 6591 1726773115.98114: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773115.98163: stderr chunk (state=3): >>><<< 6591 1726773115.98176: stdout chunk (state=3): >>><<< 6591 1726773115.98192: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773115.98202: _low_level_execute_command(): starting 6591 1726773115.98210: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773115.9819207-9670-244703783725489 `" && echo ansible-tmp-1726773115.9819207-9670-244703783725489="` echo /root/.ansible/tmp/ansible-tmp-1726773115.9819207-9670-244703783725489 `" ) && sleep 0' 6591 1726773115.98654: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773115.98666: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773115.98686: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773115.98699: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773115.98713: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773115.98756: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773115.98768: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773115.98839: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773116.01081: stdout chunk (state=3): >>>ansible-tmp-1726773115.9819207-9670-244703783725489=/root/.ansible/tmp/ansible-tmp-1726773115.9819207-9670-244703783725489 <<< 6591 1726773116.01190: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773116.01244: stderr chunk (state=3): >>><<< 6591 1726773116.01248: stdout chunk (state=3): >>><<< 6591 1726773116.01262: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773115.9819207-9670-244703783725489=/root/.ansible/tmp/ansible-tmp-1726773115.9819207-9670-244703783725489 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773116.01291: variable 'ansible_module_compression' from source: unknown 6591 1726773116.01338: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 6591 1726773116.01369: variable 'ansible_facts' from source: unknown 6591 1726773116.01441: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773115.9819207-9670-244703783725489/AnsiballZ_dnf.py 6591 1726773116.01552: Sending initial data 6591 1726773116.01555: Sent initial data (150 bytes) 6591 1726773116.02216: 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 <<< 6591 1726773116.02219: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773116.02251: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773116.02254: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773116.02256: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773116.02312: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773116.02316: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773116.02384: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773116.04079: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773116.04136: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773116.04201: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpswp785lu /root/.ansible/tmp/ansible-tmp-1726773115.9819207-9670-244703783725489/AnsiballZ_dnf.py <<< 6591 1726773116.04260: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773116.05335: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773116.05442: stderr chunk (state=3): >>><<< 6591 1726773116.05445: stdout chunk (state=3): >>><<< 6591 1726773116.05462: done transferring module to remote 6591 1726773116.05472: _low_level_execute_command(): starting 6591 1726773116.05477: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773115.9819207-9670-244703783725489/ /root/.ansible/tmp/ansible-tmp-1726773115.9819207-9670-244703783725489/AnsiballZ_dnf.py && sleep 0' 6591 1726773116.05937: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773116.05941: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773116.05981: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773116.05984: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773116.05987: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773116.05989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773116.06028: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773116.06040: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773116.06111: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773116.07809: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773116.07856: stderr chunk (state=3): >>><<< 6591 1726773116.07860: stdout chunk (state=3): >>><<< 6591 1726773116.07874: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773116.07879: _low_level_execute_command(): starting 6591 1726773116.07882: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773115.9819207-9670-244703783725489/AnsiballZ_dnf.py && sleep 0' 6591 1726773116.08321: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773116.08334: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773116.08355: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773116.08366: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773116.08376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773116.08422: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773116.08434: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773116.08508: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773117.10716: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 6591 1726773117.16502: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773117.16558: stderr chunk (state=3): >>><<< 6591 1726773117.16562: stdout chunk (state=3): >>><<< 6591 1726773117.16581: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773117.16622: 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-1726773115.9819207-9670-244703783725489/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773117.16626: _low_level_execute_command(): starting 6591 1726773117.16631: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773115.9819207-9670-244703783725489/ > /dev/null 2>&1 && sleep 0' 6591 1726773117.17097: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773117.17100: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773117.17125: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.17137: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.17185: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773117.17197: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773117.17275: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773117.19112: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773117.19161: stderr chunk (state=3): >>><<< 6591 1726773117.19164: stdout chunk (state=3): >>><<< 6591 1726773117.19178: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773117.19187: handler run complete 6591 1726773117.19217: attempt loop complete, returning result 6591 1726773117.19220: _execute() done 6591 1726773117.19223: dumping result to json 6591 1726773117.19228: done dumping result, returning 6591 1726773117.19237: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [1239c35c-e2e1-152b-fb99-0000000009f0] 6591 1726773117.19242: sending task result for task 1239c35c-e2e1-152b-fb99-0000000009f0 6591 1726773117.19337: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000009f0 6591 1726773117.19340: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 6591 1726773117.19439: no more pending results, returning what we have 6591 1726773117.19442: results queue empty 6591 1726773117.19443: checking for any_errors_fatal 6591 1726773117.19449: done checking for any_errors_fatal 6591 1726773117.19450: checking for max_fail_percentage 6591 1726773117.19451: done checking for max_fail_percentage 6591 1726773117.19452: checking to see if all hosts have failed and the running result is not ok 6591 1726773117.19453: done checking to see if all hosts have failed 6591 1726773117.19454: getting the remaining hosts for this loop 6591 1726773117.19455: done getting the remaining hosts for this loop 6591 1726773117.19459: getting the next task for host managed_node2 6591 1726773117.19466: done getting next task for host managed_node2 6591 1726773117.19469: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6591 1726773117.19472: ^ state is: HOST STATE: block=2, task=44, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773117.19481: getting variables 6591 1726773117.19483: in VariableManager get_vars() 6591 1726773117.19519: Calling all_inventory to load vars for managed_node2 6591 1726773117.19522: Calling groups_inventory to load vars for managed_node2 6591 1726773117.19524: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773117.19533: Calling all_plugins_play to load vars for managed_node2 6591 1726773117.19535: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773117.19538: Calling groups_plugins_play to load vars for managed_node2 6591 1726773117.19648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773117.19774: done with get_vars() 6591 1726773117.19781: done getting variables 6591 1726773117.19826: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:11:57 -0400 (0:00:01.274) 0:01:34.669 **** 6591 1726773117.19849: entering _queue_task() for managed_node2/debug 6591 1726773117.20033: worker is 1 (out of 1 available) 6591 1726773117.20046: exiting _queue_task() for managed_node2/debug 6591 1726773117.20058: done queuing things up, now waiting for results queue to drain 6591 1726773117.20060: waiting for pending results... 6591 1726773117.20234: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6591 1726773117.20306: in run() - task 1239c35c-e2e1-152b-fb99-0000000009f2 6591 1726773117.20317: variable 'ansible_search_path' from source: unknown 6591 1726773117.20321: variable 'ansible_search_path' from source: unknown 6591 1726773117.20353: calling self._execute() 6591 1726773117.20422: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773117.20425: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773117.20434: variable 'omit' from source: magic vars 6591 1726773117.20777: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773117.22320: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773117.22365: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773117.22395: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773117.22422: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773117.22442: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773117.22500: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773117.22522: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773117.22542: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773117.22570: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773117.22583: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773117.22657: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773117.22671: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6591 1726773117.22674: when evaluation is False, skipping this task 6591 1726773117.22677: _execute() done 6591 1726773117.22679: dumping result to json 6591 1726773117.22685: done dumping result, returning 6591 1726773117.22692: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [1239c35c-e2e1-152b-fb99-0000000009f2] 6591 1726773117.22698: sending task result for task 1239c35c-e2e1-152b-fb99-0000000009f2 6591 1726773117.22779: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000009f2 6591 1726773117.22782: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 6591 1726773117.22828: no more pending results, returning what we have 6591 1726773117.22831: results queue empty 6591 1726773117.22832: checking for any_errors_fatal 6591 1726773117.22840: done checking for any_errors_fatal 6591 1726773117.22841: checking for max_fail_percentage 6591 1726773117.22842: done checking for max_fail_percentage 6591 1726773117.22843: checking to see if all hosts have failed and the running result is not ok 6591 1726773117.22844: done checking to see if all hosts have failed 6591 1726773117.22845: getting the remaining hosts for this loop 6591 1726773117.22847: done getting the remaining hosts for this loop 6591 1726773117.22850: getting the next task for host managed_node2 6591 1726773117.22856: done getting next task for host managed_node2 6591 1726773117.22860: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6591 1726773117.22863: ^ state is: HOST STATE: block=2, task=44, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773117.22878: getting variables 6591 1726773117.22880: in VariableManager get_vars() 6591 1726773117.22914: Calling all_inventory to load vars for managed_node2 6591 1726773117.22917: Calling groups_inventory to load vars for managed_node2 6591 1726773117.22919: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773117.22928: Calling all_plugins_play to load vars for managed_node2 6591 1726773117.22930: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773117.22932: Calling groups_plugins_play to load vars for managed_node2 6591 1726773117.23044: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773117.23207: done with get_vars() 6591 1726773117.23214: done getting variables 6591 1726773117.23258: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:11:57 -0400 (0:00:00.034) 0:01:34.703 **** 6591 1726773117.23281: entering _queue_task() for managed_node2/reboot 6591 1726773117.23454: worker is 1 (out of 1 available) 6591 1726773117.23468: exiting _queue_task() for managed_node2/reboot 6591 1726773117.23480: done queuing things up, now waiting for results queue to drain 6591 1726773117.23481: waiting for pending results... 6591 1726773117.23651: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6591 1726773117.23734: in run() - task 1239c35c-e2e1-152b-fb99-0000000009f3 6591 1726773117.23746: variable 'ansible_search_path' from source: unknown 6591 1726773117.23750: variable 'ansible_search_path' from source: unknown 6591 1726773117.23780: calling self._execute() 6591 1726773117.23845: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773117.23849: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773117.23859: variable 'omit' from source: magic vars 6591 1726773117.24198: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773117.25665: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773117.25719: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773117.25745: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773117.25770: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773117.25792: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773117.25849: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773117.25869: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773117.25887: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773117.25918: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773117.25928: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773117.26002: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773117.26018: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6591 1726773117.26022: when evaluation is False, skipping this task 6591 1726773117.26024: _execute() done 6591 1726773117.26027: dumping result to json 6591 1726773117.26029: done dumping result, returning 6591 1726773117.26036: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [1239c35c-e2e1-152b-fb99-0000000009f3] 6591 1726773117.26042: sending task result for task 1239c35c-e2e1-152b-fb99-0000000009f3 6591 1726773117.26125: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000009f3 6591 1726773117.26128: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6591 1726773117.26171: no more pending results, returning what we have 6591 1726773117.26174: results queue empty 6591 1726773117.26175: checking for any_errors_fatal 6591 1726773117.26179: done checking for any_errors_fatal 6591 1726773117.26180: checking for max_fail_percentage 6591 1726773117.26182: done checking for max_fail_percentage 6591 1726773117.26183: checking to see if all hosts have failed and the running result is not ok 6591 1726773117.26183: done checking to see if all hosts have failed 6591 1726773117.26184: getting the remaining hosts for this loop 6591 1726773117.26186: done getting the remaining hosts for this loop 6591 1726773117.26189: getting the next task for host managed_node2 6591 1726773117.26194: done getting next task for host managed_node2 6591 1726773117.26197: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6591 1726773117.26200: ^ state is: HOST STATE: block=2, task=44, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773117.26216: getting variables 6591 1726773117.26218: in VariableManager get_vars() 6591 1726773117.26247: Calling all_inventory to load vars for managed_node2 6591 1726773117.26249: Calling groups_inventory to load vars for managed_node2 6591 1726773117.26251: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773117.26260: Calling all_plugins_play to load vars for managed_node2 6591 1726773117.26262: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773117.26264: Calling groups_plugins_play to load vars for managed_node2 6591 1726773117.26391: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773117.26516: done with get_vars() 6591 1726773117.26523: done getting variables 6591 1726773117.26561: 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:11:57 -0400 (0:00:00.032) 0:01:34.736 **** 6591 1726773117.26583: entering _queue_task() for managed_node2/fail 6591 1726773117.26755: worker is 1 (out of 1 available) 6591 1726773117.26769: exiting _queue_task() for managed_node2/fail 6591 1726773117.26780: done queuing things up, now waiting for results queue to drain 6591 1726773117.26782: waiting for pending results... 6591 1726773117.26944: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6591 1726773117.27017: in run() - task 1239c35c-e2e1-152b-fb99-0000000009f4 6591 1726773117.27026: variable 'ansible_search_path' from source: unknown 6591 1726773117.27032: variable 'ansible_search_path' from source: unknown 6591 1726773117.27058: calling self._execute() 6591 1726773117.27125: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773117.27128: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773117.27137: variable 'omit' from source: magic vars 6591 1726773117.27467: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773117.28953: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773117.28998: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773117.29027: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773117.29051: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773117.29071: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773117.29128: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773117.29149: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773117.29166: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773117.29197: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773117.29210: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773117.29280: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773117.29295: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6591 1726773117.29299: when evaluation is False, skipping this task 6591 1726773117.29302: _execute() done 6591 1726773117.29306: dumping result to json 6591 1726773117.29308: done dumping result, returning 6591 1726773117.29315: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [1239c35c-e2e1-152b-fb99-0000000009f4] 6591 1726773117.29321: sending task result for task 1239c35c-e2e1-152b-fb99-0000000009f4 6591 1726773117.29399: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000009f4 6591 1726773117.29402: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6591 1726773117.29447: no more pending results, returning what we have 6591 1726773117.29450: results queue empty 6591 1726773117.29451: checking for any_errors_fatal 6591 1726773117.29459: done checking for any_errors_fatal 6591 1726773117.29460: checking for max_fail_percentage 6591 1726773117.29461: done checking for max_fail_percentage 6591 1726773117.29462: checking to see if all hosts have failed and the running result is not ok 6591 1726773117.29463: done checking to see if all hosts have failed 6591 1726773117.29463: getting the remaining hosts for this loop 6591 1726773117.29465: done getting the remaining hosts for this loop 6591 1726773117.29468: getting the next task for host managed_node2 6591 1726773117.29475: done getting next task for host managed_node2 6591 1726773117.29478: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6591 1726773117.29481: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773117.29497: getting variables 6591 1726773117.29498: in VariableManager get_vars() 6591 1726773117.29529: Calling all_inventory to load vars for managed_node2 6591 1726773117.29532: Calling groups_inventory to load vars for managed_node2 6591 1726773117.29534: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773117.29542: Calling all_plugins_play to load vars for managed_node2 6591 1726773117.29544: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773117.29546: Calling groups_plugins_play to load vars for managed_node2 6591 1726773117.29691: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773117.29809: done with get_vars() 6591 1726773117.29815: 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:11:57 -0400 (0:00:00.032) 0:01:34.769 **** 6591 1726773117.29867: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773117.30037: worker is 1 (out of 1 available) 6591 1726773117.30049: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773117.30060: done queuing things up, now waiting for results queue to drain 6591 1726773117.30061: waiting for pending results... 6591 1726773117.30227: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6591 1726773117.30298: in run() - task 1239c35c-e2e1-152b-fb99-0000000009f6 6591 1726773117.30313: variable 'ansible_search_path' from source: unknown 6591 1726773117.30318: variable 'ansible_search_path' from source: unknown 6591 1726773117.30349: calling self._execute() 6591 1726773117.30416: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773117.30422: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773117.30430: variable 'omit' from source: magic vars 6591 1726773117.30514: variable 'omit' from source: magic vars 6591 1726773117.30543: variable 'omit' from source: magic vars 6591 1726773117.30562: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6591 1726773117.30783: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6591 1726773117.30840: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773117.30867: variable 'omit' from source: magic vars 6591 1726773117.30899: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773117.30926: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773117.30942: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773117.30954: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773117.30964: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773117.30988: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773117.30991: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773117.30993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773117.31063: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773117.31067: Set connection var ansible_connection to ssh 6591 1726773117.31074: Set connection var ansible_timeout to 10 6591 1726773117.31081: Set connection var ansible_pipelining to False 6591 1726773117.31084: Set connection var ansible_shell_executable to /bin/sh 6591 1726773117.31086: Set connection var ansible_shell_type to sh 6591 1726773117.31102: variable 'ansible_shell_executable' from source: unknown 6591 1726773117.31107: variable 'ansible_connection' from source: unknown 6591 1726773117.31110: variable 'ansible_module_compression' from source: unknown 6591 1726773117.31112: variable 'ansible_shell_type' from source: unknown 6591 1726773117.31114: variable 'ansible_shell_executable' from source: unknown 6591 1726773117.31117: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773117.31119: variable 'ansible_pipelining' from source: unknown 6591 1726773117.31122: variable 'ansible_timeout' from source: unknown 6591 1726773117.31126: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773117.31258: 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) 6591 1726773117.31266: variable 'omit' from source: magic vars 6591 1726773117.31271: starting attempt loop 6591 1726773117.31274: running the handler 6591 1726773117.31286: _low_level_execute_command(): starting 6591 1726773117.31292: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773117.31787: 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 <<< 6591 1726773117.31803: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773117.31823: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773117.31837: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773117.31848: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.31888: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773117.31901: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773117.31988: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773117.33617: stdout chunk (state=3): >>>/root <<< 6591 1726773117.33721: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773117.33767: stderr chunk (state=3): >>><<< 6591 1726773117.33771: stdout chunk (state=3): >>><<< 6591 1726773117.33791: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773117.33805: _low_level_execute_command(): starting 6591 1726773117.33810: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773117.3379128-9684-60068071137849 `" && echo ansible-tmp-1726773117.3379128-9684-60068071137849="` echo /root/.ansible/tmp/ansible-tmp-1726773117.3379128-9684-60068071137849 `" ) && sleep 0' 6591 1726773117.34222: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773117.34234: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773117.34252: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773117.34272: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.34318: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773117.34330: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773117.34400: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773117.37634: stdout chunk (state=3): >>>ansible-tmp-1726773117.3379128-9684-60068071137849=/root/.ansible/tmp/ansible-tmp-1726773117.3379128-9684-60068071137849 <<< 6591 1726773117.37750: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773117.37790: stderr chunk (state=3): >>><<< 6591 1726773117.37794: stdout chunk (state=3): >>><<< 6591 1726773117.37812: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773117.3379128-9684-60068071137849=/root/.ansible/tmp/ansible-tmp-1726773117.3379128-9684-60068071137849 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773117.37844: variable 'ansible_module_compression' from source: unknown 6591 1726773117.37874: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6591 1726773117.37907: variable 'ansible_facts' from source: unknown 6591 1726773117.37967: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773117.3379128-9684-60068071137849/AnsiballZ_kernel_settings_get_config.py 6591 1726773117.38063: Sending initial data 6591 1726773117.38073: Sent initial data (172 bytes) 6591 1726773117.38696: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773117.38699: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773117.38734: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773117.38738: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773117.38742: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.38801: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773117.38808: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773117.38862: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773117.40607: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773117.40666: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773117.40727: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmphf4rg8ok /root/.ansible/tmp/ansible-tmp-1726773117.3379128-9684-60068071137849/AnsiballZ_kernel_settings_get_config.py <<< 6591 1726773117.40787: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773117.41619: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773117.41699: stderr chunk (state=3): >>><<< 6591 1726773117.41702: stdout chunk (state=3): >>><<< 6591 1726773117.41720: done transferring module to remote 6591 1726773117.41728: _low_level_execute_command(): starting 6591 1726773117.41732: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773117.3379128-9684-60068071137849/ /root/.ansible/tmp/ansible-tmp-1726773117.3379128-9684-60068071137849/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773117.42131: 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 <<< 6591 1726773117.42149: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773117.42161: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.42175: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.42222: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773117.42234: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773117.42301: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773117.44069: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773117.44110: stderr chunk (state=3): >>><<< 6591 1726773117.44113: stdout chunk (state=3): >>><<< 6591 1726773117.44125: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773117.44128: _low_level_execute_command(): starting 6591 1726773117.44132: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773117.3379128-9684-60068071137849/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773117.44524: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773117.44536: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773117.44553: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773117.44564: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773117.44573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.44620: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773117.44632: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773117.44705: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773117.58720: 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"}}} <<< 6591 1726773117.59750: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773117.59802: stderr chunk (state=3): >>><<< 6591 1726773117.59808: stdout chunk (state=3): >>><<< 6591 1726773117.59823: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773117.59850: 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-1726773117.3379128-9684-60068071137849/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773117.59856: _low_level_execute_command(): starting 6591 1726773117.59863: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773117.3379128-9684-60068071137849/ > /dev/null 2>&1 && sleep 0' 6591 1726773117.60298: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773117.60313: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773117.60329: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773117.60341: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773117.60352: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.60397: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773117.60416: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773117.60476: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773117.62267: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773117.62310: stderr chunk (state=3): >>><<< 6591 1726773117.62313: stdout chunk (state=3): >>><<< 6591 1726773117.62326: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773117.62332: handler run complete 6591 1726773117.62349: attempt loop complete, returning result 6591 1726773117.62352: _execute() done 6591 1726773117.62354: dumping result to json 6591 1726773117.62356: done dumping result, returning 6591 1726773117.62366: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [1239c35c-e2e1-152b-fb99-0000000009f6] 6591 1726773117.62371: sending task result for task 1239c35c-e2e1-152b-fb99-0000000009f6 6591 1726773117.62467: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000009f6 6591 1726773117.62470: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 6591 1726773117.62545: no more pending results, returning what we have 6591 1726773117.62548: results queue empty 6591 1726773117.62549: checking for any_errors_fatal 6591 1726773117.62555: done checking for any_errors_fatal 6591 1726773117.62555: checking for max_fail_percentage 6591 1726773117.62557: done checking for max_fail_percentage 6591 1726773117.62557: checking to see if all hosts have failed and the running result is not ok 6591 1726773117.62558: done checking to see if all hosts have failed 6591 1726773117.62559: getting the remaining hosts for this loop 6591 1726773117.62560: done getting the remaining hosts for this loop 6591 1726773117.62564: getting the next task for host managed_node2 6591 1726773117.62570: done getting next task for host managed_node2 6591 1726773117.62573: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6591 1726773117.62576: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773117.62586: getting variables 6591 1726773117.62588: in VariableManager get_vars() 6591 1726773117.62622: Calling all_inventory to load vars for managed_node2 6591 1726773117.62625: Calling groups_inventory to load vars for managed_node2 6591 1726773117.62627: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773117.62636: Calling all_plugins_play to load vars for managed_node2 6591 1726773117.62639: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773117.62641: Calling groups_plugins_play to load vars for managed_node2 6591 1726773117.62766: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773117.62895: done with get_vars() 6591 1726773117.62905: 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:11:57 -0400 (0:00:00.330) 0:01:35.100 **** 6591 1726773117.62970: entering _queue_task() for managed_node2/stat 6591 1726773117.63140: worker is 1 (out of 1 available) 6591 1726773117.63153: exiting _queue_task() for managed_node2/stat 6591 1726773117.63164: done queuing things up, now waiting for results queue to drain 6591 1726773117.63166: waiting for pending results... 6591 1726773117.63343: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6591 1726773117.63419: in run() - task 1239c35c-e2e1-152b-fb99-0000000009f7 6591 1726773117.63431: variable 'ansible_search_path' from source: unknown 6591 1726773117.63435: variable 'ansible_search_path' from source: unknown 6591 1726773117.63472: variable '__prof_from_conf' from source: task vars 6591 1726773117.63710: variable '__prof_from_conf' from source: task vars 6591 1726773117.63840: variable '__data' from source: task vars 6591 1726773117.63897: variable '__kernel_settings_register_tuned_main' from source: set_fact 6591 1726773117.64043: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773117.64050: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773117.64097: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773117.64184: variable 'omit' from source: magic vars 6591 1726773117.64251: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773117.64258: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773117.64266: variable 'omit' from source: magic vars 6591 1726773117.64436: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773117.65917: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773117.65966: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773117.65996: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773117.66023: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773117.66042: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773117.66098: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773117.66121: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773117.66139: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773117.66164: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773117.66176: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773117.66243: variable 'item' from source: unknown 6591 1726773117.66253: Evaluated conditional (item | length > 0): False 6591 1726773117.66256: when evaluation is False, skipping this task 6591 1726773117.66276: variable 'item' from source: unknown 6591 1726773117.66329: variable 'item' from source: unknown skipping: [managed_node2] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 6591 1726773117.66469: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773117.66472: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773117.66474: variable 'omit' from source: magic vars 6591 1726773117.66536: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773117.66552: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773117.66569: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773117.66598: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773117.66610: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773117.66664: variable 'item' from source: unknown 6591 1726773117.66670: Evaluated conditional (item | length > 0): True 6591 1726773117.66676: variable 'omit' from source: magic vars 6591 1726773117.66707: variable 'omit' from source: magic vars 6591 1726773117.66736: variable 'item' from source: unknown 6591 1726773117.66779: variable 'item' from source: unknown 6591 1726773117.66793: variable 'omit' from source: magic vars 6591 1726773117.66814: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773117.66833: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773117.66847: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773117.66859: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773117.66867: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773117.66891: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773117.66894: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773117.66896: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773117.66960: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773117.66963: Set connection var ansible_connection to ssh 6591 1726773117.66970: Set connection var ansible_timeout to 10 6591 1726773117.66975: Set connection var ansible_pipelining to False 6591 1726773117.66982: Set connection var ansible_shell_executable to /bin/sh 6591 1726773117.66985: Set connection var ansible_shell_type to sh 6591 1726773117.66999: variable 'ansible_shell_executable' from source: unknown 6591 1726773117.67001: variable 'ansible_connection' from source: unknown 6591 1726773117.67005: variable 'ansible_module_compression' from source: unknown 6591 1726773117.67007: variable 'ansible_shell_type' from source: unknown 6591 1726773117.67010: variable 'ansible_shell_executable' from source: unknown 6591 1726773117.67012: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773117.67016: variable 'ansible_pipelining' from source: unknown 6591 1726773117.67019: variable 'ansible_timeout' from source: unknown 6591 1726773117.67024: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773117.67116: 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) 6591 1726773117.67125: variable 'omit' from source: magic vars 6591 1726773117.67129: starting attempt loop 6591 1726773117.67132: running the handler 6591 1726773117.67142: _low_level_execute_command(): starting 6591 1726773117.67148: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773117.67622: 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 <<< 6591 1726773117.67636: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773117.67652: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773117.67663: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773117.67672: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.67721: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773117.67733: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773117.67807: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773117.69459: stdout chunk (state=3): >>>/root <<< 6591 1726773117.69564: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773117.69611: stderr chunk (state=3): >>><<< 6591 1726773117.69614: stdout chunk (state=3): >>><<< 6591 1726773117.69632: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773117.69641: _low_level_execute_command(): starting 6591 1726773117.69646: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773117.6963146-9692-83222373884076 `" && echo ansible-tmp-1726773117.6963146-9692-83222373884076="` echo /root/.ansible/tmp/ansible-tmp-1726773117.6963146-9692-83222373884076 `" ) && sleep 0' 6591 1726773117.70048: 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 <<< 6591 1726773117.70064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773117.70076: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.70091: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.70140: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773117.70152: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773117.70221: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773117.72248: stdout chunk (state=3): >>>ansible-tmp-1726773117.6963146-9692-83222373884076=/root/.ansible/tmp/ansible-tmp-1726773117.6963146-9692-83222373884076 <<< 6591 1726773117.72362: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773117.72405: stderr chunk (state=3): >>><<< 6591 1726773117.72409: stdout chunk (state=3): >>><<< 6591 1726773117.72427: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773117.6963146-9692-83222373884076=/root/.ansible/tmp/ansible-tmp-1726773117.6963146-9692-83222373884076 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773117.72457: variable 'ansible_module_compression' from source: unknown 6591 1726773117.72494: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773117.72520: variable 'ansible_facts' from source: unknown 6591 1726773117.72575: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773117.6963146-9692-83222373884076/AnsiballZ_stat.py 6591 1726773117.72665: Sending initial data 6591 1726773117.72675: Sent initial data (150 bytes) 6591 1726773117.73302: 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 <<< 6591 1726773117.73307: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773117.73339: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.73346: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773117.73348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.73401: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773117.73408: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773117.73468: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773117.75225: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 <<< 6591 1726773117.75230: stderr chunk (state=3): >>>debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773117.75285: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773117.75362: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp84zjuntw /root/.ansible/tmp/ansible-tmp-1726773117.6963146-9692-83222373884076/AnsiballZ_stat.py <<< 6591 1726773117.75420: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773117.76625: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773117.76709: stderr chunk (state=3): >>><<< 6591 1726773117.76713: stdout chunk (state=3): >>><<< 6591 1726773117.76726: done transferring module to remote 6591 1726773117.76734: _low_level_execute_command(): starting 6591 1726773117.76738: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773117.6963146-9692-83222373884076/ /root/.ansible/tmp/ansible-tmp-1726773117.6963146-9692-83222373884076/AnsiballZ_stat.py && sleep 0' 6591 1726773117.77148: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773117.77152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773117.77186: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.77189: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773117.77191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.77241: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773117.77245: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773117.77313: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773117.79088: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773117.79127: stderr chunk (state=3): >>><<< 6591 1726773117.79131: stdout chunk (state=3): >>><<< 6591 1726773117.79144: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773117.79147: _low_level_execute_command(): starting 6591 1726773117.79150: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773117.6963146-9692-83222373884076/AnsiballZ_stat.py && sleep 0' 6591 1726773117.79545: 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 <<< 6591 1726773117.79548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773117.79582: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.79585: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773117.79587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.79640: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773117.79647: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773117.79714: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773117.93318: 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"}}} <<< 6591 1726773117.94328: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773117.94374: stderr chunk (state=3): >>><<< 6591 1726773117.94377: stdout chunk (state=3): >>><<< 6591 1726773117.94393: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773117.94421: 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-1726773117.6963146-9692-83222373884076/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773117.94428: _low_level_execute_command(): starting 6591 1726773117.94433: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773117.6963146-9692-83222373884076/ > /dev/null 2>&1 && sleep 0' 6591 1726773117.94858: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773117.94870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773117.94892: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773117.94905: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773117.94916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.94957: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773117.94969: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773117.95036: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773117.96819: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773117.96860: stderr chunk (state=3): >>><<< 6591 1726773117.96863: stdout chunk (state=3): >>><<< 6591 1726773117.96877: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773117.96885: handler run complete 6591 1726773117.96901: attempt loop complete, returning result 6591 1726773117.96917: variable 'item' from source: unknown 6591 1726773117.96974: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "exists": false } } 6591 1726773117.97080: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773117.97084: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773117.97086: variable 'omit' from source: magic vars 6591 1726773117.97188: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773117.97209: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773117.97226: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773117.97251: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773117.97262: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773117.97321: variable 'item' from source: unknown 6591 1726773117.97327: Evaluated conditional (item | length > 0): True 6591 1726773117.97332: variable 'omit' from source: magic vars 6591 1726773117.97343: variable 'omit' from source: magic vars 6591 1726773117.97373: variable 'item' from source: unknown 6591 1726773117.97420: variable 'item' from source: unknown 6591 1726773117.97433: variable 'omit' from source: magic vars 6591 1726773117.97450: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773117.97457: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773117.97463: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773117.97473: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773117.97476: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773117.97481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773117.97535: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773117.97538: Set connection var ansible_connection to ssh 6591 1726773117.97544: Set connection var ansible_timeout to 10 6591 1726773117.97549: Set connection var ansible_pipelining to False 6591 1726773117.97554: Set connection var ansible_shell_executable to /bin/sh 6591 1726773117.97557: Set connection var ansible_shell_type to sh 6591 1726773117.97570: variable 'ansible_shell_executable' from source: unknown 6591 1726773117.97573: variable 'ansible_connection' from source: unknown 6591 1726773117.97575: variable 'ansible_module_compression' from source: unknown 6591 1726773117.97580: variable 'ansible_shell_type' from source: unknown 6591 1726773117.97582: variable 'ansible_shell_executable' from source: unknown 6591 1726773117.97585: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773117.97587: variable 'ansible_pipelining' from source: unknown 6591 1726773117.97589: variable 'ansible_timeout' from source: unknown 6591 1726773117.97593: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773117.97666: 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) 6591 1726773117.97674: variable 'omit' from source: magic vars 6591 1726773117.97679: starting attempt loop 6591 1726773117.97682: running the handler 6591 1726773117.97687: _low_level_execute_command(): starting 6591 1726773117.97690: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773117.98114: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773117.98127: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773117.98138: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773117.98150: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773117.98159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773117.98207: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773117.98220: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773117.98289: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773117.99865: stdout chunk (state=3): >>>/root <<< 6591 1726773117.99966: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773118.00010: stderr chunk (state=3): >>><<< 6591 1726773118.00014: stdout chunk (state=3): >>><<< 6591 1726773118.00026: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773118.00034: _low_level_execute_command(): starting 6591 1726773118.00038: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773118.0002584-9692-83645880078380 `" && echo ansible-tmp-1726773118.0002584-9692-83645880078380="` echo /root/.ansible/tmp/ansible-tmp-1726773118.0002584-9692-83645880078380 `" ) && sleep 0' 6591 1726773118.00445: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773118.00458: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.00475: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773118.00487: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773118.00497: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.00545: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773118.00556: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773118.00623: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773118.02782: stdout chunk (state=3): >>>ansible-tmp-1726773118.0002584-9692-83645880078380=/root/.ansible/tmp/ansible-tmp-1726773118.0002584-9692-83645880078380 <<< 6591 1726773118.02895: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773118.02938: stderr chunk (state=3): >>><<< 6591 1726773118.02942: stdout chunk (state=3): >>><<< 6591 1726773118.02954: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773118.0002584-9692-83645880078380=/root/.ansible/tmp/ansible-tmp-1726773118.0002584-9692-83645880078380 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773118.02980: variable 'ansible_module_compression' from source: unknown 6591 1726773118.03017: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773118.03032: variable 'ansible_facts' from source: unknown 6591 1726773118.03076: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773118.0002584-9692-83645880078380/AnsiballZ_stat.py 6591 1726773118.03166: Sending initial data 6591 1726773118.03176: Sent initial data (150 bytes) 6591 1726773118.03790: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773118.03794: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.03829: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.03832: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773118.03834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.03885: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773118.03889: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773118.03961: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773118.05697: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773118.05757: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773118.05818: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpkdcuetid /root/.ansible/tmp/ansible-tmp-1726773118.0002584-9692-83645880078380/AnsiballZ_stat.py <<< 6591 1726773118.05877: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773118.06737: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773118.06823: stderr chunk (state=3): >>><<< 6591 1726773118.06827: stdout chunk (state=3): >>><<< 6591 1726773118.06840: done transferring module to remote 6591 1726773118.06847: _low_level_execute_command(): starting 6591 1726773118.06852: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773118.0002584-9692-83645880078380/ /root/.ansible/tmp/ansible-tmp-1726773118.0002584-9692-83645880078380/AnsiballZ_stat.py && sleep 0' 6591 1726773118.07258: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773118.07261: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.07295: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.07300: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.07302: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.07351: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773118.07355: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773118.07424: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773118.09185: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773118.09225: stderr chunk (state=3): >>><<< 6591 1726773118.09228: stdout chunk (state=3): >>><<< 6591 1726773118.09243: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773118.09246: _low_level_execute_command(): starting 6591 1726773118.09249: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773118.0002584-9692-83645880078380/AnsiballZ_stat.py && sleep 0' 6591 1726773118.09638: 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 <<< 6591 1726773118.09650: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.09670: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773118.09683: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.09729: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773118.09741: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773118.09822: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773118.24181: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 159, "inode": 438304897, "dev": 51713, "nlink": 4, "atime": 1726773068.6848752, "mtime": 1726773066.7888837, "ctime": 1726773066.7888837, "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": "2265534346", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6591 1726773118.25370: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773118.25423: stderr chunk (state=3): >>><<< 6591 1726773118.25426: stdout chunk (state=3): >>><<< 6591 1726773118.25440: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 159, "inode": 438304897, "dev": 51713, "nlink": 4, "atime": 1726773068.6848752, "mtime": 1726773066.7888837, "ctime": 1726773066.7888837, "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": "2265534346", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773118.25476: 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-1726773118.0002584-9692-83645880078380/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773118.25484: _low_level_execute_command(): starting 6591 1726773118.25489: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773118.0002584-9692-83645880078380/ > /dev/null 2>&1 && sleep 0' 6591 1726773118.25919: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773118.25932: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.25952: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773118.25963: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773118.25973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.26018: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773118.26030: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773118.26100: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773118.27896: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773118.27943: stderr chunk (state=3): >>><<< 6591 1726773118.27946: stdout chunk (state=3): >>><<< 6591 1726773118.27958: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773118.27963: handler run complete 6591 1726773118.27995: attempt loop complete, returning result 6591 1726773118.28011: variable 'item' from source: unknown 6591 1726773118.28069: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726773068.6848752, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726773066.7888837, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 438304897, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726773066.7888837, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 159, "uid": 0, "version": "2265534346", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6591 1726773118.28219: dumping result to json 6591 1726773118.28222: done dumping result, returning 6591 1726773118.28225: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [1239c35c-e2e1-152b-fb99-0000000009f7] 6591 1726773118.28229: sending task result for task 1239c35c-e2e1-152b-fb99-0000000009f7 6591 1726773118.28346: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000009f7 6591 1726773118.28349: WORKER PROCESS EXITING 6591 1726773118.28432: no more pending results, returning what we have 6591 1726773118.28435: results queue empty 6591 1726773118.28436: checking for any_errors_fatal 6591 1726773118.28439: done checking for any_errors_fatal 6591 1726773118.28440: checking for max_fail_percentage 6591 1726773118.28441: done checking for max_fail_percentage 6591 1726773118.28442: checking to see if all hosts have failed and the running result is not ok 6591 1726773118.28443: done checking to see if all hosts have failed 6591 1726773118.28444: getting the remaining hosts for this loop 6591 1726773118.28445: done getting the remaining hosts for this loop 6591 1726773118.28447: getting the next task for host managed_node2 6591 1726773118.28451: done getting next task for host managed_node2 6591 1726773118.28453: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6591 1726773118.28455: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773118.28462: getting variables 6591 1726773118.28463: in VariableManager get_vars() 6591 1726773118.28484: Calling all_inventory to load vars for managed_node2 6591 1726773118.28486: Calling groups_inventory to load vars for managed_node2 6591 1726773118.28487: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773118.28494: Calling all_plugins_play to load vars for managed_node2 6591 1726773118.28496: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773118.28497: Calling groups_plugins_play to load vars for managed_node2 6591 1726773118.28594: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773118.28712: done with get_vars() 6591 1726773118.28720: done getting variables 6591 1726773118.28762: 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:11:58 -0400 (0:00:00.658) 0:01:35.758 **** 6591 1726773118.28785: entering _queue_task() for managed_node2/set_fact 6591 1726773118.28959: worker is 1 (out of 1 available) 6591 1726773118.28971: exiting _queue_task() for managed_node2/set_fact 6591 1726773118.28982: done queuing things up, now waiting for results queue to drain 6591 1726773118.28984: waiting for pending results... 6591 1726773118.29157: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6591 1726773118.29232: in run() - task 1239c35c-e2e1-152b-fb99-0000000009f8 6591 1726773118.29244: variable 'ansible_search_path' from source: unknown 6591 1726773118.29248: variable 'ansible_search_path' from source: unknown 6591 1726773118.29276: calling self._execute() 6591 1726773118.29348: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773118.29352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773118.29361: variable 'omit' from source: magic vars 6591 1726773118.29440: variable 'omit' from source: magic vars 6591 1726773118.29471: variable 'omit' from source: magic vars 6591 1726773118.29781: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773118.31277: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773118.31324: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773118.31349: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773118.31374: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773118.31398: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773118.31453: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773118.31472: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773118.31493: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773118.31520: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773118.31531: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773118.31563: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773118.31578: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773118.31597: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773118.31624: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773118.31635: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773118.31684: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773118.31700: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773118.31719: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773118.31743: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773118.31753: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773118.31898: variable '__kernel_settings_find_profile_dirs' from source: set_fact 6591 1726773118.31963: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773118.32072: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773118.32102: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773118.32124: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773118.32144: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773118.32176: 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) 6591 1726773118.32193: 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) 6591 1726773118.32211: 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) 6591 1726773118.32228: 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) 6591 1726773118.32263: variable 'omit' from source: magic vars 6591 1726773118.32283: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773118.32305: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773118.32318: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773118.32331: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773118.32339: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773118.32361: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773118.32365: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773118.32368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773118.32434: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773118.32437: Set connection var ansible_connection to ssh 6591 1726773118.32445: Set connection var ansible_timeout to 10 6591 1726773118.32450: Set connection var ansible_pipelining to False 6591 1726773118.32458: Set connection var ansible_shell_executable to /bin/sh 6591 1726773118.32460: Set connection var ansible_shell_type to sh 6591 1726773118.32473: variable 'ansible_shell_executable' from source: unknown 6591 1726773118.32477: variable 'ansible_connection' from source: unknown 6591 1726773118.32480: variable 'ansible_module_compression' from source: unknown 6591 1726773118.32486: variable 'ansible_shell_type' from source: unknown 6591 1726773118.32488: variable 'ansible_shell_executable' from source: unknown 6591 1726773118.32491: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773118.32496: variable 'ansible_pipelining' from source: unknown 6591 1726773118.32498: variable 'ansible_timeout' from source: unknown 6591 1726773118.32502: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773118.32572: 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) 6591 1726773118.32580: variable 'omit' from source: magic vars 6591 1726773118.32587: starting attempt loop 6591 1726773118.32591: running the handler 6591 1726773118.32599: handler run complete 6591 1726773118.32610: attempt loop complete, returning result 6591 1726773118.32612: _execute() done 6591 1726773118.32615: dumping result to json 6591 1726773118.32617: done dumping result, returning 6591 1726773118.32625: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [1239c35c-e2e1-152b-fb99-0000000009f8] 6591 1726773118.32629: sending task result for task 1239c35c-e2e1-152b-fb99-0000000009f8 6591 1726773118.32703: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000009f8 6591 1726773118.32706: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned" }, "changed": false } 6591 1726773118.32770: no more pending results, returning what we have 6591 1726773118.32772: results queue empty 6591 1726773118.32773: checking for any_errors_fatal 6591 1726773118.32787: done checking for any_errors_fatal 6591 1726773118.32787: checking for max_fail_percentage 6591 1726773118.32789: done checking for max_fail_percentage 6591 1726773118.32790: checking to see if all hosts have failed and the running result is not ok 6591 1726773118.32791: done checking to see if all hosts have failed 6591 1726773118.32791: getting the remaining hosts for this loop 6591 1726773118.32793: done getting the remaining hosts for this loop 6591 1726773118.32795: getting the next task for host managed_node2 6591 1726773118.32800: done getting next task for host managed_node2 6591 1726773118.32805: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6591 1726773118.32808: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773118.32817: getting variables 6591 1726773118.32818: in VariableManager get_vars() 6591 1726773118.32847: Calling all_inventory to load vars for managed_node2 6591 1726773118.32850: Calling groups_inventory to load vars for managed_node2 6591 1726773118.32852: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773118.32858: Calling all_plugins_play to load vars for managed_node2 6591 1726773118.32859: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773118.32861: Calling groups_plugins_play to load vars for managed_node2 6591 1726773118.32962: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773118.33107: done with get_vars() 6591 1726773118.33114: done getting variables 6591 1726773118.33153: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:11:58 -0400 (0:00:00.043) 0:01:35.802 **** 6591 1726773118.33175: entering _queue_task() for managed_node2/service 6591 1726773118.33341: worker is 1 (out of 1 available) 6591 1726773118.33354: exiting _queue_task() for managed_node2/service 6591 1726773118.33366: done queuing things up, now waiting for results queue to drain 6591 1726773118.33368: waiting for pending results... 6591 1726773118.33534: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6591 1726773118.33602: in run() - task 1239c35c-e2e1-152b-fb99-0000000009f9 6591 1726773118.33616: variable 'ansible_search_path' from source: unknown 6591 1726773118.33619: variable 'ansible_search_path' from source: unknown 6591 1726773118.33653: variable '__kernel_settings_services' from source: include_vars 6591 1726773118.33876: variable '__kernel_settings_services' from source: include_vars 6591 1726773118.33931: variable 'omit' from source: magic vars 6591 1726773118.34012: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773118.34019: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773118.34028: variable 'omit' from source: magic vars 6591 1726773118.34085: variable 'omit' from source: magic vars 6591 1726773118.34115: variable 'omit' from source: magic vars 6591 1726773118.34147: variable 'item' from source: unknown 6591 1726773118.34202: variable 'item' from source: unknown 6591 1726773118.34224: variable 'omit' from source: magic vars 6591 1726773118.34254: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773118.34280: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773118.34293: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773118.34307: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773118.34318: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773118.34340: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773118.34343: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773118.34348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773118.34415: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773118.34418: Set connection var ansible_connection to ssh 6591 1726773118.34425: Set connection var ansible_timeout to 10 6591 1726773118.34431: Set connection var ansible_pipelining to False 6591 1726773118.34435: Set connection var ansible_shell_executable to /bin/sh 6591 1726773118.34438: Set connection var ansible_shell_type to sh 6591 1726773118.34452: variable 'ansible_shell_executable' from source: unknown 6591 1726773118.34455: variable 'ansible_connection' from source: unknown 6591 1726773118.34459: variable 'ansible_module_compression' from source: unknown 6591 1726773118.34461: variable 'ansible_shell_type' from source: unknown 6591 1726773118.34464: variable 'ansible_shell_executable' from source: unknown 6591 1726773118.34466: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773118.34471: variable 'ansible_pipelining' from source: unknown 6591 1726773118.34473: variable 'ansible_timeout' from source: unknown 6591 1726773118.34476: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773118.34574: 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) 6591 1726773118.34583: variable 'omit' from source: magic vars 6591 1726773118.34587: starting attempt loop 6591 1726773118.34591: running the handler 6591 1726773118.34657: variable 'ansible_facts' from source: unknown 6591 1726773118.34742: _low_level_execute_command(): starting 6591 1726773118.34749: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773118.35239: 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 <<< 6591 1726773118.35257: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.35269: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.35285: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.35331: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773118.35343: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773118.35423: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773118.37044: stdout chunk (state=3): >>>/root <<< 6591 1726773118.37149: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773118.37197: stderr chunk (state=3): >>><<< 6591 1726773118.37200: stdout chunk (state=3): >>><<< 6591 1726773118.37219: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773118.37230: _low_level_execute_command(): starting 6591 1726773118.37235: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773118.372185-9711-113856172879524 `" && echo ansible-tmp-1726773118.372185-9711-113856172879524="` echo /root/.ansible/tmp/ansible-tmp-1726773118.372185-9711-113856172879524 `" ) && sleep 0' 6591 1726773118.37652: 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 <<< 6591 1726773118.37665: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.37683: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773118.37705: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.37749: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773118.37762: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773118.37831: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773118.39973: stdout chunk (state=3): >>>ansible-tmp-1726773118.372185-9711-113856172879524=/root/.ansible/tmp/ansible-tmp-1726773118.372185-9711-113856172879524 <<< 6591 1726773118.40085: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773118.40126: stderr chunk (state=3): >>><<< 6591 1726773118.40129: stdout chunk (state=3): >>><<< 6591 1726773118.40142: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773118.372185-9711-113856172879524=/root/.ansible/tmp/ansible-tmp-1726773118.372185-9711-113856172879524 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773118.40166: variable 'ansible_module_compression' from source: unknown 6591 1726773118.40208: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6591 1726773118.40247: variable 'ansible_facts' from source: unknown 6591 1726773118.40374: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773118.372185-9711-113856172879524/AnsiballZ_systemd.py 6591 1726773118.40477: Sending initial data 6591 1726773118.40487: Sent initial data (153 bytes) 6591 1726773118.41119: 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 <<< 6591 1726773118.41122: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.41158: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.41162: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773118.41165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.41217: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773118.41221: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773118.41287: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773118.43023: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773118.43077: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773118.43136: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpz9rogetw /root/.ansible/tmp/ansible-tmp-1726773118.372185-9711-113856172879524/AnsiballZ_systemd.py <<< 6591 1726773118.43196: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773118.44996: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773118.45078: stderr chunk (state=3): >>><<< 6591 1726773118.45083: stdout chunk (state=3): >>><<< 6591 1726773118.45100: done transferring module to remote 6591 1726773118.45110: _low_level_execute_command(): starting 6591 1726773118.45113: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773118.372185-9711-113856172879524/ /root/.ansible/tmp/ansible-tmp-1726773118.372185-9711-113856172879524/AnsiballZ_systemd.py && sleep 0' 6591 1726773118.45520: 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 <<< 6591 1726773118.45524: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.45555: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.45558: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773118.45560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.45608: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773118.45624: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773118.45686: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773118.47416: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773118.47455: stderr chunk (state=3): >>><<< 6591 1726773118.47459: stdout chunk (state=3): >>><<< 6591 1726773118.47470: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773118.47473: _low_level_execute_command(): starting 6591 1726773118.47479: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773118.372185-9711-113856172879524/AnsiballZ_systemd.py && sleep 0' 6591 1726773118.47872: 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 <<< 6591 1726773118.47885: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.47905: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773118.47917: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773118.47927: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.47969: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773118.47981: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773118.48055: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773118.73804: 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": "634", "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:30 EDT", "ExecMainStartTimestampMonotonic": "7007173", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "634", "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:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT] ; stop_time=[n/a] ; pid=634 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "2566", "MemoryCurrent": "20287488", "MemoryAvailable": "infinity", "CPUUsageNSec": "226347000", "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": <<< 6591 1726773118.73827: stdout chunk (state=3): >>>"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": "sysinit.target system.slice dbus.socket dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service tlp.service power-profiles-daemon.service cpupower.service shutdown.target", "Before": "shutdown.target multi-user.target", "After": "dbus-broker.service basic.target network.target sysinit.target polkit.service system.slice dbus.socket systemd-journald.socket systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:30 EDT", "StateChangeTimestampMonotonic": "7460869", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:30 EDT", "InactiveExitTimestampMonotonic": "7007371", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ActiveEnterTimestampMonotonic": "7460869", "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:30 EDT", "ConditionTimestampMonotonic": "7002467", "AssertTimestamp": "Thu 2024-09-19 15:11:30 EDT", "AssertTimestampMonotonic": "7002471", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "8b21b73e7a4e47a2b6fdf3f824ee6aa0", "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}}} <<< 6591 1726773118.75393: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773118.75454: stderr chunk (state=3): >>><<< 6591 1726773118.75457: stdout chunk (state=3): >>><<< 6591 1726773118.75482: _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": "634", "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:30 EDT", "ExecMainStartTimestampMonotonic": "7007173", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "634", "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:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT] ; stop_time=[n/a] ; pid=634 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "2566", "MemoryCurrent": "20287488", "MemoryAvailable": "infinity", "CPUUsageNSec": "226347000", "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": "sysinit.target system.slice dbus.socket dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service tlp.service power-profiles-daemon.service cpupower.service shutdown.target", "Before": "shutdown.target multi-user.target", "After": "dbus-broker.service basic.target network.target sysinit.target polkit.service system.slice dbus.socket systemd-journald.socket systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:30 EDT", "StateChangeTimestampMonotonic": "7460869", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:30 EDT", "InactiveExitTimestampMonotonic": "7007371", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ActiveEnterTimestampMonotonic": "7460869", "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:30 EDT", "ConditionTimestampMonotonic": "7002467", "AssertTimestamp": "Thu 2024-09-19 15:11:30 EDT", "AssertTimestampMonotonic": "7002471", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "8b21b73e7a4e47a2b6fdf3f824ee6aa0", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773118.75613: 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-1726773118.372185-9711-113856172879524/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773118.75628: _low_level_execute_command(): starting 6591 1726773118.75633: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773118.372185-9711-113856172879524/ > /dev/null 2>&1 && sleep 0' 6591 1726773118.76085: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773118.76097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773118.76104: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.76136: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.76148: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.76195: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773118.76213: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773118.76288: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773118.78086: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773118.78129: stderr chunk (state=3): >>><<< 6591 1726773118.78133: stdout chunk (state=3): >>><<< 6591 1726773118.78147: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773118.78153: handler run complete 6591 1726773118.78190: attempt loop complete, returning result 6591 1726773118.78206: variable 'item' from source: unknown 6591 1726773118.78264: variable 'item' from source: unknown ok: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ActiveEnterTimestampMonotonic": "7460869", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service basic.target network.target sysinit.target polkit.service system.slice dbus.socket systemd-journald.socket systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:11:30 EDT", "AssertTimestampMonotonic": "7002471", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "226347000", "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:30 EDT", "ConditionTimestampMonotonic": "7002467", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service tlp.service power-profiles-daemon.service cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "2566", "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": "634", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ExecMainStartTimestampMonotonic": "7007173", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT", "InactiveExitTimestampMonotonic": "7007371", "InvocationID": "8b21b73e7a4e47a2b6fdf3f824ee6aa0", "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": "634", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "20287488", "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": "sysinit.target system.slice dbus.socket dbus-broker.service", "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:30 EDT", "StateChangeTimestampMonotonic": "7460869", "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" } } 6591 1726773118.78681: dumping result to json 6591 1726773118.78685: done dumping result, returning 6591 1726773118.78687: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [1239c35c-e2e1-152b-fb99-0000000009f9] 6591 1726773118.78688: sending task result for task 1239c35c-e2e1-152b-fb99-0000000009f9 6591 1726773118.78772: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000009f9 6591 1726773118.78775: WORKER PROCESS EXITING 6591 1726773118.78848: no more pending results, returning what we have 6591 1726773118.78851: results queue empty 6591 1726773118.78851: checking for any_errors_fatal 6591 1726773118.78855: done checking for any_errors_fatal 6591 1726773118.78855: checking for max_fail_percentage 6591 1726773118.78856: done checking for max_fail_percentage 6591 1726773118.78857: checking to see if all hosts have failed and the running result is not ok 6591 1726773118.78857: done checking to see if all hosts have failed 6591 1726773118.78858: getting the remaining hosts for this loop 6591 1726773118.78858: done getting the remaining hosts for this loop 6591 1726773118.78861: getting the next task for host managed_node2 6591 1726773118.78865: done getting next task for host managed_node2 6591 1726773118.78867: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6591 1726773118.78869: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773118.78875: getting variables 6591 1726773118.78877: in VariableManager get_vars() 6591 1726773118.78899: Calling all_inventory to load vars for managed_node2 6591 1726773118.78901: Calling groups_inventory to load vars for managed_node2 6591 1726773118.78902: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773118.78912: Calling all_plugins_play to load vars for managed_node2 6591 1726773118.78914: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773118.78915: Calling groups_plugins_play to load vars for managed_node2 6591 1726773118.79021: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773118.79153: done with get_vars() 6591 1726773118.79162: 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:58 -0400 (0:00:00.460) 0:01:36.262 **** 6591 1726773118.79231: entering _queue_task() for managed_node2/file 6591 1726773118.79403: worker is 1 (out of 1 available) 6591 1726773118.79418: exiting _queue_task() for managed_node2/file 6591 1726773118.79431: done queuing things up, now waiting for results queue to drain 6591 1726773118.79432: waiting for pending results... 6591 1726773118.79605: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6591 1726773118.79669: in run() - task 1239c35c-e2e1-152b-fb99-0000000009fa 6591 1726773118.79684: variable 'ansible_search_path' from source: unknown 6591 1726773118.79688: variable 'ansible_search_path' from source: unknown 6591 1726773118.79719: calling self._execute() 6591 1726773118.79788: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773118.79793: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773118.79801: variable 'omit' from source: magic vars 6591 1726773118.79878: variable 'omit' from source: magic vars 6591 1726773118.79915: variable 'omit' from source: magic vars 6591 1726773118.79936: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773118.80154: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773118.80226: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773118.80231: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773118.80267: variable 'omit' from source: magic vars 6591 1726773118.80300: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773118.80329: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773118.80345: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773118.80357: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773118.80367: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773118.80392: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773118.80396: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773118.80398: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773118.80468: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773118.80471: Set connection var ansible_connection to ssh 6591 1726773118.80479: Set connection var ansible_timeout to 10 6591 1726773118.80486: Set connection var ansible_pipelining to False 6591 1726773118.80491: Set connection var ansible_shell_executable to /bin/sh 6591 1726773118.80493: Set connection var ansible_shell_type to sh 6591 1726773118.80511: variable 'ansible_shell_executable' from source: unknown 6591 1726773118.80514: variable 'ansible_connection' from source: unknown 6591 1726773118.80516: variable 'ansible_module_compression' from source: unknown 6591 1726773118.80518: variable 'ansible_shell_type' from source: unknown 6591 1726773118.80520: variable 'ansible_shell_executable' from source: unknown 6591 1726773118.80524: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773118.80527: variable 'ansible_pipelining' from source: unknown 6591 1726773118.80532: variable 'ansible_timeout' from source: unknown 6591 1726773118.80534: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773118.80675: 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) 6591 1726773118.80687: variable 'omit' from source: magic vars 6591 1726773118.80692: starting attempt loop 6591 1726773118.80694: running the handler 6591 1726773118.80708: _low_level_execute_command(): starting 6591 1726773118.80715: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773118.81200: 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 <<< 6591 1726773118.81218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.81230: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773118.81242: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773118.81253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.81302: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773118.81322: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773118.81388: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773118.82916: stdout chunk (state=3): >>>/root <<< 6591 1726773118.83017: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773118.83060: stderr chunk (state=3): >>><<< 6591 1726773118.83064: stdout chunk (state=3): >>><<< 6591 1726773118.83083: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773118.83092: _low_level_execute_command(): starting 6591 1726773118.83097: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773118.8307981-9722-256844272365673 `" && echo ansible-tmp-1726773118.8307981-9722-256844272365673="` echo /root/.ansible/tmp/ansible-tmp-1726773118.8307981-9722-256844272365673 `" ) && sleep 0' 6591 1726773118.83512: 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 <<< 6591 1726773118.83524: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.83541: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773118.83565: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.83611: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773118.83627: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773118.83687: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773118.85773: stdout chunk (state=3): >>>ansible-tmp-1726773118.8307981-9722-256844272365673=/root/.ansible/tmp/ansible-tmp-1726773118.8307981-9722-256844272365673 <<< 6591 1726773118.85880: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773118.85922: stderr chunk (state=3): >>><<< 6591 1726773118.85926: stdout chunk (state=3): >>><<< 6591 1726773118.85938: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773118.8307981-9722-256844272365673=/root/.ansible/tmp/ansible-tmp-1726773118.8307981-9722-256844272365673 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773118.85971: variable 'ansible_module_compression' from source: unknown 6591 1726773118.86013: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6591 1726773118.86040: variable 'ansible_facts' from source: unknown 6591 1726773118.86095: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773118.8307981-9722-256844272365673/AnsiballZ_file.py 6591 1726773118.86192: Sending initial data 6591 1726773118.86202: Sent initial data (151 bytes) 6591 1726773118.86829: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773118.86833: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.86864: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.86867: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773118.86869: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.86927: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773118.86934: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773118.86998: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773118.88675: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773118.88733: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773118.88795: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpaad_xpxd /root/.ansible/tmp/ansible-tmp-1726773118.8307981-9722-256844272365673/AnsiballZ_file.py <<< 6591 1726773118.88852: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773118.89731: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773118.89813: stderr chunk (state=3): >>><<< 6591 1726773118.89816: stdout chunk (state=3): >>><<< 6591 1726773118.89831: done transferring module to remote 6591 1726773118.89839: _low_level_execute_command(): starting 6591 1726773118.89843: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773118.8307981-9722-256844272365673/ /root/.ansible/tmp/ansible-tmp-1726773118.8307981-9722-256844272365673/AnsiballZ_file.py && sleep 0' 6591 1726773118.90245: 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 <<< 6591 1726773118.90249: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.90264: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.90276: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.90324: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773118.90346: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773118.90404: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773118.92081: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773118.92124: stderr chunk (state=3): >>><<< 6591 1726773118.92127: stdout chunk (state=3): >>><<< 6591 1726773118.92138: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773118.92141: _low_level_execute_command(): starting 6591 1726773118.92146: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773118.8307981-9722-256844272365673/AnsiballZ_file.py && sleep 0' 6591 1726773118.92536: 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 <<< 6591 1726773118.92549: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773118.92567: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773118.92578: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773118.92593: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773118.92635: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773118.92652: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773118.92717: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773119.06961: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings"}, "after": {"path": "/etc/tuned/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773119.08023: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773119.08074: stderr chunk (state=3): >>><<< 6591 1726773119.08077: stdout chunk (state=3): >>><<< 6591 1726773119.08095: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings"}, "after": {"path": "/etc/tuned/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773119.08129: 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-1726773118.8307981-9722-256844272365673/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773119.08136: _low_level_execute_command(): starting 6591 1726773119.08141: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773118.8307981-9722-256844272365673/ > /dev/null 2>&1 && sleep 0' 6591 1726773119.08574: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773119.08591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.08610: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773119.08622: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773119.08635: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.08673: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773119.08687: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773119.08757: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773119.10569: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773119.10613: stderr chunk (state=3): >>><<< 6591 1726773119.10617: stdout chunk (state=3): >>><<< 6591 1726773119.10628: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773119.10634: handler run complete 6591 1726773119.10654: attempt loop complete, returning result 6591 1726773119.10656: _execute() done 6591 1726773119.10659: dumping result to json 6591 1726773119.10664: done dumping result, returning 6591 1726773119.10672: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [1239c35c-e2e1-152b-fb99-0000000009fa] 6591 1726773119.10677: sending task result for task 1239c35c-e2e1-152b-fb99-0000000009fa 6591 1726773119.10782: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000009fa 6591 1726773119.10785: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "state": "directory", "uid": 0 } 6591 1726773119.10867: no more pending results, returning what we have 6591 1726773119.10870: results queue empty 6591 1726773119.10872: checking for any_errors_fatal 6591 1726773119.10887: done checking for any_errors_fatal 6591 1726773119.10888: checking for max_fail_percentage 6591 1726773119.10890: done checking for max_fail_percentage 6591 1726773119.10891: checking to see if all hosts have failed and the running result is not ok 6591 1726773119.10891: done checking to see if all hosts have failed 6591 1726773119.10892: getting the remaining hosts for this loop 6591 1726773119.10893: done getting the remaining hosts for this loop 6591 1726773119.10896: getting the next task for host managed_node2 6591 1726773119.10902: done getting next task for host managed_node2 6591 1726773119.10907: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6591 1726773119.10910: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773119.10920: getting variables 6591 1726773119.10921: in VariableManager get_vars() 6591 1726773119.10953: Calling all_inventory to load vars for managed_node2 6591 1726773119.10956: Calling groups_inventory to load vars for managed_node2 6591 1726773119.10959: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773119.10966: Calling all_plugins_play to load vars for managed_node2 6591 1726773119.10968: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773119.10969: Calling groups_plugins_play to load vars for managed_node2 6591 1726773119.11075: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773119.11197: done with get_vars() 6591 1726773119.11206: 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:59 -0400 (0:00:00.320) 0:01:36.583 **** 6591 1726773119.11271: entering _queue_task() for managed_node2/slurp 6591 1726773119.11444: worker is 1 (out of 1 available) 6591 1726773119.11455: exiting _queue_task() for managed_node2/slurp 6591 1726773119.11467: done queuing things up, now waiting for results queue to drain 6591 1726773119.11468: waiting for pending results... 6591 1726773119.11649: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6591 1726773119.11721: in run() - task 1239c35c-e2e1-152b-fb99-0000000009fb 6591 1726773119.11733: variable 'ansible_search_path' from source: unknown 6591 1726773119.11736: variable 'ansible_search_path' from source: unknown 6591 1726773119.11764: calling self._execute() 6591 1726773119.11831: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773119.11835: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773119.11843: variable 'omit' from source: magic vars 6591 1726773119.11921: variable 'omit' from source: magic vars 6591 1726773119.11956: variable 'omit' from source: magic vars 6591 1726773119.11977: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773119.12188: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773119.12248: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773119.12275: variable 'omit' from source: magic vars 6591 1726773119.12310: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773119.12336: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773119.12353: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773119.12366: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773119.12376: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773119.12401: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773119.12407: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773119.12409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773119.12475: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773119.12478: Set connection var ansible_connection to ssh 6591 1726773119.12488: Set connection var ansible_timeout to 10 6591 1726773119.12492: Set connection var ansible_pipelining to False 6591 1726773119.12497: Set connection var ansible_shell_executable to /bin/sh 6591 1726773119.12500: Set connection var ansible_shell_type to sh 6591 1726773119.12518: variable 'ansible_shell_executable' from source: unknown 6591 1726773119.12521: variable 'ansible_connection' from source: unknown 6591 1726773119.12523: variable 'ansible_module_compression' from source: unknown 6591 1726773119.12525: variable 'ansible_shell_type' from source: unknown 6591 1726773119.12528: variable 'ansible_shell_executable' from source: unknown 6591 1726773119.12530: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773119.12534: variable 'ansible_pipelining' from source: unknown 6591 1726773119.12539: variable 'ansible_timeout' from source: unknown 6591 1726773119.12543: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773119.12685: 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) 6591 1726773119.12695: variable 'omit' from source: magic vars 6591 1726773119.12699: starting attempt loop 6591 1726773119.12702: running the handler 6591 1726773119.12715: _low_level_execute_command(): starting 6591 1726773119.12721: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773119.13195: 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 <<< 6591 1726773119.13212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.13227: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.13240: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.13287: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773119.13297: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773119.13369: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773119.14898: stdout chunk (state=3): >>>/root <<< 6591 1726773119.15001: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773119.15045: stderr chunk (state=3): >>><<< 6591 1726773119.15048: stdout chunk (state=3): >>><<< 6591 1726773119.15064: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773119.15075: _low_level_execute_command(): starting 6591 1726773119.15083: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773119.1506379-9730-199150337925015 `" && echo ansible-tmp-1726773119.1506379-9730-199150337925015="` echo /root/.ansible/tmp/ansible-tmp-1726773119.1506379-9730-199150337925015 `" ) && sleep 0' 6591 1726773119.15483: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773119.15496: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.15511: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773119.15522: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773119.15539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.15582: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773119.15585: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773119.15595: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773119.15673: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773119.17662: stdout chunk (state=3): >>>ansible-tmp-1726773119.1506379-9730-199150337925015=/root/.ansible/tmp/ansible-tmp-1726773119.1506379-9730-199150337925015 <<< 6591 1726773119.17766: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773119.17809: stderr chunk (state=3): >>><<< 6591 1726773119.17812: stdout chunk (state=3): >>><<< 6591 1726773119.17825: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773119.1506379-9730-199150337925015=/root/.ansible/tmp/ansible-tmp-1726773119.1506379-9730-199150337925015 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773119.17857: variable 'ansible_module_compression' from source: unknown 6591 1726773119.17886: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 6591 1726773119.17912: variable 'ansible_facts' from source: unknown 6591 1726773119.17972: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773119.1506379-9730-199150337925015/AnsiballZ_slurp.py 6591 1726773119.18138: Sending initial data 6591 1726773119.18147: Sent initial data (152 bytes) 6591 1726773119.18711: 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 <<< 6591 1726773119.18717: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.18762: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.18765: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773119.18768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.18823: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773119.18830: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773119.18893: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773119.20570: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 <<< 6591 1726773119.20576: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773119.20627: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773119.20689: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpammvd4m2 /root/.ansible/tmp/ansible-tmp-1726773119.1506379-9730-199150337925015/AnsiballZ_slurp.py <<< 6591 1726773119.20749: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773119.21582: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773119.21662: stderr chunk (state=3): >>><<< 6591 1726773119.21665: stdout chunk (state=3): >>><<< 6591 1726773119.21679: done transferring module to remote 6591 1726773119.21689: _low_level_execute_command(): starting 6591 1726773119.21692: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773119.1506379-9730-199150337925015/ /root/.ansible/tmp/ansible-tmp-1726773119.1506379-9730-199150337925015/AnsiballZ_slurp.py && sleep 0' 6591 1726773119.22095: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773119.22099: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.22133: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.22136: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773119.22139: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.22195: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773119.22201: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773119.22257: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773119.23937: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773119.23975: stderr chunk (state=3): >>><<< 6591 1726773119.23981: stdout chunk (state=3): >>><<< 6591 1726773119.23993: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773119.23999: _low_level_execute_command(): starting 6591 1726773119.24002: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773119.1506379-9730-199150337925015/AnsiballZ_slurp.py && sleep 0' 6591 1726773119.24395: 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 <<< 6591 1726773119.24398: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.24433: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.24436: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773119.24439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.24496: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773119.24499: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773119.24565: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773119.37920: 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"}}} <<< 6591 1726773119.38880: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773119.38932: stderr chunk (state=3): >>><<< 6591 1726773119.38935: stdout chunk (state=3): >>><<< 6591 1726773119.38948: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773119.38972: 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-1726773119.1506379-9730-199150337925015/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773119.38981: _low_level_execute_command(): starting 6591 1726773119.38984: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773119.1506379-9730-199150337925015/ > /dev/null 2>&1 && sleep 0' 6591 1726773119.39410: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773119.39423: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.39440: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773119.39451: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773119.39460: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.39510: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773119.39526: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773119.39589: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773119.41352: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773119.41395: stderr chunk (state=3): >>><<< 6591 1726773119.41398: stdout chunk (state=3): >>><<< 6591 1726773119.41414: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773119.41418: handler run complete 6591 1726773119.41432: attempt loop complete, returning result 6591 1726773119.41435: _execute() done 6591 1726773119.41437: dumping result to json 6591 1726773119.41439: done dumping result, returning 6591 1726773119.41448: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [1239c35c-e2e1-152b-fb99-0000000009fb] 6591 1726773119.41455: sending task result for task 1239c35c-e2e1-152b-fb99-0000000009fb 6591 1726773119.41547: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000009fb 6591 1726773119.41550: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6591 1726773119.41621: no more pending results, returning what we have 6591 1726773119.41624: results queue empty 6591 1726773119.41626: checking for any_errors_fatal 6591 1726773119.41634: done checking for any_errors_fatal 6591 1726773119.41635: checking for max_fail_percentage 6591 1726773119.41636: done checking for max_fail_percentage 6591 1726773119.41637: checking to see if all hosts have failed and the running result is not ok 6591 1726773119.41638: done checking to see if all hosts have failed 6591 1726773119.41639: getting the remaining hosts for this loop 6591 1726773119.41640: done getting the remaining hosts for this loop 6591 1726773119.41644: getting the next task for host managed_node2 6591 1726773119.41650: done getting next task for host managed_node2 6591 1726773119.41653: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6591 1726773119.41656: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773119.41665: getting variables 6591 1726773119.41666: in VariableManager get_vars() 6591 1726773119.41702: Calling all_inventory to load vars for managed_node2 6591 1726773119.41707: Calling groups_inventory to load vars for managed_node2 6591 1726773119.41709: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773119.41718: Calling all_plugins_play to load vars for managed_node2 6591 1726773119.41720: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773119.41723: Calling groups_plugins_play to load vars for managed_node2 6591 1726773119.41831: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773119.41954: done with get_vars() 6591 1726773119.41963: done getting variables 6591 1726773119.42008: 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:59 -0400 (0:00:00.307) 0:01:36.890 **** 6591 1726773119.42031: entering _queue_task() for managed_node2/set_fact 6591 1726773119.42203: worker is 1 (out of 1 available) 6591 1726773119.42218: exiting _queue_task() for managed_node2/set_fact 6591 1726773119.42230: done queuing things up, now waiting for results queue to drain 6591 1726773119.42232: waiting for pending results... 6591 1726773119.42406: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6591 1726773119.42476: in run() - task 1239c35c-e2e1-152b-fb99-0000000009fc 6591 1726773119.42489: variable 'ansible_search_path' from source: unknown 6591 1726773119.42492: variable 'ansible_search_path' from source: unknown 6591 1726773119.42523: calling self._execute() 6591 1726773119.42669: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773119.42673: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773119.42682: variable 'omit' from source: magic vars 6591 1726773119.42757: variable 'omit' from source: magic vars 6591 1726773119.42789: variable 'omit' from source: magic vars 6591 1726773119.43059: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773119.43067: variable '__cur_profile' from source: task vars 6591 1726773119.43167: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773119.44589: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773119.44640: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773119.44666: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773119.44692: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773119.44715: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773119.44771: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773119.44791: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773119.44810: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773119.44836: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773119.44848: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773119.44921: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6591 1726773119.44957: variable 'omit' from source: magic vars 6591 1726773119.44975: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773119.44997: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773119.45011: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773119.45024: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773119.45033: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773119.45054: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773119.45058: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773119.45061: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773119.45126: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773119.45129: Set connection var ansible_connection to ssh 6591 1726773119.45136: Set connection var ansible_timeout to 10 6591 1726773119.45141: Set connection var ansible_pipelining to False 6591 1726773119.45147: Set connection var ansible_shell_executable to /bin/sh 6591 1726773119.45149: Set connection var ansible_shell_type to sh 6591 1726773119.45165: variable 'ansible_shell_executable' from source: unknown 6591 1726773119.45168: variable 'ansible_connection' from source: unknown 6591 1726773119.45172: variable 'ansible_module_compression' from source: unknown 6591 1726773119.45174: variable 'ansible_shell_type' from source: unknown 6591 1726773119.45176: variable 'ansible_shell_executable' from source: unknown 6591 1726773119.45181: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773119.45183: variable 'ansible_pipelining' from source: unknown 6591 1726773119.45185: variable 'ansible_timeout' from source: unknown 6591 1726773119.45188: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773119.45255: 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) 6591 1726773119.45263: variable 'omit' from source: magic vars 6591 1726773119.45268: starting attempt loop 6591 1726773119.45270: running the handler 6591 1726773119.45282: handler run complete 6591 1726773119.45288: attempt loop complete, returning result 6591 1726773119.45291: _execute() done 6591 1726773119.45293: dumping result to json 6591 1726773119.45296: done dumping result, returning 6591 1726773119.45304: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [1239c35c-e2e1-152b-fb99-0000000009fc] 6591 1726773119.45311: sending task result for task 1239c35c-e2e1-152b-fb99-0000000009fc 6591 1726773119.45386: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000009fc 6591 1726773119.45389: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 6591 1726773119.45545: no more pending results, returning what we have 6591 1726773119.45548: results queue empty 6591 1726773119.45548: checking for any_errors_fatal 6591 1726773119.45551: done checking for any_errors_fatal 6591 1726773119.45551: checking for max_fail_percentage 6591 1726773119.45552: done checking for max_fail_percentage 6591 1726773119.45553: checking to see if all hosts have failed and the running result is not ok 6591 1726773119.45553: done checking to see if all hosts have failed 6591 1726773119.45554: getting the remaining hosts for this loop 6591 1726773119.45555: done getting the remaining hosts for this loop 6591 1726773119.45557: getting the next task for host managed_node2 6591 1726773119.45561: done getting next task for host managed_node2 6591 1726773119.45563: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6591 1726773119.45565: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773119.45575: getting variables 6591 1726773119.45576: in VariableManager get_vars() 6591 1726773119.45597: Calling all_inventory to load vars for managed_node2 6591 1726773119.45599: Calling groups_inventory to load vars for managed_node2 6591 1726773119.45601: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773119.45609: Calling all_plugins_play to load vars for managed_node2 6591 1726773119.45611: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773119.45612: Calling groups_plugins_play to load vars for managed_node2 6591 1726773119.45706: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773119.45822: done with get_vars() 6591 1726773119.45829: done getting variables 6591 1726773119.45866: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:11:59 -0400 (0:00:00.038) 0:01:36.929 **** 6591 1726773119.45890: entering _queue_task() for managed_node2/copy 6591 1726773119.46055: worker is 1 (out of 1 available) 6591 1726773119.46068: exiting _queue_task() for managed_node2/copy 6591 1726773119.46082: done queuing things up, now waiting for results queue to drain 6591 1726773119.46084: waiting for pending results... 6591 1726773119.46255: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6591 1726773119.46327: in run() - task 1239c35c-e2e1-152b-fb99-0000000009fd 6591 1726773119.46339: variable 'ansible_search_path' from source: unknown 6591 1726773119.46343: variable 'ansible_search_path' from source: unknown 6591 1726773119.46372: calling self._execute() 6591 1726773119.46445: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773119.46448: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773119.46457: variable 'omit' from source: magic vars 6591 1726773119.46533: variable 'omit' from source: magic vars 6591 1726773119.46563: variable 'omit' from source: magic vars 6591 1726773119.46586: variable '__kernel_settings_active_profile' from source: set_fact 6591 1726773119.46798: variable '__kernel_settings_active_profile' from source: set_fact 6591 1726773119.46819: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773119.46871: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773119.46927: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773119.46950: variable 'omit' from source: magic vars 6591 1726773119.46982: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773119.47010: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773119.47025: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773119.47037: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773119.47047: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773119.47070: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773119.47073: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773119.47075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773119.47147: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773119.47150: Set connection var ansible_connection to ssh 6591 1726773119.47158: Set connection var ansible_timeout to 10 6591 1726773119.47162: Set connection var ansible_pipelining to False 6591 1726773119.47167: Set connection var ansible_shell_executable to /bin/sh 6591 1726773119.47170: Set connection var ansible_shell_type to sh 6591 1726773119.47188: variable 'ansible_shell_executable' from source: unknown 6591 1726773119.47196: variable 'ansible_connection' from source: unknown 6591 1726773119.47198: variable 'ansible_module_compression' from source: unknown 6591 1726773119.47201: variable 'ansible_shell_type' from source: unknown 6591 1726773119.47205: variable 'ansible_shell_executable' from source: unknown 6591 1726773119.47207: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773119.47211: variable 'ansible_pipelining' from source: unknown 6591 1726773119.47214: variable 'ansible_timeout' from source: unknown 6591 1726773119.47218: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773119.47309: 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) 6591 1726773119.47319: variable 'omit' from source: magic vars 6591 1726773119.47324: starting attempt loop 6591 1726773119.47327: running the handler 6591 1726773119.47336: _low_level_execute_command(): starting 6591 1726773119.47343: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773119.47834: 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 <<< 6591 1726773119.47854: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.47868: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6591 1726773119.47881: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.47931: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773119.47945: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773119.48013: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773119.49569: stdout chunk (state=3): >>>/root <<< 6591 1726773119.49667: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773119.49712: stderr chunk (state=3): >>><<< 6591 1726773119.49715: stdout chunk (state=3): >>><<< 6591 1726773119.49733: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773119.49744: _low_level_execute_command(): starting 6591 1726773119.49749: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773119.4973214-9739-11624253204826 `" && echo ansible-tmp-1726773119.4973214-9739-11624253204826="` echo /root/.ansible/tmp/ansible-tmp-1726773119.4973214-9739-11624253204826 `" ) && sleep 0' 6591 1726773119.50159: 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 <<< 6591 1726773119.50172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.50192: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.50210: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.50255: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773119.50272: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773119.50331: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773119.52532: stdout chunk (state=3): >>>ansible-tmp-1726773119.4973214-9739-11624253204826=/root/.ansible/tmp/ansible-tmp-1726773119.4973214-9739-11624253204826 <<< 6591 1726773119.52643: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773119.52684: stderr chunk (state=3): >>><<< 6591 1726773119.52687: stdout chunk (state=3): >>><<< 6591 1726773119.52700: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773119.4973214-9739-11624253204826=/root/.ansible/tmp/ansible-tmp-1726773119.4973214-9739-11624253204826 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773119.52793: variable 'ansible_module_compression' from source: unknown 6591 1726773119.52838: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773119.52864: variable 'ansible_facts' from source: unknown 6591 1726773119.52925: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773119.4973214-9739-11624253204826/AnsiballZ_stat.py 6591 1726773119.53012: Sending initial data 6591 1726773119.53022: Sent initial data (150 bytes) 6591 1726773119.53639: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773119.53642: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.53672: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.53676: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773119.53681: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.53731: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773119.53734: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773119.53800: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773119.55476: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 <<< 6591 1726773119.55487: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773119.55537: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773119.55600: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp1javpt43 /root/.ansible/tmp/ansible-tmp-1726773119.4973214-9739-11624253204826/AnsiballZ_stat.py <<< 6591 1726773119.55657: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773119.56497: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773119.56578: stderr chunk (state=3): >>><<< 6591 1726773119.56582: stdout chunk (state=3): >>><<< 6591 1726773119.56598: done transferring module to remote 6591 1726773119.56607: _low_level_execute_command(): starting 6591 1726773119.56612: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773119.4973214-9739-11624253204826/ /root/.ansible/tmp/ansible-tmp-1726773119.4973214-9739-11624253204826/AnsiballZ_stat.py && sleep 0' 6591 1726773119.57002: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773119.57017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.57033: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773119.57045: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773119.57053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.57095: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773119.57110: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773119.57175: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773119.58869: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773119.58913: stderr chunk (state=3): >>><<< 6591 1726773119.58916: stdout chunk (state=3): >>><<< 6591 1726773119.58928: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773119.58931: _low_level_execute_command(): starting 6591 1726773119.58935: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773119.4973214-9739-11624253204826/AnsiballZ_stat.py && sleep 0' 6591 1726773119.59323: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773119.59329: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.59359: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.59371: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.59418: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773119.59430: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773119.59502: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773119.73870: 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": 102760579, "dev": 51713, "nlink": 1, "atime": 1726773119.377279, "mtime": 1726773113.372306, "ctime": 1726773113.372306, "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": "256433983", "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}}} <<< 6591 1726773119.75067: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773119.75124: stderr chunk (state=3): >>><<< 6591 1726773119.75127: stdout chunk (state=3): >>><<< 6591 1726773119.75143: _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": 102760579, "dev": 51713, "nlink": 1, "atime": 1726773119.377279, "mtime": 1726773113.372306, "ctime": 1726773113.372306, "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": "256433983", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773119.75192: 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-1726773119.4973214-9739-11624253204826/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773119.75228: variable 'ansible_module_compression' from source: unknown 6591 1726773119.75260: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6591 1726773119.75274: variable 'ansible_facts' from source: unknown 6591 1726773119.75326: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773119.4973214-9739-11624253204826/AnsiballZ_file.py 6591 1726773119.75424: Sending initial data 6591 1726773119.75428: Sent initial data (150 bytes) 6591 1726773119.76077: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773119.76090: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.76119: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.76131: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.76178: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773119.76191: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773119.76265: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773119.78030: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773119.78086: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773119.78152: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp48_i38cd /root/.ansible/tmp/ansible-tmp-1726773119.4973214-9739-11624253204826/AnsiballZ_file.py <<< 6591 1726773119.78215: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773119.79081: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773119.79165: stderr chunk (state=3): >>><<< 6591 1726773119.79170: stdout chunk (state=3): >>><<< 6591 1726773119.79186: done transferring module to remote 6591 1726773119.79193: _low_level_execute_command(): starting 6591 1726773119.79198: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773119.4973214-9739-11624253204826/ /root/.ansible/tmp/ansible-tmp-1726773119.4973214-9739-11624253204826/AnsiballZ_file.py && sleep 0' 6591 1726773119.79602: 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 <<< 6591 1726773119.79610: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.79655: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.79658: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773119.79660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.79716: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773119.79719: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773119.79787: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773119.81507: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773119.81549: stderr chunk (state=3): >>><<< 6591 1726773119.81552: stdout chunk (state=3): >>><<< 6591 1726773119.81564: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773119.81567: _low_level_execute_command(): starting 6591 1726773119.81573: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773119.4973214-9739-11624253204826/AnsiballZ_file.py && sleep 0' 6591 1726773119.81970: 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 <<< 6591 1726773119.81976: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.82008: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.82022: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.82032: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.82072: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773119.82092: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773119.82157: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773119.96692: stdout chunk (state=3): >>> {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": ".03bz_jib", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773119.97767: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773119.97823: stderr chunk (state=3): >>><<< 6591 1726773119.97827: stdout chunk (state=3): >>><<< 6591 1726773119.97843: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": ".03bz_jib", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773119.97870: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.03bz_jib', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773119.4973214-9739-11624253204826/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773119.97881: _low_level_execute_command(): starting 6591 1726773119.97887: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773119.4973214-9739-11624253204826/ > /dev/null 2>&1 && sleep 0' 6591 1726773119.98328: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773119.98334: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773119.98365: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.98377: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773119.98426: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773119.98439: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773119.98512: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.00315: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773120.00359: stderr chunk (state=3): >>><<< 6591 1726773120.00364: stdout chunk (state=3): >>><<< 6591 1726773120.00380: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773120.00385: handler run complete 6591 1726773120.00408: attempt loop complete, returning result 6591 1726773120.00411: _execute() done 6591 1726773120.00413: dumping result to json 6591 1726773120.00418: done dumping result, returning 6591 1726773120.00427: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [1239c35c-e2e1-152b-fb99-0000000009fd] 6591 1726773120.00433: sending task result for task 1239c35c-e2e1-152b-fb99-0000000009fd 6591 1726773120.00544: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000009fd 6591 1726773120.00548: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/active_profile", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "state": "file", "uid": 0 } 6591 1726773120.00650: no more pending results, returning what we have 6591 1726773120.00653: results queue empty 6591 1726773120.00654: checking for any_errors_fatal 6591 1726773120.00659: done checking for any_errors_fatal 6591 1726773120.00660: checking for max_fail_percentage 6591 1726773120.00661: done checking for max_fail_percentage 6591 1726773120.00662: checking to see if all hosts have failed and the running result is not ok 6591 1726773120.00663: done checking to see if all hosts have failed 6591 1726773120.00663: getting the remaining hosts for this loop 6591 1726773120.00664: done getting the remaining hosts for this loop 6591 1726773120.00668: getting the next task for host managed_node2 6591 1726773120.00673: done getting next task for host managed_node2 6591 1726773120.00676: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6591 1726773120.00679: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773120.00689: getting variables 6591 1726773120.00690: in VariableManager get_vars() 6591 1726773120.00725: Calling all_inventory to load vars for managed_node2 6591 1726773120.00728: Calling groups_inventory to load vars for managed_node2 6591 1726773120.00729: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773120.00737: Calling all_plugins_play to load vars for managed_node2 6591 1726773120.00739: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773120.00740: Calling groups_plugins_play to load vars for managed_node2 6591 1726773120.00848: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773120.00995: done with get_vars() 6591 1726773120.01004: done getting variables 6591 1726773120.01046: 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:12:00 -0400 (0:00:00.551) 0:01:37.481 **** 6591 1726773120.01067: entering _queue_task() for managed_node2/copy 6591 1726773120.01244: worker is 1 (out of 1 available) 6591 1726773120.01256: exiting _queue_task() for managed_node2/copy 6591 1726773120.01269: done queuing things up, now waiting for results queue to drain 6591 1726773120.01270: waiting for pending results... 6591 1726773120.01450: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6591 1726773120.01527: in run() - task 1239c35c-e2e1-152b-fb99-0000000009fe 6591 1726773120.01538: variable 'ansible_search_path' from source: unknown 6591 1726773120.01543: variable 'ansible_search_path' from source: unknown 6591 1726773120.01571: calling self._execute() 6591 1726773120.01637: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773120.01641: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773120.01649: variable 'omit' from source: magic vars 6591 1726773120.01727: variable 'omit' from source: magic vars 6591 1726773120.01759: variable 'omit' from source: magic vars 6591 1726773120.01780: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6591 1726773120.01995: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6591 1726773120.02055: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773120.02086: variable 'omit' from source: magic vars 6591 1726773120.02119: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773120.02146: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773120.02162: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773120.02174: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773120.02187: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773120.02211: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773120.02214: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773120.02216: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773120.02285: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773120.02288: Set connection var ansible_connection to ssh 6591 1726773120.02296: Set connection var ansible_timeout to 10 6591 1726773120.02301: Set connection var ansible_pipelining to False 6591 1726773120.02308: Set connection var ansible_shell_executable to /bin/sh 6591 1726773120.02311: Set connection var ansible_shell_type to sh 6591 1726773120.02326: variable 'ansible_shell_executable' from source: unknown 6591 1726773120.02329: variable 'ansible_connection' from source: unknown 6591 1726773120.02331: variable 'ansible_module_compression' from source: unknown 6591 1726773120.02333: variable 'ansible_shell_type' from source: unknown 6591 1726773120.02335: variable 'ansible_shell_executable' from source: unknown 6591 1726773120.02337: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773120.02342: variable 'ansible_pipelining' from source: unknown 6591 1726773120.02345: variable 'ansible_timeout' from source: unknown 6591 1726773120.02349: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773120.02449: 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) 6591 1726773120.02458: variable 'omit' from source: magic vars 6591 1726773120.02463: starting attempt loop 6591 1726773120.02468: running the handler 6591 1726773120.02476: _low_level_execute_command(): starting 6591 1726773120.02486: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773120.02965: 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 <<< 6591 1726773120.02985: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.02999: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6591 1726773120.03016: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.03061: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773120.03074: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.03147: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.04754: stdout chunk (state=3): >>>/root <<< 6591 1726773120.04853: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773120.04897: stderr chunk (state=3): >>><<< 6591 1726773120.04901: stdout chunk (state=3): >>><<< 6591 1726773120.04920: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773120.04932: _low_level_execute_command(): starting 6591 1726773120.04937: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773120.0492013-9754-236448290954501 `" && echo ansible-tmp-1726773120.0492013-9754-236448290954501="` echo /root/.ansible/tmp/ansible-tmp-1726773120.0492013-9754-236448290954501 `" ) && sleep 0' 6591 1726773120.05345: 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 <<< 6591 1726773120.05357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.05376: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773120.05397: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.05443: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773120.05460: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.05521: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.07801: stdout chunk (state=3): >>>ansible-tmp-1726773120.0492013-9754-236448290954501=/root/.ansible/tmp/ansible-tmp-1726773120.0492013-9754-236448290954501 <<< 6591 1726773120.07912: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773120.07957: stderr chunk (state=3): >>><<< 6591 1726773120.07960: stdout chunk (state=3): >>><<< 6591 1726773120.07973: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773120.0492013-9754-236448290954501=/root/.ansible/tmp/ansible-tmp-1726773120.0492013-9754-236448290954501 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773120.08043: variable 'ansible_module_compression' from source: unknown 6591 1726773120.08089: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773120.08117: variable 'ansible_facts' from source: unknown 6591 1726773120.08180: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773120.0492013-9754-236448290954501/AnsiballZ_stat.py 6591 1726773120.08265: Sending initial data 6591 1726773120.08275: Sent initial data (151 bytes) 6591 1726773120.08925: 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 <<< 6591 1726773120.08929: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.08961: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773120.08965: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773120.08967: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773120.08969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.09024: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773120.09031: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773120.09033: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.09091: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.10778: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773120.10835: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773120.10893: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmppiop_ns9 /root/.ansible/tmp/ansible-tmp-1726773120.0492013-9754-236448290954501/AnsiballZ_stat.py <<< 6591 1726773120.10955: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773120.11790: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773120.11885: stderr chunk (state=3): >>><<< 6591 1726773120.11889: stdout chunk (state=3): >>><<< 6591 1726773120.11907: done transferring module to remote 6591 1726773120.11916: _low_level_execute_command(): starting 6591 1726773120.11921: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773120.0492013-9754-236448290954501/ /root/.ansible/tmp/ansible-tmp-1726773120.0492013-9754-236448290954501/AnsiballZ_stat.py && sleep 0' 6591 1726773120.12355: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773120.12367: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.12388: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773120.12400: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773120.12414: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.12458: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773120.12474: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.12535: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.14227: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773120.14269: stderr chunk (state=3): >>><<< 6591 1726773120.14272: stdout chunk (state=3): >>><<< 6591 1726773120.14285: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773120.14288: _low_level_execute_command(): starting 6591 1726773120.14296: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773120.0492013-9754-236448290954501/AnsiballZ_stat.py && sleep 0' 6591 1726773120.14715: 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 <<< 6591 1726773120.14732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.14745: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773120.14757: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773120.14767: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.14813: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773120.14825: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.14895: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.29324: 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": 109052162, "dev": 51713, "nlink": 1, "atime": 1726773111.7215726, "mtime": 1726773113.372306, "ctime": 1726773113.372306, "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": "1495207885", "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}}} <<< 6591 1726773120.30472: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773120.30531: stderr chunk (state=3): >>><<< 6591 1726773120.30534: stdout chunk (state=3): >>><<< 6591 1726773120.30550: _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": 109052162, "dev": 51713, "nlink": 1, "atime": 1726773111.7215726, "mtime": 1726773113.372306, "ctime": 1726773113.372306, "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": "1495207885", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773120.30595: 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-1726773120.0492013-9754-236448290954501/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773120.30633: variable 'ansible_module_compression' from source: unknown 6591 1726773120.30664: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6591 1726773120.30681: variable 'ansible_facts' from source: unknown 6591 1726773120.30726: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773120.0492013-9754-236448290954501/AnsiballZ_file.py 6591 1726773120.30825: Sending initial data 6591 1726773120.30834: Sent initial data (151 bytes) 6591 1726773120.31496: 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 <<< 6591 1726773120.31500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.31533: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773120.31537: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773120.31539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773120.31541: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.31592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773120.31596: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.31661: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.33404: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773120.33463: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773120.33523: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp2f97bjea /root/.ansible/tmp/ansible-tmp-1726773120.0492013-9754-236448290954501/AnsiballZ_file.py <<< 6591 1726773120.33582: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773120.34457: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773120.34543: stderr chunk (state=3): >>><<< 6591 1726773120.34547: stdout chunk (state=3): >>><<< 6591 1726773120.34561: done transferring module to remote 6591 1726773120.34568: _low_level_execute_command(): starting 6591 1726773120.34573: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773120.0492013-9754-236448290954501/ /root/.ansible/tmp/ansible-tmp-1726773120.0492013-9754-236448290954501/AnsiballZ_file.py && sleep 0' 6591 1726773120.34980: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773120.34994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.35007: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773120.35020: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.35029: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.35071: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773120.35091: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.35151: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.36851: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773120.36894: stderr chunk (state=3): >>><<< 6591 1726773120.36897: stdout chunk (state=3): >>><<< 6591 1726773120.36911: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773120.36914: _low_level_execute_command(): starting 6591 1726773120.36918: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773120.0492013-9754-236448290954501/AnsiballZ_file.py && sleep 0' 6591 1726773120.37315: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773120.37327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.37343: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773120.37356: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773120.37365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.37413: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773120.37425: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.37495: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.51610: stdout chunk (state=3): >>> {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".usf9x5i6", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773120.52640: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773120.52691: stderr chunk (state=3): >>><<< 6591 1726773120.52694: stdout chunk (state=3): >>><<< 6591 1726773120.52710: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".usf9x5i6", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773120.52736: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.usf9x5i6', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773120.0492013-9754-236448290954501/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773120.52745: _low_level_execute_command(): starting 6591 1726773120.52755: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773120.0492013-9754-236448290954501/ > /dev/null 2>&1 && sleep 0' 6591 1726773120.53178: 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 <<< 6591 1726773120.53191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.53218: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773120.53230: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.53276: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773120.53288: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.53363: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.55133: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773120.55174: stderr chunk (state=3): >>><<< 6591 1726773120.55177: stdout chunk (state=3): >>><<< 6591 1726773120.55222: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773120.55228: handler run complete 6591 1726773120.55249: attempt loop complete, returning result 6591 1726773120.55252: _execute() done 6591 1726773120.55255: dumping result to json 6591 1726773120.55260: done dumping result, returning 6591 1726773120.55268: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [1239c35c-e2e1-152b-fb99-0000000009fe] 6591 1726773120.55274: sending task result for task 1239c35c-e2e1-152b-fb99-0000000009fe 6591 1726773120.55379: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000009fe 6591 1726773120.55382: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/profile_mode", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "state": "file", "uid": 0 } 6591 1726773120.55485: no more pending results, returning what we have 6591 1726773120.55489: results queue empty 6591 1726773120.55490: checking for any_errors_fatal 6591 1726773120.55497: done checking for any_errors_fatal 6591 1726773120.55498: checking for max_fail_percentage 6591 1726773120.55500: done checking for max_fail_percentage 6591 1726773120.55501: checking to see if all hosts have failed and the running result is not ok 6591 1726773120.55501: done checking to see if all hosts have failed 6591 1726773120.55502: getting the remaining hosts for this loop 6591 1726773120.55505: done getting the remaining hosts for this loop 6591 1726773120.55509: getting the next task for host managed_node2 6591 1726773120.55515: done getting next task for host managed_node2 6591 1726773120.55518: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 6591 1726773120.55520: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773120.55531: getting variables 6591 1726773120.55532: in VariableManager get_vars() 6591 1726773120.55562: Calling all_inventory to load vars for managed_node2 6591 1726773120.55564: Calling groups_inventory to load vars for managed_node2 6591 1726773120.55566: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773120.55573: Calling all_plugins_play to load vars for managed_node2 6591 1726773120.55574: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773120.55576: Calling groups_plugins_play to load vars for managed_node2 6591 1726773120.55684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773120.55808: done with get_vars() 6591 1726773120.55817: 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:12:00 -0400 (0:00:00.548) 0:01:38.029 **** 6591 1726773120.55874: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773120.56055: worker is 1 (out of 1 available) 6591 1726773120.56068: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773120.56083: done queuing things up, now waiting for results queue to drain 6591 1726773120.56084: waiting for pending results... 6591 1726773120.56256: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config 6591 1726773120.56325: in run() - task 1239c35c-e2e1-152b-fb99-0000000009ff 6591 1726773120.56338: variable 'ansible_search_path' from source: unknown 6591 1726773120.56341: variable 'ansible_search_path' from source: unknown 6591 1726773120.56370: calling self._execute() 6591 1726773120.56434: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773120.56438: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773120.56447: variable 'omit' from source: magic vars 6591 1726773120.56525: variable 'omit' from source: magic vars 6591 1726773120.56559: variable 'omit' from source: magic vars 6591 1726773120.56582: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773120.56788: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773120.56846: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773120.56908: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773120.56913: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773120.57008: variable 'omit' from source: magic vars 6591 1726773120.57039: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773120.57065: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773120.57082: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773120.57094: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773120.57105: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773120.57128: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773120.57131: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773120.57133: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773120.57208: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773120.57211: Set connection var ansible_connection to ssh 6591 1726773120.57219: Set connection var ansible_timeout to 10 6591 1726773120.57224: Set connection var ansible_pipelining to False 6591 1726773120.57229: Set connection var ansible_shell_executable to /bin/sh 6591 1726773120.57231: Set connection var ansible_shell_type to sh 6591 1726773120.57247: variable 'ansible_shell_executable' from source: unknown 6591 1726773120.57249: variable 'ansible_connection' from source: unknown 6591 1726773120.57252: variable 'ansible_module_compression' from source: unknown 6591 1726773120.57254: variable 'ansible_shell_type' from source: unknown 6591 1726773120.57256: variable 'ansible_shell_executable' from source: unknown 6591 1726773120.57259: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773120.57263: variable 'ansible_pipelining' from source: unknown 6591 1726773120.57265: variable 'ansible_timeout' from source: unknown 6591 1726773120.57269: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773120.57398: 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) 6591 1726773120.57407: variable 'omit' from source: magic vars 6591 1726773120.57415: starting attempt loop 6591 1726773120.57418: running the handler 6591 1726773120.57428: _low_level_execute_command(): starting 6591 1726773120.57435: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773120.57908: 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 <<< 6591 1726773120.57924: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.57936: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773120.57955: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.58004: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773120.58018: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.58083: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.59617: stdout chunk (state=3): >>>/root <<< 6591 1726773120.59718: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773120.59758: stderr chunk (state=3): >>><<< 6591 1726773120.59763: stdout chunk (state=3): >>><<< 6591 1726773120.59786: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773120.59797: _low_level_execute_command(): starting 6591 1726773120.59802: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773120.5978484-9766-4461581790593 `" && echo ansible-tmp-1726773120.5978484-9766-4461581790593="` echo /root/.ansible/tmp/ansible-tmp-1726773120.5978484-9766-4461581790593 `" ) && sleep 0' 6591 1726773120.60222: 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 <<< 6591 1726773120.60234: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.60259: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773120.60270: 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.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.60318: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773120.60330: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.60396: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.62421: stdout chunk (state=3): >>>ansible-tmp-1726773120.5978484-9766-4461581790593=/root/.ansible/tmp/ansible-tmp-1726773120.5978484-9766-4461581790593 <<< 6591 1726773120.62535: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773120.62581: stderr chunk (state=3): >>><<< 6591 1726773120.62585: stdout chunk (state=3): >>><<< 6591 1726773120.62595: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773120.5978484-9766-4461581790593=/root/.ansible/tmp/ansible-tmp-1726773120.5978484-9766-4461581790593 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773120.62629: variable 'ansible_module_compression' from source: unknown 6591 1726773120.62657: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6591 1726773120.62686: variable 'ansible_facts' from source: unknown 6591 1726773120.62741: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773120.5978484-9766-4461581790593/AnsiballZ_kernel_settings_get_config.py 6591 1726773120.62833: Sending initial data 6591 1726773120.62843: Sent initial data (171 bytes) 6591 1726773120.63458: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773120.63461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.63495: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.63499: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.63501: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.63556: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773120.63559: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.63623: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.65327: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773120.65385: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773120.65451: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp8iryxjk2 /root/.ansible/tmp/ansible-tmp-1726773120.5978484-9766-4461581790593/AnsiballZ_kernel_settings_get_config.py <<< 6591 1726773120.65510: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773120.66365: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773120.66449: stderr chunk (state=3): >>><<< 6591 1726773120.66452: stdout chunk (state=3): >>><<< 6591 1726773120.66466: done transferring module to remote 6591 1726773120.66474: _low_level_execute_command(): starting 6591 1726773120.66477: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773120.5978484-9766-4461581790593/ /root/.ansible/tmp/ansible-tmp-1726773120.5978484-9766-4461581790593/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773120.66880: 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 <<< 6591 1726773120.66884: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.66913: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.66917: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773120.66919: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.66970: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773120.66979: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.67040: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.68755: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773120.68797: stderr chunk (state=3): >>><<< 6591 1726773120.68800: stdout chunk (state=3): >>><<< 6591 1726773120.68813: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773120.68816: _low_level_execute_command(): starting 6591 1726773120.68820: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773120.5978484-9766-4461581790593/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773120.69211: 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 <<< 6591 1726773120.69223: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.69241: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773120.69255: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.69301: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773120.69316: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.69386: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.83154: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "400001", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "60666", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} <<< 6591 1726773120.84183: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773120.84230: stderr chunk (state=3): >>><<< 6591 1726773120.84233: stdout chunk (state=3): >>><<< 6591 1726773120.84247: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "400001", "vm.max_map_count": "65530"}, "sysfs": {"/sys/class/net/lo/mtu": "60666", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}}, "invocation": {"module_args": {"path": "/etc/tuned/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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773120.84272: 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-1726773120.5978484-9766-4461581790593/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773120.84281: _low_level_execute_command(): starting 6591 1726773120.84287: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773120.5978484-9766-4461581790593/ > /dev/null 2>&1 && sleep 0' 6591 1726773120.84720: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773120.84723: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.84757: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.84760: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773120.84763: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.84819: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773120.84822: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.84888: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.86670: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773120.86713: stderr chunk (state=3): >>><<< 6591 1726773120.86716: stdout chunk (state=3): >>><<< 6591 1726773120.86727: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773120.86733: handler run complete 6591 1726773120.86750: attempt loop complete, returning result 6591 1726773120.86753: _execute() done 6591 1726773120.86756: dumping result to json 6591 1726773120.86760: done dumping result, returning 6591 1726773120.86772: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config [1239c35c-e2e1-152b-fb99-0000000009ff] 6591 1726773120.86779: sending task result for task 1239c35c-e2e1-152b-fb99-0000000009ff 6591 1726773120.86872: done sending task result for task 1239c35c-e2e1-152b-fb99-0000000009ff 6591 1726773120.86874: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "sysctl": { "fs.epoll.max_user_watches": "785592", "fs.file-max": "400001", "vm.max_map_count": "65530" }, "sysfs": { "/sys/class/net/lo/mtu": "60666", "/sys/fs/selinux/avc/cache_threshold": "256", "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0" } } } 6591 1726773120.86957: no more pending results, returning what we have 6591 1726773120.86961: results queue empty 6591 1726773120.86962: checking for any_errors_fatal 6591 1726773120.86967: done checking for any_errors_fatal 6591 1726773120.86968: checking for max_fail_percentage 6591 1726773120.86970: done checking for max_fail_percentage 6591 1726773120.86971: checking to see if all hosts have failed and the running result is not ok 6591 1726773120.86971: done checking to see if all hosts have failed 6591 1726773120.86972: getting the remaining hosts for this loop 6591 1726773120.86973: done getting the remaining hosts for this loop 6591 1726773120.86976: getting the next task for host managed_node2 6591 1726773120.86985: done getting next task for host managed_node2 6591 1726773120.86988: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6591 1726773120.86991: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773120.87002: getting variables 6591 1726773120.87005: in VariableManager get_vars() 6591 1726773120.87038: Calling all_inventory to load vars for managed_node2 6591 1726773120.87041: Calling groups_inventory to load vars for managed_node2 6591 1726773120.87043: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773120.87051: Calling all_plugins_play to load vars for managed_node2 6591 1726773120.87053: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773120.87055: Calling groups_plugins_play to load vars for managed_node2 6591 1726773120.87201: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773120.87325: done with get_vars() 6591 1726773120.87333: done getting variables 6591 1726773120.87374: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:12:00 -0400 (0:00:00.315) 0:01:38.344 **** 6591 1726773120.87400: entering _queue_task() for managed_node2/template 6591 1726773120.87581: worker is 1 (out of 1 available) 6591 1726773120.87593: exiting _queue_task() for managed_node2/template 6591 1726773120.87606: done queuing things up, now waiting for results queue to drain 6591 1726773120.87607: waiting for pending results... 6591 1726773120.87775: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6591 1726773120.87845: in run() - task 1239c35c-e2e1-152b-fb99-000000000a00 6591 1726773120.87857: variable 'ansible_search_path' from source: unknown 6591 1726773120.87861: variable 'ansible_search_path' from source: unknown 6591 1726773120.87890: calling self._execute() 6591 1726773120.87958: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773120.87962: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773120.87970: variable 'omit' from source: magic vars 6591 1726773120.88048: variable 'omit' from source: magic vars 6591 1726773120.88085: variable 'omit' from source: magic vars 6591 1726773120.88311: variable '__kernel_settings_profile_src' from source: role '' all vars 6591 1726773120.88317: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773120.88374: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773120.88394: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773120.88441: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773120.88490: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773120.88548: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773120.88552: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773120.88579: variable 'omit' from source: magic vars 6591 1726773120.88612: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773120.88637: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773120.88652: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773120.88665: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773120.88674: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773120.88698: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773120.88701: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773120.88705: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773120.88773: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773120.88776: Set connection var ansible_connection to ssh 6591 1726773120.88784: Set connection var ansible_timeout to 10 6591 1726773120.88789: Set connection var ansible_pipelining to False 6591 1726773120.88794: Set connection var ansible_shell_executable to /bin/sh 6591 1726773120.88796: Set connection var ansible_shell_type to sh 6591 1726773120.88813: variable 'ansible_shell_executable' from source: unknown 6591 1726773120.88817: variable 'ansible_connection' from source: unknown 6591 1726773120.88820: variable 'ansible_module_compression' from source: unknown 6591 1726773120.88822: variable 'ansible_shell_type' from source: unknown 6591 1726773120.88824: variable 'ansible_shell_executable' from source: unknown 6591 1726773120.88826: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773120.88829: variable 'ansible_pipelining' from source: unknown 6591 1726773120.88831: variable 'ansible_timeout' from source: unknown 6591 1726773120.88837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773120.88931: 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) 6591 1726773120.88941: variable 'omit' from source: magic vars 6591 1726773120.88944: starting attempt loop 6591 1726773120.88947: running the handler 6591 1726773120.88958: _low_level_execute_command(): starting 6591 1726773120.88964: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773120.89444: 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 <<< 6591 1726773120.89460: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.89472: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.89485: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773120.89499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.89541: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773120.89556: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.89624: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.91162: stdout chunk (state=3): >>>/root <<< 6591 1726773120.91259: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773120.91302: stderr chunk (state=3): >>><<< 6591 1726773120.91308: stdout chunk (state=3): >>><<< 6591 1726773120.91325: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773120.91336: _low_level_execute_command(): starting 6591 1726773120.91341: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850 `" && echo ansible-tmp-1726773120.913245-9777-196539733084850="` echo /root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850 `" ) && sleep 0' 6591 1726773120.91744: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773120.91761: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773120.91773: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773120.91788: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773120.91838: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773120.91850: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773120.91917: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773120.94204: stdout chunk (state=3): >>>ansible-tmp-1726773120.913245-9777-196539733084850=/root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850 <<< 6591 1726773120.94313: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773120.94355: stderr chunk (state=3): >>><<< 6591 1726773120.94358: stdout chunk (state=3): >>><<< 6591 1726773120.94370: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773120.913245-9777-196539733084850=/root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773120.94386: 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 6591 1726773120.94404: 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 6591 1726773120.94423: variable 'ansible_search_path' from source: unknown 6591 1726773120.94957: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773120.96572: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773120.96616: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773120.96642: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773120.96667: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773120.96689: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773120.96869: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773120.99368: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773120.99389: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773120.99419: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773120.99430: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773120.99647: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773120.99664: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773120.99683: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773120.99709: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773120.99720: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773120.99946: variable 'ansible_managed' from source: unknown 6591 1726773120.99951: variable '__sections' from source: task vars 6591 1726773121.00034: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773121.00051: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773121.00069: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773121.00097: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773121.00110: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773121.00180: variable 'kernel_settings_sysctl' from source: include params 6591 1726773121.00188: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773121.00193: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773121.00213: variable '__sysctl_old' from source: task vars 6591 1726773121.00255: variable '__sysctl_old' from source: task vars 6591 1726773121.00394: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773121.00397: variable 'kernel_settings_sysctl' from source: include params 6591 1726773121.00402: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773121.00408: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773121.00413: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773121.00538: variable 'kernel_settings_sysfs' from source: include params 6591 1726773121.00541: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773121.00547: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773121.00558: variable '__sysfs_old' from source: task vars 6591 1726773121.00604: variable '__sysfs_old' from source: task vars 6591 1726773121.00741: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773121.00745: variable 'kernel_settings_sysfs' from source: include params 6591 1726773121.00750: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773121.00755: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773121.00759: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773121.00775: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6591 1726773121.00782: variable '__systemd_old' from source: task vars 6591 1726773121.00828: variable '__systemd_old' from source: task vars 6591 1726773121.00955: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773121.00958: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6591 1726773121.00961: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773121.00967: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773121.00982: variable 'kernel_settings_transparent_hugepages' from source: include params 6591 1726773121.01026: variable 'kernel_settings_transparent_hugepages' from source: include params 6591 1726773121.01033: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6591 1726773121.01037: variable '__trans_huge_old' from source: task vars 6591 1726773121.01080: variable '__trans_huge_old' from source: task vars 6591 1726773121.01211: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773121.01215: variable 'kernel_settings_transparent_hugepages' from source: include params 6591 1726773121.01219: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773121.01224: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773121.01235: variable '__trans_defrag_old' from source: task vars 6591 1726773121.01278: variable '__trans_defrag_old' from source: task vars 6591 1726773121.01409: variable 'kernel_settings_purge' from source: role '' defaults 6591 1726773121.01413: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6591 1726773121.01416: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773121.01422: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773121.01438: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773121.01447: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773121.01454: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773121.01467: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773121.01860: 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) 6591 1726773121.01896: variable 'ansible_module_compression' from source: unknown 6591 1726773121.01934: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773121.01960: variable 'ansible_facts' from source: unknown 6591 1726773121.02022: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/AnsiballZ_stat.py 6591 1726773121.02113: Sending initial data 6591 1726773121.02122: Sent initial data (150 bytes) 6591 1726773121.02805: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773121.02809: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773121.02843: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.02847: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773121.02849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.02911: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773121.02914: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773121.02917: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773121.02983: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773121.04745: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773121.04802: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773121.04864: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpka06gfkw /root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/AnsiballZ_stat.py <<< 6591 1726773121.04919: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773121.05773: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773121.05866: stderr chunk (state=3): >>><<< 6591 1726773121.05872: stdout chunk (state=3): >>><<< 6591 1726773121.05887: done transferring module to remote 6591 1726773121.05895: _low_level_execute_command(): starting 6591 1726773121.05900: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/ /root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/AnsiballZ_stat.py && sleep 0' 6591 1726773121.06322: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773121.06326: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773121.06351: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.06363: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.06411: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773121.06424: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773121.06490: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773121.08188: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773121.08232: stderr chunk (state=3): >>><<< 6591 1726773121.08236: stdout chunk (state=3): >>><<< 6591 1726773121.08248: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773121.08251: _low_level_execute_command(): starting 6591 1726773121.08256: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/AnsiballZ_stat.py && sleep 0' 6591 1726773121.08667: 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 <<< 6591 1726773121.08680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773121.08705: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773121.08717: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.08761: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773121.08773: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773121.08847: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773121.23340: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 372, "inode": 195035394, "dev": 51713, "nlink": 1, "atime": 1726773113.364306, "mtime": 1726773058.9839182, "ctime": 1726773112.9203699, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "mimetype": "text/plain", "charset": "us-ascii", "version": "3181908955", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6591 1726773121.24580: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773121.24640: stderr chunk (state=3): >>><<< 6591 1726773121.24643: stdout chunk (state=3): >>><<< 6591 1726773121.24660: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 372, "inode": 195035394, "dev": 51713, "nlink": 1, "atime": 1726773113.364306, "mtime": 1726773058.9839182, "ctime": 1726773112.9203699, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3107bf46f5c007ef178305bb243dd11664f9bf35", "mimetype": "text/plain", "charset": "us-ascii", "version": "3181908955", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773121.24701: 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-1726773120.913245-9777-196539733084850/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773121.24794: Sending initial data 6591 1726773121.24808: Sent initial data (164 bytes) 6591 1726773121.25474: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773121.25480: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773121.25508: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.25512: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773121.25523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.25570: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773121.25583: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773121.25657: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773121.27436: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773121.27497: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773121.27560: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpjux9fwsc/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/.source.conf <<< 6591 1726773121.27619: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773121.27875: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773121.27977: stderr chunk (state=3): >>><<< 6591 1726773121.27981: stdout chunk (state=3): >>><<< 6591 1726773121.27996: _low_level_execute_command(): starting 6591 1726773121.28001: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/ /root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/.source.conf && sleep 0' 6591 1726773121.28438: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773121.28444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773121.28475: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773121.28488: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773121.28498: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.28545: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773121.28557: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773121.28626: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773121.30416: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773121.30465: stderr chunk (state=3): >>><<< 6591 1726773121.30468: stdout chunk (state=3): >>><<< 6591 1726773121.30481: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773121.30511: variable 'ansible_module_compression' from source: unknown 6591 1726773121.30545: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6591 1726773121.30561: variable 'ansible_facts' from source: unknown 6591 1726773121.30605: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/AnsiballZ_copy.py 6591 1726773121.30705: Sending initial data 6591 1726773121.30709: Sent initial data (150 bytes) 6591 1726773121.31362: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773121.31374: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773121.31402: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.31421: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.31464: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773121.31477: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773121.31552: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773121.33290: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 <<< 6591 1726773121.33300: stderr chunk (state=3): >>>debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773121.33351: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773121.33412: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpecv9nvm0 /root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/AnsiballZ_copy.py <<< 6591 1726773121.33468: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773121.34333: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773121.34435: stderr chunk (state=3): >>><<< 6591 1726773121.34439: stdout chunk (state=3): >>><<< 6591 1726773121.34455: done transferring module to remote 6591 1726773121.34462: _low_level_execute_command(): starting 6591 1726773121.34467: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/ /root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/AnsiballZ_copy.py && sleep 0' 6591 1726773121.34908: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773121.34915: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773121.34949: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773121.34961: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.35011: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773121.35024: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773121.35095: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773121.36863: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773121.36912: stderr chunk (state=3): >>><<< 6591 1726773121.36915: stdout chunk (state=3): >>><<< 6591 1726773121.36930: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773121.36933: _low_level_execute_command(): starting 6591 1726773121.36938: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/AnsiballZ_copy.py && sleep 0' 6591 1726773121.37383: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773121.37387: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773121.37422: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.37434: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.37482: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773121.37500: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773121.37566: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773121.51934: stdout chunk (state=3): >>> {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/.source.conf", "md5sum": "394928e588644c456053f3dec5f7c2ba", "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 121, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/.source.conf", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773121.52968: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773121.53028: stderr chunk (state=3): >>><<< 6591 1726773121.53031: stdout chunk (state=3): >>><<< 6591 1726773121.53048: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/.source.conf", "md5sum": "394928e588644c456053f3dec5f7c2ba", "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 121, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/.source.conf", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773121.53073: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/.source.conf', 'dest': '/etc/tuned/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': '0b586509c0bdce12a2dde058e3374dab88cf7f2c', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773121.53100: _low_level_execute_command(): starting 6591 1726773121.53104: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/ > /dev/null 2>&1 && sleep 0' 6591 1726773121.53560: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773121.53566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773121.53600: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.53614: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.53670: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773121.53676: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773121.53753: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773121.55533: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773121.55581: stderr chunk (state=3): >>><<< 6591 1726773121.55586: stdout chunk (state=3): >>><<< 6591 1726773121.55601: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773121.55613: handler run complete 6591 1726773121.55634: attempt loop complete, returning result 6591 1726773121.55637: _execute() done 6591 1726773121.55639: dumping result to json 6591 1726773121.55644: done dumping result, returning 6591 1726773121.55651: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [1239c35c-e2e1-152b-fb99-000000000a00] 6591 1726773121.55657: sending task result for task 1239c35c-e2e1-152b-fb99-000000000a00 6591 1726773121.55791: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000a00 6591 1726773121.55794: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "dest": "/etc/tuned/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "394928e588644c456053f3dec5f7c2ba", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 121, "src": "/root/.ansible/tmp/ansible-tmp-1726773120.913245-9777-196539733084850/.source.conf", "state": "file", "uid": 0 } 6591 1726773121.55878: no more pending results, returning what we have 6591 1726773121.55882: results queue empty 6591 1726773121.55883: checking for any_errors_fatal 6591 1726773121.55889: done checking for any_errors_fatal 6591 1726773121.55890: checking for max_fail_percentage 6591 1726773121.55895: done checking for max_fail_percentage 6591 1726773121.55896: checking to see if all hosts have failed and the running result is not ok 6591 1726773121.55897: done checking to see if all hosts have failed 6591 1726773121.55898: getting the remaining hosts for this loop 6591 1726773121.55900: done getting the remaining hosts for this loop 6591 1726773121.55904: getting the next task for host managed_node2 6591 1726773121.55911: done getting next task for host managed_node2 6591 1726773121.55914: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6591 1726773121.55917: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773121.55928: getting variables 6591 1726773121.55929: in VariableManager get_vars() 6591 1726773121.55962: Calling all_inventory to load vars for managed_node2 6591 1726773121.55965: Calling groups_inventory to load vars for managed_node2 6591 1726773121.55967: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773121.55976: Calling all_plugins_play to load vars for managed_node2 6591 1726773121.55978: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773121.55981: Calling groups_plugins_play to load vars for managed_node2 6591 1726773121.56104: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773121.56228: done with get_vars() 6591 1726773121.56237: done getting variables 6591 1726773121.56279: 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:12:01 -0400 (0:00:00.689) 0:01:39.033 **** 6591 1726773121.56305: entering _queue_task() for managed_node2/service 6591 1726773121.56495: worker is 1 (out of 1 available) 6591 1726773121.56509: exiting _queue_task() for managed_node2/service 6591 1726773121.56521: done queuing things up, now waiting for results queue to drain 6591 1726773121.56522: waiting for pending results... 6591 1726773121.56705: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6591 1726773121.56772: in run() - task 1239c35c-e2e1-152b-fb99-000000000a01 6591 1726773121.56786: variable 'ansible_search_path' from source: unknown 6591 1726773121.56789: variable 'ansible_search_path' from source: unknown 6591 1726773121.56827: variable '__kernel_settings_services' from source: include_vars 6591 1726773121.57058: variable '__kernel_settings_services' from source: include_vars 6591 1726773121.57194: variable 'omit' from source: magic vars 6591 1726773121.57264: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773121.57273: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773121.57283: variable 'omit' from source: magic vars 6591 1726773121.57461: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773121.57634: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773121.57665: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773121.57693: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773121.57718: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773121.57791: variable '__kernel_settings_register_profile' from source: set_fact 6591 1726773121.57800: variable '__kernel_settings_register_mode' from source: set_fact 6591 1726773121.57820: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 6591 1726773121.57823: when evaluation is False, skipping this task 6591 1726773121.57844: variable 'item' from source: unknown 6591 1726773121.57893: variable 'item' from source: unknown skipping: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed", "item": "tuned", "skip_reason": "Conditional result was False" } 6591 1726773121.58038: dumping result to json 6591 1726773121.58042: done dumping result, returning 6591 1726773121.58044: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [1239c35c-e2e1-152b-fb99-000000000a01] 6591 1726773121.58046: sending task result for task 1239c35c-e2e1-152b-fb99-000000000a01 6591 1726773121.58083: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000a01 6591 1726773121.58086: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 6591 1726773121.58117: no more pending results, returning what we have 6591 1726773121.58120: results queue empty 6591 1726773121.58120: checking for any_errors_fatal 6591 1726773121.58130: done checking for any_errors_fatal 6591 1726773121.58130: checking for max_fail_percentage 6591 1726773121.58132: done checking for max_fail_percentage 6591 1726773121.58132: checking to see if all hosts have failed and the running result is not ok 6591 1726773121.58133: done checking to see if all hosts have failed 6591 1726773121.58134: getting the remaining hosts for this loop 6591 1726773121.58135: done getting the remaining hosts for this loop 6591 1726773121.58138: getting the next task for host managed_node2 6591 1726773121.58144: done getting next task for host managed_node2 6591 1726773121.58147: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6591 1726773121.58149: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773121.58164: getting variables 6591 1726773121.58165: in VariableManager get_vars() 6591 1726773121.58191: Calling all_inventory to load vars for managed_node2 6591 1726773121.58193: Calling groups_inventory to load vars for managed_node2 6591 1726773121.58195: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773121.58201: Calling all_plugins_play to load vars for managed_node2 6591 1726773121.58205: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773121.58208: Calling groups_plugins_play to load vars for managed_node2 6591 1726773121.58307: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773121.58430: done with get_vars() 6591 1726773121.58437: done getting variables 6591 1726773121.58478: 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:12:01 -0400 (0:00:00.021) 0:01:39.055 **** 6591 1726773121.58500: entering _queue_task() for managed_node2/command 6591 1726773121.58679: worker is 1 (out of 1 available) 6591 1726773121.58691: exiting _queue_task() for managed_node2/command 6591 1726773121.58706: done queuing things up, now waiting for results queue to drain 6591 1726773121.58707: waiting for pending results... 6591 1726773121.58877: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6591 1726773121.58954: in run() - task 1239c35c-e2e1-152b-fb99-000000000a02 6591 1726773121.58965: variable 'ansible_search_path' from source: unknown 6591 1726773121.58968: variable 'ansible_search_path' from source: unknown 6591 1726773121.59000: calling self._execute() 6591 1726773121.59063: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773121.59066: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773121.59075: variable 'omit' from source: magic vars 6591 1726773121.59405: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773121.59577: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773121.59702: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773121.59729: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773121.59753: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773121.59837: variable '__kernel_settings_register_profile' from source: set_fact 6591 1726773121.59859: Evaluated conditional (not __kernel_settings_register_profile is changed): True 6591 1726773121.59948: variable '__kernel_settings_register_mode' from source: set_fact 6591 1726773121.59957: Evaluated conditional (not __kernel_settings_register_mode is changed): True 6591 1726773121.60036: variable '__kernel_settings_register_apply' from source: set_fact 6591 1726773121.60044: Evaluated conditional (__kernel_settings_register_apply is changed): True 6591 1726773121.60050: variable 'omit' from source: magic vars 6591 1726773121.60078: variable 'omit' from source: magic vars 6591 1726773121.60159: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773121.61728: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773121.61769: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773121.61799: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773121.64533: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773121.64553: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773121.64609: variable '__kernel_settings_active_profile' from source: set_fact 6591 1726773121.64630: variable 'omit' from source: magic vars 6591 1726773121.64650: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773121.64666: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773121.64679: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773121.64693: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773121.64700: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773121.64715: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773121.64718: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773121.64721: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773121.64780: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773121.64785: Set connection var ansible_connection to ssh 6591 1726773121.64794: Set connection var ansible_timeout to 10 6591 1726773121.64799: Set connection var ansible_pipelining to False 6591 1726773121.64808: Set connection var ansible_shell_executable to /bin/sh 6591 1726773121.64810: Set connection var ansible_shell_type to sh 6591 1726773121.64825: variable 'ansible_shell_executable' from source: unknown 6591 1726773121.64827: variable 'ansible_connection' from source: unknown 6591 1726773121.64830: variable 'ansible_module_compression' from source: unknown 6591 1726773121.64832: variable 'ansible_shell_type' from source: unknown 6591 1726773121.64834: variable 'ansible_shell_executable' from source: unknown 6591 1726773121.64836: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773121.64841: variable 'ansible_pipelining' from source: unknown 6591 1726773121.64843: variable 'ansible_timeout' from source: unknown 6591 1726773121.64847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773121.64915: 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) 6591 1726773121.64922: variable 'omit' from source: magic vars 6591 1726773121.64925: starting attempt loop 6591 1726773121.64928: running the handler 6591 1726773121.64937: _low_level_execute_command(): starting 6591 1726773121.64942: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773121.65421: 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 <<< 6591 1726773121.65437: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773121.65454: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773121.65466: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773121.65476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.65520: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773121.65532: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773121.65611: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773121.67234: stdout chunk (state=3): >>>/root <<< 6591 1726773121.67333: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773121.67388: stderr chunk (state=3): >>><<< 6591 1726773121.67391: stdout chunk (state=3): >>><<< 6591 1726773121.67412: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773121.67421: _low_level_execute_command(): starting 6591 1726773121.67428: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773121.674122-9793-18379264598835 `" && echo ansible-tmp-1726773121.674122-9793-18379264598835="` echo /root/.ansible/tmp/ansible-tmp-1726773121.674122-9793-18379264598835 `" ) && sleep 0' 6591 1726773121.67871: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773121.67884: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773121.67906: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773121.67921: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.67970: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773121.67990: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773121.68048: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773121.70399: stdout chunk (state=3): >>>ansible-tmp-1726773121.674122-9793-18379264598835=/root/.ansible/tmp/ansible-tmp-1726773121.674122-9793-18379264598835 <<< 6591 1726773121.70511: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773121.70562: stderr chunk (state=3): >>><<< 6591 1726773121.70565: stdout chunk (state=3): >>><<< 6591 1726773121.70584: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773121.674122-9793-18379264598835=/root/.ansible/tmp/ansible-tmp-1726773121.674122-9793-18379264598835 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773121.70609: variable 'ansible_module_compression' from source: unknown 6591 1726773121.70644: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773121.70670: variable 'ansible_facts' from source: unknown 6591 1726773121.70733: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773121.674122-9793-18379264598835/AnsiballZ_command.py 6591 1726773121.70835: Sending initial data 6591 1726773121.70844: Sent initial data (152 bytes) 6591 1726773121.71507: 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 <<< 6591 1726773121.71510: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773121.71544: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.71550: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773121.71552: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.71608: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773121.71612: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773121.71619: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773121.71680: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773121.73395: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773121.73453: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773121.73515: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpqp5ge9hu /root/.ansible/tmp/ansible-tmp-1726773121.674122-9793-18379264598835/AnsiballZ_command.py <<< 6591 1726773121.73578: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773121.74419: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773121.74520: stderr chunk (state=3): >>><<< 6591 1726773121.74523: stdout chunk (state=3): >>><<< 6591 1726773121.74539: done transferring module to remote 6591 1726773121.74549: _low_level_execute_command(): starting 6591 1726773121.74555: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773121.674122-9793-18379264598835/ /root/.ansible/tmp/ansible-tmp-1726773121.674122-9793-18379264598835/AnsiballZ_command.py && sleep 0' 6591 1726773121.74999: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773121.75002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773121.75038: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.75041: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773121.75047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.75100: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773121.75108: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773121.75165: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773121.76870: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773121.76920: stderr chunk (state=3): >>><<< 6591 1726773121.76924: stdout chunk (state=3): >>><<< 6591 1726773121.76940: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773121.76943: _low_level_execute_command(): starting 6591 1726773121.76948: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773121.674122-9793-18379264598835/AnsiballZ_command.py && sleep 0' 6591 1726773121.77376: 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 <<< 6591 1726773121.77389: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773121.77409: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773121.77421: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773121.77431: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773121.77476: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773121.77485: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773121.77566: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773123.01596: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:12:01.908414", "end": "2024-09-19 15:12:03.014346", "delta": "0:00:01.105932", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6591 1726773123.02932: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773123.02990: stderr chunk (state=3): >>><<< 6591 1726773123.02994: stdout chunk (state=3): >>><<< 6591 1726773123.03012: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:12:01.908414", "end": "2024-09-19 15:12:03.014346", "delta": "0:00:01.105932", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773123.03037: done with _execute_module (ansible.legacy.command, {'_raw_params': "tuned-adm profile 'virtual-guest kernel_settings'", '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773121.674122-9793-18379264598835/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773123.03043: _low_level_execute_command(): starting 6591 1726773123.03048: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773121.674122-9793-18379264598835/ > /dev/null 2>&1 && sleep 0' 6591 1726773123.03510: 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 <<< 6591 1726773123.03516: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773123.03569: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773123.03576: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773123.03582: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773123.03584: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.03633: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773123.03637: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773123.03644: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773123.03706: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773123.05498: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773123.05545: stderr chunk (state=3): >>><<< 6591 1726773123.05549: stdout chunk (state=3): >>><<< 6591 1726773123.05561: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773123.05569: handler run complete 6591 1726773123.05587: Evaluated conditional (True): True 6591 1726773123.05595: attempt loop complete, returning result 6591 1726773123.05598: _execute() done 6591 1726773123.05600: dumping result to json 6591 1726773123.05606: done dumping result, returning 6591 1726773123.05614: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [1239c35c-e2e1-152b-fb99-000000000a02] 6591 1726773123.05618: sending task result for task 1239c35c-e2e1-152b-fb99-000000000a02 6591 1726773123.05713: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000a02 6591 1726773123.05716: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest kernel_settings" ], "delta": "0:00:01.105932", "end": "2024-09-19 15:12:03.014346", "rc": 0, "start": "2024-09-19 15:12:01.908414" } 6591 1726773123.05786: no more pending results, returning what we have 6591 1726773123.05789: results queue empty 6591 1726773123.05790: checking for any_errors_fatal 6591 1726773123.05797: done checking for any_errors_fatal 6591 1726773123.05798: checking for max_fail_percentage 6591 1726773123.05800: done checking for max_fail_percentage 6591 1726773123.05801: checking to see if all hosts have failed and the running result is not ok 6591 1726773123.05801: done checking to see if all hosts have failed 6591 1726773123.05802: getting the remaining hosts for this loop 6591 1726773123.05805: done getting the remaining hosts for this loop 6591 1726773123.05809: getting the next task for host managed_node2 6591 1726773123.05815: done getting next task for host managed_node2 6591 1726773123.05819: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6591 1726773123.05822: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773123.05833: getting variables 6591 1726773123.05835: in VariableManager get_vars() 6591 1726773123.05869: Calling all_inventory to load vars for managed_node2 6591 1726773123.05872: Calling groups_inventory to load vars for managed_node2 6591 1726773123.05873: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773123.05885: Calling all_plugins_play to load vars for managed_node2 6591 1726773123.05888: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773123.05891: Calling groups_plugins_play to load vars for managed_node2 6591 1726773123.06041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773123.06224: done with get_vars() 6591 1726773123.06232: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:12:03 -0400 (0:00:01.477) 0:01:40.533 **** 6591 1726773123.06300: entering _queue_task() for managed_node2/include_tasks 6591 1726773123.06485: worker is 1 (out of 1 available) 6591 1726773123.06498: exiting _queue_task() for managed_node2/include_tasks 6591 1726773123.06511: done queuing things up, now waiting for results queue to drain 6591 1726773123.06512: waiting for pending results... 6591 1726773123.06689: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6591 1726773123.06765: in run() - task 1239c35c-e2e1-152b-fb99-000000000a03 6591 1726773123.06777: variable 'ansible_search_path' from source: unknown 6591 1726773123.06784: variable 'ansible_search_path' from source: unknown 6591 1726773123.06813: calling self._execute() 6591 1726773123.06874: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.06881: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.06888: variable 'omit' from source: magic vars 6591 1726773123.07210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773123.07384: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773123.07417: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773123.07442: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773123.07468: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773123.07552: variable '__kernel_settings_register_apply' from source: set_fact 6591 1726773123.07573: Evaluated conditional (__kernel_settings_register_apply is changed): True 6591 1726773123.07580: _execute() done 6591 1726773123.07584: dumping result to json 6591 1726773123.07586: done dumping result, returning 6591 1726773123.07592: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [1239c35c-e2e1-152b-fb99-000000000a03] 6591 1726773123.07598: sending task result for task 1239c35c-e2e1-152b-fb99-000000000a03 6591 1726773123.07685: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000a03 6591 1726773123.07688: WORKER PROCESS EXITING 6591 1726773123.07749: no more pending results, returning what we have 6591 1726773123.07753: in VariableManager get_vars() 6591 1726773123.07789: Calling all_inventory to load vars for managed_node2 6591 1726773123.07791: Calling groups_inventory to load vars for managed_node2 6591 1726773123.07793: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773123.07799: Calling all_plugins_play to load vars for managed_node2 6591 1726773123.07801: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773123.07805: Calling groups_plugins_play to load vars for managed_node2 6591 1726773123.07908: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773123.08028: done with get_vars() 6591 1726773123.08033: variable 'ansible_search_path' from source: unknown 6591 1726773123.08034: variable 'ansible_search_path' from source: unknown 6591 1726773123.08054: we have included files to process 6591 1726773123.08055: generating all_blocks data 6591 1726773123.08056: done generating all_blocks data 6591 1726773123.08060: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6591 1726773123.08061: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6591 1726773123.08062: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6591 1726773123.08315: done processing included file 6591 1726773123.08318: iterating over new_blocks loaded from include file 6591 1726773123.08319: in VariableManager get_vars() 6591 1726773123.08333: done with get_vars() 6591 1726773123.08335: filtering new block on tags 6591 1726773123.08365: done filtering new block on tags 6591 1726773123.08366: 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_node2 6591 1726773123.08370: extending task lists for all hosts with included blocks 6591 1726773123.08739: done extending task lists 6591 1726773123.08740: done processing included files 6591 1726773123.08740: results queue empty 6591 1726773123.08741: checking for any_errors_fatal 6591 1726773123.08743: done checking for any_errors_fatal 6591 1726773123.08744: checking for max_fail_percentage 6591 1726773123.08745: done checking for max_fail_percentage 6591 1726773123.08745: checking to see if all hosts have failed and the running result is not ok 6591 1726773123.08746: done checking to see if all hosts have failed 6591 1726773123.08746: getting the remaining hosts for this loop 6591 1726773123.08747: done getting the remaining hosts for this loop 6591 1726773123.08748: getting the next task for host managed_node2 6591 1726773123.08751: done getting next task for host managed_node2 6591 1726773123.08753: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6591 1726773123.08755: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773123.08761: getting variables 6591 1726773123.08762: in VariableManager get_vars() 6591 1726773123.08770: Calling all_inventory to load vars for managed_node2 6591 1726773123.08771: Calling groups_inventory to load vars for managed_node2 6591 1726773123.08773: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773123.08776: Calling all_plugins_play to load vars for managed_node2 6591 1726773123.08779: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773123.08781: Calling groups_plugins_play to load vars for managed_node2 6591 1726773123.08857: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773123.08967: done with get_vars() 6591 1726773123.08973: done getting variables 6591 1726773123.09001: 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:12:03 -0400 (0:00:00.027) 0:01:40.560 **** 6591 1726773123.09024: entering _queue_task() for managed_node2/command 6591 1726773123.09194: worker is 1 (out of 1 available) 6591 1726773123.09207: exiting _queue_task() for managed_node2/command 6591 1726773123.09219: done queuing things up, now waiting for results queue to drain 6591 1726773123.09221: waiting for pending results... 6591 1726773123.09381: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6591 1726773123.09457: in run() - task 1239c35c-e2e1-152b-fb99-000000000c42 6591 1726773123.09468: variable 'ansible_search_path' from source: unknown 6591 1726773123.09471: variable 'ansible_search_path' from source: unknown 6591 1726773123.09498: calling self._execute() 6591 1726773123.09562: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.09566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.09575: variable 'omit' from source: magic vars 6591 1726773123.09649: variable 'omit' from source: magic vars 6591 1726773123.09691: variable 'omit' from source: magic vars 6591 1726773123.09715: variable 'omit' from source: magic vars 6591 1726773123.09747: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773123.09772: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773123.09790: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773123.09804: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773123.09815: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773123.09837: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773123.09841: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.09843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.09913: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773123.09917: Set connection var ansible_connection to ssh 6591 1726773123.09924: Set connection var ansible_timeout to 10 6591 1726773123.09930: Set connection var ansible_pipelining to False 6591 1726773123.09934: Set connection var ansible_shell_executable to /bin/sh 6591 1726773123.09937: Set connection var ansible_shell_type to sh 6591 1726773123.09954: variable 'ansible_shell_executable' from source: unknown 6591 1726773123.09957: variable 'ansible_connection' from source: unknown 6591 1726773123.09959: variable 'ansible_module_compression' from source: unknown 6591 1726773123.09962: variable 'ansible_shell_type' from source: unknown 6591 1726773123.09965: variable 'ansible_shell_executable' from source: unknown 6591 1726773123.09967: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.09969: variable 'ansible_pipelining' from source: unknown 6591 1726773123.09972: variable 'ansible_timeout' from source: unknown 6591 1726773123.09976: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.10073: 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) 6591 1726773123.10083: variable 'omit' from source: magic vars 6591 1726773123.10088: starting attempt loop 6591 1726773123.10092: running the handler 6591 1726773123.10105: _low_level_execute_command(): starting 6591 1726773123.10112: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773123.10611: 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 <<< 6591 1726773123.10627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773123.10642: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773123.10658: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.10710: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773123.10723: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773123.10792: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773123.12326: stdout chunk (state=3): >>>/root <<< 6591 1726773123.12432: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773123.12480: stderr chunk (state=3): >>><<< 6591 1726773123.12484: stdout chunk (state=3): >>><<< 6591 1726773123.12499: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773123.12512: _low_level_execute_command(): starting 6591 1726773123.12516: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773123.1249897-9808-237830262217836 `" && echo ansible-tmp-1726773123.1249897-9808-237830262217836="` echo /root/.ansible/tmp/ansible-tmp-1726773123.1249897-9808-237830262217836 `" ) && sleep 0' 6591 1726773123.12930: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773123.12942: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773123.12961: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.12975: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.13028: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773123.13044: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773123.13107: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773123.15230: stdout chunk (state=3): >>>ansible-tmp-1726773123.1249897-9808-237830262217836=/root/.ansible/tmp/ansible-tmp-1726773123.1249897-9808-237830262217836 <<< 6591 1726773123.15343: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773123.15385: stderr chunk (state=3): >>><<< 6591 1726773123.15388: stdout chunk (state=3): >>><<< 6591 1726773123.15401: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773123.1249897-9808-237830262217836=/root/.ansible/tmp/ansible-tmp-1726773123.1249897-9808-237830262217836 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773123.15425: variable 'ansible_module_compression' from source: unknown 6591 1726773123.15463: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773123.15493: variable 'ansible_facts' from source: unknown 6591 1726773123.15555: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773123.1249897-9808-237830262217836/AnsiballZ_command.py 6591 1726773123.15649: Sending initial data 6591 1726773123.15659: Sent initial data (154 bytes) 6591 1726773123.16272: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773123.16276: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773123.16310: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.16314: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773123.16322: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.16371: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773123.16375: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773123.16444: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773123.18119: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773123.18176: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773123.18236: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpvl06e4yk /root/.ansible/tmp/ansible-tmp-1726773123.1249897-9808-237830262217836/AnsiballZ_command.py <<< 6591 1726773123.18295: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773123.19136: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773123.19216: stderr chunk (state=3): >>><<< 6591 1726773123.19220: stdout chunk (state=3): >>><<< 6591 1726773123.19237: done transferring module to remote 6591 1726773123.19245: _low_level_execute_command(): starting 6591 1726773123.19248: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773123.1249897-9808-237830262217836/ /root/.ansible/tmp/ansible-tmp-1726773123.1249897-9808-237830262217836/AnsiballZ_command.py && sleep 0' 6591 1726773123.19636: 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 <<< 6591 1726773123.19649: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773123.19669: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773123.19684: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.19728: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773123.19740: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773123.19807: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773123.21480: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773123.21523: stderr chunk (state=3): >>><<< 6591 1726773123.21527: stdout chunk (state=3): >>><<< 6591 1726773123.21538: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773123.21545: _low_level_execute_command(): starting 6591 1726773123.21548: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773123.1249897-9808-237830262217836/AnsiballZ_command.py && sleep 0' 6591 1726773123.21932: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773123.21946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773123.21962: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773123.21973: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773123.21983: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.22031: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773123.22047: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773123.22110: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773123.44707: 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:12:03.354130", "end": "2024-09-19 15:12:03.445802", "delta": "0:00:00.091672", "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}}} <<< 6591 1726773123.45966: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773123.46026: stderr chunk (state=3): >>><<< 6591 1726773123.46030: stdout chunk (state=3): >>><<< 6591 1726773123.46046: _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:12:03.354130", "end": "2024-09-19 15:12:03.445802", "delta": "0:00:00.091672", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773123.46089: 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-1726773123.1249897-9808-237830262217836/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773123.46095: _low_level_execute_command(): starting 6591 1726773123.46101: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773123.1249897-9808-237830262217836/ > /dev/null 2>&1 && sleep 0' 6591 1726773123.46553: 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 <<< 6591 1726773123.46559: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773123.46591: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.46602: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.46648: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773123.46661: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773123.46676: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773123.46735: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773123.48510: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773123.48551: stderr chunk (state=3): >>><<< 6591 1726773123.48555: stdout chunk (state=3): >>><<< 6591 1726773123.48566: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773123.48575: handler run complete 6591 1726773123.48595: Evaluated conditional (False): False 6591 1726773123.48605: attempt loop complete, returning result 6591 1726773123.48608: _execute() done 6591 1726773123.48611: dumping result to json 6591 1726773123.48616: done dumping result, returning 6591 1726773123.48625: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [1239c35c-e2e1-152b-fb99-000000000c42] 6591 1726773123.48630: sending task result for task 1239c35c-e2e1-152b-fb99-000000000c42 6591 1726773123.48733: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000c42 6591 1726773123.48736: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.091672", "end": "2024-09-19 15:12:03.445802", "rc": 0, "start": "2024-09-19 15:12:03.354130" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 6591 1726773123.48824: no more pending results, returning what we have 6591 1726773123.48827: results queue empty 6591 1726773123.48830: checking for any_errors_fatal 6591 1726773123.48832: done checking for any_errors_fatal 6591 1726773123.48832: checking for max_fail_percentage 6591 1726773123.48834: done checking for max_fail_percentage 6591 1726773123.48835: checking to see if all hosts have failed and the running result is not ok 6591 1726773123.48835: done checking to see if all hosts have failed 6591 1726773123.48836: getting the remaining hosts for this loop 6591 1726773123.48837: done getting the remaining hosts for this loop 6591 1726773123.48841: getting the next task for host managed_node2 6591 1726773123.48847: done getting next task for host managed_node2 6591 1726773123.48850: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6591 1726773123.48854: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773123.48863: getting variables 6591 1726773123.48865: in VariableManager get_vars() 6591 1726773123.48898: Calling all_inventory to load vars for managed_node2 6591 1726773123.48901: Calling groups_inventory to load vars for managed_node2 6591 1726773123.48904: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773123.48912: Calling all_plugins_play to load vars for managed_node2 6591 1726773123.48914: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773123.48916: Calling groups_plugins_play to load vars for managed_node2 6591 1726773123.49022: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773123.49325: done with get_vars() 6591 1726773123.49332: done getting variables 6591 1726773123.49373: 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 [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:12:03 -0400 (0:00:00.403) 0:01:40.964 **** 6591 1726773123.49396: entering _queue_task() for managed_node2/shell 6591 1726773123.49569: worker is 1 (out of 1 available) 6591 1726773123.49580: exiting _queue_task() for managed_node2/shell 6591 1726773123.49590: done queuing things up, now waiting for results queue to drain 6591 1726773123.49592: waiting for pending results... 6591 1726773123.49780: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6591 1726773123.49870: in run() - task 1239c35c-e2e1-152b-fb99-000000000c43 6591 1726773123.49883: variable 'ansible_search_path' from source: unknown 6591 1726773123.49886: variable 'ansible_search_path' from source: unknown 6591 1726773123.49916: calling self._execute() 6591 1726773123.49982: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.49986: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.49993: variable 'omit' from source: magic vars 6591 1726773123.50321: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773123.50497: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773123.50532: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773123.50558: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773123.50586: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773123.50675: variable '__kernel_settings_register_verify_values' from source: set_fact 6591 1726773123.50698: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6591 1726773123.50701: when evaluation is False, skipping this task 6591 1726773123.50706: _execute() done 6591 1726773123.50709: dumping result to json 6591 1726773123.50711: done dumping result, returning 6591 1726773123.50717: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [1239c35c-e2e1-152b-fb99-000000000c43] 6591 1726773123.50723: sending task result for task 1239c35c-e2e1-152b-fb99-000000000c43 6591 1726773123.50810: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000c43 6591 1726773123.50813: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6591 1726773123.50859: no more pending results, returning what we have 6591 1726773123.50863: results queue empty 6591 1726773123.50863: checking for any_errors_fatal 6591 1726773123.50870: done checking for any_errors_fatal 6591 1726773123.50871: checking for max_fail_percentage 6591 1726773123.50873: done checking for max_fail_percentage 6591 1726773123.50873: checking to see if all hosts have failed and the running result is not ok 6591 1726773123.50874: done checking to see if all hosts have failed 6591 1726773123.50875: getting the remaining hosts for this loop 6591 1726773123.50876: done getting the remaining hosts for this loop 6591 1726773123.50881: getting the next task for host managed_node2 6591 1726773123.50887: done getting next task for host managed_node2 6591 1726773123.50890: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6591 1726773123.50894: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773123.50910: getting variables 6591 1726773123.50912: in VariableManager get_vars() 6591 1726773123.50938: Calling all_inventory to load vars for managed_node2 6591 1726773123.50940: Calling groups_inventory to load vars for managed_node2 6591 1726773123.50942: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773123.50948: Calling all_plugins_play to load vars for managed_node2 6591 1726773123.50950: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773123.50951: Calling groups_plugins_play to load vars for managed_node2 6591 1726773123.51052: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773123.51179: done with get_vars() 6591 1726773123.51186: done getting variables 6591 1726773123.51227: 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:12:03 -0400 (0:00:00.018) 0:01:40.983 **** 6591 1726773123.51250: entering _queue_task() for managed_node2/fail 6591 1726773123.51413: worker is 1 (out of 1 available) 6591 1726773123.51425: exiting _queue_task() for managed_node2/fail 6591 1726773123.51436: done queuing things up, now waiting for results queue to drain 6591 1726773123.51438: waiting for pending results... 6591 1726773123.51593: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6591 1726773123.51667: in run() - task 1239c35c-e2e1-152b-fb99-000000000c44 6591 1726773123.51680: variable 'ansible_search_path' from source: unknown 6591 1726773123.51684: variable 'ansible_search_path' from source: unknown 6591 1726773123.51712: calling self._execute() 6591 1726773123.51771: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.51778: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.51789: variable 'omit' from source: magic vars 6591 1726773123.52112: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773123.54929: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773123.54960: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773123.54985: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773123.55007: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773123.55071: variable '__kernel_settings_register_verify_values' from source: set_fact 6591 1726773123.55087: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6591 1726773123.55090: when evaluation is False, skipping this task 6591 1726773123.55093: _execute() done 6591 1726773123.55096: dumping result to json 6591 1726773123.55098: done dumping result, returning 6591 1726773123.55101: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [1239c35c-e2e1-152b-fb99-000000000c44] 6591 1726773123.55108: sending task result for task 1239c35c-e2e1-152b-fb99-000000000c44 6591 1726773123.55186: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000c44 6591 1726773123.55189: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6591 1726773123.55230: no more pending results, returning what we have 6591 1726773123.55233: results queue empty 6591 1726773123.55233: checking for any_errors_fatal 6591 1726773123.55238: done checking for any_errors_fatal 6591 1726773123.55238: checking for max_fail_percentage 6591 1726773123.55240: done checking for max_fail_percentage 6591 1726773123.55241: checking to see if all hosts have failed and the running result is not ok 6591 1726773123.55241: done checking to see if all hosts have failed 6591 1726773123.55242: getting the remaining hosts for this loop 6591 1726773123.55243: done getting the remaining hosts for this loop 6591 1726773123.55247: getting the next task for host managed_node2 6591 1726773123.55254: done getting next task for host managed_node2 6591 1726773123.55257: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6591 1726773123.55260: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773123.55277: getting variables 6591 1726773123.55278: in VariableManager get_vars() 6591 1726773123.55312: Calling all_inventory to load vars for managed_node2 6591 1726773123.55315: Calling groups_inventory to load vars for managed_node2 6591 1726773123.55317: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773123.55326: Calling all_plugins_play to load vars for managed_node2 6591 1726773123.55329: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773123.55331: Calling groups_plugins_play to load vars for managed_node2 6591 1726773123.55463: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773123.57808: done with get_vars() 6591 1726773123.57815: done getting variables 6591 1726773123.57848: 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:12:03 -0400 (0:00:00.066) 0:01:41.049 **** 6591 1726773123.57865: entering _queue_task() for managed_node2/set_fact 6591 1726773123.58054: worker is 1 (out of 1 available) 6591 1726773123.58067: exiting _queue_task() for managed_node2/set_fact 6591 1726773123.58078: done queuing things up, now waiting for results queue to drain 6591 1726773123.58079: waiting for pending results... 6591 1726773123.58253: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6591 1726773123.58332: in run() - task 1239c35c-e2e1-152b-fb99-000000000a04 6591 1726773123.58344: variable 'ansible_search_path' from source: unknown 6591 1726773123.58347: variable 'ansible_search_path' from source: unknown 6591 1726773123.58376: calling self._execute() 6591 1726773123.58443: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.58447: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.58456: variable 'omit' from source: magic vars 6591 1726773123.58537: variable 'omit' from source: magic vars 6591 1726773123.58569: variable 'omit' from source: magic vars 6591 1726773123.58594: variable 'omit' from source: magic vars 6591 1726773123.58631: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773123.58657: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773123.58673: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773123.58690: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773123.58700: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773123.58724: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773123.58727: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.58731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.58802: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773123.58807: Set connection var ansible_connection to ssh 6591 1726773123.58815: Set connection var ansible_timeout to 10 6591 1726773123.58820: Set connection var ansible_pipelining to False 6591 1726773123.58824: Set connection var ansible_shell_executable to /bin/sh 6591 1726773123.58827: Set connection var ansible_shell_type to sh 6591 1726773123.58844: variable 'ansible_shell_executable' from source: unknown 6591 1726773123.58847: variable 'ansible_connection' from source: unknown 6591 1726773123.58849: variable 'ansible_module_compression' from source: unknown 6591 1726773123.58852: variable 'ansible_shell_type' from source: unknown 6591 1726773123.58855: variable 'ansible_shell_executable' from source: unknown 6591 1726773123.58857: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.58860: variable 'ansible_pipelining' from source: unknown 6591 1726773123.58863: variable 'ansible_timeout' from source: unknown 6591 1726773123.58868: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.58973: 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) 6591 1726773123.58984: variable 'omit' from source: magic vars 6591 1726773123.58989: starting attempt loop 6591 1726773123.58992: running the handler 6591 1726773123.59001: handler run complete 6591 1726773123.59011: attempt loop complete, returning result 6591 1726773123.59014: _execute() done 6591 1726773123.59016: dumping result to json 6591 1726773123.59019: done dumping result, returning 6591 1726773123.59026: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [1239c35c-e2e1-152b-fb99-000000000a04] 6591 1726773123.59031: sending task result for task 1239c35c-e2e1-152b-fb99-000000000a04 6591 1726773123.59111: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000a04 6591 1726773123.59114: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 6591 1726773123.59180: no more pending results, returning what we have 6591 1726773123.59183: results queue empty 6591 1726773123.59184: checking for any_errors_fatal 6591 1726773123.59190: done checking for any_errors_fatal 6591 1726773123.59190: checking for max_fail_percentage 6591 1726773123.59192: done checking for max_fail_percentage 6591 1726773123.59193: checking to see if all hosts have failed and the running result is not ok 6591 1726773123.59193: done checking to see if all hosts have failed 6591 1726773123.59194: getting the remaining hosts for this loop 6591 1726773123.59195: done getting the remaining hosts for this loop 6591 1726773123.59198: getting the next task for host managed_node2 6591 1726773123.59205: done getting next task for host managed_node2 6591 1726773123.59208: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6591 1726773123.59211: ^ state is: HOST STATE: block=2, task=45, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773123.59220: getting variables 6591 1726773123.59221: in VariableManager get_vars() 6591 1726773123.59249: Calling all_inventory to load vars for managed_node2 6591 1726773123.59252: Calling groups_inventory to load vars for managed_node2 6591 1726773123.59254: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773123.59262: Calling all_plugins_play to load vars for managed_node2 6591 1726773123.59264: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773123.59266: Calling groups_plugins_play to load vars for managed_node2 6591 1726773123.59368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773123.59490: done with get_vars() 6591 1726773123.59498: done getting variables 6591 1726773123.59537: 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:12:03 -0400 (0:00:00.016) 0:01:41.066 **** 6591 1726773123.59559: entering _queue_task() for managed_node2/set_fact 6591 1726773123.59735: worker is 1 (out of 1 available) 6591 1726773123.59748: exiting _queue_task() for managed_node2/set_fact 6591 1726773123.59760: done queuing things up, now waiting for results queue to drain 6591 1726773123.59761: waiting for pending results... 6591 1726773123.59925: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6591 1726773123.59993: in run() - task 1239c35c-e2e1-152b-fb99-000000000a05 6591 1726773123.60008: variable 'ansible_search_path' from source: unknown 6591 1726773123.60013: variable 'ansible_search_path' from source: unknown 6591 1726773123.60043: calling self._execute() 6591 1726773123.60110: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.60114: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.60121: variable 'omit' from source: magic vars 6591 1726773123.60202: variable 'omit' from source: magic vars 6591 1726773123.60235: variable 'omit' from source: magic vars 6591 1726773123.60554: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773123.60722: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773123.60757: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773123.60787: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773123.60817: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773123.60931: variable '__kernel_settings_register_profile' from source: set_fact 6591 1726773123.60942: variable '__kernel_settings_register_mode' from source: set_fact 6591 1726773123.60949: variable '__kernel_settings_register_apply' from source: set_fact 6591 1726773123.60991: variable 'omit' from source: magic vars 6591 1726773123.61013: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773123.61034: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773123.61048: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773123.61061: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773123.61070: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773123.61095: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773123.61098: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.61101: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.61167: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773123.61170: Set connection var ansible_connection to ssh 6591 1726773123.61177: Set connection var ansible_timeout to 10 6591 1726773123.61184: Set connection var ansible_pipelining to False 6591 1726773123.61189: Set connection var ansible_shell_executable to /bin/sh 6591 1726773123.61194: Set connection var ansible_shell_type to sh 6591 1726773123.61212: variable 'ansible_shell_executable' from source: unknown 6591 1726773123.61215: variable 'ansible_connection' from source: unknown 6591 1726773123.61217: variable 'ansible_module_compression' from source: unknown 6591 1726773123.61219: variable 'ansible_shell_type' from source: unknown 6591 1726773123.61222: variable 'ansible_shell_executable' from source: unknown 6591 1726773123.61224: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.61228: variable 'ansible_pipelining' from source: unknown 6591 1726773123.61230: variable 'ansible_timeout' from source: unknown 6591 1726773123.61235: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.61308: 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) 6591 1726773123.61319: variable 'omit' from source: magic vars 6591 1726773123.61321: starting attempt loop 6591 1726773123.61324: running the handler 6591 1726773123.61334: handler run complete 6591 1726773123.61342: attempt loop complete, returning result 6591 1726773123.61344: _execute() done 6591 1726773123.61347: dumping result to json 6591 1726773123.61349: done dumping result, returning 6591 1726773123.61357: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [1239c35c-e2e1-152b-fb99-000000000a05] 6591 1726773123.61362: sending task result for task 1239c35c-e2e1-152b-fb99-000000000a05 6591 1726773123.61438: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000a05 6591 1726773123.61441: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 6591 1726773123.61505: no more pending results, returning what we have 6591 1726773123.61508: results queue empty 6591 1726773123.61509: checking for any_errors_fatal 6591 1726773123.61512: done checking for any_errors_fatal 6591 1726773123.61512: checking for max_fail_percentage 6591 1726773123.61514: done checking for max_fail_percentage 6591 1726773123.61514: checking to see if all hosts have failed and the running result is not ok 6591 1726773123.61515: done checking to see if all hosts have failed 6591 1726773123.61516: getting the remaining hosts for this loop 6591 1726773123.61517: done getting the remaining hosts for this loop 6591 1726773123.61520: getting the next task for host managed_node2 6591 1726773123.61528: done getting next task for host managed_node2 6591 1726773123.61530: ^ task is: TASK: meta (role_complete) 6591 1726773123.61532: ^ state is: HOST STATE: block=2, task=46, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773123.61542: getting variables 6591 1726773123.61544: in VariableManager get_vars() 6591 1726773123.61573: Calling all_inventory to load vars for managed_node2 6591 1726773123.61576: Calling groups_inventory to load vars for managed_node2 6591 1726773123.61579: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773123.61586: Calling all_plugins_play to load vars for managed_node2 6591 1726773123.61588: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773123.61589: Calling groups_plugins_play to load vars for managed_node2 6591 1726773123.61728: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773123.61844: done with get_vars() 6591 1726773123.61851: done getting variables 6591 1726773123.61902: done queuing things up, now waiting for results queue to drain 6591 1726773123.61905: results queue empty 6591 1726773123.61905: checking for any_errors_fatal 6591 1726773123.61907: done checking for any_errors_fatal 6591 1726773123.61907: checking for max_fail_percentage 6591 1726773123.61908: done checking for max_fail_percentage 6591 1726773123.61912: checking to see if all hosts have failed and the running result is not ok 6591 1726773123.61912: done checking to see if all hosts have failed 6591 1726773123.61913: getting the remaining hosts for this loop 6591 1726773123.61914: done getting the remaining hosts for this loop 6591 1726773123.61915: getting the next task for host managed_node2 6591 1726773123.61918: done getting next task for host managed_node2 6591 1726773123.61919: ^ task is: TASK: meta (flush_handlers) 6591 1726773123.61920: ^ state is: HOST STATE: block=2, task=47, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773123.61923: getting variables 6591 1726773123.61924: in VariableManager get_vars() 6591 1726773123.61931: Calling all_inventory to load vars for managed_node2 6591 1726773123.61932: Calling groups_inventory to load vars for managed_node2 6591 1726773123.61933: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773123.61936: Calling all_plugins_play to load vars for managed_node2 6591 1726773123.61937: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773123.61939: Calling groups_plugins_play to load vars for managed_node2 6591 1726773123.62020: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773123.62131: done with get_vars() 6591 1726773123.62137: done getting variables TASK [Force handlers] ********************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:191 Thursday 19 September 2024 15:12:03 -0400 (0:00:00.026) 0:01:41.092 **** 6591 1726773123.62179: in VariableManager get_vars() 6591 1726773123.62187: Calling all_inventory to load vars for managed_node2 6591 1726773123.62188: Calling groups_inventory to load vars for managed_node2 6591 1726773123.62189: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773123.62192: Calling all_plugins_play to load vars for managed_node2 6591 1726773123.62193: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773123.62195: Calling groups_plugins_play to load vars for managed_node2 6591 1726773123.62272: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773123.62395: done with get_vars() META: triggered running handlers for managed_node2 6591 1726773123.62409: done queuing things up, now waiting for results queue to drain 6591 1726773123.62410: results queue empty 6591 1726773123.62411: checking for any_errors_fatal 6591 1726773123.62412: done checking for any_errors_fatal 6591 1726773123.62412: checking for max_fail_percentage 6591 1726773123.62413: done checking for max_fail_percentage 6591 1726773123.62413: checking to see if all hosts have failed and the running result is not ok 6591 1726773123.62414: done checking to see if all hosts have failed 6591 1726773123.62414: getting the remaining hosts for this loop 6591 1726773123.62415: done getting the remaining hosts for this loop 6591 1726773123.62416: getting the next task for host managed_node2 6591 1726773123.62419: done getting next task for host managed_node2 6591 1726773123.62420: ^ task is: TASK: Ensure kernel_settings_reboot_required is not set or is false 6591 1726773123.62421: ^ state is: HOST STATE: block=2, task=48, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773123.62423: getting variables 6591 1726773123.62423: in VariableManager get_vars() 6591 1726773123.62430: Calling all_inventory to load vars for managed_node2 6591 1726773123.62431: Calling groups_inventory to load vars for managed_node2 6591 1726773123.62432: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773123.62435: Calling all_plugins_play to load vars for managed_node2 6591 1726773123.62436: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773123.62438: Calling groups_plugins_play to load vars for managed_node2 6591 1726773123.62513: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773123.62619: done with get_vars() 6591 1726773123.62624: done getting variables 6591 1726773123.62648: 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=True) TASK [Ensure kernel_settings_reboot_required is not set or is false] *********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:194 Thursday 19 September 2024 15:12:03 -0400 (0:00:00.004) 0:01:41.097 **** 6591 1726773123.62661: entering _queue_task() for managed_node2/assert 6591 1726773123.62826: worker is 1 (out of 1 available) 6591 1726773123.62839: exiting _queue_task() for managed_node2/assert 6591 1726773123.62851: done queuing things up, now waiting for results queue to drain 6591 1726773123.62852: waiting for pending results... 6591 1726773123.63016: running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false 6591 1726773123.63070: in run() - task 1239c35c-e2e1-152b-fb99-000000000027 6591 1726773123.63085: variable 'ansible_search_path' from source: unknown 6591 1726773123.63116: calling self._execute() 6591 1726773123.63181: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.63187: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.63199: variable 'omit' from source: magic vars 6591 1726773123.63281: variable 'omit' from source: magic vars 6591 1726773123.63299: variable 'omit' from source: magic vars 6591 1726773123.63327: variable 'omit' from source: magic vars 6591 1726773123.63358: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773123.63384: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773123.63400: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773123.63416: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773123.63426: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773123.63448: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773123.63452: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.63454: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.63524: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773123.63527: Set connection var ansible_connection to ssh 6591 1726773123.63534: Set connection var ansible_timeout to 10 6591 1726773123.63539: Set connection var ansible_pipelining to False 6591 1726773123.63544: Set connection var ansible_shell_executable to /bin/sh 6591 1726773123.63547: Set connection var ansible_shell_type to sh 6591 1726773123.63564: variable 'ansible_shell_executable' from source: unknown 6591 1726773123.63567: variable 'ansible_connection' from source: unknown 6591 1726773123.63570: variable 'ansible_module_compression' from source: unknown 6591 1726773123.63572: variable 'ansible_shell_type' from source: unknown 6591 1726773123.63574: variable 'ansible_shell_executable' from source: unknown 6591 1726773123.63576: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.63582: variable 'ansible_pipelining' from source: unknown 6591 1726773123.63584: variable 'ansible_timeout' from source: unknown 6591 1726773123.63586: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.63684: 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) 6591 1726773123.63691: variable 'omit' from source: magic vars 6591 1726773123.63696: starting attempt loop 6591 1726773123.63699: running the handler 6591 1726773123.63938: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773123.65472: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773123.65526: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773123.65554: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773123.65584: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773123.65602: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773123.65650: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773123.65669: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773123.65688: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773123.65718: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773123.65728: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773123.65806: variable 'kernel_settings_reboot_required' from source: set_fact 6591 1726773123.65821: Evaluated conditional (not kernel_settings_reboot_required | d(false)): True 6591 1726773123.65827: handler run complete 6591 1726773123.65845: attempt loop complete, returning result 6591 1726773123.65847: _execute() done 6591 1726773123.65850: dumping result to json 6591 1726773123.65852: done dumping result, returning 6591 1726773123.65859: done running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings_reboot_required is not set or is false [1239c35c-e2e1-152b-fb99-000000000027] 6591 1726773123.65864: sending task result for task 1239c35c-e2e1-152b-fb99-000000000027 6591 1726773123.65945: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000027 6591 1726773123.65948: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6591 1726773123.65994: no more pending results, returning what we have 6591 1726773123.65997: results queue empty 6591 1726773123.65998: checking for any_errors_fatal 6591 1726773123.65999: done checking for any_errors_fatal 6591 1726773123.66000: checking for max_fail_percentage 6591 1726773123.66002: done checking for max_fail_percentage 6591 1726773123.66002: checking to see if all hosts have failed and the running result is not ok 6591 1726773123.66005: done checking to see if all hosts have failed 6591 1726773123.66006: getting the remaining hosts for this loop 6591 1726773123.66008: done getting the remaining hosts for this loop 6591 1726773123.66011: getting the next task for host managed_node2 6591 1726773123.66017: done getting next task for host managed_node2 6591 1726773123.66018: ^ task is: TASK: Ensure role reported changed 6591 1726773123.66020: ^ state is: HOST STATE: block=2, task=49, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773123.66023: getting variables 6591 1726773123.66025: in VariableManager get_vars() 6591 1726773123.66054: Calling all_inventory to load vars for managed_node2 6591 1726773123.66056: Calling groups_inventory to load vars for managed_node2 6591 1726773123.66058: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773123.66067: Calling all_plugins_play to load vars for managed_node2 6591 1726773123.66073: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773123.66076: Calling groups_plugins_play to load vars for managed_node2 6591 1726773123.66194: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773123.66337: done with get_vars() 6591 1726773123.66345: done getting variables 6591 1726773123.66382: 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=True) TASK [Ensure role reported changed] ******************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:198 Thursday 19 September 2024 15:12:03 -0400 (0:00:00.037) 0:01:41.134 **** 6591 1726773123.66400: entering _queue_task() for managed_node2/assert 6591 1726773123.66566: worker is 1 (out of 1 available) 6591 1726773123.66580: exiting _queue_task() for managed_node2/assert 6591 1726773123.66593: done queuing things up, now waiting for results queue to drain 6591 1726773123.66594: waiting for pending results... 6591 1726773123.66756: running TaskExecutor() for managed_node2/TASK: Ensure role reported changed 6591 1726773123.66815: in run() - task 1239c35c-e2e1-152b-fb99-000000000028 6591 1726773123.66828: variable 'ansible_search_path' from source: unknown 6591 1726773123.66858: calling self._execute() 6591 1726773123.66927: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.66931: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.66939: variable 'omit' from source: magic vars 6591 1726773123.67021: variable 'omit' from source: magic vars 6591 1726773123.67042: variable 'omit' from source: magic vars 6591 1726773123.67066: variable 'omit' from source: magic vars 6591 1726773123.67101: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773123.67129: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773123.67145: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773123.67159: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773123.67169: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773123.67194: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773123.67198: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.67201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.67272: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773123.67275: Set connection var ansible_connection to ssh 6591 1726773123.67285: Set connection var ansible_timeout to 10 6591 1726773123.67290: Set connection var ansible_pipelining to False 6591 1726773123.67295: Set connection var ansible_shell_executable to /bin/sh 6591 1726773123.67297: Set connection var ansible_shell_type to sh 6591 1726773123.67316: variable 'ansible_shell_executable' from source: unknown 6591 1726773123.67319: variable 'ansible_connection' from source: unknown 6591 1726773123.67322: variable 'ansible_module_compression' from source: unknown 6591 1726773123.67324: variable 'ansible_shell_type' from source: unknown 6591 1726773123.67326: variable 'ansible_shell_executable' from source: unknown 6591 1726773123.67329: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.67332: variable 'ansible_pipelining' from source: unknown 6591 1726773123.67335: variable 'ansible_timeout' from source: unknown 6591 1726773123.67339: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.67437: 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) 6591 1726773123.67448: variable 'omit' from source: magic vars 6591 1726773123.67451: starting attempt loop 6591 1726773123.67455: running the handler 6591 1726773123.67701: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773123.69287: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773123.69340: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773123.69366: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773123.69394: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773123.69416: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773123.69464: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773123.69487: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773123.69506: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773123.69532: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773123.69544: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773123.69622: variable '__kernel_settings_changed' from source: set_fact 6591 1726773123.69635: Evaluated conditional (__kernel_settings_changed | d(false)): True 6591 1726773123.69641: handler run complete 6591 1726773123.69658: attempt loop complete, returning result 6591 1726773123.69662: _execute() done 6591 1726773123.69664: dumping result to json 6591 1726773123.69668: done dumping result, returning 6591 1726773123.69674: done running TaskExecutor() for managed_node2/TASK: Ensure role reported changed [1239c35c-e2e1-152b-fb99-000000000028] 6591 1726773123.69679: sending task result for task 1239c35c-e2e1-152b-fb99-000000000028 6591 1726773123.69758: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000028 6591 1726773123.69762: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6591 1726773123.69806: no more pending results, returning what we have 6591 1726773123.69810: results queue empty 6591 1726773123.69811: checking for any_errors_fatal 6591 1726773123.69816: done checking for any_errors_fatal 6591 1726773123.69816: checking for max_fail_percentage 6591 1726773123.69818: done checking for max_fail_percentage 6591 1726773123.69819: checking to see if all hosts have failed and the running result is not ok 6591 1726773123.69819: done checking to see if all hosts have failed 6591 1726773123.69820: getting the remaining hosts for this loop 6591 1726773123.69822: done getting the remaining hosts for this loop 6591 1726773123.69825: getting the next task for host managed_node2 6591 1726773123.69830: done getting next task for host managed_node2 6591 1726773123.69832: ^ task is: TASK: Check sysctl 6591 1726773123.69834: ^ state is: HOST STATE: block=2, task=50, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773123.69837: getting variables 6591 1726773123.69838: in VariableManager get_vars() 6591 1726773123.69869: Calling all_inventory to load vars for managed_node2 6591 1726773123.69872: Calling groups_inventory to load vars for managed_node2 6591 1726773123.69874: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773123.69883: Calling all_plugins_play to load vars for managed_node2 6591 1726773123.69885: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773123.69893: Calling groups_plugins_play to load vars for managed_node2 6591 1726773123.70006: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773123.70126: done with get_vars() 6591 1726773123.70133: done getting variables 6591 1726773123.70170: 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 [Check sysctl] ************************************************************ task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:202 Thursday 19 September 2024 15:12:03 -0400 (0:00:00.037) 0:01:41.172 **** 6591 1726773123.70189: entering _queue_task() for managed_node2/shell 6591 1726773123.70356: worker is 1 (out of 1 available) 6591 1726773123.70369: exiting _queue_task() for managed_node2/shell 6591 1726773123.70380: done queuing things up, now waiting for results queue to drain 6591 1726773123.70381: waiting for pending results... 6591 1726773123.70538: running TaskExecutor() for managed_node2/TASK: Check sysctl 6591 1726773123.70591: in run() - task 1239c35c-e2e1-152b-fb99-000000000029 6591 1726773123.70604: variable 'ansible_search_path' from source: unknown 6591 1726773123.70633: calling self._execute() 6591 1726773123.70699: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.70706: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.70716: variable 'omit' from source: magic vars 6591 1726773123.70798: variable 'omit' from source: magic vars 6591 1726773123.70820: variable 'omit' from source: magic vars 6591 1726773123.70843: variable 'omit' from source: magic vars 6591 1726773123.70873: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773123.70904: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773123.70920: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773123.70934: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773123.70944: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773123.70966: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773123.70970: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.70974: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.71046: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773123.71049: Set connection var ansible_connection to ssh 6591 1726773123.71056: Set connection var ansible_timeout to 10 6591 1726773123.71061: Set connection var ansible_pipelining to False 6591 1726773123.71066: Set connection var ansible_shell_executable to /bin/sh 6591 1726773123.71068: Set connection var ansible_shell_type to sh 6591 1726773123.71089: variable 'ansible_shell_executable' from source: unknown 6591 1726773123.71091: variable 'ansible_connection' from source: unknown 6591 1726773123.71094: variable 'ansible_module_compression' from source: unknown 6591 1726773123.71096: variable 'ansible_shell_type' from source: unknown 6591 1726773123.71098: variable 'ansible_shell_executable' from source: unknown 6591 1726773123.71101: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773123.71106: variable 'ansible_pipelining' from source: unknown 6591 1726773123.71108: variable 'ansible_timeout' from source: unknown 6591 1726773123.71113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773123.71211: 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) 6591 1726773123.71222: variable 'omit' from source: magic vars 6591 1726773123.71226: starting attempt loop 6591 1726773123.71229: running the handler 6591 1726773123.71238: 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) 6591 1726773123.71255: _low_level_execute_command(): starting 6591 1726773123.71261: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773123.71768: 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 <<< 6591 1726773123.71787: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773123.71800: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6591 1726773123.71819: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.71862: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773123.71874: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773123.71954: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773123.73579: stdout chunk (state=3): >>>/root <<< 6591 1726773123.73679: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773123.73728: stderr chunk (state=3): >>><<< 6591 1726773123.73732: stdout chunk (state=3): >>><<< 6591 1726773123.73753: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773123.73763: _low_level_execute_command(): starting 6591 1726773123.73769: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773123.737515-9822-74609585254955 `" && echo ansible-tmp-1726773123.737515-9822-74609585254955="` echo /root/.ansible/tmp/ansible-tmp-1726773123.737515-9822-74609585254955 `" ) && sleep 0' 6591 1726773123.74187: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773123.74201: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773123.74222: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773123.74236: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.74289: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773123.74302: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773123.74367: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773123.76773: stdout chunk (state=3): >>>ansible-tmp-1726773123.737515-9822-74609585254955=/root/.ansible/tmp/ansible-tmp-1726773123.737515-9822-74609585254955 <<< 6591 1726773123.76887: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773123.76930: stderr chunk (state=3): >>><<< 6591 1726773123.76934: stdout chunk (state=3): >>><<< 6591 1726773123.76949: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773123.737515-9822-74609585254955=/root/.ansible/tmp/ansible-tmp-1726773123.737515-9822-74609585254955 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773123.76972: variable 'ansible_module_compression' from source: unknown 6591 1726773123.77016: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773123.77043: variable 'ansible_facts' from source: unknown 6591 1726773123.77102: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773123.737515-9822-74609585254955/AnsiballZ_command.py 6591 1726773123.77199: Sending initial data 6591 1726773123.77211: Sent initial data (152 bytes) 6591 1726773123.77856: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773123.77860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773123.77899: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.77902: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773123.77906: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773123.77909: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.77959: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773123.77962: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773123.78028: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773123.79722: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773123.79779: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773123.79846: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpzp6yrxs_ /root/.ansible/tmp/ansible-tmp-1726773123.737515-9822-74609585254955/AnsiballZ_command.py <<< 6591 1726773123.79902: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773123.81009: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773123.81090: stderr chunk (state=3): >>><<< 6591 1726773123.81093: stdout chunk (state=3): >>><<< 6591 1726773123.81113: done transferring module to remote 6591 1726773123.81122: _low_level_execute_command(): starting 6591 1726773123.81126: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773123.737515-9822-74609585254955/ /root/.ansible/tmp/ansible-tmp-1726773123.737515-9822-74609585254955/AnsiballZ_command.py && sleep 0' 6591 1726773123.81540: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773123.81547: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773123.81594: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.81598: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773123.81601: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.81647: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773123.81650: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773123.81726: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773123.83441: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773123.83486: stderr chunk (state=3): >>><<< 6591 1726773123.83492: stdout chunk (state=3): >>><<< 6591 1726773123.83507: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773123.83514: _low_level_execute_command(): starting 6591 1726773123.83517: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773123.737515-9822-74609585254955/AnsiballZ_command.py && sleep 0' 6591 1726773123.83938: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773123.83952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773123.83969: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773123.83982: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773123.83993: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773123.84038: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773123.84050: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773123.84122: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773123.98202: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001", "start": "2024-09-19 15:12:03.975804", "end": "2024-09-19 15:12:03.980869", "delta": "0:00:00.005065", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6591 1726773123.99357: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773123.99414: stderr chunk (state=3): >>><<< 6591 1726773123.99418: stdout chunk (state=3): >>><<< 6591 1726773123.99434: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001", "start": "2024-09-19 15:12:03.975804", "end": "2024-09-19 15:12:03.980869", "delta": "0:00:00.005065", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773123.99539: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773123.737515-9822-74609585254955/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773123.99547: _low_level_execute_command(): starting 6591 1726773123.99552: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773123.737515-9822-74609585254955/ > /dev/null 2>&1 && sleep 0' 6591 1726773123.99993: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773124.00010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773124.00027: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773124.00043: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.00108: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773124.00125: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773124.00180: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773124.01982: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773124.02029: stderr chunk (state=3): >>><<< 6591 1726773124.02032: stdout chunk (state=3): >>><<< 6591 1726773124.02046: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773124.02053: handler run complete 6591 1726773124.02072: Evaluated conditional (False): False 6591 1726773124.02082: attempt loop complete, returning result 6591 1726773124.02085: _execute() done 6591 1726773124.02088: dumping result to json 6591 1726773124.02092: done dumping result, returning 6591 1726773124.02100: done running TaskExecutor() for managed_node2/TASK: Check sysctl [1239c35c-e2e1-152b-fb99-000000000029] 6591 1726773124.02106: sending task result for task 1239c35c-e2e1-152b-fb99-000000000029 6591 1726773124.02201: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000029 6591 1726773124.02206: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": "set -euo pipefail\nsysctl -n fs.file-max | grep -Lvxq 400001", "delta": "0:00:00.005065", "end": "2024-09-19 15:12:03.980869", "rc": 0, "start": "2024-09-19 15:12:03.975804" } 6591 1726773124.02266: no more pending results, returning what we have 6591 1726773124.02269: results queue empty 6591 1726773124.02270: checking for any_errors_fatal 6591 1726773124.02275: done checking for any_errors_fatal 6591 1726773124.02276: checking for max_fail_percentage 6591 1726773124.02278: done checking for max_fail_percentage 6591 1726773124.02279: checking to see if all hosts have failed and the running result is not ok 6591 1726773124.02279: done checking to see if all hosts have failed 6591 1726773124.02280: getting the remaining hosts for this loop 6591 1726773124.02282: done getting the remaining hosts for this loop 6591 1726773124.02285: getting the next task for host managed_node2 6591 1726773124.02291: done getting next task for host managed_node2 6591 1726773124.02293: ^ task is: TASK: Check sysfs after role runs 6591 1726773124.02295: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773124.02298: getting variables 6591 1726773124.02300: in VariableManager get_vars() 6591 1726773124.02335: Calling all_inventory to load vars for managed_node2 6591 1726773124.02338: Calling groups_inventory to load vars for managed_node2 6591 1726773124.02340: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773124.02351: Calling all_plugins_play to load vars for managed_node2 6591 1726773124.02353: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773124.02356: Calling groups_plugins_play to load vars for managed_node2 6591 1726773124.02510: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773124.02624: done with get_vars() 6591 1726773124.02631: done getting variables 6591 1726773124.02672: 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 [Check sysfs after role runs] ********************************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:208 Thursday 19 September 2024 15:12:04 -0400 (0:00:00.325) 0:01:41.497 **** 6591 1726773124.02692: entering _queue_task() for managed_node2/command 6591 1726773124.02869: worker is 1 (out of 1 available) 6591 1726773124.02883: exiting _queue_task() for managed_node2/command 6591 1726773124.02894: done queuing things up, now waiting for results queue to drain 6591 1726773124.02896: waiting for pending results... 6591 1726773124.03064: running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs 6591 1726773124.03124: in run() - task 1239c35c-e2e1-152b-fb99-00000000002a 6591 1726773124.03136: variable 'ansible_search_path' from source: unknown 6591 1726773124.03168: calling self._execute() 6591 1726773124.03237: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.03241: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.03250: variable 'omit' from source: magic vars 6591 1726773124.03336: variable 'omit' from source: magic vars 6591 1726773124.03360: variable 'omit' from source: magic vars 6591 1726773124.03384: variable 'omit' from source: magic vars 6591 1726773124.03419: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773124.03449: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773124.03464: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773124.03477: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773124.03490: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773124.03514: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773124.03517: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.03520: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.03592: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773124.03595: Set connection var ansible_connection to ssh 6591 1726773124.03602: Set connection var ansible_timeout to 10 6591 1726773124.03609: Set connection var ansible_pipelining to False 6591 1726773124.03613: Set connection var ansible_shell_executable to /bin/sh 6591 1726773124.03616: Set connection var ansible_shell_type to sh 6591 1726773124.03635: variable 'ansible_shell_executable' from source: unknown 6591 1726773124.03638: variable 'ansible_connection' from source: unknown 6591 1726773124.03640: variable 'ansible_module_compression' from source: unknown 6591 1726773124.03642: variable 'ansible_shell_type' from source: unknown 6591 1726773124.03644: variable 'ansible_shell_executable' from source: unknown 6591 1726773124.03648: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.03652: variable 'ansible_pipelining' from source: unknown 6591 1726773124.03654: variable 'ansible_timeout' from source: unknown 6591 1726773124.03658: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.03759: 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) 6591 1726773124.03768: variable 'omit' from source: magic vars 6591 1726773124.03773: starting attempt loop 6591 1726773124.03777: running the handler 6591 1726773124.03790: _low_level_execute_command(): starting 6591 1726773124.03797: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773124.04314: 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 <<< 6591 1726773124.04319: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773124.04347: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.04351: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773124.04354: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.04411: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773124.04418: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773124.04482: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773124.06010: stdout chunk (state=3): >>>/root <<< 6591 1726773124.06117: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773124.06158: stderr chunk (state=3): >>><<< 6591 1726773124.06161: stdout chunk (state=3): >>><<< 6591 1726773124.06183: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773124.06191: _low_level_execute_command(): starting 6591 1726773124.06197: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773124.061792-9833-190670232128920 `" && echo ansible-tmp-1726773124.061792-9833-190670232128920="` echo /root/.ansible/tmp/ansible-tmp-1726773124.061792-9833-190670232128920 `" ) && sleep 0' 6591 1726773124.06610: 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 <<< 6591 1726773124.06624: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773124.06639: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773124.06652: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773124.06669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.06710: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773124.06722: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773124.06795: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773124.08882: stdout chunk (state=3): >>>ansible-tmp-1726773124.061792-9833-190670232128920=/root/.ansible/tmp/ansible-tmp-1726773124.061792-9833-190670232128920 <<< 6591 1726773124.08985: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773124.09030: stderr chunk (state=3): >>><<< 6591 1726773124.09033: stdout chunk (state=3): >>><<< 6591 1726773124.09046: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773124.061792-9833-190670232128920=/root/.ansible/tmp/ansible-tmp-1726773124.061792-9833-190670232128920 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773124.09069: variable 'ansible_module_compression' from source: unknown 6591 1726773124.09113: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773124.09145: variable 'ansible_facts' from source: unknown 6591 1726773124.09207: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773124.061792-9833-190670232128920/AnsiballZ_command.py 6591 1726773124.09302: Sending initial data 6591 1726773124.09315: Sent initial data (153 bytes) 6591 1726773124.09930: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773124.09934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773124.09967: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.09971: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773124.09974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.10026: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773124.10030: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773124.10096: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773124.11767: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773124.11825: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773124.11882: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp55jn4bvv /root/.ansible/tmp/ansible-tmp-1726773124.061792-9833-190670232128920/AnsiballZ_command.py <<< 6591 1726773124.11941: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773124.12790: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773124.12872: stderr chunk (state=3): >>><<< 6591 1726773124.12876: stdout chunk (state=3): >>><<< 6591 1726773124.12893: done transferring module to remote 6591 1726773124.12902: _low_level_execute_command(): starting 6591 1726773124.12906: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773124.061792-9833-190670232128920/ /root/.ansible/tmp/ansible-tmp-1726773124.061792-9833-190670232128920/AnsiballZ_command.py && sleep 0' 6591 1726773124.13307: 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 <<< 6591 1726773124.13310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773124.13328: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.13341: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.13389: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773124.13407: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773124.13464: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773124.15143: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773124.15181: stderr chunk (state=3): >>><<< 6591 1726773124.15190: stdout chunk (state=3): >>><<< 6591 1726773124.15202: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773124.15211: _low_level_execute_command(): starting 6591 1726773124.15213: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773124.061792-9833-190670232128920/AnsiballZ_command.py && sleep 0' 6591 1726773124.15606: 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 <<< 6591 1726773124.15619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773124.15631: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.15642: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773124.15651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.15694: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773124.15715: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773124.15780: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773124.29205: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["grep", "-Lxqv", "60666", "/sys/class/net/lo/mtu"], "start": "2024-09-19 15:12:04.287328", "end": "2024-09-19 15:12:04.290881", "delta": "0:00:00.003553", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -Lxqv 60666 /sys/class/net/lo/mtu", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6591 1726773124.30372: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773124.30427: stderr chunk (state=3): >>><<< 6591 1726773124.30430: stdout chunk (state=3): >>><<< 6591 1726773124.30446: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["grep", "-Lxqv", "60666", "/sys/class/net/lo/mtu"], "start": "2024-09-19 15:12:04.287328", "end": "2024-09-19 15:12:04.290881", "delta": "0:00:00.003553", "msg": "", "invocation": {"module_args": {"_raw_params": "grep -Lxqv 60666 /sys/class/net/lo/mtu", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773124.30488: done with _execute_module (ansible.legacy.command, {'_raw_params': 'grep -Lxqv 60666 /sys/class/net/lo/mtu', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773124.061792-9833-190670232128920/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773124.30495: _low_level_execute_command(): starting 6591 1726773124.30499: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773124.061792-9833-190670232128920/ > /dev/null 2>&1 && sleep 0' 6591 1726773124.30935: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773124.30940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773124.30973: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.30986: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.31035: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773124.31047: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773124.31117: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773124.32888: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773124.32933: stderr chunk (state=3): >>><<< 6591 1726773124.32936: stdout chunk (state=3): >>><<< 6591 1726773124.32949: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773124.32956: handler run complete 6591 1726773124.32973: Evaluated conditional (False): False 6591 1726773124.32988: attempt loop complete, returning result 6591 1726773124.32991: _execute() done 6591 1726773124.32993: dumping result to json 6591 1726773124.32998: done dumping result, returning 6591 1726773124.33007: done running TaskExecutor() for managed_node2/TASK: Check sysfs after role runs [1239c35c-e2e1-152b-fb99-00000000002a] 6591 1726773124.33013: sending task result for task 1239c35c-e2e1-152b-fb99-00000000002a 6591 1726773124.33108: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000002a 6591 1726773124.33110: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "grep", "-Lxqv", "60666", "/sys/class/net/lo/mtu" ], "delta": "0:00:00.003553", "end": "2024-09-19 15:12:04.290881", "rc": 0, "start": "2024-09-19 15:12:04.287328" } 6591 1726773124.33173: no more pending results, returning what we have 6591 1726773124.33176: results queue empty 6591 1726773124.33177: checking for any_errors_fatal 6591 1726773124.33185: done checking for any_errors_fatal 6591 1726773124.33186: checking for max_fail_percentage 6591 1726773124.33188: done checking for max_fail_percentage 6591 1726773124.33189: checking to see if all hosts have failed and the running result is not ok 6591 1726773124.33189: done checking to see if all hosts have failed 6591 1726773124.33190: getting the remaining hosts for this loop 6591 1726773124.33192: done getting the remaining hosts for this loop 6591 1726773124.33195: getting the next task for host managed_node2 6591 1726773124.33204: done getting next task for host managed_node2 6591 1726773124.33207: ^ task is: TASK: Cleanup 6591 1726773124.33209: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=1, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6591 1726773124.33213: getting variables 6591 1726773124.33214: in VariableManager get_vars() 6591 1726773124.33247: Calling all_inventory to load vars for managed_node2 6591 1726773124.33250: Calling groups_inventory to load vars for managed_node2 6591 1726773124.33252: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773124.33261: Calling all_plugins_play to load vars for managed_node2 6591 1726773124.33264: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773124.33266: Calling groups_plugins_play to load vars for managed_node2 6591 1726773124.33384: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773124.33507: done with get_vars() 6591 1726773124.33515: done getting variables TASK [Cleanup] ***************************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:213 Thursday 19 September 2024 15:12:04 -0400 (0:00:00.308) 0:01:41.806 **** 6591 1726773124.33580: entering _queue_task() for managed_node2/include_tasks 6591 1726773124.33754: worker is 1 (out of 1 available) 6591 1726773124.33765: exiting _queue_task() for managed_node2/include_tasks 6591 1726773124.33776: done queuing things up, now waiting for results queue to drain 6591 1726773124.33777: waiting for pending results... 6591 1726773124.33951: running TaskExecutor() for managed_node2/TASK: Cleanup 6591 1726773124.34013: in run() - task 1239c35c-e2e1-152b-fb99-00000000002b 6591 1726773124.34026: variable 'ansible_search_path' from source: unknown 6591 1726773124.34055: calling self._execute() 6591 1726773124.34128: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.34134: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.34143: variable 'omit' from source: magic vars 6591 1726773124.34227: _execute() done 6591 1726773124.34231: dumping result to json 6591 1726773124.34234: done dumping result, returning 6591 1726773124.34240: done running TaskExecutor() for managed_node2/TASK: Cleanup [1239c35c-e2e1-152b-fb99-00000000002b] 6591 1726773124.34246: sending task result for task 1239c35c-e2e1-152b-fb99-00000000002b 6591 1726773124.34338: done sending task result for task 1239c35c-e2e1-152b-fb99-00000000002b 6591 1726773124.34343: WORKER PROCESS EXITING 6591 1726773124.34368: no more pending results, returning what we have 6591 1726773124.34372: in VariableManager get_vars() 6591 1726773124.34408: Calling all_inventory to load vars for managed_node2 6591 1726773124.34411: Calling groups_inventory to load vars for managed_node2 6591 1726773124.34413: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773124.34422: Calling all_plugins_play to load vars for managed_node2 6591 1726773124.34425: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773124.34427: Calling groups_plugins_play to load vars for managed_node2 6591 1726773124.34567: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773124.34677: done with get_vars() 6591 1726773124.34683: variable 'ansible_search_path' from source: unknown 6591 1726773124.34692: we have included files to process 6591 1726773124.34693: generating all_blocks data 6591 1726773124.34695: done generating all_blocks data 6591 1726773124.34701: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6591 1726773124.34702: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6591 1726773124.34705: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6591 1726773124.35305: done processing included file 6591 1726773124.35309: iterating over new_blocks loaded from include file 6591 1726773124.35310: in VariableManager get_vars() 6591 1726773124.35320: done with get_vars() 6591 1726773124.35321: filtering new block on tags 6591 1726773124.35334: done filtering new block on tags 6591 1726773124.35336: in VariableManager get_vars() 6591 1726773124.35344: done with get_vars() 6591 1726773124.35346: filtering new block on tags 6591 1726773124.35396: done filtering new block on tags 6591 1726773124.35398: 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_node2 6591 1726773124.35401: extending task lists for all hosts with included blocks 6591 1726773124.37800: done extending task lists 6591 1726773124.37802: done processing included files 6591 1726773124.37802: results queue empty 6591 1726773124.37803: checking for any_errors_fatal 6591 1726773124.37806: done checking for any_errors_fatal 6591 1726773124.37807: checking for max_fail_percentage 6591 1726773124.37807: done checking for max_fail_percentage 6591 1726773124.37808: checking to see if all hosts have failed and the running result is not ok 6591 1726773124.37809: done checking to see if all hosts have failed 6591 1726773124.37809: getting the remaining hosts for this loop 6591 1726773124.37810: done getting the remaining hosts for this loop 6591 1726773124.37811: getting the next task for host managed_node2 6591 1726773124.37814: done getting next task for host managed_node2 6591 1726773124.37815: ^ task is: TASK: Show current tuned profile settings 6591 1726773124.37817: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=2, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773124.37819: getting variables 6591 1726773124.37819: in VariableManager get_vars() 6591 1726773124.37827: Calling all_inventory to load vars for managed_node2 6591 1726773124.37828: Calling groups_inventory to load vars for managed_node2 6591 1726773124.37830: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773124.37833: Calling all_plugins_play to load vars for managed_node2 6591 1726773124.37835: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773124.37837: Calling groups_plugins_play to load vars for managed_node2 6591 1726773124.37928: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773124.38034: done with get_vars() 6591 1726773124.38041: done getting variables 6591 1726773124.38067: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show current tuned profile settings] ************************************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:2 Thursday 19 September 2024 15:12:04 -0400 (0:00:00.045) 0:01:41.851 **** 6591 1726773124.38085: entering _queue_task() for managed_node2/command 6591 1726773124.38245: worker is 1 (out of 1 available) 6591 1726773124.38253: exiting _queue_task() for managed_node2/command 6591 1726773124.38263: done queuing things up, now waiting for results queue to drain 6591 1726773124.38263: waiting for pending results... 6591 1726773124.38494: running TaskExecutor() for managed_node2/TASK: Show current tuned profile settings 6591 1726773124.38551: in run() - task 1239c35c-e2e1-152b-fb99-000000000cab 6591 1726773124.38563: variable 'ansible_search_path' from source: unknown 6591 1726773124.38566: variable 'ansible_search_path' from source: unknown 6591 1726773124.38595: calling self._execute() 6591 1726773124.38665: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.38669: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.38681: variable 'omit' from source: magic vars 6591 1726773124.38760: variable 'omit' from source: magic vars 6591 1726773124.38787: variable 'omit' from source: magic vars 6591 1726773124.39023: variable '__kernel_settings_profile_filename' from source: role '' exported vars 6591 1726773124.39082: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6591 1726773124.39143: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773124.39149: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6591 1726773124.39182: variable 'omit' from source: magic vars 6591 1726773124.39221: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773124.39248: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773124.39264: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773124.39281: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773124.39295: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773124.39321: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773124.39324: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.39327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.39394: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773124.39397: Set connection var ansible_connection to ssh 6591 1726773124.39406: Set connection var ansible_timeout to 10 6591 1726773124.39411: Set connection var ansible_pipelining to False 6591 1726773124.39416: Set connection var ansible_shell_executable to /bin/sh 6591 1726773124.39419: Set connection var ansible_shell_type to sh 6591 1726773124.39434: variable 'ansible_shell_executable' from source: unknown 6591 1726773124.39436: variable 'ansible_connection' from source: unknown 6591 1726773124.39439: variable 'ansible_module_compression' from source: unknown 6591 1726773124.39442: variable 'ansible_shell_type' from source: unknown 6591 1726773124.39444: variable 'ansible_shell_executable' from source: unknown 6591 1726773124.39447: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.39449: variable 'ansible_pipelining' from source: unknown 6591 1726773124.39452: variable 'ansible_timeout' from source: unknown 6591 1726773124.39455: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.39549: 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) 6591 1726773124.39557: variable 'omit' from source: magic vars 6591 1726773124.39562: starting attempt loop 6591 1726773124.39565: running the handler 6591 1726773124.39576: _low_level_execute_command(): starting 6591 1726773124.39583: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773124.40080: 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 <<< 6591 1726773124.40096: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773124.40116: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773124.40129: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773124.40143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.40180: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773124.40193: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773124.40270: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773124.41836: stdout chunk (state=3): >>>/root <<< 6591 1726773124.41938: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773124.41986: stderr chunk (state=3): >>><<< 6591 1726773124.41990: stdout chunk (state=3): >>><<< 6591 1726773124.42010: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773124.42021: _low_level_execute_command(): starting 6591 1726773124.42026: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773124.4200962-9842-40955522269431 `" && echo ansible-tmp-1726773124.4200962-9842-40955522269431="` echo /root/.ansible/tmp/ansible-tmp-1726773124.4200962-9842-40955522269431 `" ) && sleep 0' 6591 1726773124.42436: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773124.42449: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773124.42466: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.42488: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.42534: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773124.42546: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773124.42620: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773124.44750: stdout chunk (state=3): >>>ansible-tmp-1726773124.4200962-9842-40955522269431=/root/.ansible/tmp/ansible-tmp-1726773124.4200962-9842-40955522269431 <<< 6591 1726773124.44857: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773124.44898: stderr chunk (state=3): >>><<< 6591 1726773124.44901: stdout chunk (state=3): >>><<< 6591 1726773124.44916: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773124.4200962-9842-40955522269431=/root/.ansible/tmp/ansible-tmp-1726773124.4200962-9842-40955522269431 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773124.44939: variable 'ansible_module_compression' from source: unknown 6591 1726773124.44977: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773124.45007: variable 'ansible_facts' from source: unknown 6591 1726773124.45066: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773124.4200962-9842-40955522269431/AnsiballZ_command.py 6591 1726773124.45163: Sending initial data 6591 1726773124.45174: Sent initial data (153 bytes) 6591 1726773124.45797: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773124.45800: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773124.45838: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773124.45842: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773124.45846: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.45888: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773124.45896: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773124.45969: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773124.47649: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 <<< 6591 1726773124.47654: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773124.47706: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773124.47770: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpxw9f24wc /root/.ansible/tmp/ansible-tmp-1726773124.4200962-9842-40955522269431/AnsiballZ_command.py <<< 6591 1726773124.47824: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773124.48689: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773124.48773: stderr chunk (state=3): >>><<< 6591 1726773124.48776: stdout chunk (state=3): >>><<< 6591 1726773124.48793: done transferring module to remote 6591 1726773124.48801: _low_level_execute_command(): starting 6591 1726773124.48807: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773124.4200962-9842-40955522269431/ /root/.ansible/tmp/ansible-tmp-1726773124.4200962-9842-40955522269431/AnsiballZ_command.py && sleep 0' 6591 1726773124.49197: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773124.49212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773124.49228: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773124.49239: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773124.49249: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.49293: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773124.49300: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773124.49375: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773124.51067: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773124.51111: stderr chunk (state=3): >>><<< 6591 1726773124.51116: stdout chunk (state=3): >>><<< 6591 1726773124.51126: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773124.51130: _low_level_execute_command(): starting 6591 1726773124.51134: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773124.4200962-9842-40955522269431/AnsiballZ_command.py && sleep 0' 6591 1726773124.51524: 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 <<< 6591 1726773124.51537: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773124.51554: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.51565: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773124.51574: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.51619: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773124.51630: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773124.51704: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773124.65618: stdout chunk (state=3): >>> {"changed": true, "stdout": "#\n# Ansible managed\n#\n# system_role:kernel_settings\n\n[main]\nsummary = kernel settings\n[vm]\ntransparent_hugepages = never", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/tuned/kernel_settings/tuned.conf"], "start": "2024-09-19 15:12:04.651610", "end": "2024-09-19 15:12:04.654799", "delta": "0:00:00.003189", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/tuned/kernel_settings/tuned.conf", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6591 1726773124.66819: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773124.66874: stderr chunk (state=3): >>><<< 6591 1726773124.66877: stdout chunk (state=3): >>><<< 6591 1726773124.66896: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "#\n# Ansible managed\n#\n# system_role:kernel_settings\n\n[main]\nsummary = kernel settings\n[vm]\ntransparent_hugepages = never", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/tuned/kernel_settings/tuned.conf"], "start": "2024-09-19 15:12:04.651610", "end": "2024-09-19 15:12:04.654799", "delta": "0:00:00.003189", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/tuned/kernel_settings/tuned.conf", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773124.66954: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /etc/tuned/kernel_settings/tuned.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773124.4200962-9842-40955522269431/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773124.66958: _low_level_execute_command(): starting 6591 1726773124.66964: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773124.4200962-9842-40955522269431/ > /dev/null 2>&1 && sleep 0' 6591 1726773124.67415: 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 <<< 6591 1726773124.67421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773124.67450: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.67462: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.67513: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773124.67525: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773124.67600: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773124.69408: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773124.69452: stderr chunk (state=3): >>><<< 6591 1726773124.69455: stdout chunk (state=3): >>><<< 6591 1726773124.69468: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773124.69474: handler run complete 6591 1726773124.69495: Evaluated conditional (False): False 6591 1726773124.69505: attempt loop complete, returning result 6591 1726773124.69508: _execute() done 6591 1726773124.69510: dumping result to json 6591 1726773124.69515: done dumping result, returning 6591 1726773124.69523: done running TaskExecutor() for managed_node2/TASK: Show current tuned profile settings [1239c35c-e2e1-152b-fb99-000000000cab] 6591 1726773124.69529: sending task result for task 1239c35c-e2e1-152b-fb99-000000000cab 6591 1726773124.69631: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000cab 6591 1726773124.69634: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/tuned/kernel_settings/tuned.conf" ], "delta": "0:00:00.003189", "end": "2024-09-19 15:12:04.654799", "rc": 0, "start": "2024-09-19 15:12:04.651610" } STDOUT: # # Ansible managed # # system_role:kernel_settings [main] summary = kernel settings [vm] transparent_hugepages = never 6591 1726773124.69719: no more pending results, returning what we have 6591 1726773124.69722: results queue empty 6591 1726773124.69723: checking for any_errors_fatal 6591 1726773124.69725: done checking for any_errors_fatal 6591 1726773124.69726: checking for max_fail_percentage 6591 1726773124.69727: done checking for max_fail_percentage 6591 1726773124.69728: checking to see if all hosts have failed and the running result is not ok 6591 1726773124.69729: done checking to see if all hosts have failed 6591 1726773124.69730: getting the remaining hosts for this loop 6591 1726773124.69731: done getting the remaining hosts for this loop 6591 1726773124.69734: getting the next task for host managed_node2 6591 1726773124.69743: done getting next task for host managed_node2 6591 1726773124.69746: ^ task is: TASK: Run role with purge to remove everything 6591 1726773124.69749: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773124.69752: getting variables 6591 1726773124.69753: in VariableManager get_vars() 6591 1726773124.69785: Calling all_inventory to load vars for managed_node2 6591 1726773124.69788: Calling groups_inventory to load vars for managed_node2 6591 1726773124.69790: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773124.69799: Calling all_plugins_play to load vars for managed_node2 6591 1726773124.69801: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773124.69806: Calling groups_plugins_play to load vars for managed_node2 6591 1726773124.69913: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773124.70054: done with get_vars() 6591 1726773124.70062: 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:12:04 -0400 (0:00:00.320) 0:01:42.171 **** 6591 1726773124.70130: entering _queue_task() for managed_node2/include_role 6591 1726773124.70300: worker is 1 (out of 1 available) 6591 1726773124.70314: exiting _queue_task() for managed_node2/include_role 6591 1726773124.70326: done queuing things up, now waiting for results queue to drain 6591 1726773124.70327: waiting for pending results... 6591 1726773124.70503: running TaskExecutor() for managed_node2/TASK: Run role with purge to remove everything 6591 1726773124.70570: in run() - task 1239c35c-e2e1-152b-fb99-000000000cad 6591 1726773124.70584: variable 'ansible_search_path' from source: unknown 6591 1726773124.70588: variable 'ansible_search_path' from source: unknown 6591 1726773124.70618: calling self._execute() 6591 1726773124.70692: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.70696: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.70706: variable 'omit' from source: magic vars 6591 1726773124.70791: _execute() done 6591 1726773124.70794: dumping result to json 6591 1726773124.70798: done dumping result, returning 6591 1726773124.70805: done running TaskExecutor() for managed_node2/TASK: Run role with purge to remove everything [1239c35c-e2e1-152b-fb99-000000000cad] 6591 1726773124.70811: sending task result for task 1239c35c-e2e1-152b-fb99-000000000cad 6591 1726773124.70915: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000cad 6591 1726773124.70918: WORKER PROCESS EXITING 6591 1726773124.70942: no more pending results, returning what we have 6591 1726773124.70946: in VariableManager get_vars() 6591 1726773124.70980: Calling all_inventory to load vars for managed_node2 6591 1726773124.70983: Calling groups_inventory to load vars for managed_node2 6591 1726773124.70985: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773124.70994: Calling all_plugins_play to load vars for managed_node2 6591 1726773124.70997: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773124.70999: Calling groups_plugins_play to load vars for managed_node2 6591 1726773124.71105: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773124.71223: done with get_vars() 6591 1726773124.71229: variable 'ansible_search_path' from source: unknown 6591 1726773124.71229: variable 'ansible_search_path' from source: unknown 6591 1726773124.71406: variable 'omit' from source: magic vars 6591 1726773124.71427: variable 'omit' from source: magic vars 6591 1726773124.71435: variable 'omit' from source: magic vars 6591 1726773124.71438: we have included files to process 6591 1726773124.71438: generating all_blocks data 6591 1726773124.71439: done generating all_blocks data 6591 1726773124.71443: processing included file: fedora.linux_system_roles.kernel_settings 6591 1726773124.71455: in VariableManager get_vars() 6591 1726773124.71466: done with get_vars() 6591 1726773124.71485: in VariableManager get_vars() 6591 1726773124.71497: done with get_vars() 6591 1726773124.71522: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6591 1726773124.71584: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6591 1726773124.71599: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6591 1726773124.71647: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6591 1726773124.72108: in VariableManager get_vars() 6591 1726773124.72122: done with get_vars() 6591 1726773124.72928: in VariableManager get_vars() 6591 1726773124.72941: done with get_vars() 6591 1726773124.73043: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6591 1726773124.73424: iterating over new_blocks loaded from include file 6591 1726773124.73425: in VariableManager get_vars() 6591 1726773124.73436: done with get_vars() 6591 1726773124.73438: filtering new block on tags 6591 1726773124.73462: done filtering new block on tags 6591 1726773124.73464: in VariableManager get_vars() 6591 1726773124.73473: done with get_vars() 6591 1726773124.73474: filtering new block on tags 6591 1726773124.73500: done filtering new block on tags 6591 1726773124.73502: in VariableManager get_vars() 6591 1726773124.73513: done with get_vars() 6591 1726773124.73514: filtering new block on tags 6591 1726773124.73624: done filtering new block on tags 6591 1726773124.73626: in VariableManager get_vars() 6591 1726773124.73636: done with get_vars() 6591 1726773124.73637: filtering new block on tags 6591 1726773124.73647: done filtering new block on tags 6591 1726773124.73648: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node2 6591 1726773124.73652: extending task lists for all hosts with included blocks 6591 1726773124.73808: done extending task lists 6591 1726773124.73809: done processing included files 6591 1726773124.73810: results queue empty 6591 1726773124.73810: checking for any_errors_fatal 6591 1726773124.73813: done checking for any_errors_fatal 6591 1726773124.73813: checking for max_fail_percentage 6591 1726773124.73814: done checking for max_fail_percentage 6591 1726773124.73815: checking to see if all hosts have failed and the running result is not ok 6591 1726773124.73815: done checking to see if all hosts have failed 6591 1726773124.73815: getting the remaining hosts for this loop 6591 1726773124.73816: done getting the remaining hosts for this loop 6591 1726773124.73818: getting the next task for host managed_node2 6591 1726773124.73820: done getting next task for host managed_node2 6591 1726773124.73822: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6591 1726773124.73824: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773124.73830: getting variables 6591 1726773124.73831: in VariableManager get_vars() 6591 1726773124.73839: Calling all_inventory to load vars for managed_node2 6591 1726773124.73841: Calling groups_inventory to load vars for managed_node2 6591 1726773124.73842: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773124.73845: Calling all_plugins_play to load vars for managed_node2 6591 1726773124.73847: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773124.73848: Calling groups_plugins_play to load vars for managed_node2 6591 1726773124.73926: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773124.74033: done with get_vars() 6591 1726773124.74039: done getting variables 6591 1726773124.74063: 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:12:04 -0400 (0:00:00.039) 0:01:42.211 **** 6591 1726773124.74086: entering _queue_task() for managed_node2/fail 6591 1726773124.74253: worker is 1 (out of 1 available) 6591 1726773124.74265: exiting _queue_task() for managed_node2/fail 6591 1726773124.74276: done queuing things up, now waiting for results queue to drain 6591 1726773124.74277: waiting for pending results... 6591 1726773124.74445: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6591 1726773124.74523: in run() - task 1239c35c-e2e1-152b-fb99-000000000ed1 6591 1726773124.74534: variable 'ansible_search_path' from source: unknown 6591 1726773124.74537: variable 'ansible_search_path' from source: unknown 6591 1726773124.74565: calling self._execute() 6591 1726773124.74628: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.74631: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.74640: variable 'omit' from source: magic vars 6591 1726773124.75009: variable 'kernel_settings_sysctl' from source: include params 6591 1726773124.75016: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773124.75028: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 6591 1726773124.75219: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773124.76705: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773124.76756: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773124.76786: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773124.76815: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773124.76835: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773124.76892: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773124.76917: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773124.76935: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773124.76960: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773124.76971: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773124.77013: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773124.77030: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773124.77046: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773124.77071: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773124.77082: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773124.77113: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773124.77131: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773124.77148: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773124.77174: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773124.77185: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773124.77368: variable 'kernel_settings_sysctl' from source: include params 6591 1726773124.77387: 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 6591 1726773124.77391: when evaluation is False, skipping this task 6591 1726773124.77394: _execute() done 6591 1726773124.77396: dumping result to json 6591 1726773124.77399: done dumping result, returning 6591 1726773124.77407: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [1239c35c-e2e1-152b-fb99-000000000ed1] 6591 1726773124.77413: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ed1 6591 1726773124.77493: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ed1 6591 1726773124.77496: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } 6591 1726773124.77544: no more pending results, returning what we have 6591 1726773124.77548: results queue empty 6591 1726773124.77549: checking for any_errors_fatal 6591 1726773124.77550: done checking for any_errors_fatal 6591 1726773124.77551: checking for max_fail_percentage 6591 1726773124.77553: done checking for max_fail_percentage 6591 1726773124.77553: checking to see if all hosts have failed and the running result is not ok 6591 1726773124.77554: done checking to see if all hosts have failed 6591 1726773124.77555: getting the remaining hosts for this loop 6591 1726773124.77556: done getting the remaining hosts for this loop 6591 1726773124.77559: getting the next task for host managed_node2 6591 1726773124.77566: done getting next task for host managed_node2 6591 1726773124.77569: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6591 1726773124.77573: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773124.77595: getting variables 6591 1726773124.77596: in VariableManager get_vars() 6591 1726773124.77628: Calling all_inventory to load vars for managed_node2 6591 1726773124.77631: Calling groups_inventory to load vars for managed_node2 6591 1726773124.77633: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773124.77639: Calling all_plugins_play to load vars for managed_node2 6591 1726773124.77641: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773124.77643: Calling groups_plugins_play to load vars for managed_node2 6591 1726773124.77773: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773124.77897: done with get_vars() 6591 1726773124.77905: 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:12:04 -0400 (0:00:00.038) 0:01:42.250 **** 6591 1726773124.77965: entering _queue_task() for managed_node2/include_tasks 6591 1726773124.78130: worker is 1 (out of 1 available) 6591 1726773124.78143: exiting _queue_task() for managed_node2/include_tasks 6591 1726773124.78155: done queuing things up, now waiting for results queue to drain 6591 1726773124.78156: waiting for pending results... 6591 1726773124.78319: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6591 1726773124.78394: in run() - task 1239c35c-e2e1-152b-fb99-000000000ed2 6591 1726773124.78407: variable 'ansible_search_path' from source: unknown 6591 1726773124.78410: variable 'ansible_search_path' from source: unknown 6591 1726773124.78438: calling self._execute() 6591 1726773124.78502: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.78507: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.78516: variable 'omit' from source: magic vars 6591 1726773124.78588: _execute() done 6591 1726773124.78592: dumping result to json 6591 1726773124.78597: done dumping result, returning 6591 1726773124.78605: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [1239c35c-e2e1-152b-fb99-000000000ed2] 6591 1726773124.78610: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ed2 6591 1726773124.78696: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ed2 6591 1726773124.78699: WORKER PROCESS EXITING 6591 1726773124.78743: no more pending results, returning what we have 6591 1726773124.78747: in VariableManager get_vars() 6591 1726773124.78781: Calling all_inventory to load vars for managed_node2 6591 1726773124.78784: Calling groups_inventory to load vars for managed_node2 6591 1726773124.78785: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773124.78792: Calling all_plugins_play to load vars for managed_node2 6591 1726773124.78794: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773124.78795: Calling groups_plugins_play to load vars for managed_node2 6591 1726773124.78898: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773124.79025: done with get_vars() 6591 1726773124.79031: variable 'ansible_search_path' from source: unknown 6591 1726773124.79032: variable 'ansible_search_path' from source: unknown 6591 1726773124.79051: we have included files to process 6591 1726773124.79052: generating all_blocks data 6591 1726773124.79053: done generating all_blocks data 6591 1726773124.79058: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6591 1726773124.79058: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6591 1726773124.79059: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6591 1726773124.79515: done processing included file 6591 1726773124.79518: iterating over new_blocks loaded from include file 6591 1726773124.79519: in VariableManager get_vars() 6591 1726773124.79534: done with get_vars() 6591 1726773124.79535: filtering new block on tags 6591 1726773124.79552: done filtering new block on tags 6591 1726773124.79554: in VariableManager get_vars() 6591 1726773124.79567: done with get_vars() 6591 1726773124.79568: filtering new block on tags 6591 1726773124.79594: done filtering new block on tags 6591 1726773124.79596: in VariableManager get_vars() 6591 1726773124.79611: done with get_vars() 6591 1726773124.79613: filtering new block on tags 6591 1726773124.79636: done filtering new block on tags 6591 1726773124.79637: in VariableManager get_vars() 6591 1726773124.79651: done with get_vars() 6591 1726773124.79652: filtering new block on tags 6591 1726773124.79665: done filtering new block on tags 6591 1726773124.79666: 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_node2 6591 1726773124.79669: extending task lists for all hosts with included blocks 6591 1726773124.79795: done extending task lists 6591 1726773124.79796: done processing included files 6591 1726773124.79797: results queue empty 6591 1726773124.79797: checking for any_errors_fatal 6591 1726773124.79800: done checking for any_errors_fatal 6591 1726773124.79800: checking for max_fail_percentage 6591 1726773124.79801: done checking for max_fail_percentage 6591 1726773124.79801: checking to see if all hosts have failed and the running result is not ok 6591 1726773124.79802: done checking to see if all hosts have failed 6591 1726773124.79802: getting the remaining hosts for this loop 6591 1726773124.79804: done getting the remaining hosts for this loop 6591 1726773124.79806: getting the next task for host managed_node2 6591 1726773124.79809: done getting next task for host managed_node2 6591 1726773124.79811: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6591 1726773124.79813: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773124.79819: getting variables 6591 1726773124.79820: in VariableManager get_vars() 6591 1726773124.79828: Calling all_inventory to load vars for managed_node2 6591 1726773124.79830: Calling groups_inventory to load vars for managed_node2 6591 1726773124.79831: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773124.79834: Calling all_plugins_play to load vars for managed_node2 6591 1726773124.79835: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773124.79837: Calling groups_plugins_play to load vars for managed_node2 6591 1726773124.79933: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773124.80048: done with get_vars() 6591 1726773124.80054: 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:12:04 -0400 (0:00:00.021) 0:01:42.271 **** 6591 1726773124.80102: entering _queue_task() for managed_node2/setup 6591 1726773124.80264: worker is 1 (out of 1 available) 6591 1726773124.80280: exiting _queue_task() for managed_node2/setup 6591 1726773124.80292: done queuing things up, now waiting for results queue to drain 6591 1726773124.80293: waiting for pending results... 6591 1726773124.80446: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6591 1726773124.80527: in run() - task 1239c35c-e2e1-152b-fb99-000000000f4d 6591 1726773124.80539: variable 'ansible_search_path' from source: unknown 6591 1726773124.80543: variable 'ansible_search_path' from source: unknown 6591 1726773124.80569: calling self._execute() 6591 1726773124.80634: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.80638: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.80645: variable 'omit' from source: magic vars 6591 1726773124.81039: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773124.82835: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773124.82881: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773124.82907: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773124.82934: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773124.82954: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773124.83008: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773124.83030: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773124.83048: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773124.83073: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773124.83085: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773124.83123: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773124.83140: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773124.83158: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773124.83186: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773124.83197: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773124.83314: variable '__kernel_settings_required_facts' from source: role '' all vars 6591 1726773124.83322: variable 'ansible_facts' from source: unknown 6591 1726773124.83384: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 6591 1726773124.83387: when evaluation is False, skipping this task 6591 1726773124.83390: _execute() done 6591 1726773124.83393: dumping result to json 6591 1726773124.83395: done dumping result, returning 6591 1726773124.83400: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [1239c35c-e2e1-152b-fb99-000000000f4d] 6591 1726773124.83406: sending task result for task 1239c35c-e2e1-152b-fb99-000000000f4d 6591 1726773124.83484: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000f4d 6591 1726773124.83488: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 6591 1726773124.83531: no more pending results, returning what we have 6591 1726773124.83535: results queue empty 6591 1726773124.83536: checking for any_errors_fatal 6591 1726773124.83538: done checking for any_errors_fatal 6591 1726773124.83538: checking for max_fail_percentage 6591 1726773124.83540: done checking for max_fail_percentage 6591 1726773124.83540: checking to see if all hosts have failed and the running result is not ok 6591 1726773124.83541: done checking to see if all hosts have failed 6591 1726773124.83543: getting the remaining hosts for this loop 6591 1726773124.83544: done getting the remaining hosts for this loop 6591 1726773124.83547: getting the next task for host managed_node2 6591 1726773124.83557: done getting next task for host managed_node2 6591 1726773124.83560: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6591 1726773124.83564: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773124.83582: getting variables 6591 1726773124.83584: in VariableManager get_vars() 6591 1726773124.83615: Calling all_inventory to load vars for managed_node2 6591 1726773124.83617: Calling groups_inventory to load vars for managed_node2 6591 1726773124.83619: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773124.83626: Calling all_plugins_play to load vars for managed_node2 6591 1726773124.83627: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773124.83629: Calling groups_plugins_play to load vars for managed_node2 6591 1726773124.83735: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773124.83862: done with get_vars() 6591 1726773124.83869: 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:12:04 -0400 (0:00:00.038) 0:01:42.310 **** 6591 1726773124.83937: entering _queue_task() for managed_node2/stat 6591 1726773124.84095: worker is 1 (out of 1 available) 6591 1726773124.84112: exiting _queue_task() for managed_node2/stat 6591 1726773124.84123: done queuing things up, now waiting for results queue to drain 6591 1726773124.84124: waiting for pending results... 6591 1726773124.84281: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6591 1726773124.84367: in run() - task 1239c35c-e2e1-152b-fb99-000000000f4f 6591 1726773124.84382: variable 'ansible_search_path' from source: unknown 6591 1726773124.84385: variable 'ansible_search_path' from source: unknown 6591 1726773124.84410: calling self._execute() 6591 1726773124.84472: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.84479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.84486: variable 'omit' from source: magic vars 6591 1726773124.84797: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773124.85013: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773124.85044: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773124.85067: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773124.85093: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773124.85154: 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) 6591 1726773124.85171: 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) 6591 1726773124.85190: 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) 6591 1726773124.85208: 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) 6591 1726773124.85293: variable '__kernel_settings_is_ostree' from source: set_fact 6591 1726773124.85301: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6591 1726773124.85305: when evaluation is False, skipping this task 6591 1726773124.85308: _execute() done 6591 1726773124.85310: dumping result to json 6591 1726773124.85313: done dumping result, returning 6591 1726773124.85320: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [1239c35c-e2e1-152b-fb99-000000000f4f] 6591 1726773124.85326: sending task result for task 1239c35c-e2e1-152b-fb99-000000000f4f 6591 1726773124.85410: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000f4f 6591 1726773124.85413: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6591 1726773124.85474: no more pending results, returning what we have 6591 1726773124.85479: results queue empty 6591 1726773124.85480: checking for any_errors_fatal 6591 1726773124.85484: done checking for any_errors_fatal 6591 1726773124.85485: checking for max_fail_percentage 6591 1726773124.85486: done checking for max_fail_percentage 6591 1726773124.85487: checking to see if all hosts have failed and the running result is not ok 6591 1726773124.85488: done checking to see if all hosts have failed 6591 1726773124.85489: getting the remaining hosts for this loop 6591 1726773124.85490: done getting the remaining hosts for this loop 6591 1726773124.85493: getting the next task for host managed_node2 6591 1726773124.85500: done getting next task for host managed_node2 6591 1726773124.85502: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6591 1726773124.85507: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773124.85520: getting variables 6591 1726773124.85521: in VariableManager get_vars() 6591 1726773124.85544: Calling all_inventory to load vars for managed_node2 6591 1726773124.85546: Calling groups_inventory to load vars for managed_node2 6591 1726773124.85548: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773124.85553: Calling all_plugins_play to load vars for managed_node2 6591 1726773124.85555: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773124.85557: Calling groups_plugins_play to load vars for managed_node2 6591 1726773124.85695: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773124.85816: done with get_vars() 6591 1726773124.85823: done getting variables 6591 1726773124.85859: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:12:04 -0400 (0:00:00.019) 0:01:42.329 **** 6591 1726773124.85884: entering _queue_task() for managed_node2/set_fact 6591 1726773124.86049: worker is 1 (out of 1 available) 6591 1726773124.86063: exiting _queue_task() for managed_node2/set_fact 6591 1726773124.86075: done queuing things up, now waiting for results queue to drain 6591 1726773124.86076: waiting for pending results... 6591 1726773124.86240: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6591 1726773124.86328: in run() - task 1239c35c-e2e1-152b-fb99-000000000f50 6591 1726773124.86339: variable 'ansible_search_path' from source: unknown 6591 1726773124.86344: variable 'ansible_search_path' from source: unknown 6591 1726773124.86371: calling self._execute() 6591 1726773124.86436: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.86440: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.86448: variable 'omit' from source: magic vars 6591 1726773124.86757: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773124.86926: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773124.86958: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773124.86984: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773124.87012: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773124.87070: 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) 6591 1726773124.87089: 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) 6591 1726773124.87109: 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) 6591 1726773124.87126: 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) 6591 1726773124.87215: variable '__kernel_settings_is_ostree' from source: set_fact 6591 1726773124.87223: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6591 1726773124.87226: when evaluation is False, skipping this task 6591 1726773124.87229: _execute() done 6591 1726773124.87231: dumping result to json 6591 1726773124.87234: done dumping result, returning 6591 1726773124.87241: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [1239c35c-e2e1-152b-fb99-000000000f50] 6591 1726773124.87246: sending task result for task 1239c35c-e2e1-152b-fb99-000000000f50 6591 1726773124.87330: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000f50 6591 1726773124.87334: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6591 1726773124.87376: no more pending results, returning what we have 6591 1726773124.87381: results queue empty 6591 1726773124.87382: checking for any_errors_fatal 6591 1726773124.87388: done checking for any_errors_fatal 6591 1726773124.87389: checking for max_fail_percentage 6591 1726773124.87390: done checking for max_fail_percentage 6591 1726773124.87391: checking to see if all hosts have failed and the running result is not ok 6591 1726773124.87392: done checking to see if all hosts have failed 6591 1726773124.87392: getting the remaining hosts for this loop 6591 1726773124.87394: done getting the remaining hosts for this loop 6591 1726773124.87397: getting the next task for host managed_node2 6591 1726773124.87407: done getting next task for host managed_node2 6591 1726773124.87410: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6591 1726773124.87414: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773124.87429: getting variables 6591 1726773124.87430: in VariableManager get_vars() 6591 1726773124.87454: Calling all_inventory to load vars for managed_node2 6591 1726773124.87455: Calling groups_inventory to load vars for managed_node2 6591 1726773124.87457: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773124.87463: Calling all_plugins_play to load vars for managed_node2 6591 1726773124.87464: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773124.87466: Calling groups_plugins_play to load vars for managed_node2 6591 1726773124.87571: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773124.87697: done with get_vars() 6591 1726773124.87706: 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:12:04 -0400 (0:00:00.018) 0:01:42.348 **** 6591 1726773124.87766: entering _queue_task() for managed_node2/stat 6591 1726773124.87931: worker is 1 (out of 1 available) 6591 1726773124.87947: exiting _queue_task() for managed_node2/stat 6591 1726773124.87959: done queuing things up, now waiting for results queue to drain 6591 1726773124.87960: waiting for pending results... 6591 1726773124.88121: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6591 1726773124.88214: in run() - task 1239c35c-e2e1-152b-fb99-000000000f52 6591 1726773124.88226: variable 'ansible_search_path' from source: unknown 6591 1726773124.88230: variable 'ansible_search_path' from source: unknown 6591 1726773124.88256: calling self._execute() 6591 1726773124.88318: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.88322: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.88330: variable 'omit' from source: magic vars 6591 1726773124.88633: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773124.88858: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773124.88888: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773124.88915: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773124.88942: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773124.88998: 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) 6591 1726773124.89017: 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) 6591 1726773124.89035: 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) 6591 1726773124.89054: 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) 6591 1726773124.89140: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773124.89149: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6591 1726773124.89152: when evaluation is False, skipping this task 6591 1726773124.89155: _execute() done 6591 1726773124.89157: dumping result to json 6591 1726773124.89160: done dumping result, returning 6591 1726773124.89168: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [1239c35c-e2e1-152b-fb99-000000000f52] 6591 1726773124.89174: sending task result for task 1239c35c-e2e1-152b-fb99-000000000f52 6591 1726773124.89256: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000f52 6591 1726773124.89259: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6591 1726773124.89323: no more pending results, returning what we have 6591 1726773124.89326: results queue empty 6591 1726773124.89327: checking for any_errors_fatal 6591 1726773124.89332: done checking for any_errors_fatal 6591 1726773124.89332: checking for max_fail_percentage 6591 1726773124.89334: done checking for max_fail_percentage 6591 1726773124.89335: checking to see if all hosts have failed and the running result is not ok 6591 1726773124.89335: done checking to see if all hosts have failed 6591 1726773124.89336: getting the remaining hosts for this loop 6591 1726773124.89338: done getting the remaining hosts for this loop 6591 1726773124.89341: getting the next task for host managed_node2 6591 1726773124.89347: done getting next task for host managed_node2 6591 1726773124.89350: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6591 1726773124.89353: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773124.89365: getting variables 6591 1726773124.89366: in VariableManager get_vars() 6591 1726773124.89390: Calling all_inventory to load vars for managed_node2 6591 1726773124.89392: Calling groups_inventory to load vars for managed_node2 6591 1726773124.89393: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773124.89399: Calling all_plugins_play to load vars for managed_node2 6591 1726773124.89401: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773124.89404: Calling groups_plugins_play to load vars for managed_node2 6591 1726773124.89546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773124.89667: done with get_vars() 6591 1726773124.89674: done getting variables 6591 1726773124.89714: 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:12:04 -0400 (0:00:00.019) 0:01:42.368 **** 6591 1726773124.89739: entering _queue_task() for managed_node2/set_fact 6591 1726773124.89908: worker is 1 (out of 1 available) 6591 1726773124.89922: exiting _queue_task() for managed_node2/set_fact 6591 1726773124.89934: done queuing things up, now waiting for results queue to drain 6591 1726773124.89936: waiting for pending results... 6591 1726773124.90096: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6591 1726773124.90187: in run() - task 1239c35c-e2e1-152b-fb99-000000000f53 6591 1726773124.90198: variable 'ansible_search_path' from source: unknown 6591 1726773124.90202: variable 'ansible_search_path' from source: unknown 6591 1726773124.90231: calling self._execute() 6591 1726773124.90293: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.90298: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.90308: variable 'omit' from source: magic vars 6591 1726773124.90616: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773124.90783: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773124.90814: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773124.90841: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773124.90866: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773124.90927: 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) 6591 1726773124.90945: 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) 6591 1726773124.90963: 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) 6591 1726773124.90983: 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) 6591 1726773124.91069: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773124.91077: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6591 1726773124.91083: when evaluation is False, skipping this task 6591 1726773124.91086: _execute() done 6591 1726773124.91089: dumping result to json 6591 1726773124.91091: done dumping result, returning 6591 1726773124.91094: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [1239c35c-e2e1-152b-fb99-000000000f53] 6591 1726773124.91100: sending task result for task 1239c35c-e2e1-152b-fb99-000000000f53 6591 1726773124.91183: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000f53 6591 1726773124.91187: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6591 1726773124.91231: no more pending results, returning what we have 6591 1726773124.91234: results queue empty 6591 1726773124.91235: checking for any_errors_fatal 6591 1726773124.91241: done checking for any_errors_fatal 6591 1726773124.91242: checking for max_fail_percentage 6591 1726773124.91243: done checking for max_fail_percentage 6591 1726773124.91244: checking to see if all hosts have failed and the running result is not ok 6591 1726773124.91245: done checking to see if all hosts have failed 6591 1726773124.91245: getting the remaining hosts for this loop 6591 1726773124.91247: done getting the remaining hosts for this loop 6591 1726773124.91250: getting the next task for host managed_node2 6591 1726773124.91259: done getting next task for host managed_node2 6591 1726773124.91262: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6591 1726773124.91266: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773124.91285: getting variables 6591 1726773124.91286: in VariableManager get_vars() 6591 1726773124.91311: Calling all_inventory to load vars for managed_node2 6591 1726773124.91313: Calling groups_inventory to load vars for managed_node2 6591 1726773124.91314: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773124.91320: Calling all_plugins_play to load vars for managed_node2 6591 1726773124.91322: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773124.91324: Calling groups_plugins_play to load vars for managed_node2 6591 1726773124.91426: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773124.91551: done with get_vars() 6591 1726773124.91558: done getting variables 6591 1726773124.91596: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:12:04 -0400 (0:00:00.018) 0:01:42.386 **** 6591 1726773124.91621: entering _queue_task() for managed_node2/include_vars 6591 1726773124.91786: worker is 1 (out of 1 available) 6591 1726773124.91800: exiting _queue_task() for managed_node2/include_vars 6591 1726773124.91814: done queuing things up, now waiting for results queue to drain 6591 1726773124.91815: waiting for pending results... 6591 1726773124.91969: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6591 1726773124.92058: in run() - task 1239c35c-e2e1-152b-fb99-000000000f55 6591 1726773124.92069: variable 'ansible_search_path' from source: unknown 6591 1726773124.92072: variable 'ansible_search_path' from source: unknown 6591 1726773124.92100: calling self._execute() 6591 1726773124.92162: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.92167: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.92179: variable 'omit' from source: magic vars 6591 1726773124.92249: variable 'omit' from source: magic vars 6591 1726773124.92296: variable 'omit' from source: magic vars 6591 1726773124.92554: variable 'ffparams' from source: task vars 6591 1726773124.92700: variable 'ansible_facts' from source: unknown 6591 1726773124.92823: variable 'ansible_facts' from source: unknown 6591 1726773124.92908: variable 'ansible_facts' from source: unknown 6591 1726773124.92993: variable 'ansible_facts' from source: unknown 6591 1726773124.93068: variable 'role_path' from source: magic vars 6591 1726773124.93181: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6591 1726773124.93316: Loaded config def from plugin (lookup/first_found) 6591 1726773124.93320: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 6591 1726773124.93350: variable 'ansible_search_path' from source: unknown 6591 1726773124.93364: variable 'ansible_search_path' from source: unknown 6591 1726773124.93372: variable 'ansible_search_path' from source: unknown 6591 1726773124.93380: variable 'ansible_search_path' from source: unknown 6591 1726773124.93384: variable 'ansible_search_path' from source: unknown 6591 1726773124.93400: variable 'omit' from source: magic vars 6591 1726773124.93420: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773124.93438: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773124.93453: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773124.93466: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773124.93475: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773124.93496: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773124.93499: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.93502: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.93566: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773124.93569: Set connection var ansible_connection to ssh 6591 1726773124.93577: Set connection var ansible_timeout to 10 6591 1726773124.93582: Set connection var ansible_pipelining to False 6591 1726773124.93587: Set connection var ansible_shell_executable to /bin/sh 6591 1726773124.93589: Set connection var ansible_shell_type to sh 6591 1726773124.93606: variable 'ansible_shell_executable' from source: unknown 6591 1726773124.93609: variable 'ansible_connection' from source: unknown 6591 1726773124.93611: variable 'ansible_module_compression' from source: unknown 6591 1726773124.93613: variable 'ansible_shell_type' from source: unknown 6591 1726773124.93616: variable 'ansible_shell_executable' from source: unknown 6591 1726773124.93618: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.93622: variable 'ansible_pipelining' from source: unknown 6591 1726773124.93624: variable 'ansible_timeout' from source: unknown 6591 1726773124.93629: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.93700: 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) 6591 1726773124.93710: variable 'omit' from source: magic vars 6591 1726773124.93713: starting attempt loop 6591 1726773124.93716: running the handler 6591 1726773124.93758: handler run complete 6591 1726773124.93767: attempt loop complete, returning result 6591 1726773124.93770: _execute() done 6591 1726773124.93772: dumping result to json 6591 1726773124.93775: done dumping result, returning 6591 1726773124.93784: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [1239c35c-e2e1-152b-fb99-000000000f55] 6591 1726773124.93790: sending task result for task 1239c35c-e2e1-152b-fb99-000000000f55 6591 1726773124.93886: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000f55 6591 1726773124.93889: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 6591 1726773124.93968: no more pending results, returning what we have 6591 1726773124.93971: results queue empty 6591 1726773124.93972: checking for any_errors_fatal 6591 1726773124.93977: done checking for any_errors_fatal 6591 1726773124.93980: checking for max_fail_percentage 6591 1726773124.93981: done checking for max_fail_percentage 6591 1726773124.93982: checking to see if all hosts have failed and the running result is not ok 6591 1726773124.93983: done checking to see if all hosts have failed 6591 1726773124.93984: getting the remaining hosts for this loop 6591 1726773124.93985: done getting the remaining hosts for this loop 6591 1726773124.93988: getting the next task for host managed_node2 6591 1726773124.93995: done getting next task for host managed_node2 6591 1726773124.93997: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6591 1726773124.93999: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773124.94009: getting variables 6591 1726773124.94010: in VariableManager get_vars() 6591 1726773124.94033: Calling all_inventory to load vars for managed_node2 6591 1726773124.94035: Calling groups_inventory to load vars for managed_node2 6591 1726773124.94036: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773124.94046: Calling all_plugins_play to load vars for managed_node2 6591 1726773124.94048: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773124.94050: Calling groups_plugins_play to load vars for managed_node2 6591 1726773124.94191: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773124.94311: done with get_vars() 6591 1726773124.94318: done getting variables 6591 1726773124.94355: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:12:04 -0400 (0:00:00.027) 0:01:42.414 **** 6591 1726773124.94379: entering _queue_task() for managed_node2/package 6591 1726773124.94549: worker is 1 (out of 1 available) 6591 1726773124.94563: exiting _queue_task() for managed_node2/package 6591 1726773124.94576: done queuing things up, now waiting for results queue to drain 6591 1726773124.94580: waiting for pending results... 6591 1726773124.94741: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6591 1726773124.94817: in run() - task 1239c35c-e2e1-152b-fb99-000000000ed3 6591 1726773124.94828: variable 'ansible_search_path' from source: unknown 6591 1726773124.94832: variable 'ansible_search_path' from source: unknown 6591 1726773124.94859: calling self._execute() 6591 1726773124.94926: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.94930: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.94939: variable 'omit' from source: magic vars 6591 1726773124.95011: variable 'omit' from source: magic vars 6591 1726773124.95048: variable 'omit' from source: magic vars 6591 1726773124.95068: variable '__kernel_settings_packages' from source: include_vars 6591 1726773124.95284: variable '__kernel_settings_packages' from source: include_vars 6591 1726773124.95433: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773124.96884: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773124.96927: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773124.96954: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773124.96983: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773124.97003: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773124.97068: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773124.97090: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773124.97109: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773124.97135: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773124.97146: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773124.97221: variable '__kernel_settings_is_ostree' from source: set_fact 6591 1726773124.97224: variable 'omit' from source: magic vars 6591 1726773124.97245: variable 'omit' from source: magic vars 6591 1726773124.97264: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773124.97284: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773124.97298: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773124.97314: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773124.97322: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773124.97344: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773124.97347: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.97349: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.97415: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773124.97418: Set connection var ansible_connection to ssh 6591 1726773124.97426: Set connection var ansible_timeout to 10 6591 1726773124.97430: Set connection var ansible_pipelining to False 6591 1726773124.97435: Set connection var ansible_shell_executable to /bin/sh 6591 1726773124.97438: Set connection var ansible_shell_type to sh 6591 1726773124.97453: variable 'ansible_shell_executable' from source: unknown 6591 1726773124.97456: variable 'ansible_connection' from source: unknown 6591 1726773124.97458: variable 'ansible_module_compression' from source: unknown 6591 1726773124.97460: variable 'ansible_shell_type' from source: unknown 6591 1726773124.97463: variable 'ansible_shell_executable' from source: unknown 6591 1726773124.97465: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773124.97469: variable 'ansible_pipelining' from source: unknown 6591 1726773124.97471: variable 'ansible_timeout' from source: unknown 6591 1726773124.97476: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773124.97547: 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) 6591 1726773124.97555: variable 'omit' from source: magic vars 6591 1726773124.97559: starting attempt loop 6591 1726773124.97561: running the handler 6591 1726773124.97568: variable 'ansible_facts' from source: unknown 6591 1726773124.97570: variable 'ansible_facts' from source: unknown 6591 1726773124.97610: _low_level_execute_command(): starting 6591 1726773124.97615: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773124.98111: 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 <<< 6591 1726773124.98119: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773124.98149: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.98162: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773124.98218: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773124.98229: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773124.98232: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773124.98317: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773124.99937: stdout chunk (state=3): >>>/root <<< 6591 1726773125.00038: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773125.00089: stderr chunk (state=3): >>><<< 6591 1726773125.00093: stdout chunk (state=3): >>><<< 6591 1726773125.00112: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773125.00122: _low_level_execute_command(): starting 6591 1726773125.00126: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773125.0011215-9862-45924171665667 `" && echo ansible-tmp-1726773125.0011215-9862-45924171665667="` echo /root/.ansible/tmp/ansible-tmp-1726773125.0011215-9862-45924171665667 `" ) && sleep 0' 6591 1726773125.00549: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773125.00555: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773125.00585: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773125.00598: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773125.00612: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773125.00654: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773125.00666: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773125.00735: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773125.02760: stdout chunk (state=3): >>>ansible-tmp-1726773125.0011215-9862-45924171665667=/root/.ansible/tmp/ansible-tmp-1726773125.0011215-9862-45924171665667 <<< 6591 1726773125.02872: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773125.02920: stderr chunk (state=3): >>><<< 6591 1726773125.02923: stdout chunk (state=3): >>><<< 6591 1726773125.02937: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773125.0011215-9862-45924171665667=/root/.ansible/tmp/ansible-tmp-1726773125.0011215-9862-45924171665667 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773125.02960: variable 'ansible_module_compression' from source: unknown 6591 1726773125.03009: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 6591 1726773125.03042: variable 'ansible_facts' from source: unknown 6591 1726773125.03109: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773125.0011215-9862-45924171665667/AnsiballZ_dnf.py 6591 1726773125.03211: Sending initial data 6591 1726773125.03221: Sent initial data (149 bytes) 6591 1726773125.03869: 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 <<< 6591 1726773125.03872: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773125.03908: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773125.03912: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773125.03915: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773125.03969: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773125.03976: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773125.03980: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773125.04037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773125.05734: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773125.05790: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773125.05852: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp48mx1s9m /root/.ansible/tmp/ansible-tmp-1726773125.0011215-9862-45924171665667/AnsiballZ_dnf.py <<< 6591 1726773125.05911: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773125.06999: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773125.07095: stderr chunk (state=3): >>><<< 6591 1726773125.07099: stdout chunk (state=3): >>><<< 6591 1726773125.07117: done transferring module to remote 6591 1726773125.07127: _low_level_execute_command(): starting 6591 1726773125.07132: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773125.0011215-9862-45924171665667/ /root/.ansible/tmp/ansible-tmp-1726773125.0011215-9862-45924171665667/AnsiballZ_dnf.py && sleep 0' 6591 1726773125.07563: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773125.07567: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773125.07590: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773125.07601: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773125.07647: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773125.07667: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773125.07727: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773125.09441: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773125.09487: stderr chunk (state=3): >>><<< 6591 1726773125.09491: stdout chunk (state=3): >>><<< 6591 1726773125.09506: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773125.09510: _low_level_execute_command(): starting 6591 1726773125.09512: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773125.0011215-9862-45924171665667/AnsiballZ_dnf.py && sleep 0' 6591 1726773125.10009: 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 <<< 6591 1726773125.10022: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773125.10048: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773125.10060: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773125.10111: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773125.10123: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773125.10197: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773126.14002: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 6591 1726773126.19831: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773126.19886: stderr chunk (state=3): >>><<< 6591 1726773126.19890: stdout chunk (state=3): >>><<< 6591 1726773126.19909: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773126.19948: 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-1726773125.0011215-9862-45924171665667/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773126.19954: _low_level_execute_command(): starting 6591 1726773126.19959: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773125.0011215-9862-45924171665667/ > /dev/null 2>&1 && sleep 0' 6591 1726773126.20418: 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 <<< 6591 1726773126.20421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773126.20442: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773126.20454: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.20503: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773126.20518: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773126.20587: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773126.22371: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773126.22416: stderr chunk (state=3): >>><<< 6591 1726773126.22419: stdout chunk (state=3): >>><<< 6591 1726773126.22433: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773126.22439: handler run complete 6591 1726773126.22467: attempt loop complete, returning result 6591 1726773126.22470: _execute() done 6591 1726773126.22473: dumping result to json 6591 1726773126.22478: done dumping result, returning 6591 1726773126.22490: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [1239c35c-e2e1-152b-fb99-000000000ed3] 6591 1726773126.22494: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ed3 6591 1726773126.22594: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ed3 6591 1726773126.22597: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 6591 1726773126.22696: no more pending results, returning what we have 6591 1726773126.22699: results queue empty 6591 1726773126.22701: checking for any_errors_fatal 6591 1726773126.22710: done checking for any_errors_fatal 6591 1726773126.22711: checking for max_fail_percentage 6591 1726773126.22712: done checking for max_fail_percentage 6591 1726773126.22713: checking to see if all hosts have failed and the running result is not ok 6591 1726773126.22714: done checking to see if all hosts have failed 6591 1726773126.22715: getting the remaining hosts for this loop 6591 1726773126.22716: done getting the remaining hosts for this loop 6591 1726773126.22719: getting the next task for host managed_node2 6591 1726773126.22728: done getting next task for host managed_node2 6591 1726773126.22731: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6591 1726773126.22734: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773126.22745: getting variables 6591 1726773126.22747: in VariableManager get_vars() 6591 1726773126.22780: Calling all_inventory to load vars for managed_node2 6591 1726773126.22783: Calling groups_inventory to load vars for managed_node2 6591 1726773126.22785: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773126.22794: Calling all_plugins_play to load vars for managed_node2 6591 1726773126.22796: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773126.22798: Calling groups_plugins_play to load vars for managed_node2 6591 1726773126.22925: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773126.23052: done with get_vars() 6591 1726773126.23060: done getting variables 6591 1726773126.23102: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:12:06 -0400 (0:00:01.287) 0:01:43.701 **** 6591 1726773126.23128: entering _queue_task() for managed_node2/debug 6591 1726773126.23313: worker is 1 (out of 1 available) 6591 1726773126.23328: exiting _queue_task() for managed_node2/debug 6591 1726773126.23340: done queuing things up, now waiting for results queue to drain 6591 1726773126.23341: waiting for pending results... 6591 1726773126.23522: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6591 1726773126.23606: in run() - task 1239c35c-e2e1-152b-fb99-000000000ed5 6591 1726773126.23617: variable 'ansible_search_path' from source: unknown 6591 1726773126.23620: variable 'ansible_search_path' from source: unknown 6591 1726773126.23649: calling self._execute() 6591 1726773126.23716: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773126.23720: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773126.23729: variable 'omit' from source: magic vars 6591 1726773126.24064: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773126.25592: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773126.25638: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773126.25666: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773126.25873: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773126.25895: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773126.25953: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773126.25974: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773126.25994: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773126.26022: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773126.26033: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773126.26108: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773126.26121: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6591 1726773126.26124: when evaluation is False, skipping this task 6591 1726773126.26127: _execute() done 6591 1726773126.26129: dumping result to json 6591 1726773126.26132: done dumping result, returning 6591 1726773126.26138: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [1239c35c-e2e1-152b-fb99-000000000ed5] 6591 1726773126.26144: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ed5 6591 1726773126.26226: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ed5 6591 1726773126.26228: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 6591 1726773126.26271: no more pending results, returning what we have 6591 1726773126.26274: results queue empty 6591 1726773126.26275: checking for any_errors_fatal 6591 1726773126.26283: done checking for any_errors_fatal 6591 1726773126.26284: checking for max_fail_percentage 6591 1726773126.26285: done checking for max_fail_percentage 6591 1726773126.26286: checking to see if all hosts have failed and the running result is not ok 6591 1726773126.26287: done checking to see if all hosts have failed 6591 1726773126.26288: getting the remaining hosts for this loop 6591 1726773126.26289: done getting the remaining hosts for this loop 6591 1726773126.26292: getting the next task for host managed_node2 6591 1726773126.26299: done getting next task for host managed_node2 6591 1726773126.26302: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6591 1726773126.26308: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773126.26323: getting variables 6591 1726773126.26325: in VariableManager get_vars() 6591 1726773126.26357: Calling all_inventory to load vars for managed_node2 6591 1726773126.26359: Calling groups_inventory to load vars for managed_node2 6591 1726773126.26362: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773126.26369: Calling all_plugins_play to load vars for managed_node2 6591 1726773126.26371: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773126.26373: Calling groups_plugins_play to load vars for managed_node2 6591 1726773126.26484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773126.26645: done with get_vars() 6591 1726773126.26652: done getting variables 6591 1726773126.26691: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:12:06 -0400 (0:00:00.035) 0:01:43.737 **** 6591 1726773126.26716: entering _queue_task() for managed_node2/reboot 6591 1726773126.26885: worker is 1 (out of 1 available) 6591 1726773126.26899: exiting _queue_task() for managed_node2/reboot 6591 1726773126.26912: done queuing things up, now waiting for results queue to drain 6591 1726773126.26914: waiting for pending results... 6591 1726773126.27078: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6591 1726773126.27170: in run() - task 1239c35c-e2e1-152b-fb99-000000000ed6 6591 1726773126.27184: variable 'ansible_search_path' from source: unknown 6591 1726773126.27188: variable 'ansible_search_path' from source: unknown 6591 1726773126.27219: calling self._execute() 6591 1726773126.27285: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773126.27289: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773126.27298: variable 'omit' from source: magic vars 6591 1726773126.27632: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773126.29290: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773126.29333: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773126.29358: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773126.29382: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773126.29408: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773126.29466: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773126.29487: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773126.29506: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773126.29533: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773126.29545: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773126.29616: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773126.29629: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6591 1726773126.29633: when evaluation is False, skipping this task 6591 1726773126.29636: _execute() done 6591 1726773126.29639: dumping result to json 6591 1726773126.29641: done dumping result, returning 6591 1726773126.29648: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [1239c35c-e2e1-152b-fb99-000000000ed6] 6591 1726773126.29654: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ed6 6591 1726773126.29735: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ed6 6591 1726773126.29738: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6591 1726773126.29793: no more pending results, returning what we have 6591 1726773126.29796: results queue empty 6591 1726773126.29797: checking for any_errors_fatal 6591 1726773126.29802: done checking for any_errors_fatal 6591 1726773126.29805: checking for max_fail_percentage 6591 1726773126.29807: done checking for max_fail_percentage 6591 1726773126.29808: checking to see if all hosts have failed and the running result is not ok 6591 1726773126.29809: done checking to see if all hosts have failed 6591 1726773126.29809: getting the remaining hosts for this loop 6591 1726773126.29811: done getting the remaining hosts for this loop 6591 1726773126.29813: getting the next task for host managed_node2 6591 1726773126.29820: done getting next task for host managed_node2 6591 1726773126.29823: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6591 1726773126.29826: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773126.29840: getting variables 6591 1726773126.29842: in VariableManager get_vars() 6591 1726773126.29870: Calling all_inventory to load vars for managed_node2 6591 1726773126.29873: Calling groups_inventory to load vars for managed_node2 6591 1726773126.29874: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773126.29883: Calling all_plugins_play to load vars for managed_node2 6591 1726773126.29884: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773126.29886: Calling groups_plugins_play to load vars for managed_node2 6591 1726773126.29993: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773126.30119: done with get_vars() 6591 1726773126.30126: done getting variables 6591 1726773126.30163: 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:12:06 -0400 (0:00:00.034) 0:01:43.772 **** 6591 1726773126.30189: entering _queue_task() for managed_node2/fail 6591 1726773126.30355: worker is 1 (out of 1 available) 6591 1726773126.30368: exiting _queue_task() for managed_node2/fail 6591 1726773126.30382: done queuing things up, now waiting for results queue to drain 6591 1726773126.30384: waiting for pending results... 6591 1726773126.30545: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6591 1726773126.30622: in run() - task 1239c35c-e2e1-152b-fb99-000000000ed7 6591 1726773126.30633: variable 'ansible_search_path' from source: unknown 6591 1726773126.30637: variable 'ansible_search_path' from source: unknown 6591 1726773126.30664: calling self._execute() 6591 1726773126.30729: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773126.30733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773126.30741: variable 'omit' from source: magic vars 6591 1726773126.31057: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773126.32666: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773126.32709: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773126.32735: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773126.32760: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773126.32783: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773126.32836: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773126.32855: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773126.32872: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773126.32900: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773126.32913: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773126.32983: variable '__kernel_settings_is_transactional' from source: set_fact 6591 1726773126.32993: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6591 1726773126.32996: when evaluation is False, skipping this task 6591 1726773126.33000: _execute() done 6591 1726773126.33003: dumping result to json 6591 1726773126.33005: done dumping result, returning 6591 1726773126.33014: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [1239c35c-e2e1-152b-fb99-000000000ed7] 6591 1726773126.33019: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ed7 6591 1726773126.33101: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ed7 6591 1726773126.33105: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6591 1726773126.33157: no more pending results, returning what we have 6591 1726773126.33159: results queue empty 6591 1726773126.33160: checking for any_errors_fatal 6591 1726773126.33166: done checking for any_errors_fatal 6591 1726773126.33166: checking for max_fail_percentage 6591 1726773126.33168: done checking for max_fail_percentage 6591 1726773126.33170: checking to see if all hosts have failed and the running result is not ok 6591 1726773126.33171: done checking to see if all hosts have failed 6591 1726773126.33172: getting the remaining hosts for this loop 6591 1726773126.33173: done getting the remaining hosts for this loop 6591 1726773126.33176: getting the next task for host managed_node2 6591 1726773126.33186: done getting next task for host managed_node2 6591 1726773126.33190: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6591 1726773126.33193: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773126.33210: getting variables 6591 1726773126.33211: in VariableManager get_vars() 6591 1726773126.33236: Calling all_inventory to load vars for managed_node2 6591 1726773126.33238: Calling groups_inventory to load vars for managed_node2 6591 1726773126.33239: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773126.33245: Calling all_plugins_play to load vars for managed_node2 6591 1726773126.33247: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773126.33249: Calling groups_plugins_play to load vars for managed_node2 6591 1726773126.33390: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773126.33510: done with get_vars() 6591 1726773126.33517: 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:12:06 -0400 (0:00:00.033) 0:01:43.806 **** 6591 1726773126.33571: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773126.33735: worker is 1 (out of 1 available) 6591 1726773126.33750: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773126.33761: done queuing things up, now waiting for results queue to drain 6591 1726773126.33763: waiting for pending results... 6591 1726773126.33921: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6591 1726773126.34000: in run() - task 1239c35c-e2e1-152b-fb99-000000000ed9 6591 1726773126.34013: variable 'ansible_search_path' from source: unknown 6591 1726773126.34016: variable 'ansible_search_path' from source: unknown 6591 1726773126.34042: calling self._execute() 6591 1726773126.34107: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773126.34112: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773126.34120: variable 'omit' from source: magic vars 6591 1726773126.34191: variable 'omit' from source: magic vars 6591 1726773126.34229: variable 'omit' from source: magic vars 6591 1726773126.34249: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6591 1726773126.34449: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6591 1726773126.34507: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773126.34534: variable 'omit' from source: magic vars 6591 1726773126.34563: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773126.34589: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773126.34604: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773126.34617: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773126.34626: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773126.34649: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773126.34652: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773126.34655: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773126.34721: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773126.34725: Set connection var ansible_connection to ssh 6591 1726773126.34732: Set connection var ansible_timeout to 10 6591 1726773126.34737: Set connection var ansible_pipelining to False 6591 1726773126.34744: Set connection var ansible_shell_executable to /bin/sh 6591 1726773126.34747: Set connection var ansible_shell_type to sh 6591 1726773126.34763: variable 'ansible_shell_executable' from source: unknown 6591 1726773126.34767: variable 'ansible_connection' from source: unknown 6591 1726773126.34769: variable 'ansible_module_compression' from source: unknown 6591 1726773126.34772: variable 'ansible_shell_type' from source: unknown 6591 1726773126.34774: variable 'ansible_shell_executable' from source: unknown 6591 1726773126.34776: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773126.34781: variable 'ansible_pipelining' from source: unknown 6591 1726773126.34783: variable 'ansible_timeout' from source: unknown 6591 1726773126.34786: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773126.34907: 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) 6591 1726773126.34916: variable 'omit' from source: magic vars 6591 1726773126.34920: starting attempt loop 6591 1726773126.34923: running the handler 6591 1726773126.34934: _low_level_execute_command(): starting 6591 1726773126.34940: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773126.35438: 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 <<< 6591 1726773126.35452: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773126.35467: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773126.35478: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773126.35491: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.35537: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773126.35551: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773126.35629: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773126.37236: stdout chunk (state=3): >>>/root <<< 6591 1726773126.37340: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773126.37386: stderr chunk (state=3): >>><<< 6591 1726773126.37389: stdout chunk (state=3): >>><<< 6591 1726773126.37409: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773126.37419: _low_level_execute_command(): starting 6591 1726773126.37427: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773126.374077-9876-172808545243483 `" && echo ansible-tmp-1726773126.374077-9876-172808545243483="` echo /root/.ansible/tmp/ansible-tmp-1726773126.374077-9876-172808545243483 `" ) && sleep 0' 6591 1726773126.37838: 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 <<< 6591 1726773126.37851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773126.37871: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.37894: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.37936: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773126.37949: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773126.38016: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773126.40282: stdout chunk (state=3): >>>ansible-tmp-1726773126.374077-9876-172808545243483=/root/.ansible/tmp/ansible-tmp-1726773126.374077-9876-172808545243483 <<< 6591 1726773126.40398: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773126.40441: stderr chunk (state=3): >>><<< 6591 1726773126.40444: stdout chunk (state=3): >>><<< 6591 1726773126.40457: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773126.374077-9876-172808545243483=/root/.ansible/tmp/ansible-tmp-1726773126.374077-9876-172808545243483 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773126.40491: variable 'ansible_module_compression' from source: unknown 6591 1726773126.40523: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6591 1726773126.40555: variable 'ansible_facts' from source: unknown 6591 1726773126.40617: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773126.374077-9876-172808545243483/AnsiballZ_kernel_settings_get_config.py 6591 1726773126.40715: Sending initial data 6591 1726773126.40724: Sent initial data (172 bytes) 6591 1726773126.41347: 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 <<< 6591 1726773126.41351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773126.41382: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.41385: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773126.41387: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.41442: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773126.41446: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773126.41512: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773126.43195: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773126.43254: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773126.43314: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpfg7xnwa9 /root/.ansible/tmp/ansible-tmp-1726773126.374077-9876-172808545243483/AnsiballZ_kernel_settings_get_config.py <<< 6591 1726773126.43373: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773126.44201: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773126.44284: stderr chunk (state=3): >>><<< 6591 1726773126.44288: stdout chunk (state=3): >>><<< 6591 1726773126.44305: done transferring module to remote 6591 1726773126.44314: _low_level_execute_command(): starting 6591 1726773126.44317: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773126.374077-9876-172808545243483/ /root/.ansible/tmp/ansible-tmp-1726773126.374077-9876-172808545243483/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773126.44718: 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 <<< 6591 1726773126.44721: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773126.44743: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.44755: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.44799: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773126.44814: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773126.44879: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773126.46565: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773126.46608: stderr chunk (state=3): >>><<< 6591 1726773126.46612: stdout chunk (state=3): >>><<< 6591 1726773126.46623: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773126.46626: _low_level_execute_command(): starting 6591 1726773126.46630: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773126.374077-9876-172808545243483/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773126.47023: 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 <<< 6591 1726773126.47035: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773126.47051: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773126.47063: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773126.47072: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.47118: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773126.47130: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773126.47206: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773126.60872: 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"}}} <<< 6591 1726773126.61918: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773126.61966: stderr chunk (state=3): >>><<< 6591 1726773126.61969: stdout chunk (state=3): >>><<< 6591 1726773126.61987: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773126.62015: 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-1726773126.374077-9876-172808545243483/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773126.62026: _low_level_execute_command(): starting 6591 1726773126.62030: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773126.374077-9876-172808545243483/ > /dev/null 2>&1 && sleep 0' 6591 1726773126.62452: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773126.62467: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773126.62482: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773126.62495: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.62544: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773126.62560: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773126.62621: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773126.64391: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773126.64434: stderr chunk (state=3): >>><<< 6591 1726773126.64437: stdout chunk (state=3): >>><<< 6591 1726773126.64449: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773126.64455: handler run complete 6591 1726773126.64470: attempt loop complete, returning result 6591 1726773126.64472: _execute() done 6591 1726773126.64474: dumping result to json 6591 1726773126.64481: done dumping result, returning 6591 1726773126.64488: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [1239c35c-e2e1-152b-fb99-000000000ed9] 6591 1726773126.64496: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ed9 6591 1726773126.64594: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ed9 6591 1726773126.64598: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 6591 1726773126.64674: no more pending results, returning what we have 6591 1726773126.64680: results queue empty 6591 1726773126.64681: checking for any_errors_fatal 6591 1726773126.64687: done checking for any_errors_fatal 6591 1726773126.64688: checking for max_fail_percentage 6591 1726773126.64690: done checking for max_fail_percentage 6591 1726773126.64690: checking to see if all hosts have failed and the running result is not ok 6591 1726773126.64691: done checking to see if all hosts have failed 6591 1726773126.64692: getting the remaining hosts for this loop 6591 1726773126.64693: done getting the remaining hosts for this loop 6591 1726773126.64696: getting the next task for host managed_node2 6591 1726773126.64705: done getting next task for host managed_node2 6591 1726773126.64708: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6591 1726773126.64712: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773126.64722: getting variables 6591 1726773126.64724: in VariableManager get_vars() 6591 1726773126.64757: Calling all_inventory to load vars for managed_node2 6591 1726773126.64760: Calling groups_inventory to load vars for managed_node2 6591 1726773126.64762: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773126.64770: Calling all_plugins_play to load vars for managed_node2 6591 1726773126.64772: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773126.64774: Calling groups_plugins_play to load vars for managed_node2 6591 1726773126.64887: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773126.65017: done with get_vars() 6591 1726773126.65026: 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:12:06 -0400 (0:00:00.315) 0:01:44.121 **** 6591 1726773126.65093: entering _queue_task() for managed_node2/stat 6591 1726773126.65270: worker is 1 (out of 1 available) 6591 1726773126.65285: exiting _queue_task() for managed_node2/stat 6591 1726773126.65297: done queuing things up, now waiting for results queue to drain 6591 1726773126.65298: waiting for pending results... 6591 1726773126.65473: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6591 1726773126.65559: in run() - task 1239c35c-e2e1-152b-fb99-000000000eda 6591 1726773126.65570: variable 'ansible_search_path' from source: unknown 6591 1726773126.65573: variable 'ansible_search_path' from source: unknown 6591 1726773126.65616: variable '__prof_from_conf' from source: task vars 6591 1726773126.65846: variable '__prof_from_conf' from source: task vars 6591 1726773126.65983: variable '__data' from source: task vars 6591 1726773126.66036: variable '__kernel_settings_register_tuned_main' from source: set_fact 6591 1726773126.66175: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773126.66181: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773126.66229: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773126.66312: variable 'omit' from source: magic vars 6591 1726773126.66376: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773126.66384: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773126.66392: variable 'omit' from source: magic vars 6591 1726773126.66555: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773126.68195: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773126.68247: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773126.68273: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773126.68299: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773126.68321: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773126.68377: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773126.68398: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773126.68417: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773126.68450: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773126.68460: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773126.68527: variable 'item' from source: unknown 6591 1726773126.68536: Evaluated conditional (item | length > 0): False 6591 1726773126.68539: when evaluation is False, skipping this task 6591 1726773126.68560: variable 'item' from source: unknown 6591 1726773126.68607: variable 'item' from source: unknown skipping: [managed_node2] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 6591 1726773126.68752: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773126.68756: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773126.68759: variable 'omit' from source: magic vars 6591 1726773126.68813: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773126.68830: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773126.68847: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773126.68873: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773126.68885: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773126.68939: variable 'item' from source: unknown 6591 1726773126.68945: Evaluated conditional (item | length > 0): True 6591 1726773126.68951: variable 'omit' from source: magic vars 6591 1726773126.68983: variable 'omit' from source: magic vars 6591 1726773126.69016: variable 'item' from source: unknown 6591 1726773126.69059: variable 'item' from source: unknown 6591 1726773126.69071: variable 'omit' from source: magic vars 6591 1726773126.69094: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773126.69116: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773126.69130: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773126.69143: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773126.69152: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773126.69173: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773126.69177: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773126.69182: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773126.69249: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773126.69252: Set connection var ansible_connection to ssh 6591 1726773126.69259: Set connection var ansible_timeout to 10 6591 1726773126.69264: Set connection var ansible_pipelining to False 6591 1726773126.69269: Set connection var ansible_shell_executable to /bin/sh 6591 1726773126.69271: Set connection var ansible_shell_type to sh 6591 1726773126.69288: variable 'ansible_shell_executable' from source: unknown 6591 1726773126.69290: variable 'ansible_connection' from source: unknown 6591 1726773126.69293: variable 'ansible_module_compression' from source: unknown 6591 1726773126.69295: variable 'ansible_shell_type' from source: unknown 6591 1726773126.69297: variable 'ansible_shell_executable' from source: unknown 6591 1726773126.69299: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773126.69304: variable 'ansible_pipelining' from source: unknown 6591 1726773126.69309: variable 'ansible_timeout' from source: unknown 6591 1726773126.69311: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773126.69402: 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) 6591 1726773126.69413: variable 'omit' from source: magic vars 6591 1726773126.69418: starting attempt loop 6591 1726773126.69420: running the handler 6591 1726773126.69430: _low_level_execute_command(): starting 6591 1726773126.69436: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773126.69909: 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 <<< 6591 1726773126.69924: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773126.69940: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773126.69953: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773126.69964: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.70007: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773126.70020: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773126.70091: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773126.71651: stdout chunk (state=3): >>>/root <<< 6591 1726773126.71749: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773126.71798: stderr chunk (state=3): >>><<< 6591 1726773126.71802: stdout chunk (state=3): >>><<< 6591 1726773126.71820: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773126.71829: _low_level_execute_command(): starting 6591 1726773126.71833: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773126.7181957-9884-98205897447640 `" && echo ansible-tmp-1726773126.7181957-9884-98205897447640="` echo /root/.ansible/tmp/ansible-tmp-1726773126.7181957-9884-98205897447640 `" ) && sleep 0' 6591 1726773126.72245: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773126.72258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773126.72275: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773126.72288: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773126.72298: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.72346: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773126.72362: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773126.72423: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773126.74502: stdout chunk (state=3): >>>ansible-tmp-1726773126.7181957-9884-98205897447640=/root/.ansible/tmp/ansible-tmp-1726773126.7181957-9884-98205897447640 <<< 6591 1726773126.74613: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773126.74652: stderr chunk (state=3): >>><<< 6591 1726773126.74656: stdout chunk (state=3): >>><<< 6591 1726773126.74668: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773126.7181957-9884-98205897447640=/root/.ansible/tmp/ansible-tmp-1726773126.7181957-9884-98205897447640 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773126.74702: variable 'ansible_module_compression' from source: unknown 6591 1726773126.74742: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773126.74769: variable 'ansible_facts' from source: unknown 6591 1726773126.74831: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773126.7181957-9884-98205897447640/AnsiballZ_stat.py 6591 1726773126.74925: Sending initial data 6591 1726773126.74935: Sent initial data (150 bytes) 6591 1726773126.75555: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773126.75558: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773126.75592: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.75599: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773126.75602: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.75649: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773126.75653: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773126.75720: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773126.77396: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773126.77454: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773126.77514: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmph3bz3ru3 /root/.ansible/tmp/ansible-tmp-1726773126.7181957-9884-98205897447640/AnsiballZ_stat.py <<< 6591 1726773126.77571: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773126.78408: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773126.78490: stderr chunk (state=3): >>><<< 6591 1726773126.78494: stdout chunk (state=3): >>><<< 6591 1726773126.78509: done transferring module to remote 6591 1726773126.78517: _low_level_execute_command(): starting 6591 1726773126.78521: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773126.7181957-9884-98205897447640/ /root/.ansible/tmp/ansible-tmp-1726773126.7181957-9884-98205897447640/AnsiballZ_stat.py && sleep 0' 6591 1726773126.78918: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773126.78921: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773126.78940: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.78953: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.79000: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773126.79024: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773126.79079: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773126.80761: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773126.80805: stderr chunk (state=3): >>><<< 6591 1726773126.80809: stdout chunk (state=3): >>><<< 6591 1726773126.80821: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773126.80824: _low_level_execute_command(): starting 6591 1726773126.80826: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773126.7181957-9884-98205897447640/AnsiballZ_stat.py && sleep 0' 6591 1726773126.81230: 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 <<< 6591 1726773126.81243: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773126.81259: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773126.81275: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.81322: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773126.81334: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773126.81407: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773126.94661: 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"}}} <<< 6591 1726773126.95590: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773126.95641: stderr chunk (state=3): >>><<< 6591 1726773126.95645: stdout chunk (state=3): >>><<< 6591 1726773126.95658: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773126.95686: 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-1726773126.7181957-9884-98205897447640/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773126.95693: _low_level_execute_command(): starting 6591 1726773126.95698: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773126.7181957-9884-98205897447640/ > /dev/null 2>&1 && sleep 0' 6591 1726773126.96142: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773126.96146: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773126.96186: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.96189: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773126.96191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773126.96193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.96245: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773126.96252: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773126.96255: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773126.96313: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773126.98095: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773126.98139: stderr chunk (state=3): >>><<< 6591 1726773126.98143: stdout chunk (state=3): >>><<< 6591 1726773126.98154: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773126.98160: handler run complete 6591 1726773126.98176: attempt loop complete, returning result 6591 1726773126.98192: variable 'item' from source: unknown 6591 1726773126.98256: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "exists": false } } 6591 1726773126.98365: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773126.98369: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773126.98371: variable 'omit' from source: magic vars 6591 1726773126.98474: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773126.98495: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773126.98515: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773126.98541: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773126.98551: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773126.98613: variable 'item' from source: unknown 6591 1726773126.98620: Evaluated conditional (item | length > 0): True 6591 1726773126.98624: variable 'omit' from source: magic vars 6591 1726773126.98636: variable 'omit' from source: magic vars 6591 1726773126.98666: variable 'item' from source: unknown 6591 1726773126.98714: variable 'item' from source: unknown 6591 1726773126.98725: variable 'omit' from source: magic vars 6591 1726773126.98743: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773126.98750: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773126.98756: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773126.98767: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773126.98770: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773126.98772: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773126.98825: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773126.98828: Set connection var ansible_connection to ssh 6591 1726773126.98834: Set connection var ansible_timeout to 10 6591 1726773126.98839: Set connection var ansible_pipelining to False 6591 1726773126.98844: Set connection var ansible_shell_executable to /bin/sh 6591 1726773126.98846: Set connection var ansible_shell_type to sh 6591 1726773126.98860: variable 'ansible_shell_executable' from source: unknown 6591 1726773126.98862: variable 'ansible_connection' from source: unknown 6591 1726773126.98865: variable 'ansible_module_compression' from source: unknown 6591 1726773126.98867: variable 'ansible_shell_type' from source: unknown 6591 1726773126.98869: variable 'ansible_shell_executable' from source: unknown 6591 1726773126.98871: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773126.98876: variable 'ansible_pipelining' from source: unknown 6591 1726773126.98885: variable 'ansible_timeout' from source: unknown 6591 1726773126.98887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773126.98953: 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) 6591 1726773126.98961: variable 'omit' from source: magic vars 6591 1726773126.98963: starting attempt loop 6591 1726773126.98966: running the handler 6591 1726773126.98973: _low_level_execute_command(): starting 6591 1726773126.98976: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773126.99386: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773126.99399: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773126.99421: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773126.99432: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773126.99479: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773126.99491: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773126.99562: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773127.01094: stdout chunk (state=3): >>>/root <<< 6591 1726773127.01193: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773127.01234: stderr chunk (state=3): >>><<< 6591 1726773127.01237: stdout chunk (state=3): >>><<< 6591 1726773127.01248: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773127.01256: _low_level_execute_command(): starting 6591 1726773127.01260: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773127.0124848-9884-269829916731121 `" && echo ansible-tmp-1726773127.0124848-9884-269829916731121="` echo /root/.ansible/tmp/ansible-tmp-1726773127.0124848-9884-269829916731121 `" ) && sleep 0' 6591 1726773127.01654: 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 <<< 6591 1726773127.01666: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.01685: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773127.01696: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.01744: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773127.01756: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773127.01823: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773127.04021: stdout chunk (state=3): >>>ansible-tmp-1726773127.0124848-9884-269829916731121=/root/.ansible/tmp/ansible-tmp-1726773127.0124848-9884-269829916731121 <<< 6591 1726773127.04128: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773127.04167: stderr chunk (state=3): >>><<< 6591 1726773127.04170: stdout chunk (state=3): >>><<< 6591 1726773127.04186: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773127.0124848-9884-269829916731121=/root/.ansible/tmp/ansible-tmp-1726773127.0124848-9884-269829916731121 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773127.04214: variable 'ansible_module_compression' from source: unknown 6591 1726773127.04246: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773127.04261: variable 'ansible_facts' from source: unknown 6591 1726773127.04310: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773127.0124848-9884-269829916731121/AnsiballZ_stat.py 6591 1726773127.04397: Sending initial data 6591 1726773127.04410: Sent initial data (151 bytes) 6591 1726773127.05025: 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 <<< 6591 1726773127.05034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.05064: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773127.05067: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.05069: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773127.05071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.05073: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.05124: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773127.05127: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773127.05193: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773127.06864: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773127.06919: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773127.06978: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmplzjtibrd /root/.ansible/tmp/ansible-tmp-1726773127.0124848-9884-269829916731121/AnsiballZ_stat.py <<< 6591 1726773127.07037: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773127.07885: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773127.07969: stderr chunk (state=3): >>><<< 6591 1726773127.07972: stdout chunk (state=3): >>><<< 6591 1726773127.07988: done transferring module to remote 6591 1726773127.07995: _low_level_execute_command(): starting 6591 1726773127.07999: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773127.0124848-9884-269829916731121/ /root/.ansible/tmp/ansible-tmp-1726773127.0124848-9884-269829916731121/AnsiballZ_stat.py && sleep 0' 6591 1726773127.08395: 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 <<< 6591 1726773127.08419: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773127.08431: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.08476: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773127.08497: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773127.08554: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773127.10234: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773127.10273: stderr chunk (state=3): >>><<< 6591 1726773127.10276: stdout chunk (state=3): >>><<< 6591 1726773127.10288: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773127.10291: _low_level_execute_command(): starting 6591 1726773127.10295: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773127.0124848-9884-269829916731121/AnsiballZ_stat.py && sleep 0' 6591 1726773127.10687: 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 <<< 6591 1726773127.10695: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.10726: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.10738: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.10787: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773127.10795: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773127.10806: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773127.10883: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773127.24696: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 159, "inode": 438304897, "dev": 51713, "nlink": 4, "atime": 1726773068.6848752, "mtime": 1726773066.7888837, "ctime": 1726773066.7888837, "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": "2265534346", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6591 1726773127.25815: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773127.25867: stderr chunk (state=3): >>><<< 6591 1726773127.25870: stdout chunk (state=3): >>><<< 6591 1726773127.25888: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 159, "inode": 438304897, "dev": 51713, "nlink": 4, "atime": 1726773068.6848752, "mtime": 1726773066.7888837, "ctime": 1726773066.7888837, "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": "2265534346", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773127.25923: 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-1726773127.0124848-9884-269829916731121/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773127.25930: _low_level_execute_command(): starting 6591 1726773127.25934: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773127.0124848-9884-269829916731121/ > /dev/null 2>&1 && sleep 0' 6591 1726773127.26377: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773127.26390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.26412: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773127.26426: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773127.26437: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.26476: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773127.26488: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773127.26558: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773127.28315: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773127.28359: stderr chunk (state=3): >>><<< 6591 1726773127.28362: stdout chunk (state=3): >>><<< 6591 1726773127.28373: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773127.28378: handler run complete 6591 1726773127.28412: attempt loop complete, returning result 6591 1726773127.28426: variable 'item' from source: unknown 6591 1726773127.28489: variable 'item' from source: unknown ok: [managed_node2] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726773068.6848752, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726773066.7888837, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 438304897, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726773066.7888837, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 159, "uid": 0, "version": "2265534346", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6591 1726773127.28654: dumping result to json 6591 1726773127.28657: done dumping result, returning 6591 1726773127.28659: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [1239c35c-e2e1-152b-fb99-000000000eda] 6591 1726773127.28664: sending task result for task 1239c35c-e2e1-152b-fb99-000000000eda 6591 1726773127.28866: no more pending results, returning what we have 6591 1726773127.28869: results queue empty 6591 1726773127.28870: checking for any_errors_fatal 6591 1726773127.28874: done checking for any_errors_fatal 6591 1726773127.28875: checking for max_fail_percentage 6591 1726773127.28876: done checking for max_fail_percentage 6591 1726773127.28877: checking to see if all hosts have failed and the running result is not ok 6591 1726773127.28877: done checking to see if all hosts have failed 6591 1726773127.28878: getting the remaining hosts for this loop 6591 1726773127.28879: done getting the remaining hosts for this loop 6591 1726773127.28882: getting the next task for host managed_node2 6591 1726773127.28888: done getting next task for host managed_node2 6591 1726773127.28891: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6591 1726773127.28895: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773127.28908: getting variables 6591 1726773127.28909: in VariableManager get_vars() 6591 1726773127.28934: Calling all_inventory to load vars for managed_node2 6591 1726773127.28937: Calling groups_inventory to load vars for managed_node2 6591 1726773127.28939: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773127.28948: Calling all_plugins_play to load vars for managed_node2 6591 1726773127.28950: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773127.28953: Calling groups_plugins_play to load vars for managed_node2 6591 1726773127.29049: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000eda 6591 1726773127.29052: WORKER PROCESS EXITING 6591 1726773127.29062: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773127.29186: done with get_vars() 6591 1726773127.29194: done getting variables 6591 1726773127.29237: 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:12:07 -0400 (0:00:00.641) 0:01:44.763 **** 6591 1726773127.29259: entering _queue_task() for managed_node2/set_fact 6591 1726773127.29437: worker is 1 (out of 1 available) 6591 1726773127.29450: exiting _queue_task() for managed_node2/set_fact 6591 1726773127.29461: done queuing things up, now waiting for results queue to drain 6591 1726773127.29462: waiting for pending results... 6591 1726773127.29642: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6591 1726773127.29726: in run() - task 1239c35c-e2e1-152b-fb99-000000000edb 6591 1726773127.29738: variable 'ansible_search_path' from source: unknown 6591 1726773127.29742: variable 'ansible_search_path' from source: unknown 6591 1726773127.29769: calling self._execute() 6591 1726773127.29839: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773127.29843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773127.29851: variable 'omit' from source: magic vars 6591 1726773127.29930: variable 'omit' from source: magic vars 6591 1726773127.29968: variable 'omit' from source: magic vars 6591 1726773127.30284: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773127.31966: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773127.32011: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773127.32038: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773127.32071: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773127.32095: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773127.32150: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773127.32172: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773127.32193: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773127.32220: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773127.32232: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773127.32263: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773127.32278: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773127.32299: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773127.32325: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773127.32336: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773127.32376: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773127.32395: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773127.32415: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773127.32444: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773127.32455: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773127.32607: variable '__kernel_settings_find_profile_dirs' from source: set_fact 6591 1726773127.32665: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773127.32771: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773127.32799: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773127.32822: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773127.32844: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773127.32874: 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) 6591 1726773127.32892: 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) 6591 1726773127.32910: 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) 6591 1726773127.32928: 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) 6591 1726773127.32963: variable 'omit' from source: magic vars 6591 1726773127.32982: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773127.33004: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773127.33018: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773127.33030: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773127.33038: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773127.33060: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773127.33063: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773127.33065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773127.33131: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773127.33135: Set connection var ansible_connection to ssh 6591 1726773127.33142: Set connection var ansible_timeout to 10 6591 1726773127.33147: Set connection var ansible_pipelining to False 6591 1726773127.33158: Set connection var ansible_shell_executable to /bin/sh 6591 1726773127.33160: Set connection var ansible_shell_type to sh 6591 1726773127.33172: variable 'ansible_shell_executable' from source: unknown 6591 1726773127.33175: variable 'ansible_connection' from source: unknown 6591 1726773127.33177: variable 'ansible_module_compression' from source: unknown 6591 1726773127.33183: variable 'ansible_shell_type' from source: unknown 6591 1726773127.33185: variable 'ansible_shell_executable' from source: unknown 6591 1726773127.33187: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773127.33192: variable 'ansible_pipelining' from source: unknown 6591 1726773127.33194: variable 'ansible_timeout' from source: unknown 6591 1726773127.33198: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773127.33264: 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) 6591 1726773127.33274: variable 'omit' from source: magic vars 6591 1726773127.33276: starting attempt loop 6591 1726773127.33283: running the handler 6591 1726773127.33292: handler run complete 6591 1726773127.33300: attempt loop complete, returning result 6591 1726773127.33304: _execute() done 6591 1726773127.33308: dumping result to json 6591 1726773127.33310: done dumping result, returning 6591 1726773127.33318: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [1239c35c-e2e1-152b-fb99-000000000edb] 6591 1726773127.33323: sending task result for task 1239c35c-e2e1-152b-fb99-000000000edb 6591 1726773127.33396: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000edb 6591 1726773127.33399: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned" }, "changed": false } 6591 1726773127.33464: no more pending results, returning what we have 6591 1726773127.33467: results queue empty 6591 1726773127.33468: checking for any_errors_fatal 6591 1726773127.33480: done checking for any_errors_fatal 6591 1726773127.33481: checking for max_fail_percentage 6591 1726773127.33483: done checking for max_fail_percentage 6591 1726773127.33483: checking to see if all hosts have failed and the running result is not ok 6591 1726773127.33484: done checking to see if all hosts have failed 6591 1726773127.33485: getting the remaining hosts for this loop 6591 1726773127.33486: done getting the remaining hosts for this loop 6591 1726773127.33489: getting the next task for host managed_node2 6591 1726773127.33495: done getting next task for host managed_node2 6591 1726773127.33498: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6591 1726773127.33501: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773127.33513: getting variables 6591 1726773127.33514: in VariableManager get_vars() 6591 1726773127.33545: Calling all_inventory to load vars for managed_node2 6591 1726773127.33548: Calling groups_inventory to load vars for managed_node2 6591 1726773127.33550: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773127.33557: Calling all_plugins_play to load vars for managed_node2 6591 1726773127.33559: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773127.33561: Calling groups_plugins_play to load vars for managed_node2 6591 1726773127.33662: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773127.33960: done with get_vars() 6591 1726773127.33966: done getting variables 6591 1726773127.34005: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:12:07 -0400 (0:00:00.047) 0:01:44.810 **** 6591 1726773127.34027: entering _queue_task() for managed_node2/service 6591 1726773127.34188: worker is 1 (out of 1 available) 6591 1726773127.34202: exiting _queue_task() for managed_node2/service 6591 1726773127.34215: done queuing things up, now waiting for results queue to drain 6591 1726773127.34217: waiting for pending results... 6591 1726773127.34384: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6591 1726773127.34470: in run() - task 1239c35c-e2e1-152b-fb99-000000000edc 6591 1726773127.34484: variable 'ansible_search_path' from source: unknown 6591 1726773127.34488: variable 'ansible_search_path' from source: unknown 6591 1726773127.34524: variable '__kernel_settings_services' from source: include_vars 6591 1726773127.34752: variable '__kernel_settings_services' from source: include_vars 6591 1726773127.34808: variable 'omit' from source: magic vars 6591 1726773127.34887: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773127.34894: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773127.34905: variable 'omit' from source: magic vars 6591 1726773127.34956: variable 'omit' from source: magic vars 6591 1726773127.34993: variable 'omit' from source: magic vars 6591 1726773127.35029: variable 'item' from source: unknown 6591 1726773127.35089: variable 'item' from source: unknown 6591 1726773127.35108: variable 'omit' from source: magic vars 6591 1726773127.35136: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773127.35161: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773127.35177: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773127.35192: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773127.35202: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773127.35227: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773127.35230: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773127.35233: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773127.35298: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773127.35301: Set connection var ansible_connection to ssh 6591 1726773127.35311: Set connection var ansible_timeout to 10 6591 1726773127.35316: Set connection var ansible_pipelining to False 6591 1726773127.35321: Set connection var ansible_shell_executable to /bin/sh 6591 1726773127.35329: Set connection var ansible_shell_type to sh 6591 1726773127.35343: variable 'ansible_shell_executable' from source: unknown 6591 1726773127.35346: variable 'ansible_connection' from source: unknown 6591 1726773127.35348: variable 'ansible_module_compression' from source: unknown 6591 1726773127.35351: variable 'ansible_shell_type' from source: unknown 6591 1726773127.35353: variable 'ansible_shell_executable' from source: unknown 6591 1726773127.35355: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773127.35359: variable 'ansible_pipelining' from source: unknown 6591 1726773127.35361: variable 'ansible_timeout' from source: unknown 6591 1726773127.35366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773127.35462: 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) 6591 1726773127.35471: variable 'omit' from source: magic vars 6591 1726773127.35474: starting attempt loop 6591 1726773127.35480: running the handler 6591 1726773127.35543: variable 'ansible_facts' from source: unknown 6591 1726773127.35628: _low_level_execute_command(): starting 6591 1726773127.35634: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773127.36126: 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 <<< 6591 1726773127.36141: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.36157: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773127.36171: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.36182: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.36227: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773127.36239: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773127.36325: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773127.37935: stdout chunk (state=3): >>>/root <<< 6591 1726773127.38040: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773127.38086: stderr chunk (state=3): >>><<< 6591 1726773127.38089: stdout chunk (state=3): >>><<< 6591 1726773127.38109: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773127.38118: _low_level_execute_command(): starting 6591 1726773127.38125: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773127.3810713-9903-70329379600454 `" && echo ansible-tmp-1726773127.3810713-9903-70329379600454="` echo /root/.ansible/tmp/ansible-tmp-1726773127.3810713-9903-70329379600454 `" ) && sleep 0' 6591 1726773127.38536: 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 <<< 6591 1726773127.38548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.38577: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773127.38592: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.38632: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773127.38644: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773127.38711: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773127.40644: stdout chunk (state=3): >>>ansible-tmp-1726773127.3810713-9903-70329379600454=/root/.ansible/tmp/ansible-tmp-1726773127.3810713-9903-70329379600454 <<< 6591 1726773127.40755: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773127.40795: stderr chunk (state=3): >>><<< 6591 1726773127.40798: stdout chunk (state=3): >>><<< 6591 1726773127.40814: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773127.3810713-9903-70329379600454=/root/.ansible/tmp/ansible-tmp-1726773127.3810713-9903-70329379600454 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773127.40838: variable 'ansible_module_compression' from source: unknown 6591 1726773127.40880: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6591 1726773127.40931: variable 'ansible_facts' from source: unknown 6591 1726773127.41062: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773127.3810713-9903-70329379600454/AnsiballZ_systemd.py 6591 1726773127.41166: Sending initial data 6591 1726773127.41180: Sent initial data (153 bytes) 6591 1726773127.41798: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773127.41801: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.41836: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.41840: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773127.41843: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.41885: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773127.41897: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773127.41972: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773127.43650: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773127.43709: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773127.43769: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpj8cwfu2j /root/.ansible/tmp/ansible-tmp-1726773127.3810713-9903-70329379600454/AnsiballZ_systemd.py <<< 6591 1726773127.43826: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773127.45592: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773127.45672: stderr chunk (state=3): >>><<< 6591 1726773127.45675: stdout chunk (state=3): >>><<< 6591 1726773127.45695: done transferring module to remote 6591 1726773127.45705: _low_level_execute_command(): starting 6591 1726773127.45710: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773127.3810713-9903-70329379600454/ /root/.ansible/tmp/ansible-tmp-1726773127.3810713-9903-70329379600454/AnsiballZ_systemd.py && sleep 0' 6591 1726773127.46109: 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 <<< 6591 1726773127.46122: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.46152: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.46155: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773127.46157: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773127.46159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.46209: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773127.46213: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773127.46277: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773127.47972: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773127.48012: stderr chunk (state=3): >>><<< 6591 1726773127.48016: stdout chunk (state=3): >>><<< 6591 1726773127.48027: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773127.48030: _low_level_execute_command(): starting 6591 1726773127.48034: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773127.3810713-9903-70329379600454/AnsiballZ_systemd.py && sleep 0' 6591 1726773127.48429: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773127.48442: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.48458: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773127.48469: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773127.48480: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.48527: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773127.48543: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773127.48610: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773127.73914: 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": "634", "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:30 EDT", "ExecMainStartTimestampMonotonic": "7007173", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "634", "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:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT] ; stop_time=[n/a] ; pid=634 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "2566", "MemoryCurrent": "20365312", "MemoryAvailable": "infinity", "CPUUsageNSec": "246602000", "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": <<< 6591 1726773127.73938: stdout chunk (state=3): >>>"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": "sysinit.target system.slice dbus.socket dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service tlp.service power-profiles-daemon.service cpupower.service shutdown.target", "Before": "shutdown.target multi-user.target", "After": "dbus-broker.service basic.target network.target sysinit.target polkit.service system.slice dbus.socket systemd-journald.socket systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:30 EDT", "StateChangeTimestampMonotonic": "7460869", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:30 EDT", "InactiveExitTimestampMonotonic": "7007371", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ActiveEnterTimestampMonotonic": "7460869", "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:30 EDT", "ConditionTimestampMonotonic": "7002467", "AssertTimestamp": "Thu 2024-09-19 15:11:30 EDT", "AssertTimestampMonotonic": "7002471", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "8b21b73e7a4e47a2b6fdf3f824ee6aa0", "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}}} <<< 6591 1726773127.75457: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773127.75478: stderr chunk (state=3): >>><<< 6591 1726773127.75481: stdout chunk (state=3): >>><<< 6591 1726773127.75512: _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": "634", "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:30 EDT", "ExecMainStartTimestampMonotonic": "7007173", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "634", "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:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT] ; stop_time=[n/a] ; pid=634 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "2566", "MemoryCurrent": "20365312", "MemoryAvailable": "infinity", "CPUUsageNSec": "246602000", "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": "sysinit.target system.slice dbus.socket dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service tlp.service power-profiles-daemon.service cpupower.service shutdown.target", "Before": "shutdown.target multi-user.target", "After": "dbus-broker.service basic.target network.target sysinit.target polkit.service system.slice dbus.socket systemd-journald.socket systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:30 EDT", "StateChangeTimestampMonotonic": "7460869", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:30 EDT", "InactiveExitTimestampMonotonic": "7007371", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ActiveEnterTimestampMonotonic": "7460869", "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:30 EDT", "ConditionTimestampMonotonic": "7002467", "AssertTimestamp": "Thu 2024-09-19 15:11:30 EDT", "AssertTimestampMonotonic": "7002471", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "8b21b73e7a4e47a2b6fdf3f824ee6aa0", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773127.75659: 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-1726773127.3810713-9903-70329379600454/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773127.75675: _low_level_execute_command(): starting 6591 1726773127.75682: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773127.3810713-9903-70329379600454/ > /dev/null 2>&1 && sleep 0' 6591 1726773127.76128: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773127.76142: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.76160: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773127.76172: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773127.76185: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.76227: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773127.76239: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773127.76307: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773127.78063: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773127.78110: stderr chunk (state=3): >>><<< 6591 1726773127.78113: stdout chunk (state=3): >>><<< 6591 1726773127.78127: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773127.78136: handler run complete 6591 1726773127.78171: attempt loop complete, returning result 6591 1726773127.78189: variable 'item' from source: unknown 6591 1726773127.78251: variable 'item' from source: unknown ok: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ActiveEnterTimestampMonotonic": "7460869", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service basic.target network.target sysinit.target polkit.service system.slice dbus.socket systemd-journald.socket systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:11:30 EDT", "AssertTimestampMonotonic": "7002471", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "246602000", "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:30 EDT", "ConditionTimestampMonotonic": "7002467", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service tlp.service power-profiles-daemon.service cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "2566", "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": "634", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ExecMainStartTimestampMonotonic": "7007173", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT", "InactiveExitTimestampMonotonic": "7007371", "InvocationID": "8b21b73e7a4e47a2b6fdf3f824ee6aa0", "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": "634", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "20365312", "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": "sysinit.target system.slice dbus.socket dbus-broker.service", "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:30 EDT", "StateChangeTimestampMonotonic": "7460869", "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" } } 6591 1726773127.78702: dumping result to json 6591 1726773127.78706: done dumping result, returning 6591 1726773127.78709: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [1239c35c-e2e1-152b-fb99-000000000edc] 6591 1726773127.78711: sending task result for task 1239c35c-e2e1-152b-fb99-000000000edc 6591 1726773127.78781: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000edc 6591 1726773127.78784: WORKER PROCESS EXITING 6591 1726773127.78864: no more pending results, returning what we have 6591 1726773127.78866: results queue empty 6591 1726773127.78867: checking for any_errors_fatal 6591 1726773127.78871: done checking for any_errors_fatal 6591 1726773127.78872: checking for max_fail_percentage 6591 1726773127.78872: done checking for max_fail_percentage 6591 1726773127.78873: checking to see if all hosts have failed and the running result is not ok 6591 1726773127.78873: done checking to see if all hosts have failed 6591 1726773127.78874: getting the remaining hosts for this loop 6591 1726773127.78875: done getting the remaining hosts for this loop 6591 1726773127.78879: getting the next task for host managed_node2 6591 1726773127.78884: done getting next task for host managed_node2 6591 1726773127.78886: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6591 1726773127.78888: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773127.78895: getting variables 6591 1726773127.78896: in VariableManager get_vars() 6591 1726773127.78920: Calling all_inventory to load vars for managed_node2 6591 1726773127.78922: Calling groups_inventory to load vars for managed_node2 6591 1726773127.78924: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773127.78930: Calling all_plugins_play to load vars for managed_node2 6591 1726773127.78932: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773127.78934: Calling groups_plugins_play to load vars for managed_node2 6591 1726773127.79040: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773127.79171: done with get_vars() 6591 1726773127.79181: 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:12:07 -0400 (0:00:00.452) 0:01:45.263 **** 6591 1726773127.79249: entering _queue_task() for managed_node2/file 6591 1726773127.79429: worker is 1 (out of 1 available) 6591 1726773127.79444: exiting _queue_task() for managed_node2/file 6591 1726773127.79456: done queuing things up, now waiting for results queue to drain 6591 1726773127.79458: waiting for pending results... 6591 1726773127.79642: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6591 1726773127.79724: in run() - task 1239c35c-e2e1-152b-fb99-000000000edd 6591 1726773127.79737: variable 'ansible_search_path' from source: unknown 6591 1726773127.79740: variable 'ansible_search_path' from source: unknown 6591 1726773127.79768: calling self._execute() 6591 1726773127.79837: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773127.79840: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773127.79850: variable 'omit' from source: magic vars 6591 1726773127.79935: variable 'omit' from source: magic vars 6591 1726773127.79974: variable 'omit' from source: magic vars 6591 1726773127.79995: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773127.80214: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773127.80289: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773127.80295: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773127.80329: variable 'omit' from source: magic vars 6591 1726773127.80362: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773127.80389: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773127.80405: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773127.80419: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773127.80428: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773127.80452: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773127.80455: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773127.80458: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773127.80528: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773127.80531: Set connection var ansible_connection to ssh 6591 1726773127.80538: Set connection var ansible_timeout to 10 6591 1726773127.80543: Set connection var ansible_pipelining to False 6591 1726773127.80549: Set connection var ansible_shell_executable to /bin/sh 6591 1726773127.80552: Set connection var ansible_shell_type to sh 6591 1726773127.80568: variable 'ansible_shell_executable' from source: unknown 6591 1726773127.80571: variable 'ansible_connection' from source: unknown 6591 1726773127.80573: variable 'ansible_module_compression' from source: unknown 6591 1726773127.80576: variable 'ansible_shell_type' from source: unknown 6591 1726773127.80581: variable 'ansible_shell_executable' from source: unknown 6591 1726773127.80583: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773127.80585: variable 'ansible_pipelining' from source: unknown 6591 1726773127.80587: variable 'ansible_timeout' from source: unknown 6591 1726773127.80590: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773127.80732: 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) 6591 1726773127.80740: variable 'omit' from source: magic vars 6591 1726773127.80746: starting attempt loop 6591 1726773127.80749: running the handler 6591 1726773127.80762: _low_level_execute_command(): starting 6591 1726773127.80768: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773127.81261: 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 <<< 6591 1726773127.81277: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.81290: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773127.81305: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773127.81322: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.81362: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773127.81374: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773127.81442: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773127.82989: stdout chunk (state=3): >>>/root <<< 6591 1726773127.83087: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773127.83136: stderr chunk (state=3): >>><<< 6591 1726773127.83139: stdout chunk (state=3): >>><<< 6591 1726773127.83159: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773127.83171: _low_level_execute_command(): starting 6591 1726773127.83179: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773127.8315845-9911-115459425081391 `" && echo ansible-tmp-1726773127.8315845-9911-115459425081391="` echo /root/.ansible/tmp/ansible-tmp-1726773127.8315845-9911-115459425081391 `" ) && sleep 0' 6591 1726773127.83652: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6591 1726773127.83667: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773127.83685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773127.83706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.83753: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773127.83767: stderr chunk (state=3): >>>debug2: match not found <<< 6591 1726773127.83784: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.83802: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6591 1726773127.83822: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address <<< 6591 1726773127.83835: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6591 1726773127.83847: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773127.83861: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773127.83877: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.83893: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773127.83907: stderr chunk (state=3): >>>debug2: match found <<< 6591 1726773127.83922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.84001: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773127.84023: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773127.84039: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773127.84137: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773127.86066: stdout chunk (state=3): >>>ansible-tmp-1726773127.8315845-9911-115459425081391=/root/.ansible/tmp/ansible-tmp-1726773127.8315845-9911-115459425081391 <<< 6591 1726773127.86190: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773127.86229: stderr chunk (state=3): >>><<< 6591 1726773127.86232: stdout chunk (state=3): >>><<< 6591 1726773127.86245: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773127.8315845-9911-115459425081391=/root/.ansible/tmp/ansible-tmp-1726773127.8315845-9911-115459425081391 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773127.86279: variable 'ansible_module_compression' from source: unknown 6591 1726773127.86325: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6591 1726773127.86359: variable 'ansible_facts' from source: unknown 6591 1726773127.86419: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773127.8315845-9911-115459425081391/AnsiballZ_file.py 6591 1726773127.86541: Sending initial data 6591 1726773127.86551: Sent initial data (151 bytes) 6591 1726773127.87171: 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 <<< 6591 1726773127.87175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.87213: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.87216: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773127.87218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.87267: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773127.87271: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773127.87337: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773127.89015: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773127.89073: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773127.89134: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmph4el9bf4 /root/.ansible/tmp/ansible-tmp-1726773127.8315845-9911-115459425081391/AnsiballZ_file.py <<< 6591 1726773127.89188: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773127.90087: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773127.90171: stderr chunk (state=3): >>><<< 6591 1726773127.90175: stdout chunk (state=3): >>><<< 6591 1726773127.90192: done transferring module to remote 6591 1726773127.90200: _low_level_execute_command(): starting 6591 1726773127.90207: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773127.8315845-9911-115459425081391/ /root/.ansible/tmp/ansible-tmp-1726773127.8315845-9911-115459425081391/AnsiballZ_file.py && sleep 0' 6591 1726773127.90608: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773127.90611: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.90642: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.90645: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773127.90651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.90695: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773127.90711: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773127.90772: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773127.92451: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773127.92494: stderr chunk (state=3): >>><<< 6591 1726773127.92498: stdout chunk (state=3): >>><<< 6591 1726773127.92511: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773127.92514: _low_level_execute_command(): starting 6591 1726773127.92518: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773127.8315845-9911-115459425081391/AnsiballZ_file.py && sleep 0' 6591 1726773127.92913: 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 <<< 6591 1726773127.92925: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.92937: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773127.92948: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773127.92958: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773127.93002: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773127.93023: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773127.93087: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773128.07453: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings"}, "after": {"path": "/etc/tuned/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773128.08459: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773128.08516: stderr chunk (state=3): >>><<< 6591 1726773128.08519: stdout chunk (state=3): >>><<< 6591 1726773128.08536: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings"}, "after": {"path": "/etc/tuned/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773128.08569: 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-1726773127.8315845-9911-115459425081391/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773128.08577: _low_level_execute_command(): starting 6591 1726773128.08582: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773127.8315845-9911-115459425081391/ > /dev/null 2>&1 && sleep 0' 6591 1726773128.09032: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773128.09044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773128.09063: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773128.09076: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773128.09086: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.09131: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773128.09144: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773128.09212: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773128.10990: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773128.11037: stderr chunk (state=3): >>><<< 6591 1726773128.11040: stdout chunk (state=3): >>><<< 6591 1726773128.11054: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773128.11060: handler run complete 6591 1726773128.11082: attempt loop complete, returning result 6591 1726773128.11085: _execute() done 6591 1726773128.11087: dumping result to json 6591 1726773128.11090: done dumping result, returning 6591 1726773128.11098: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [1239c35c-e2e1-152b-fb99-000000000edd] 6591 1726773128.11105: sending task result for task 1239c35c-e2e1-152b-fb99-000000000edd 6591 1726773128.11216: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000edd 6591 1726773128.11220: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "state": "directory", "uid": 0 } 6591 1726773128.11309: no more pending results, returning what we have 6591 1726773128.11312: results queue empty 6591 1726773128.11313: checking for any_errors_fatal 6591 1726773128.11334: done checking for any_errors_fatal 6591 1726773128.11334: checking for max_fail_percentage 6591 1726773128.11336: done checking for max_fail_percentage 6591 1726773128.11337: checking to see if all hosts have failed and the running result is not ok 6591 1726773128.11337: done checking to see if all hosts have failed 6591 1726773128.11338: getting the remaining hosts for this loop 6591 1726773128.11339: done getting the remaining hosts for this loop 6591 1726773128.11343: getting the next task for host managed_node2 6591 1726773128.11349: done getting next task for host managed_node2 6591 1726773128.11352: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6591 1726773128.11355: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773128.11366: getting variables 6591 1726773128.11367: in VariableManager get_vars() 6591 1726773128.11400: Calling all_inventory to load vars for managed_node2 6591 1726773128.11402: Calling groups_inventory to load vars for managed_node2 6591 1726773128.11406: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773128.11413: Calling all_plugins_play to load vars for managed_node2 6591 1726773128.11415: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773128.11417: Calling groups_plugins_play to load vars for managed_node2 6591 1726773128.11525: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773128.11655: done with get_vars() 6591 1726773128.11663: 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:12:08 -0400 (0:00:00.324) 0:01:45.588 **** 6591 1726773128.11734: entering _queue_task() for managed_node2/slurp 6591 1726773128.11917: worker is 1 (out of 1 available) 6591 1726773128.11932: exiting _queue_task() for managed_node2/slurp 6591 1726773128.11945: done queuing things up, now waiting for results queue to drain 6591 1726773128.11946: waiting for pending results... 6591 1726773128.12121: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6591 1726773128.12198: in run() - task 1239c35c-e2e1-152b-fb99-000000000ede 6591 1726773128.12212: variable 'ansible_search_path' from source: unknown 6591 1726773128.12216: variable 'ansible_search_path' from source: unknown 6591 1726773128.12243: calling self._execute() 6591 1726773128.12315: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773128.12319: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773128.12329: variable 'omit' from source: magic vars 6591 1726773128.12405: variable 'omit' from source: magic vars 6591 1726773128.12443: variable 'omit' from source: magic vars 6591 1726773128.12464: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773128.12684: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773128.12745: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773128.12771: variable 'omit' from source: magic vars 6591 1726773128.12805: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773128.12831: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773128.12847: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773128.12860: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773128.12870: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773128.12893: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773128.12897: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773128.12899: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773128.12967: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773128.12971: Set connection var ansible_connection to ssh 6591 1726773128.12981: Set connection var ansible_timeout to 10 6591 1726773128.12983: Set connection var ansible_pipelining to False 6591 1726773128.12988: Set connection var ansible_shell_executable to /bin/sh 6591 1726773128.12990: Set connection var ansible_shell_type to sh 6591 1726773128.13007: variable 'ansible_shell_executable' from source: unknown 6591 1726773128.13010: variable 'ansible_connection' from source: unknown 6591 1726773128.13013: variable 'ansible_module_compression' from source: unknown 6591 1726773128.13015: variable 'ansible_shell_type' from source: unknown 6591 1726773128.13017: variable 'ansible_shell_executable' from source: unknown 6591 1726773128.13019: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773128.13023: variable 'ansible_pipelining' from source: unknown 6591 1726773128.13026: variable 'ansible_timeout' from source: unknown 6591 1726773128.13030: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773128.13172: 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) 6591 1726773128.13181: variable 'omit' from source: magic vars 6591 1726773128.13190: starting attempt loop 6591 1726773128.13192: running the handler 6591 1726773128.13205: _low_level_execute_command(): starting 6591 1726773128.13212: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773128.13706: 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 <<< 6591 1726773128.13722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773128.13735: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.13748: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.13796: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773128.13816: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773128.13882: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773128.15456: stdout chunk (state=3): >>>/root <<< 6591 1726773128.15560: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773128.15606: stderr chunk (state=3): >>><<< 6591 1726773128.15609: stdout chunk (state=3): >>><<< 6591 1726773128.15627: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773128.15638: _low_level_execute_command(): starting 6591 1726773128.15643: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773128.1562712-9922-280165595979845 `" && echo ansible-tmp-1726773128.1562712-9922-280165595979845="` echo /root/.ansible/tmp/ansible-tmp-1726773128.1562712-9922-280165595979845 `" ) && sleep 0' 6591 1726773128.16055: 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 <<< 6591 1726773128.16068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773128.16083: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.16101: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.16145: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773128.16158: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773128.16226: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773128.18295: stdout chunk (state=3): >>>ansible-tmp-1726773128.1562712-9922-280165595979845=/root/.ansible/tmp/ansible-tmp-1726773128.1562712-9922-280165595979845 <<< 6591 1726773128.18418: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773128.18443: stderr chunk (state=3): >>><<< 6591 1726773128.18446: stdout chunk (state=3): >>><<< 6591 1726773128.18458: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773128.1562712-9922-280165595979845=/root/.ansible/tmp/ansible-tmp-1726773128.1562712-9922-280165595979845 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773128.18490: variable 'ansible_module_compression' from source: unknown 6591 1726773128.18524: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 6591 1726773128.18551: variable 'ansible_facts' from source: unknown 6591 1726773128.18611: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773128.1562712-9922-280165595979845/AnsiballZ_slurp.py 6591 1726773128.18792: Sending initial data 6591 1726773128.18801: Sent initial data (152 bytes) 6591 1726773128.19371: 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 <<< 6591 1726773128.19374: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773128.19410: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.19414: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773128.19417: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.19465: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773128.19469: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773128.19536: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773128.21231: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773128.21291: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773128.21355: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp43a_33id /root/.ansible/tmp/ansible-tmp-1726773128.1562712-9922-280165595979845/AnsiballZ_slurp.py <<< 6591 1726773128.21412: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773128.22264: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773128.22347: stderr chunk (state=3): >>><<< 6591 1726773128.22350: stdout chunk (state=3): >>><<< 6591 1726773128.22365: done transferring module to remote 6591 1726773128.22373: _low_level_execute_command(): starting 6591 1726773128.22376: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773128.1562712-9922-280165595979845/ /root/.ansible/tmp/ansible-tmp-1726773128.1562712-9922-280165595979845/AnsiballZ_slurp.py && sleep 0' 6591 1726773128.22779: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773128.22793: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773128.22813: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773128.22826: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.22875: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773128.22887: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773128.22951: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773128.24650: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773128.24692: stderr chunk (state=3): >>><<< 6591 1726773128.24699: stdout chunk (state=3): >>><<< 6591 1726773128.24710: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773128.24713: _low_level_execute_command(): starting 6591 1726773128.24717: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773128.1562712-9922-280165595979845/AnsiballZ_slurp.py && sleep 0' 6591 1726773128.25110: 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 <<< 6591 1726773128.25127: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773128.25139: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.25151: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.25201: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773128.25217: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773128.25287: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773128.38392: 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"}}} <<< 6591 1726773128.39326: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773128.39374: stderr chunk (state=3): >>><<< 6591 1726773128.39377: stdout chunk (state=3): >>><<< 6591 1726773128.39393: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773128.39420: 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-1726773128.1562712-9922-280165595979845/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773128.39428: _low_level_execute_command(): starting 6591 1726773128.39433: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773128.1562712-9922-280165595979845/ > /dev/null 2>&1 && sleep 0' 6591 1726773128.39855: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773128.39867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773128.39888: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.39900: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.39954: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773128.39960: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773128.40034: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773128.41798: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773128.41841: stderr chunk (state=3): >>><<< 6591 1726773128.41844: stdout chunk (state=3): >>><<< 6591 1726773128.41856: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773128.41864: handler run complete 6591 1726773128.41878: attempt loop complete, returning result 6591 1726773128.41884: _execute() done 6591 1726773128.41886: dumping result to json 6591 1726773128.41891: done dumping result, returning 6591 1726773128.41899: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [1239c35c-e2e1-152b-fb99-000000000ede] 6591 1726773128.41905: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ede 6591 1726773128.41999: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ede 6591 1726773128.42002: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6591 1726773128.42070: no more pending results, returning what we have 6591 1726773128.42073: results queue empty 6591 1726773128.42074: checking for any_errors_fatal 6591 1726773128.42084: done checking for any_errors_fatal 6591 1726773128.42085: checking for max_fail_percentage 6591 1726773128.42086: done checking for max_fail_percentage 6591 1726773128.42087: checking to see if all hosts have failed and the running result is not ok 6591 1726773128.42088: done checking to see if all hosts have failed 6591 1726773128.42089: getting the remaining hosts for this loop 6591 1726773128.42090: done getting the remaining hosts for this loop 6591 1726773128.42094: getting the next task for host managed_node2 6591 1726773128.42101: done getting next task for host managed_node2 6591 1726773128.42106: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6591 1726773128.42110: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773128.42120: getting variables 6591 1726773128.42121: in VariableManager get_vars() 6591 1726773128.42155: Calling all_inventory to load vars for managed_node2 6591 1726773128.42158: Calling groups_inventory to load vars for managed_node2 6591 1726773128.42160: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773128.42168: Calling all_plugins_play to load vars for managed_node2 6591 1726773128.42171: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773128.42173: Calling groups_plugins_play to load vars for managed_node2 6591 1726773128.42293: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773128.42423: done with get_vars() 6591 1726773128.42431: done getting variables 6591 1726773128.42472: 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:12:08 -0400 (0:00:00.307) 0:01:45.895 **** 6591 1726773128.42496: entering _queue_task() for managed_node2/set_fact 6591 1726773128.42669: worker is 1 (out of 1 available) 6591 1726773128.42680: exiting _queue_task() for managed_node2/set_fact 6591 1726773128.42692: done queuing things up, now waiting for results queue to drain 6591 1726773128.42693: waiting for pending results... 6591 1726773128.42873: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6591 1726773128.42954: in run() - task 1239c35c-e2e1-152b-fb99-000000000edf 6591 1726773128.42965: variable 'ansible_search_path' from source: unknown 6591 1726773128.42968: variable 'ansible_search_path' from source: unknown 6591 1726773128.42999: calling self._execute() 6591 1726773128.43170: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773128.43174: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773128.43185: variable 'omit' from source: magic vars 6591 1726773128.43262: variable 'omit' from source: magic vars 6591 1726773128.43301: variable 'omit' from source: magic vars 6591 1726773128.43587: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773128.43595: variable '__cur_profile' from source: task vars 6591 1726773128.43698: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773128.45165: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773128.45221: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773128.45248: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773128.45273: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773128.45296: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773128.45353: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773128.45373: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773128.45394: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773128.45423: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773128.45434: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773128.45509: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6591 1726773128.45547: variable 'omit' from source: magic vars 6591 1726773128.45565: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773128.45588: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773128.45601: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773128.45616: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773128.45624: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773128.45646: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773128.45649: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773128.45652: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773128.45719: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773128.45722: Set connection var ansible_connection to ssh 6591 1726773128.45729: Set connection var ansible_timeout to 10 6591 1726773128.45734: Set connection var ansible_pipelining to False 6591 1726773128.45740: Set connection var ansible_shell_executable to /bin/sh 6591 1726773128.45743: Set connection var ansible_shell_type to sh 6591 1726773128.45758: variable 'ansible_shell_executable' from source: unknown 6591 1726773128.45761: variable 'ansible_connection' from source: unknown 6591 1726773128.45763: variable 'ansible_module_compression' from source: unknown 6591 1726773128.45765: variable 'ansible_shell_type' from source: unknown 6591 1726773128.45768: variable 'ansible_shell_executable' from source: unknown 6591 1726773128.45770: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773128.45774: variable 'ansible_pipelining' from source: unknown 6591 1726773128.45776: variable 'ansible_timeout' from source: unknown 6591 1726773128.45783: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773128.45856: 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) 6591 1726773128.45864: variable 'omit' from source: magic vars 6591 1726773128.45867: starting attempt loop 6591 1726773128.45870: running the handler 6591 1726773128.45879: handler run complete 6591 1726773128.45890: attempt loop complete, returning result 6591 1726773128.45892: _execute() done 6591 1726773128.45895: dumping result to json 6591 1726773128.45897: done dumping result, returning 6591 1726773128.45906: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [1239c35c-e2e1-152b-fb99-000000000edf] 6591 1726773128.45911: sending task result for task 1239c35c-e2e1-152b-fb99-000000000edf 6591 1726773128.45988: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000edf 6591 1726773128.45991: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 6591 1726773128.46150: no more pending results, returning what we have 6591 1726773128.46152: results queue empty 6591 1726773128.46153: checking for any_errors_fatal 6591 1726773128.46157: done checking for any_errors_fatal 6591 1726773128.46158: checking for max_fail_percentage 6591 1726773128.46159: done checking for max_fail_percentage 6591 1726773128.46160: checking to see if all hosts have failed and the running result is not ok 6591 1726773128.46161: done checking to see if all hosts have failed 6591 1726773128.46161: getting the remaining hosts for this loop 6591 1726773128.46163: done getting the remaining hosts for this loop 6591 1726773128.46165: getting the next task for host managed_node2 6591 1726773128.46171: done getting next task for host managed_node2 6591 1726773128.46174: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6591 1726773128.46178: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773128.46189: getting variables 6591 1726773128.46190: in VariableManager get_vars() 6591 1726773128.46210: Calling all_inventory to load vars for managed_node2 6591 1726773128.46212: Calling groups_inventory to load vars for managed_node2 6591 1726773128.46214: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773128.46220: Calling all_plugins_play to load vars for managed_node2 6591 1726773128.46221: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773128.46223: Calling groups_plugins_play to load vars for managed_node2 6591 1726773128.46317: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773128.46434: done with get_vars() 6591 1726773128.46441: done getting variables 6591 1726773128.46478: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:12:08 -0400 (0:00:00.040) 0:01:45.935 **** 6591 1726773128.46501: entering _queue_task() for managed_node2/copy 6591 1726773128.46664: worker is 1 (out of 1 available) 6591 1726773128.46677: exiting _queue_task() for managed_node2/copy 6591 1726773128.46687: done queuing things up, now waiting for results queue to drain 6591 1726773128.46688: waiting for pending results... 6591 1726773128.46861: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6591 1726773128.46933: in run() - task 1239c35c-e2e1-152b-fb99-000000000ee0 6591 1726773128.46945: variable 'ansible_search_path' from source: unknown 6591 1726773128.46948: variable 'ansible_search_path' from source: unknown 6591 1726773128.46975: calling self._execute() 6591 1726773128.47045: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773128.47049: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773128.47058: variable 'omit' from source: magic vars 6591 1726773128.47133: variable 'omit' from source: magic vars 6591 1726773128.47171: variable 'omit' from source: magic vars 6591 1726773128.47195: variable '__kernel_settings_active_profile' from source: set_fact 6591 1726773128.47404: variable '__kernel_settings_active_profile' from source: set_fact 6591 1726773128.47422: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773128.47474: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6591 1726773128.47530: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773128.47554: variable 'omit' from source: magic vars 6591 1726773128.47587: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773128.47613: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773128.47627: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773128.47640: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773128.47650: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773128.47672: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773128.47675: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773128.47679: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773128.47747: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773128.47750: Set connection var ansible_connection to ssh 6591 1726773128.47758: Set connection var ansible_timeout to 10 6591 1726773128.47762: Set connection var ansible_pipelining to False 6591 1726773128.47767: Set connection var ansible_shell_executable to /bin/sh 6591 1726773128.47770: Set connection var ansible_shell_type to sh 6591 1726773128.47789: variable 'ansible_shell_executable' from source: unknown 6591 1726773128.47792: variable 'ansible_connection' from source: unknown 6591 1726773128.47794: variable 'ansible_module_compression' from source: unknown 6591 1726773128.47796: variable 'ansible_shell_type' from source: unknown 6591 1726773128.47799: variable 'ansible_shell_executable' from source: unknown 6591 1726773128.47801: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773128.47806: variable 'ansible_pipelining' from source: unknown 6591 1726773128.47808: variable 'ansible_timeout' from source: unknown 6591 1726773128.47813: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773128.47907: 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) 6591 1726773128.47916: variable 'omit' from source: magic vars 6591 1726773128.47920: starting attempt loop 6591 1726773128.47923: running the handler 6591 1726773128.47932: _low_level_execute_command(): starting 6591 1726773128.47938: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773128.48425: 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 <<< 6591 1726773128.48444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773128.48456: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.48469: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.48520: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773128.48525: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773128.48537: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773128.48613: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773128.50239: stdout chunk (state=3): >>>/root <<< 6591 1726773128.50341: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773128.50390: stderr chunk (state=3): >>><<< 6591 1726773128.50393: stdout chunk (state=3): >>><<< 6591 1726773128.50414: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773128.50424: _low_level_execute_command(): starting 6591 1726773128.50429: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773128.5041344-9931-167493283429039 `" && echo ansible-tmp-1726773128.5041344-9931-167493283429039="` echo /root/.ansible/tmp/ansible-tmp-1726773128.5041344-9931-167493283429039 `" ) && sleep 0' 6591 1726773128.50863: 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 <<< 6591 1726773128.50872: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773128.50885: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.50906: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773128.50909: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.50958: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773128.50962: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773128.51034: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773128.52996: stdout chunk (state=3): >>>ansible-tmp-1726773128.5041344-9931-167493283429039=/root/.ansible/tmp/ansible-tmp-1726773128.5041344-9931-167493283429039 <<< 6591 1726773128.53111: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773128.53154: stderr chunk (state=3): >>><<< 6591 1726773128.53157: stdout chunk (state=3): >>><<< 6591 1726773128.53172: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773128.5041344-9931-167493283429039=/root/.ansible/tmp/ansible-tmp-1726773128.5041344-9931-167493283429039 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773128.53254: variable 'ansible_module_compression' from source: unknown 6591 1726773128.53295: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773128.53323: variable 'ansible_facts' from source: unknown 6591 1726773128.53389: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773128.5041344-9931-167493283429039/AnsiballZ_stat.py 6591 1726773128.53473: Sending initial data 6591 1726773128.53486: Sent initial data (151 bytes) 6591 1726773128.54157: 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 <<< 6591 1726773128.54171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773128.54186: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.54240: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773128.54247: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773128.54309: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773128.56000: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773128.56056: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773128.56116: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp3uhc077d /root/.ansible/tmp/ansible-tmp-1726773128.5041344-9931-167493283429039/AnsiballZ_stat.py <<< 6591 1726773128.56174: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773128.57033: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773128.57116: stderr chunk (state=3): >>><<< 6591 1726773128.57119: stdout chunk (state=3): >>><<< 6591 1726773128.57133: done transferring module to remote 6591 1726773128.57140: _low_level_execute_command(): starting 6591 1726773128.57146: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773128.5041344-9931-167493283429039/ /root/.ansible/tmp/ansible-tmp-1726773128.5041344-9931-167493283429039/AnsiballZ_stat.py && sleep 0' 6591 1726773128.57553: 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 <<< 6591 1726773128.57556: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773128.57589: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.57592: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773128.57594: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.57638: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773128.57656: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773128.57715: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773128.59397: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773128.59440: stderr chunk (state=3): >>><<< 6591 1726773128.59443: stdout chunk (state=3): >>><<< 6591 1726773128.59454: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773128.59457: _low_level_execute_command(): starting 6591 1726773128.59461: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773128.5041344-9931-167493283429039/AnsiballZ_stat.py && sleep 0' 6591 1726773128.59852: 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 <<< 6591 1726773128.59866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773128.59878: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.59889: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773128.59899: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.59943: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773128.59956: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773128.60029: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773128.74602: 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": 102760579, "dev": 51713, "nlink": 1, "atime": 1726773128.3812387, "mtime": 1726773122.0022674, "ctime": 1726773122.0022674, "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": "256433983", "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}}} <<< 6591 1726773128.75782: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773128.75831: stderr chunk (state=3): >>><<< 6591 1726773128.75835: stdout chunk (state=3): >>><<< 6591 1726773128.75849: _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": 102760579, "dev": 51713, "nlink": 1, "atime": 1726773128.3812387, "mtime": 1726773122.0022674, "ctime": 1726773122.0022674, "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": "256433983", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773128.75895: 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-1726773128.5041344-9931-167493283429039/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773128.75930: variable 'ansible_module_compression' from source: unknown 6591 1726773128.75966: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6591 1726773128.75988: variable 'ansible_facts' from source: unknown 6591 1726773128.76034: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773128.5041344-9931-167493283429039/AnsiballZ_file.py 6591 1726773128.76131: Sending initial data 6591 1726773128.76140: Sent initial data (151 bytes) 6591 1726773128.76780: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773128.76784: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773128.76822: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.76825: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773128.76828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.76877: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773128.76880: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773128.76954: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773128.78736: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773128.78796: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773128.78858: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmprfpg6xuy /root/.ansible/tmp/ansible-tmp-1726773128.5041344-9931-167493283429039/AnsiballZ_file.py <<< 6591 1726773128.78916: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773128.79815: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773128.79898: stderr chunk (state=3): >>><<< 6591 1726773128.79902: stdout chunk (state=3): >>><<< 6591 1726773128.79918: done transferring module to remote 6591 1726773128.79924: _low_level_execute_command(): starting 6591 1726773128.79929: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773128.5041344-9931-167493283429039/ /root/.ansible/tmp/ansible-tmp-1726773128.5041344-9931-167493283429039/AnsiballZ_file.py && sleep 0' 6591 1726773128.80339: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773128.80343: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773128.80375: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.80383: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773128.80385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.80429: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773128.80441: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773128.80506: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773128.82214: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773128.82255: stderr chunk (state=3): >>><<< 6591 1726773128.82259: stdout chunk (state=3): >>><<< 6591 1726773128.82270: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773128.82273: _low_level_execute_command(): starting 6591 1726773128.82280: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773128.5041344-9931-167493283429039/AnsiballZ_file.py && sleep 0' 6591 1726773128.82697: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773128.82700: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773128.82731: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.82734: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773128.82736: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.82783: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773128.82790: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773128.82873: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773128.96957: stdout chunk (state=3): >>> {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": ".r_bk6nd3", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773128.97952: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773128.98007: stderr chunk (state=3): >>><<< 6591 1726773128.98010: stdout chunk (state=3): >>><<< 6591 1726773128.98028: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": ".r_bk6nd3", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773128.98054: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.r_bk6nd3', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773128.5041344-9931-167493283429039/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773128.98063: _low_level_execute_command(): starting 6591 1726773128.98068: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773128.5041344-9931-167493283429039/ > /dev/null 2>&1 && sleep 0' 6591 1726773128.98524: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773128.98530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773128.98563: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.98580: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773128.98584: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773128.98643: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773128.98646: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773128.98650: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773128.98713: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.00470: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773129.00517: stderr chunk (state=3): >>><<< 6591 1726773129.00520: stdout chunk (state=3): >>><<< 6591 1726773129.00532: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773129.00539: handler run complete 6591 1726773129.00559: attempt loop complete, returning result 6591 1726773129.00562: _execute() done 6591 1726773129.00565: dumping result to json 6591 1726773129.00569: done dumping result, returning 6591 1726773129.00578: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [1239c35c-e2e1-152b-fb99-000000000ee0] 6591 1726773129.00586: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee0 6591 1726773129.00695: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee0 6591 1726773129.00698: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/active_profile", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "state": "file", "uid": 0 } 6591 1726773129.00799: no more pending results, returning what we have 6591 1726773129.00804: results queue empty 6591 1726773129.00805: checking for any_errors_fatal 6591 1726773129.00811: done checking for any_errors_fatal 6591 1726773129.00812: checking for max_fail_percentage 6591 1726773129.00813: done checking for max_fail_percentage 6591 1726773129.00814: checking to see if all hosts have failed and the running result is not ok 6591 1726773129.00815: done checking to see if all hosts have failed 6591 1726773129.00816: getting the remaining hosts for this loop 6591 1726773129.00817: done getting the remaining hosts for this loop 6591 1726773129.00820: getting the next task for host managed_node2 6591 1726773129.00828: done getting next task for host managed_node2 6591 1726773129.00831: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6591 1726773129.00835: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773129.00845: getting variables 6591 1726773129.00846: in VariableManager get_vars() 6591 1726773129.00882: Calling all_inventory to load vars for managed_node2 6591 1726773129.00885: Calling groups_inventory to load vars for managed_node2 6591 1726773129.00888: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773129.00896: Calling all_plugins_play to load vars for managed_node2 6591 1726773129.00898: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773129.00899: Calling groups_plugins_play to load vars for managed_node2 6591 1726773129.01014: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773129.01168: done with get_vars() 6591 1726773129.01176: done getting variables 6591 1726773129.01221: 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:12:09 -0400 (0:00:00.547) 0:01:46.483 **** 6591 1726773129.01246: entering _queue_task() for managed_node2/copy 6591 1726773129.01431: worker is 1 (out of 1 available) 6591 1726773129.01444: exiting _queue_task() for managed_node2/copy 6591 1726773129.01456: done queuing things up, now waiting for results queue to drain 6591 1726773129.01457: waiting for pending results... 6591 1726773129.01638: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6591 1726773129.01725: in run() - task 1239c35c-e2e1-152b-fb99-000000000ee1 6591 1726773129.01737: variable 'ansible_search_path' from source: unknown 6591 1726773129.01740: variable 'ansible_search_path' from source: unknown 6591 1726773129.01769: calling self._execute() 6591 1726773129.01838: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773129.01842: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773129.01851: variable 'omit' from source: magic vars 6591 1726773129.01929: variable 'omit' from source: magic vars 6591 1726773129.01966: variable 'omit' from source: magic vars 6591 1726773129.01990: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6591 1726773129.02208: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6591 1726773129.02268: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6591 1726773129.02296: variable 'omit' from source: magic vars 6591 1726773129.02329: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773129.02357: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773129.02372: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773129.02386: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773129.02396: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773129.02419: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773129.02423: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773129.02425: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773129.02493: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773129.02497: Set connection var ansible_connection to ssh 6591 1726773129.02507: Set connection var ansible_timeout to 10 6591 1726773129.02509: Set connection var ansible_pipelining to False 6591 1726773129.02515: Set connection var ansible_shell_executable to /bin/sh 6591 1726773129.02518: Set connection var ansible_shell_type to sh 6591 1726773129.02536: variable 'ansible_shell_executable' from source: unknown 6591 1726773129.02539: variable 'ansible_connection' from source: unknown 6591 1726773129.02542: variable 'ansible_module_compression' from source: unknown 6591 1726773129.02544: variable 'ansible_shell_type' from source: unknown 6591 1726773129.02546: variable 'ansible_shell_executable' from source: unknown 6591 1726773129.02550: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773129.02552: variable 'ansible_pipelining' from source: unknown 6591 1726773129.02555: variable 'ansible_timeout' from source: unknown 6591 1726773129.02557: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773129.02654: 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) 6591 1726773129.02663: variable 'omit' from source: magic vars 6591 1726773129.02668: starting attempt loop 6591 1726773129.02671: running the handler 6591 1726773129.02682: _low_level_execute_command(): starting 6591 1726773129.02689: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773129.03192: 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 <<< 6591 1726773129.03202: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.03236: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.03250: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.03308: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773129.03315: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.03388: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.04931: stdout chunk (state=3): >>>/root <<< 6591 1726773129.05031: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773129.05077: stderr chunk (state=3): >>><<< 6591 1726773129.05081: stdout chunk (state=3): >>><<< 6591 1726773129.05101: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773129.05114: _low_level_execute_command(): starting 6591 1726773129.05120: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773129.0510097-9946-59472009480618 `" && echo ansible-tmp-1726773129.0510097-9946-59472009480618="` echo /root/.ansible/tmp/ansible-tmp-1726773129.0510097-9946-59472009480618 `" ) && sleep 0' 6591 1726773129.05540: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773129.05553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.05569: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773129.05595: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.05638: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773129.05650: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.05719: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.07628: stdout chunk (state=3): >>>ansible-tmp-1726773129.0510097-9946-59472009480618=/root/.ansible/tmp/ansible-tmp-1726773129.0510097-9946-59472009480618 <<< 6591 1726773129.07739: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773129.07782: stderr chunk (state=3): >>><<< 6591 1726773129.07785: stdout chunk (state=3): >>><<< 6591 1726773129.07796: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773129.0510097-9946-59472009480618=/root/.ansible/tmp/ansible-tmp-1726773129.0510097-9946-59472009480618 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773129.07867: variable 'ansible_module_compression' from source: unknown 6591 1726773129.07913: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773129.07944: variable 'ansible_facts' from source: unknown 6591 1726773129.08006: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773129.0510097-9946-59472009480618/AnsiballZ_stat.py 6591 1726773129.08091: Sending initial data 6591 1726773129.08100: Sent initial data (150 bytes) 6591 1726773129.08717: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773129.08723: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.08768: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.08773: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773129.08775: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.08829: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773129.08832: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.08897: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.10577: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773129.10634: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773129.10695: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp0eec9r7a /root/.ansible/tmp/ansible-tmp-1726773129.0510097-9946-59472009480618/AnsiballZ_stat.py <<< 6591 1726773129.10753: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773129.11606: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773129.11691: stderr chunk (state=3): >>><<< 6591 1726773129.11694: stdout chunk (state=3): >>><<< 6591 1726773129.11710: done transferring module to remote 6591 1726773129.11719: _low_level_execute_command(): starting 6591 1726773129.11724: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773129.0510097-9946-59472009480618/ /root/.ansible/tmp/ansible-tmp-1726773129.0510097-9946-59472009480618/AnsiballZ_stat.py && sleep 0' 6591 1726773129.12135: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773129.12138: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.12170: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.12173: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773129.12182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.12225: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773129.12237: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.12300: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.13979: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773129.14028: stderr chunk (state=3): >>><<< 6591 1726773129.14031: stdout chunk (state=3): >>><<< 6591 1726773129.14043: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773129.14046: _low_level_execute_command(): starting 6591 1726773129.14050: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773129.0510097-9946-59472009480618/AnsiballZ_stat.py && sleep 0' 6591 1726773129.14448: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773129.14461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.14477: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773129.14490: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773129.14500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.14544: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773129.14556: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.14628: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.28913: 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": 109052162, "dev": 51713, "nlink": 1, "atime": 1726773120.281275, "mtime": 1726773122.0022674, "ctime": 1726773122.0022674, "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": "1495207885", "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}}} <<< 6591 1726773129.30107: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773129.30158: stderr chunk (state=3): >>><<< 6591 1726773129.30161: stdout chunk (state=3): >>><<< 6591 1726773129.30178: _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": 109052162, "dev": 51713, "nlink": 1, "atime": 1726773120.281275, "mtime": 1726773122.0022674, "ctime": 1726773122.0022674, "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": "1495207885", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773129.30229: 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-1726773129.0510097-9946-59472009480618/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773129.30261: variable 'ansible_module_compression' from source: unknown 6591 1726773129.30298: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6591 1726773129.30319: variable 'ansible_facts' from source: unknown 6591 1726773129.30364: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773129.0510097-9946-59472009480618/AnsiballZ_file.py 6591 1726773129.30461: Sending initial data 6591 1726773129.30471: Sent initial data (150 bytes) 6591 1726773129.31120: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773129.31124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.31163: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773129.31167: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773129.31169: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773129.31171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.31223: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773129.31226: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.31297: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.33071: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 <<< 6591 1726773129.33075: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773129.33131: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773129.33191: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpdir_09g3 /root/.ansible/tmp/ansible-tmp-1726773129.0510097-9946-59472009480618/AnsiballZ_file.py <<< 6591 1726773129.33256: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773129.34135: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773129.34219: stderr chunk (state=3): >>><<< 6591 1726773129.34222: stdout chunk (state=3): >>><<< 6591 1726773129.34236: done transferring module to remote 6591 1726773129.34243: _low_level_execute_command(): starting 6591 1726773129.34247: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773129.0510097-9946-59472009480618/ /root/.ansible/tmp/ansible-tmp-1726773129.0510097-9946-59472009480618/AnsiballZ_file.py && sleep 0' 6591 1726773129.34664: 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 <<< 6591 1726773129.34667: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.34705: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.34708: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration <<< 6591 1726773129.34710: 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 <<< 6591 1726773129.34712: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.34764: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773129.34767: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.34831: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.36562: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773129.36602: stderr chunk (state=3): >>><<< 6591 1726773129.36607: stdout chunk (state=3): >>><<< 6591 1726773129.36619: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773129.36622: _low_level_execute_command(): starting 6591 1726773129.36626: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773129.0510097-9946-59472009480618/AnsiballZ_file.py && sleep 0' 6591 1726773129.37030: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773129.37034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.37065: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.37068: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773129.37070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.37126: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773129.37129: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.37201: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.51258: stdout chunk (state=3): >>> {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".ekxarv4i", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6591 1726773129.52235: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773129.52284: stderr chunk (state=3): >>><<< 6591 1726773129.52288: stdout chunk (state=3): >>><<< 6591 1726773129.52306: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".ekxarv4i", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773129.52331: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.ekxarv4i', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773129.0510097-9946-59472009480618/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773129.52340: _low_level_execute_command(): starting 6591 1726773129.52346: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773129.0510097-9946-59472009480618/ > /dev/null 2>&1 && sleep 0' 6591 1726773129.52782: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773129.52797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.52812: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.52824: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773129.52833: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.52874: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773129.52894: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.52952: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.54738: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773129.54783: stderr chunk (state=3): >>><<< 6591 1726773129.54787: stdout chunk (state=3): >>><<< 6591 1726773129.54797: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773129.54807: handler run complete 6591 1726773129.54828: attempt loop complete, returning result 6591 1726773129.54831: _execute() done 6591 1726773129.54834: dumping result to json 6591 1726773129.54839: done dumping result, returning 6591 1726773129.54847: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [1239c35c-e2e1-152b-fb99-000000000ee1] 6591 1726773129.54853: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee1 6591 1726773129.54953: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee1 6591 1726773129.54956: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/profile_mode", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "state": "file", "uid": 0 } 6591 1726773129.55057: no more pending results, returning what we have 6591 1726773129.55060: results queue empty 6591 1726773129.55061: checking for any_errors_fatal 6591 1726773129.55068: done checking for any_errors_fatal 6591 1726773129.55068: checking for max_fail_percentage 6591 1726773129.55070: done checking for max_fail_percentage 6591 1726773129.55071: checking to see if all hosts have failed and the running result is not ok 6591 1726773129.55071: done checking to see if all hosts have failed 6591 1726773129.55072: getting the remaining hosts for this loop 6591 1726773129.55073: done getting the remaining hosts for this loop 6591 1726773129.55077: getting the next task for host managed_node2 6591 1726773129.55084: done getting next task for host managed_node2 6591 1726773129.55087: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 6591 1726773129.55091: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773129.55101: getting variables 6591 1726773129.55102: in VariableManager get_vars() 6591 1726773129.55139: Calling all_inventory to load vars for managed_node2 6591 1726773129.55142: Calling groups_inventory to load vars for managed_node2 6591 1726773129.55145: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773129.55153: Calling all_plugins_play to load vars for managed_node2 6591 1726773129.55156: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773129.55158: Calling groups_plugins_play to load vars for managed_node2 6591 1726773129.55270: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773129.55401: done with get_vars() 6591 1726773129.55412: 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:12:09 -0400 (0:00:00.542) 0:01:47.025 **** 6591 1726773129.55470: entering _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773129.55651: worker is 1 (out of 1 available) 6591 1726773129.55665: exiting _queue_task() for managed_node2/fedora.linux_system_roles.kernel_settings_get_config 6591 1726773129.55678: done queuing things up, now waiting for results queue to drain 6591 1726773129.55679: waiting for pending results... 6591 1726773129.55858: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config 6591 1726773129.55943: in run() - task 1239c35c-e2e1-152b-fb99-000000000ee2 6591 1726773129.55954: variable 'ansible_search_path' from source: unknown 6591 1726773129.55958: variable 'ansible_search_path' from source: unknown 6591 1726773129.55989: calling self._execute() 6591 1726773129.56060: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773129.56063: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773129.56073: variable 'omit' from source: magic vars 6591 1726773129.56152: variable 'omit' from source: magic vars 6591 1726773129.56195: variable 'omit' from source: magic vars 6591 1726773129.56219: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773129.56443: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773129.56504: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773129.56569: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773129.56576: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773129.56672: variable 'omit' from source: magic vars 6591 1726773129.56707: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773129.56734: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773129.56750: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773129.56763: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773129.56776: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773129.56801: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773129.56807: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773129.56809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773129.56875: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773129.56881: Set connection var ansible_connection to ssh 6591 1726773129.56888: Set connection var ansible_timeout to 10 6591 1726773129.56894: Set connection var ansible_pipelining to False 6591 1726773129.56898: Set connection var ansible_shell_executable to /bin/sh 6591 1726773129.56901: Set connection var ansible_shell_type to sh 6591 1726773129.56919: variable 'ansible_shell_executable' from source: unknown 6591 1726773129.56921: variable 'ansible_connection' from source: unknown 6591 1726773129.56924: variable 'ansible_module_compression' from source: unknown 6591 1726773129.56926: variable 'ansible_shell_type' from source: unknown 6591 1726773129.56928: variable 'ansible_shell_executable' from source: unknown 6591 1726773129.56930: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773129.56935: variable 'ansible_pipelining' from source: unknown 6591 1726773129.56937: variable 'ansible_timeout' from source: unknown 6591 1726773129.56941: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773129.57071: 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) 6591 1726773129.57082: variable 'omit' from source: magic vars 6591 1726773129.57085: starting attempt loop 6591 1726773129.57087: running the handler 6591 1726773129.57097: _low_level_execute_command(): starting 6591 1726773129.57105: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773129.57600: 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 <<< 6591 1726773129.57618: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.57630: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.57644: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.57656: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.57696: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773129.57711: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.57785: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.59354: stdout chunk (state=3): >>>/root <<< 6591 1726773129.59455: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773129.59505: stderr chunk (state=3): >>><<< 6591 1726773129.59509: stdout chunk (state=3): >>><<< 6591 1726773129.59527: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773129.59537: _low_level_execute_command(): starting 6591 1726773129.59543: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773129.5952623-9958-484644096644 `" && echo ansible-tmp-1726773129.5952623-9958-484644096644="` echo /root/.ansible/tmp/ansible-tmp-1726773129.5952623-9958-484644096644 `" ) && sleep 0' 6591 1726773129.59963: 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 <<< 6591 1726773129.59976: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.59995: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773129.60012: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773129.60022: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.60064: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773129.60080: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.60141: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.62092: stdout chunk (state=3): >>>ansible-tmp-1726773129.5952623-9958-484644096644=/root/.ansible/tmp/ansible-tmp-1726773129.5952623-9958-484644096644 <<< 6591 1726773129.62205: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773129.62246: stderr chunk (state=3): >>><<< 6591 1726773129.62250: stdout chunk (state=3): >>><<< 6591 1726773129.62268: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773129.5952623-9958-484644096644=/root/.ansible/tmp/ansible-tmp-1726773129.5952623-9958-484644096644 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773129.62305: variable 'ansible_module_compression' from source: unknown 6591 1726773129.62336: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6591 1726773129.62368: variable 'ansible_facts' from source: unknown 6591 1726773129.62429: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773129.5952623-9958-484644096644/AnsiballZ_kernel_settings_get_config.py 6591 1726773129.62530: Sending initial data 6591 1726773129.62540: Sent initial data (170 bytes) 6591 1726773129.63172: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773129.63175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.63211: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.63215: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773129.63217: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.63272: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773129.63280: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773129.63282: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.63338: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.65105: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773129.65164: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773129.65224: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpirnjeahb /root/.ansible/tmp/ansible-tmp-1726773129.5952623-9958-484644096644/AnsiballZ_kernel_settings_get_config.py <<< 6591 1726773129.65286: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773129.66148: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773129.66231: stderr chunk (state=3): >>><<< 6591 1726773129.66235: stdout chunk (state=3): >>><<< 6591 1726773129.66252: done transferring module to remote 6591 1726773129.66261: _low_level_execute_command(): starting 6591 1726773129.66265: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773129.5952623-9958-484644096644/ /root/.ansible/tmp/ansible-tmp-1726773129.5952623-9958-484644096644/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773129.66681: 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 <<< 6591 1726773129.66684: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.66705: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.66718: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.66764: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773129.66780: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.66846: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.68587: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773129.68632: stderr chunk (state=3): >>><<< 6591 1726773129.68635: stdout chunk (state=3): >>><<< 6591 1726773129.68647: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773129.68651: _low_level_execute_command(): starting 6591 1726773129.68655: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773129.5952623-9958-484644096644/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6591 1726773129.69057: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773129.69069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.69087: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773129.69100: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773129.69113: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.69157: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773129.69171: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.69237: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.83039: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "vm": {"transparent_hugepages": "never"}}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} <<< 6591 1726773129.84045: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773129.84106: stderr chunk (state=3): >>><<< 6591 1726773129.84110: stdout chunk (state=3): >>><<< 6591 1726773129.84124: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}, "vm": {"transparent_hugepages": "never"}}, "invocation": {"module_args": {"path": "/etc/tuned/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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773129.84148: 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-1726773129.5952623-9958-484644096644/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773129.84156: _low_level_execute_command(): starting 6591 1726773129.84161: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773129.5952623-9958-484644096644/ > /dev/null 2>&1 && sleep 0' 6591 1726773129.84617: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773129.84621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.84656: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.84668: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.84719: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773129.84736: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.84801: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.86571: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773129.86615: stderr chunk (state=3): >>><<< 6591 1726773129.86618: stdout chunk (state=3): >>><<< 6591 1726773129.86632: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773129.86637: handler run complete 6591 1726773129.86652: attempt loop complete, returning result 6591 1726773129.86655: _execute() done 6591 1726773129.86657: dumping result to json 6591 1726773129.86660: done dumping result, returning 6591 1726773129.86669: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get current config [1239c35c-e2e1-152b-fb99-000000000ee2] 6591 1726773129.86674: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee2 6591 1726773129.86776: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee2 6591 1726773129.86780: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "vm": { "transparent_hugepages": "never" } } } 6591 1726773129.86873: no more pending results, returning what we have 6591 1726773129.86876: results queue empty 6591 1726773129.86877: checking for any_errors_fatal 6591 1726773129.86883: done checking for any_errors_fatal 6591 1726773129.86884: checking for max_fail_percentage 6591 1726773129.86886: done checking for max_fail_percentage 6591 1726773129.86887: checking to see if all hosts have failed and the running result is not ok 6591 1726773129.86887: done checking to see if all hosts have failed 6591 1726773129.86888: getting the remaining hosts for this loop 6591 1726773129.86889: done getting the remaining hosts for this loop 6591 1726773129.86892: getting the next task for host managed_node2 6591 1726773129.86898: done getting next task for host managed_node2 6591 1726773129.86902: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6591 1726773129.86908: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773129.86919: getting variables 6591 1726773129.86920: in VariableManager get_vars() 6591 1726773129.86953: Calling all_inventory to load vars for managed_node2 6591 1726773129.86956: Calling groups_inventory to load vars for managed_node2 6591 1726773129.86958: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773129.86965: Calling all_plugins_play to load vars for managed_node2 6591 1726773129.86966: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773129.86968: Calling groups_plugins_play to load vars for managed_node2 6591 1726773129.87122: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773129.87248: done with get_vars() 6591 1726773129.87256: done getting variables 6591 1726773129.87299: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:12:09 -0400 (0:00:00.318) 0:01:47.343 **** 6591 1726773129.87324: entering _queue_task() for managed_node2/template 6591 1726773129.87493: worker is 1 (out of 1 available) 6591 1726773129.87507: exiting _queue_task() for managed_node2/template 6591 1726773129.87518: done queuing things up, now waiting for results queue to drain 6591 1726773129.87519: waiting for pending results... 6591 1726773129.87707: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6591 1726773129.87782: in run() - task 1239c35c-e2e1-152b-fb99-000000000ee3 6591 1726773129.87796: variable 'ansible_search_path' from source: unknown 6591 1726773129.87799: variable 'ansible_search_path' from source: unknown 6591 1726773129.87829: calling self._execute() 6591 1726773129.87902: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773129.87907: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773129.87915: variable 'omit' from source: magic vars 6591 1726773129.87993: variable 'omit' from source: magic vars 6591 1726773129.88032: variable 'omit' from source: magic vars 6591 1726773129.88267: variable '__kernel_settings_profile_src' from source: role '' all vars 6591 1726773129.88274: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773129.88334: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773129.88353: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773129.88402: variable '__kernel_settings_profile_filename' from source: role '' all vars 6591 1726773129.88451: variable '__kernel_settings_profile_dir' from source: role '' all vars 6591 1726773129.88516: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773129.88522: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6591 1726773129.88545: variable 'omit' from source: magic vars 6591 1726773129.88576: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773129.88606: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773129.88622: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773129.88635: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773129.88646: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773129.88669: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773129.88672: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773129.88674: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773129.88747: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773129.88750: Set connection var ansible_connection to ssh 6591 1726773129.88758: Set connection var ansible_timeout to 10 6591 1726773129.88762: Set connection var ansible_pipelining to False 6591 1726773129.88767: Set connection var ansible_shell_executable to /bin/sh 6591 1726773129.88770: Set connection var ansible_shell_type to sh 6591 1726773129.88790: variable 'ansible_shell_executable' from source: unknown 6591 1726773129.88793: variable 'ansible_connection' from source: unknown 6591 1726773129.88795: variable 'ansible_module_compression' from source: unknown 6591 1726773129.88798: variable 'ansible_shell_type' from source: unknown 6591 1726773129.88801: variable 'ansible_shell_executable' from source: unknown 6591 1726773129.88805: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773129.88807: variable 'ansible_pipelining' from source: unknown 6591 1726773129.88809: variable 'ansible_timeout' from source: unknown 6591 1726773129.88814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773129.88912: 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) 6591 1726773129.88921: variable 'omit' from source: magic vars 6591 1726773129.88926: starting attempt loop 6591 1726773129.88930: running the handler 6591 1726773129.88940: _low_level_execute_command(): starting 6591 1726773129.88947: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773129.89428: 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 <<< 6591 1726773129.89436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.89465: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.89478: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.89531: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773129.89545: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.89614: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.91140: stdout chunk (state=3): >>>/root <<< 6591 1726773129.91238: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773129.91281: stderr chunk (state=3): >>><<< 6591 1726773129.91286: stdout chunk (state=3): >>><<< 6591 1726773129.91306: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773129.91319: _low_level_execute_command(): starting 6591 1726773129.91323: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381 `" && echo ansible-tmp-1726773129.9130728-9969-237802816641381="` echo /root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381 `" ) && sleep 0' 6591 1726773129.91728: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773129.91737: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.91763: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773129.91775: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.91827: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773129.91839: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773129.91904: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773129.93835: stdout chunk (state=3): >>>ansible-tmp-1726773129.9130728-9969-237802816641381=/root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381 <<< 6591 1726773129.93945: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773129.93990: stderr chunk (state=3): >>><<< 6591 1726773129.93993: stdout chunk (state=3): >>><<< 6591 1726773129.94007: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773129.9130728-9969-237802816641381=/root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773129.94023: 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 6591 1726773129.94040: 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 6591 1726773129.94059: variable 'ansible_search_path' from source: unknown 6591 1726773129.94605: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773129.96034: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773129.96077: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773129.96108: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773129.96132: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773129.96162: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773129.96347: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773129.96367: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773129.96388: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773129.96416: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773129.96427: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773129.96649: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773129.96665: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773129.96681: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773129.96715: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773129.96725: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773129.96969: variable 'ansible_managed' from source: unknown 6591 1726773129.96972: variable '__sections' from source: task vars 6591 1726773129.97057: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773129.97073: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773129.97091: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773129.97117: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773129.97130: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773129.97201: variable 'kernel_settings_sysctl' from source: include params 6591 1726773129.97206: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773129.97211: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773129.97241: variable '__sysctl_old' from source: task vars 6591 1726773129.97282: variable '__sysctl_old' from source: task vars 6591 1726773129.97424: variable 'kernel_settings_purge' from source: include params 6591 1726773129.97427: variable 'kernel_settings_sysctl' from source: include params 6591 1726773129.97430: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773129.97435: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773129.97440: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773129.97568: variable 'kernel_settings_sysfs' from source: include params 6591 1726773129.97571: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773129.97576: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773129.97590: variable '__sysfs_old' from source: task vars 6591 1726773129.97634: variable '__sysfs_old' from source: task vars 6591 1726773129.97767: variable 'kernel_settings_purge' from source: include params 6591 1726773129.97770: variable 'kernel_settings_sysfs' from source: include params 6591 1726773129.97775: variable '__kernel_settings_state_empty' from source: role '' all vars 6591 1726773129.97780: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6591 1726773129.97782: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773129.97799: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 6591 1726773129.97806: variable '__systemd_old' from source: task vars 6591 1726773129.97849: variable '__systemd_old' from source: task vars 6591 1726773129.97975: variable 'kernel_settings_purge' from source: include params 6591 1726773129.97981: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 6591 1726773129.97984: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773129.97986: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773129.97997: variable 'kernel_settings_transparent_hugepages' from source: include params 6591 1726773129.98001: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 6591 1726773129.98007: variable '__trans_huge_old' from source: task vars 6591 1726773129.98055: variable '__trans_huge_old' from source: task vars 6591 1726773129.98189: variable 'kernel_settings_purge' from source: include params 6591 1726773129.98193: variable 'kernel_settings_transparent_hugepages' from source: include params 6591 1726773129.98195: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773129.98200: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773129.98212: variable '__trans_defrag_old' from source: task vars 6591 1726773129.98256: variable '__trans_defrag_old' from source: task vars 6591 1726773129.98383: variable 'kernel_settings_purge' from source: include params 6591 1726773129.98387: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 6591 1726773129.98389: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773129.98392: variable '__kernel_settings_profile_contents' from source: set_fact 6591 1726773129.98411: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773129.98420: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773129.98426: variable '__kernel_settings_state_absent' from source: role '' all vars 6591 1726773129.99021: 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) 6591 1726773129.99060: variable 'ansible_module_compression' from source: unknown 6591 1726773129.99099: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773129.99128: variable 'ansible_facts' from source: unknown 6591 1726773129.99190: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/AnsiballZ_stat.py 6591 1726773129.99279: Sending initial data 6591 1726773129.99289: Sent initial data (151 bytes) 6591 1726773129.99940: 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 <<< 6591 1726773129.99944: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773129.99974: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773129.99981: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773129.99992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.00043: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773130.00046: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773130.00117: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773130.01851: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773130.01912: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773130.01973: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp_sjnxuu3 /root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/AnsiballZ_stat.py <<< 6591 1726773130.02030: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773130.02870: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773130.02962: stderr chunk (state=3): >>><<< 6591 1726773130.02965: stdout chunk (state=3): >>><<< 6591 1726773130.02985: done transferring module to remote 6591 1726773130.02993: _low_level_execute_command(): starting 6591 1726773130.02998: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/ /root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/AnsiballZ_stat.py && sleep 0' 6591 1726773130.03421: 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 <<< 6591 1726773130.03424: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773130.03445: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.03456: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.03506: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773130.03519: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773130.03586: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773130.05297: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773130.05347: stderr chunk (state=3): >>><<< 6591 1726773130.05350: stdout chunk (state=3): >>><<< 6591 1726773130.05363: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773130.05366: _low_level_execute_command(): starting 6591 1726773130.05371: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/AnsiballZ_stat.py && sleep 0' 6591 1726773130.05800: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773130.05814: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773130.05833: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773130.05845: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773130.05854: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.05906: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773130.05915: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773130.05993: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773130.20308: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 121, "inode": 264241410, "dev": 51713, "nlink": 1, "atime": 1726773121.9932673, "mtime": 1726773058.9839182, "ctime": 1726773121.5132694, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "mimetype": "text/plain", "charset": "us-ascii", "version": "3269385669", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6591 1726773130.21482: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773130.21541: stderr chunk (state=3): >>><<< 6591 1726773130.21546: stdout chunk (state=3): >>><<< 6591 1726773130.21561: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 121, "inode": 264241410, "dev": 51713, "nlink": 1, "atime": 1726773121.9932673, "mtime": 1726773058.9839182, "ctime": 1726773121.5132694, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "0b586509c0bdce12a2dde058e3374dab88cf7f2c", "mimetype": "text/plain", "charset": "us-ascii", "version": "3269385669", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773130.21609: 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-1726773129.9130728-9969-237802816641381/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773130.21732: Sending initial data 6591 1726773130.21736: Sent initial data (165 bytes) 6591 1726773130.22409: 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 <<< 6591 1726773130.22417: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773130.22449: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.22463: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773130.22473: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.22520: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773130.22535: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773130.22605: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773130.24334: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773130.24393: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773130.24452: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpdclhucvv/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/.source.conf <<< 6591 1726773130.24510: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773130.24757: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773130.24858: stderr chunk (state=3): >>><<< 6591 1726773130.24861: stdout chunk (state=3): >>><<< 6591 1726773130.24874: _low_level_execute_command(): starting 6591 1726773130.24881: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/ /root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/.source.conf && sleep 0' 6591 1726773130.25317: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773130.25323: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773130.25358: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.25370: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.25424: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773130.25431: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773130.25511: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773130.27218: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773130.27271: stderr chunk (state=3): >>><<< 6591 1726773130.27274: stdout chunk (state=3): >>><<< 6591 1726773130.27291: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773130.27315: variable 'ansible_module_compression' from source: unknown 6591 1726773130.27350: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6591 1726773130.27368: variable 'ansible_facts' from source: unknown 6591 1726773130.27414: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/AnsiballZ_copy.py 6591 1726773130.27518: Sending initial data 6591 1726773130.27521: Sent initial data (151 bytes) 6591 1726773130.28176: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773130.28182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773130.28232: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773130.28242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6591 1726773130.28244: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773130.28245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.28307: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773130.28314: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773130.28371: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773130.30073: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773130.30128: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773130.30188: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp5e1l1dos /root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/AnsiballZ_copy.py <<< 6591 1726773130.30250: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773130.31110: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773130.31218: stderr chunk (state=3): >>><<< 6591 1726773130.31221: stdout chunk (state=3): >>><<< 6591 1726773130.31239: done transferring module to remote 6591 1726773130.31247: _low_level_execute_command(): starting 6591 1726773130.31252: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/ /root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/AnsiballZ_copy.py && sleep 0' 6591 1726773130.31699: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773130.31714: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773130.31734: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773130.31746: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773130.31755: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.31799: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773130.31814: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773130.31884: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773130.33575: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773130.33639: stderr chunk (state=3): >>><<< 6591 1726773130.33643: stdout chunk (state=3): >>><<< 6591 1726773130.33657: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773130.33660: _low_level_execute_command(): starting 6591 1726773130.33665: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/AnsiballZ_copy.py && sleep 0' 6591 1726773130.34114: 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 <<< 6591 1726773130.34127: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773130.34151: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773130.34163: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.34213: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773130.34225: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773130.34301: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773130.48303: stdout chunk (state=3): >>> {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/.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-1726773129.9130728-9969-237802816641381/.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}}} <<< 6591 1726773130.49288: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773130.49347: stderr chunk (state=3): >>><<< 6591 1726773130.49351: stdout chunk (state=3): >>><<< 6591 1726773130.49366: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/.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-1726773129.9130728-9969-237802816641381/.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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773130.49398: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/.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-1726773129.9130728-9969-237802816641381/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773130.49427: _low_level_execute_command(): starting 6591 1726773130.49430: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773129.9130728-9969-237802816641381/ > /dev/null 2>&1 && sleep 0' 6591 1726773130.49885: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773130.49892: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773130.49926: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773130.49938: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773130.49950: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.49994: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773130.50010: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773130.50083: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773130.51867: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773130.51918: stderr chunk (state=3): >>><<< 6591 1726773130.51923: stdout chunk (state=3): >>><<< 6591 1726773130.51938: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773130.51949: handler run complete 6591 1726773130.51972: attempt loop complete, returning result 6591 1726773130.51976: _execute() done 6591 1726773130.51978: dumping result to json 6591 1726773130.51984: done dumping result, returning 6591 1726773130.51994: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [1239c35c-e2e1-152b-fb99-000000000ee3] 6591 1726773130.51999: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee3 6591 1726773130.52143: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee3 6591 1726773130.52146: WORKER PROCESS EXITING changed: [managed_node2] => { "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-1726773129.9130728-9969-237802816641381/.source.conf", "state": "file", "uid": 0 } 6591 1726773130.52238: no more pending results, returning what we have 6591 1726773130.52242: results queue empty 6591 1726773130.52243: checking for any_errors_fatal 6591 1726773130.52249: done checking for any_errors_fatal 6591 1726773130.52254: checking for max_fail_percentage 6591 1726773130.52255: done checking for max_fail_percentage 6591 1726773130.52256: checking to see if all hosts have failed and the running result is not ok 6591 1726773130.52257: done checking to see if all hosts have failed 6591 1726773130.52257: getting the remaining hosts for this loop 6591 1726773130.52258: done getting the remaining hosts for this loop 6591 1726773130.52262: getting the next task for host managed_node2 6591 1726773130.52268: done getting next task for host managed_node2 6591 1726773130.52271: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6591 1726773130.52274: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773130.52284: getting variables 6591 1726773130.52285: in VariableManager get_vars() 6591 1726773130.52320: Calling all_inventory to load vars for managed_node2 6591 1726773130.52323: Calling groups_inventory to load vars for managed_node2 6591 1726773130.52325: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773130.52334: Calling all_plugins_play to load vars for managed_node2 6591 1726773130.52336: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773130.52339: Calling groups_plugins_play to load vars for managed_node2 6591 1726773130.52459: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773130.52590: done with get_vars() 6591 1726773130.52599: done getting variables 6591 1726773130.52643: 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:12:10 -0400 (0:00:00.653) 0:01:47.997 **** 6591 1726773130.52667: entering _queue_task() for managed_node2/service 6591 1726773130.52856: worker is 1 (out of 1 available) 6591 1726773130.52870: exiting _queue_task() for managed_node2/service 6591 1726773130.52882: done queuing things up, now waiting for results queue to drain 6591 1726773130.52884: waiting for pending results... 6591 1726773130.53065: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6591 1726773130.53151: in run() - task 1239c35c-e2e1-152b-fb99-000000000ee4 6591 1726773130.53163: variable 'ansible_search_path' from source: unknown 6591 1726773130.53166: variable 'ansible_search_path' from source: unknown 6591 1726773130.53208: variable '__kernel_settings_services' from source: include_vars 6591 1726773130.53449: variable '__kernel_settings_services' from source: include_vars 6591 1726773130.53596: variable 'omit' from source: magic vars 6591 1726773130.53667: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773130.53675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773130.53686: variable 'omit' from source: magic vars 6591 1726773130.53868: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773130.54042: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773130.54074: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773130.54103: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773130.54131: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773130.54206: variable '__kernel_settings_register_profile' from source: set_fact 6591 1726773130.54216: variable '__kernel_settings_register_mode' from source: set_fact 6591 1726773130.54233: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 6591 1726773130.54236: when evaluation is False, skipping this task 6591 1726773130.54258: variable 'item' from source: unknown 6591 1726773130.54310: variable 'item' from source: unknown skipping: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed", "item": "tuned", "skip_reason": "Conditional result was False" } 6591 1726773130.54474: dumping result to json 6591 1726773130.54477: done dumping result, returning 6591 1726773130.54479: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [1239c35c-e2e1-152b-fb99-000000000ee4] 6591 1726773130.54481: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee4 6591 1726773130.54525: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee4 6591 1726773130.54528: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 6591 1726773130.54557: no more pending results, returning what we have 6591 1726773130.54559: results queue empty 6591 1726773130.54560: checking for any_errors_fatal 6591 1726773130.54574: done checking for any_errors_fatal 6591 1726773130.54575: checking for max_fail_percentage 6591 1726773130.54576: done checking for max_fail_percentage 6591 1726773130.54577: checking to see if all hosts have failed and the running result is not ok 6591 1726773130.54578: done checking to see if all hosts have failed 6591 1726773130.54579: getting the remaining hosts for this loop 6591 1726773130.54580: done getting the remaining hosts for this loop 6591 1726773130.54583: getting the next task for host managed_node2 6591 1726773130.54589: done getting next task for host managed_node2 6591 1726773130.54592: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6591 1726773130.54596: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773130.54608: getting variables 6591 1726773130.54609: in VariableManager get_vars() 6591 1726773130.54634: Calling all_inventory to load vars for managed_node2 6591 1726773130.54636: Calling groups_inventory to load vars for managed_node2 6591 1726773130.54637: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773130.54643: Calling all_plugins_play to load vars for managed_node2 6591 1726773130.54645: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773130.54647: Calling groups_plugins_play to load vars for managed_node2 6591 1726773130.54752: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773130.54876: done with get_vars() 6591 1726773130.54884: done getting variables 6591 1726773130.54925: 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:12:10 -0400 (0:00:00.022) 0:01:48.020 **** 6591 1726773130.54947: entering _queue_task() for managed_node2/command 6591 1726773130.55125: worker is 1 (out of 1 available) 6591 1726773130.55140: exiting _queue_task() for managed_node2/command 6591 1726773130.55154: done queuing things up, now waiting for results queue to drain 6591 1726773130.55155: waiting for pending results... 6591 1726773130.55329: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6591 1726773130.55417: in run() - task 1239c35c-e2e1-152b-fb99-000000000ee5 6591 1726773130.55429: variable 'ansible_search_path' from source: unknown 6591 1726773130.55432: variable 'ansible_search_path' from source: unknown 6591 1726773130.55462: calling self._execute() 6591 1726773130.55535: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773130.55538: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773130.55548: variable 'omit' from source: magic vars 6591 1726773130.55880: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773130.56069: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773130.56208: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773130.56233: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773130.56260: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773130.56344: variable '__kernel_settings_register_profile' from source: set_fact 6591 1726773130.56365: Evaluated conditional (not __kernel_settings_register_profile is changed): True 6591 1726773130.56456: variable '__kernel_settings_register_mode' from source: set_fact 6591 1726773130.56465: Evaluated conditional (not __kernel_settings_register_mode is changed): True 6591 1726773130.56546: variable '__kernel_settings_register_apply' from source: set_fact 6591 1726773130.56553: Evaluated conditional (__kernel_settings_register_apply is changed): True 6591 1726773130.56560: variable 'omit' from source: magic vars 6591 1726773130.56599: variable 'omit' from source: magic vars 6591 1726773130.56676: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773130.58098: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773130.58151: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773130.58177: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773130.58206: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773130.58226: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773130.58279: variable '__kernel_settings_active_profile' from source: set_fact 6591 1726773130.58307: variable 'omit' from source: magic vars 6591 1726773130.58331: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773130.58354: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773130.58368: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773130.58383: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773130.58392: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773130.58417: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773130.58420: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773130.58424: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773130.58493: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773130.58497: Set connection var ansible_connection to ssh 6591 1726773130.58505: Set connection var ansible_timeout to 10 6591 1726773130.58510: Set connection var ansible_pipelining to False 6591 1726773130.58515: Set connection var ansible_shell_executable to /bin/sh 6591 1726773130.58517: Set connection var ansible_shell_type to sh 6591 1726773130.58536: variable 'ansible_shell_executable' from source: unknown 6591 1726773130.58539: variable 'ansible_connection' from source: unknown 6591 1726773130.58541: variable 'ansible_module_compression' from source: unknown 6591 1726773130.58543: variable 'ansible_shell_type' from source: unknown 6591 1726773130.58545: variable 'ansible_shell_executable' from source: unknown 6591 1726773130.58547: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773130.58552: variable 'ansible_pipelining' from source: unknown 6591 1726773130.58554: variable 'ansible_timeout' from source: unknown 6591 1726773130.58560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773130.58634: 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) 6591 1726773130.58643: variable 'omit' from source: magic vars 6591 1726773130.58645: starting attempt loop 6591 1726773130.58648: running the handler 6591 1726773130.58660: _low_level_execute_command(): starting 6591 1726773130.58664: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773130.59173: 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 <<< 6591 1726773130.59182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773130.59215: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773130.59228: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773130.59238: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.59279: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773130.59291: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773130.59301: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773130.59371: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773130.60949: stdout chunk (state=3): >>>/root <<< 6591 1726773130.61056: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773130.61110: stderr chunk (state=3): >>><<< 6591 1726773130.61113: stdout chunk (state=3): >>><<< 6591 1726773130.61134: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773130.61145: _low_level_execute_command(): starting 6591 1726773130.61151: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773130.6113377-9985-199043316058661 `" && echo ansible-tmp-1726773130.6113377-9985-199043316058661="` echo /root/.ansible/tmp/ansible-tmp-1726773130.6113377-9985-199043316058661 `" ) && sleep 0' 6591 1726773130.61607: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773130.61620: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773130.61640: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773130.61652: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773130.61661: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.61709: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773130.61722: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773130.61795: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773130.63811: stdout chunk (state=3): >>>ansible-tmp-1726773130.6113377-9985-199043316058661=/root/.ansible/tmp/ansible-tmp-1726773130.6113377-9985-199043316058661 <<< 6591 1726773130.63925: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773130.63972: stderr chunk (state=3): >>><<< 6591 1726773130.63975: stdout chunk (state=3): >>><<< 6591 1726773130.63993: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773130.6113377-9985-199043316058661=/root/.ansible/tmp/ansible-tmp-1726773130.6113377-9985-199043316058661 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773130.64020: variable 'ansible_module_compression' from source: unknown 6591 1726773130.64060: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773130.64090: variable 'ansible_facts' from source: unknown 6591 1726773130.64152: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773130.6113377-9985-199043316058661/AnsiballZ_command.py 6591 1726773130.64264: Sending initial data 6591 1726773130.64274: Sent initial data (154 bytes) 6591 1726773130.64934: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773130.64937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773130.64970: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.64974: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773130.64977: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.65032: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773130.65035: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773130.65105: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773130.66859: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773130.66918: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773130.66982: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmprenhmdc9 /root/.ansible/tmp/ansible-tmp-1726773130.6113377-9985-199043316058661/AnsiballZ_command.py <<< 6591 1726773130.67038: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773130.67913: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773130.68021: stderr chunk (state=3): >>><<< 6591 1726773130.68024: stdout chunk (state=3): >>><<< 6591 1726773130.68040: done transferring module to remote 6591 1726773130.68050: _low_level_execute_command(): starting 6591 1726773130.68055: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773130.6113377-9985-199043316058661/ /root/.ansible/tmp/ansible-tmp-1726773130.6113377-9985-199043316058661/AnsiballZ_command.py && sleep 0' 6591 1726773130.68520: 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 <<< 6591 1726773130.68524: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773130.68556: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.68565: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773130.68568: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.68622: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773130.68625: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773130.68692: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773130.70426: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773130.70473: stderr chunk (state=3): >>><<< 6591 1726773130.70477: stdout chunk (state=3): >>><<< 6591 1726773130.70491: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773130.70494: _low_level_execute_command(): starting 6591 1726773130.70499: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773130.6113377-9985-199043316058661/AnsiballZ_command.py && sleep 0' 6591 1726773130.70954: 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 <<< 6591 1726773130.70957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773130.70977: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.70990: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773130.70999: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773130.71047: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773130.71053: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773130.71135: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773131.94652: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:12:10.843142", "end": "2024-09-19 15:12:11.945185", "delta": "0:00:01.102043", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6591 1726773131.95923: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773131.95979: stderr chunk (state=3): >>><<< 6591 1726773131.95983: stdout chunk (state=3): >>><<< 6591 1726773131.96001: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 15:12:10.843142", "end": "2024-09-19 15:12:11.945185", "delta": "0:00:01.102043", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773131.96032: done with _execute_module (ansible.legacy.command, {'_raw_params': "tuned-adm profile 'virtual-guest kernel_settings'", '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773130.6113377-9985-199043316058661/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773131.96040: _low_level_execute_command(): starting 6591 1726773131.96046: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773130.6113377-9985-199043316058661/ > /dev/null 2>&1 && sleep 0' 6591 1726773131.96502: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773131.96508: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773131.96546: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773131.96549: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773131.96551: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773131.96553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773131.96608: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773131.96611: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773131.96617: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773131.96678: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773131.98464: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773131.98515: stderr chunk (state=3): >>><<< 6591 1726773131.98518: stdout chunk (state=3): >>><<< 6591 1726773131.98532: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773131.98537: handler run complete 6591 1726773131.98554: Evaluated conditional (True): True 6591 1726773131.98563: attempt loop complete, returning result 6591 1726773131.98566: _execute() done 6591 1726773131.98568: dumping result to json 6591 1726773131.98573: done dumping result, returning 6591 1726773131.98584: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [1239c35c-e2e1-152b-fb99-000000000ee5] 6591 1726773131.98589: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee5 6591 1726773131.98691: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee5 6591 1726773131.98694: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest kernel_settings" ], "delta": "0:00:01.102043", "end": "2024-09-19 15:12:11.945185", "rc": 0, "start": "2024-09-19 15:12:10.843142" } 6591 1726773131.98791: no more pending results, returning what we have 6591 1726773131.98795: results queue empty 6591 1726773131.98795: checking for any_errors_fatal 6591 1726773131.98805: done checking for any_errors_fatal 6591 1726773131.98806: checking for max_fail_percentage 6591 1726773131.98808: done checking for max_fail_percentage 6591 1726773131.98809: checking to see if all hosts have failed and the running result is not ok 6591 1726773131.98810: done checking to see if all hosts have failed 6591 1726773131.98810: getting the remaining hosts for this loop 6591 1726773131.98812: done getting the remaining hosts for this loop 6591 1726773131.98815: getting the next task for host managed_node2 6591 1726773131.98822: done getting next task for host managed_node2 6591 1726773131.98825: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6591 1726773131.98829: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773131.98840: getting variables 6591 1726773131.98841: in VariableManager get_vars() 6591 1726773131.98874: Calling all_inventory to load vars for managed_node2 6591 1726773131.98877: Calling groups_inventory to load vars for managed_node2 6591 1726773131.98879: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773131.98888: Calling all_plugins_play to load vars for managed_node2 6591 1726773131.98890: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773131.98891: Calling groups_plugins_play to load vars for managed_node2 6591 1726773131.99000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773131.99195: done with get_vars() 6591 1726773131.99205: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:12:11 -0400 (0:00:01.443) 0:01:49.463 **** 6591 1726773131.99272: entering _queue_task() for managed_node2/include_tasks 6591 1726773131.99455: worker is 1 (out of 1 available) 6591 1726773131.99469: exiting _queue_task() for managed_node2/include_tasks 6591 1726773131.99482: done queuing things up, now waiting for results queue to drain 6591 1726773131.99483: waiting for pending results... 6591 1726773131.99664: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6591 1726773131.99749: in run() - task 1239c35c-e2e1-152b-fb99-000000000ee6 6591 1726773131.99760: variable 'ansible_search_path' from source: unknown 6591 1726773131.99763: variable 'ansible_search_path' from source: unknown 6591 1726773131.99795: calling self._execute() 6591 1726773131.99865: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773131.99869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773131.99877: variable 'omit' from source: magic vars 6591 1726773132.00207: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773132.00388: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773132.00423: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773132.00450: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773132.00477: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773132.00565: variable '__kernel_settings_register_apply' from source: set_fact 6591 1726773132.00588: Evaluated conditional (__kernel_settings_register_apply is changed): True 6591 1726773132.00593: _execute() done 6591 1726773132.00596: dumping result to json 6591 1726773132.00599: done dumping result, returning 6591 1726773132.00607: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [1239c35c-e2e1-152b-fb99-000000000ee6] 6591 1726773132.00613: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee6 6591 1726773132.00699: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee6 6591 1726773132.00702: WORKER PROCESS EXITING 6591 1726773132.00744: no more pending results, returning what we have 6591 1726773132.00748: in VariableManager get_vars() 6591 1726773132.00786: Calling all_inventory to load vars for managed_node2 6591 1726773132.00789: Calling groups_inventory to load vars for managed_node2 6591 1726773132.00791: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773132.00800: Calling all_plugins_play to load vars for managed_node2 6591 1726773132.00802: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773132.00807: Calling groups_plugins_play to load vars for managed_node2 6591 1726773132.00915: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773132.01037: done with get_vars() 6591 1726773132.01043: variable 'ansible_search_path' from source: unknown 6591 1726773132.01044: variable 'ansible_search_path' from source: unknown 6591 1726773132.01064: we have included files to process 6591 1726773132.01065: generating all_blocks data 6591 1726773132.01069: done generating all_blocks data 6591 1726773132.01072: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6591 1726773132.01073: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6591 1726773132.01074: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6591 1726773132.01325: done processing included file 6591 1726773132.01329: iterating over new_blocks loaded from include file 6591 1726773132.01330: in VariableManager get_vars() 6591 1726773132.01345: done with get_vars() 6591 1726773132.01346: filtering new block on tags 6591 1726773132.01381: done filtering new block on tags 6591 1726773132.01383: 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_node2 6591 1726773132.01387: extending task lists for all hosts with included blocks 6591 1726773132.01924: done extending task lists 6591 1726773132.01925: done processing included files 6591 1726773132.01926: results queue empty 6591 1726773132.01926: checking for any_errors_fatal 6591 1726773132.01929: done checking for any_errors_fatal 6591 1726773132.01930: checking for max_fail_percentage 6591 1726773132.01930: done checking for max_fail_percentage 6591 1726773132.01931: checking to see if all hosts have failed and the running result is not ok 6591 1726773132.01931: done checking to see if all hosts have failed 6591 1726773132.01932: getting the remaining hosts for this loop 6591 1726773132.01933: done getting the remaining hosts for this loop 6591 1726773132.01935: getting the next task for host managed_node2 6591 1726773132.01937: done getting next task for host managed_node2 6591 1726773132.01939: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6591 1726773132.01941: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773132.01948: getting variables 6591 1726773132.01949: in VariableManager get_vars() 6591 1726773132.01958: Calling all_inventory to load vars for managed_node2 6591 1726773132.01959: Calling groups_inventory to load vars for managed_node2 6591 1726773132.01961: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773132.01964: Calling all_plugins_play to load vars for managed_node2 6591 1726773132.01965: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773132.01967: Calling groups_plugins_play to load vars for managed_node2 6591 1726773132.02044: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773132.02157: done with get_vars() 6591 1726773132.02163: done getting variables 6591 1726773132.02190: 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:12:12 -0400 (0:00:00.029) 0:01:49.492 **** 6591 1726773132.02217: entering _queue_task() for managed_node2/command 6591 1726773132.02380: worker is 1 (out of 1 available) 6591 1726773132.02394: exiting _queue_task() for managed_node2/command 6591 1726773132.02408: done queuing things up, now waiting for results queue to drain 6591 1726773132.02409: waiting for pending results... 6591 1726773132.02580: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6591 1726773132.02669: in run() - task 1239c35c-e2e1-152b-fb99-000000000fc5 6591 1726773132.02683: variable 'ansible_search_path' from source: unknown 6591 1726773132.02686: variable 'ansible_search_path' from source: unknown 6591 1726773132.02716: calling self._execute() 6591 1726773132.02778: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.02786: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.02794: variable 'omit' from source: magic vars 6591 1726773132.02868: variable 'omit' from source: magic vars 6591 1726773132.02918: variable 'omit' from source: magic vars 6591 1726773132.02941: variable 'omit' from source: magic vars 6591 1726773132.02973: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773132.03002: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773132.03019: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773132.03032: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773132.03043: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773132.03065: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773132.03069: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.03071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.03144: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773132.03147: Set connection var ansible_connection to ssh 6591 1726773132.03155: Set connection var ansible_timeout to 10 6591 1726773132.03159: Set connection var ansible_pipelining to False 6591 1726773132.03164: Set connection var ansible_shell_executable to /bin/sh 6591 1726773132.03167: Set connection var ansible_shell_type to sh 6591 1726773132.03188: variable 'ansible_shell_executable' from source: unknown 6591 1726773132.03192: variable 'ansible_connection' from source: unknown 6591 1726773132.03195: variable 'ansible_module_compression' from source: unknown 6591 1726773132.03198: variable 'ansible_shell_type' from source: unknown 6591 1726773132.03200: variable 'ansible_shell_executable' from source: unknown 6591 1726773132.03203: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.03206: variable 'ansible_pipelining' from source: unknown 6591 1726773132.03210: variable 'ansible_timeout' from source: unknown 6591 1726773132.03214: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.03313: 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) 6591 1726773132.03323: variable 'omit' from source: magic vars 6591 1726773132.03328: starting attempt loop 6591 1726773132.03331: running the handler 6591 1726773132.03342: _low_level_execute_command(): starting 6591 1726773132.03348: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773132.03856: 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 <<< 6591 1726773132.03865: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.03897: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.03914: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.03966: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773132.03976: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.04056: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773132.05655: stdout chunk (state=3): >>>/root <<< 6591 1726773132.05754: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773132.05812: stderr chunk (state=3): >>><<< 6591 1726773132.05815: stdout chunk (state=3): >>><<< 6591 1726773132.05839: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773132.05850: _low_level_execute_command(): starting 6591 1726773132.05856: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773132.0583794-10000-270494230755303 `" && echo ansible-tmp-1726773132.0583794-10000-270494230755303="` echo /root/.ansible/tmp/ansible-tmp-1726773132.0583794-10000-270494230755303 `" ) && sleep 0' 6591 1726773132.06306: 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 <<< 6591 1726773132.06321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.06338: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773132.06352: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 <<< 6591 1726773132.06370: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.06413: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773132.06427: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.06494: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773132.08609: stdout chunk (state=3): >>>ansible-tmp-1726773132.0583794-10000-270494230755303=/root/.ansible/tmp/ansible-tmp-1726773132.0583794-10000-270494230755303 <<< 6591 1726773132.08721: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773132.08766: stderr chunk (state=3): >>><<< 6591 1726773132.08770: stdout chunk (state=3): >>><<< 6591 1726773132.08785: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773132.0583794-10000-270494230755303=/root/.ansible/tmp/ansible-tmp-1726773132.0583794-10000-270494230755303 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773132.08814: variable 'ansible_module_compression' from source: unknown 6591 1726773132.08858: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773132.08887: variable 'ansible_facts' from source: unknown 6591 1726773132.08951: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773132.0583794-10000-270494230755303/AnsiballZ_command.py 6591 1726773132.09052: Sending initial data 6591 1726773132.09062: Sent initial data (155 bytes) 6591 1726773132.09705: 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 <<< 6591 1726773132.09709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.09747: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.09751: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773132.09754: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.09802: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773132.09808: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.09874: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773132.11569: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773132.11625: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773132.11684: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpdngsxthq /root/.ansible/tmp/ansible-tmp-1726773132.0583794-10000-270494230755303/AnsiballZ_command.py <<< 6591 1726773132.11746: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773132.12588: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773132.12671: stderr chunk (state=3): >>><<< 6591 1726773132.12674: stdout chunk (state=3): >>><<< 6591 1726773132.12691: done transferring module to remote 6591 1726773132.12700: _low_level_execute_command(): starting 6591 1726773132.12706: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773132.0583794-10000-270494230755303/ /root/.ansible/tmp/ansible-tmp-1726773132.0583794-10000-270494230755303/AnsiballZ_command.py && sleep 0' 6591 1726773132.13103: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773132.13117: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.13134: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773132.13147: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773132.13158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.13199: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773132.13215: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.13280: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773132.14969: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773132.15014: stderr chunk (state=3): >>><<< 6591 1726773132.15017: stdout chunk (state=3): >>><<< 6591 1726773132.15029: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773132.15036: _low_level_execute_command(): starting 6591 1726773132.15039: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773132.0583794-10000-270494230755303/AnsiballZ_command.py && sleep 0' 6591 1726773132.15452: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773132.15464: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.15476: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773132.15488: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773132.15498: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.15547: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773132.15560: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.15632: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773132.38655: 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:12:12.291624", "end": "2024-09-19 15:12:12.385280", "delta": "0:00:00.093656", "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}}} <<< 6591 1726773132.39951: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773132.40013: stderr chunk (state=3): >>><<< 6591 1726773132.40016: stdout chunk (state=3): >>><<< 6591 1726773132.40033: _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:12:12.291624", "end": "2024-09-19 15:12:12.385280", "delta": "0:00:00.093656", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773132.40075: 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-1726773132.0583794-10000-270494230755303/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773132.40086: _low_level_execute_command(): starting 6591 1726773132.40091: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773132.0583794-10000-270494230755303/ > /dev/null 2>&1 && sleep 0' 6591 1726773132.40540: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773132.40553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.40573: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773132.40589: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.40636: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773132.40649: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.40720: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773132.42527: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773132.42574: stderr chunk (state=3): >>><<< 6591 1726773132.42580: stdout chunk (state=3): >>><<< 6591 1726773132.42591: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773132.42598: handler run complete 6591 1726773132.42618: Evaluated conditional (False): False 6591 1726773132.42627: attempt loop complete, returning result 6591 1726773132.42630: _execute() done 6591 1726773132.42632: dumping result to json 6591 1726773132.42637: done dumping result, returning 6591 1726773132.42648: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [1239c35c-e2e1-152b-fb99-000000000fc5] 6591 1726773132.42654: sending task result for task 1239c35c-e2e1-152b-fb99-000000000fc5 6591 1726773132.42757: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000fc5 6591 1726773132.42760: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.093656", "end": "2024-09-19 15:12:12.385280", "rc": 0, "start": "2024-09-19 15:12:12.291624" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 6591 1726773132.42850: no more pending results, returning what we have 6591 1726773132.42854: results queue empty 6591 1726773132.42855: checking for any_errors_fatal 6591 1726773132.42857: done checking for any_errors_fatal 6591 1726773132.42857: checking for max_fail_percentage 6591 1726773132.42859: done checking for max_fail_percentage 6591 1726773132.42860: checking to see if all hosts have failed and the running result is not ok 6591 1726773132.42860: done checking to see if all hosts have failed 6591 1726773132.42861: getting the remaining hosts for this loop 6591 1726773132.42862: done getting the remaining hosts for this loop 6591 1726773132.42865: getting the next task for host managed_node2 6591 1726773132.42873: done getting next task for host managed_node2 6591 1726773132.42876: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6591 1726773132.42883: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773132.42893: getting variables 6591 1726773132.42894: in VariableManager get_vars() 6591 1726773132.42929: Calling all_inventory to load vars for managed_node2 6591 1726773132.42931: Calling groups_inventory to load vars for managed_node2 6591 1726773132.42933: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773132.42940: Calling all_plugins_play to load vars for managed_node2 6591 1726773132.42942: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773132.42943: Calling groups_plugins_play to load vars for managed_node2 6591 1726773132.43090: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773132.43221: done with get_vars() 6591 1726773132.43230: done getting variables 6591 1726773132.43271: 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 [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:12:12 -0400 (0:00:00.410) 0:01:49.903 **** 6591 1726773132.43298: entering _queue_task() for managed_node2/shell 6591 1726773132.43475: worker is 1 (out of 1 available) 6591 1726773132.43490: exiting _queue_task() for managed_node2/shell 6591 1726773132.43501: done queuing things up, now waiting for results queue to drain 6591 1726773132.43504: waiting for pending results... 6591 1726773132.43676: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6591 1726773132.43769: in run() - task 1239c35c-e2e1-152b-fb99-000000000fc6 6591 1726773132.43783: variable 'ansible_search_path' from source: unknown 6591 1726773132.43787: variable 'ansible_search_path' from source: unknown 6591 1726773132.43813: calling self._execute() 6591 1726773132.43881: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.43885: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.43892: variable 'omit' from source: magic vars 6591 1726773132.44213: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773132.44389: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773132.44424: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773132.44451: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773132.44477: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773132.44555: variable '__kernel_settings_register_verify_values' from source: set_fact 6591 1726773132.44576: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6591 1726773132.44582: when evaluation is False, skipping this task 6591 1726773132.44585: _execute() done 6591 1726773132.44587: dumping result to json 6591 1726773132.44589: done dumping result, returning 6591 1726773132.44592: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [1239c35c-e2e1-152b-fb99-000000000fc6] 6591 1726773132.44599: sending task result for task 1239c35c-e2e1-152b-fb99-000000000fc6 6591 1726773132.44684: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000fc6 6591 1726773132.44687: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6591 1726773132.44745: no more pending results, returning what we have 6591 1726773132.44748: results queue empty 6591 1726773132.44749: checking for any_errors_fatal 6591 1726773132.44758: done checking for any_errors_fatal 6591 1726773132.44759: checking for max_fail_percentage 6591 1726773132.44760: done checking for max_fail_percentage 6591 1726773132.44761: checking to see if all hosts have failed and the running result is not ok 6591 1726773132.44761: done checking to see if all hosts have failed 6591 1726773132.44762: getting the remaining hosts for this loop 6591 1726773132.44763: done getting the remaining hosts for this loop 6591 1726773132.44766: getting the next task for host managed_node2 6591 1726773132.44772: done getting next task for host managed_node2 6591 1726773132.44775: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6591 1726773132.44782: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773132.44793: getting variables 6591 1726773132.44794: in VariableManager get_vars() 6591 1726773132.44821: Calling all_inventory to load vars for managed_node2 6591 1726773132.44823: Calling groups_inventory to load vars for managed_node2 6591 1726773132.44824: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773132.44830: Calling all_plugins_play to load vars for managed_node2 6591 1726773132.44832: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773132.44834: Calling groups_plugins_play to load vars for managed_node2 6591 1726773132.44939: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773132.45061: done with get_vars() 6591 1726773132.45069: done getting variables 6591 1726773132.45111: 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:12:12 -0400 (0:00:00.018) 0:01:49.922 **** 6591 1726773132.45136: entering _queue_task() for managed_node2/fail 6591 1726773132.45304: worker is 1 (out of 1 available) 6591 1726773132.45317: exiting _queue_task() for managed_node2/fail 6591 1726773132.45329: done queuing things up, now waiting for results queue to drain 6591 1726773132.45330: waiting for pending results... 6591 1726773132.45488: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6591 1726773132.45573: in run() - task 1239c35c-e2e1-152b-fb99-000000000fc7 6591 1726773132.45585: variable 'ansible_search_path' from source: unknown 6591 1726773132.45589: variable 'ansible_search_path' from source: unknown 6591 1726773132.45615: calling self._execute() 6591 1726773132.45673: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.45676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.45686: variable 'omit' from source: magic vars 6591 1726773132.45991: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773132.46210: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773132.46241: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773132.46265: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773132.46289: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773132.46366: variable '__kernel_settings_register_verify_values' from source: set_fact 6591 1726773132.46387: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6591 1726773132.46390: when evaluation is False, skipping this task 6591 1726773132.46393: _execute() done 6591 1726773132.46396: dumping result to json 6591 1726773132.46398: done dumping result, returning 6591 1726773132.46405: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [1239c35c-e2e1-152b-fb99-000000000fc7] 6591 1726773132.46411: sending task result for task 1239c35c-e2e1-152b-fb99-000000000fc7 6591 1726773132.46493: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000fc7 6591 1726773132.46496: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6591 1726773132.46539: no more pending results, returning what we have 6591 1726773132.46542: results queue empty 6591 1726773132.46543: checking for any_errors_fatal 6591 1726773132.46548: done checking for any_errors_fatal 6591 1726773132.46548: checking for max_fail_percentage 6591 1726773132.46550: done checking for max_fail_percentage 6591 1726773132.46551: checking to see if all hosts have failed and the running result is not ok 6591 1726773132.46551: done checking to see if all hosts have failed 6591 1726773132.46552: getting the remaining hosts for this loop 6591 1726773132.46553: done getting the remaining hosts for this loop 6591 1726773132.46556: getting the next task for host managed_node2 6591 1726773132.46564: done getting next task for host managed_node2 6591 1726773132.46567: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6591 1726773132.46571: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773132.46588: getting variables 6591 1726773132.46590: in VariableManager get_vars() 6591 1726773132.46616: Calling all_inventory to load vars for managed_node2 6591 1726773132.46618: Calling groups_inventory to load vars for managed_node2 6591 1726773132.46619: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773132.46628: Calling all_plugins_play to load vars for managed_node2 6591 1726773132.46630: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773132.46632: Calling groups_plugins_play to load vars for managed_node2 6591 1726773132.46768: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773132.46890: done with get_vars() 6591 1726773132.46896: done getting variables 6591 1726773132.46935: 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:12:12 -0400 (0:00:00.018) 0:01:49.940 **** 6591 1726773132.46955: entering _queue_task() for managed_node2/set_fact 6591 1726773132.47118: worker is 1 (out of 1 available) 6591 1726773132.47129: exiting _queue_task() for managed_node2/set_fact 6591 1726773132.47141: done queuing things up, now waiting for results queue to drain 6591 1726773132.47143: waiting for pending results... 6591 1726773132.47296: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6591 1726773132.47365: in run() - task 1239c35c-e2e1-152b-fb99-000000000ee7 6591 1726773132.47375: variable 'ansible_search_path' from source: unknown 6591 1726773132.47380: variable 'ansible_search_path' from source: unknown 6591 1726773132.47407: calling self._execute() 6591 1726773132.47467: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.47471: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.47482: variable 'omit' from source: magic vars 6591 1726773132.47553: variable 'omit' from source: magic vars 6591 1726773132.47586: variable 'omit' from source: magic vars 6591 1726773132.47610: variable 'omit' from source: magic vars 6591 1726773132.47642: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773132.47668: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773132.47685: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773132.47698: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773132.47710: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773132.47732: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773132.47735: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.47738: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.47805: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773132.47809: Set connection var ansible_connection to ssh 6591 1726773132.47817: Set connection var ansible_timeout to 10 6591 1726773132.47822: Set connection var ansible_pipelining to False 6591 1726773132.47827: Set connection var ansible_shell_executable to /bin/sh 6591 1726773132.47830: Set connection var ansible_shell_type to sh 6591 1726773132.47845: variable 'ansible_shell_executable' from source: unknown 6591 1726773132.47848: variable 'ansible_connection' from source: unknown 6591 1726773132.47851: variable 'ansible_module_compression' from source: unknown 6591 1726773132.47853: variable 'ansible_shell_type' from source: unknown 6591 1726773132.47856: variable 'ansible_shell_executable' from source: unknown 6591 1726773132.47859: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.47863: variable 'ansible_pipelining' from source: unknown 6591 1726773132.47866: variable 'ansible_timeout' from source: unknown 6591 1726773132.47870: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.47966: 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) 6591 1726773132.47975: variable 'omit' from source: magic vars 6591 1726773132.47982: starting attempt loop 6591 1726773132.47986: running the handler 6591 1726773132.47992: handler run complete 6591 1726773132.48000: attempt loop complete, returning result 6591 1726773132.48005: _execute() done 6591 1726773132.48008: dumping result to json 6591 1726773132.48010: done dumping result, returning 6591 1726773132.48017: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [1239c35c-e2e1-152b-fb99-000000000ee7] 6591 1726773132.48022: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee7 6591 1726773132.48101: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee7 6591 1726773132.48106: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 6591 1726773132.48185: no more pending results, returning what we have 6591 1726773132.48187: results queue empty 6591 1726773132.48187: checking for any_errors_fatal 6591 1726773132.48192: done checking for any_errors_fatal 6591 1726773132.48192: checking for max_fail_percentage 6591 1726773132.48193: done checking for max_fail_percentage 6591 1726773132.48194: checking to see if all hosts have failed and the running result is not ok 6591 1726773132.48194: done checking to see if all hosts have failed 6591 1726773132.48195: getting the remaining hosts for this loop 6591 1726773132.48196: done getting the remaining hosts for this loop 6591 1726773132.48198: getting the next task for host managed_node2 6591 1726773132.48202: done getting next task for host managed_node2 6591 1726773132.48206: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6591 1726773132.48208: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773132.48215: getting variables 6591 1726773132.48216: in VariableManager get_vars() 6591 1726773132.48238: Calling all_inventory to load vars for managed_node2 6591 1726773132.48240: Calling groups_inventory to load vars for managed_node2 6591 1726773132.48242: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773132.48247: Calling all_plugins_play to load vars for managed_node2 6591 1726773132.48249: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773132.48251: Calling groups_plugins_play to load vars for managed_node2 6591 1726773132.48352: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773132.48470: done with get_vars() 6591 1726773132.48479: done getting variables 6591 1726773132.48518: 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:12:12 -0400 (0:00:00.015) 0:01:49.956 **** 6591 1726773132.48538: entering _queue_task() for managed_node2/set_fact 6591 1726773132.48695: worker is 1 (out of 1 available) 6591 1726773132.48709: exiting _queue_task() for managed_node2/set_fact 6591 1726773132.48721: done queuing things up, now waiting for results queue to drain 6591 1726773132.48722: waiting for pending results... 6591 1726773132.48872: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6591 1726773132.48946: in run() - task 1239c35c-e2e1-152b-fb99-000000000ee8 6591 1726773132.48956: variable 'ansible_search_path' from source: unknown 6591 1726773132.48960: variable 'ansible_search_path' from source: unknown 6591 1726773132.48987: calling self._execute() 6591 1726773132.49047: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.49051: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.49060: variable 'omit' from source: magic vars 6591 1726773132.49129: variable 'omit' from source: magic vars 6591 1726773132.49166: variable 'omit' from source: magic vars 6591 1726773132.49408: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6591 1726773132.49624: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6591 1726773132.49654: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6591 1726773132.49680: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6591 1726773132.49702: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6591 1726773132.49794: variable '__kernel_settings_register_profile' from source: set_fact 6591 1726773132.49807: variable '__kernel_settings_register_mode' from source: set_fact 6591 1726773132.49815: variable '__kernel_settings_register_apply' from source: set_fact 6591 1726773132.49853: variable 'omit' from source: magic vars 6591 1726773132.49872: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773132.49894: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773132.49909: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773132.49921: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773132.49931: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773132.49952: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773132.49956: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.49958: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.50023: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773132.50027: Set connection var ansible_connection to ssh 6591 1726773132.50037: Set connection var ansible_timeout to 10 6591 1726773132.50041: Set connection var ansible_pipelining to False 6591 1726773132.50044: Set connection var ansible_shell_executable to /bin/sh 6591 1726773132.50046: Set connection var ansible_shell_type to sh 6591 1726773132.50065: variable 'ansible_shell_executable' from source: unknown 6591 1726773132.50068: variable 'ansible_connection' from source: unknown 6591 1726773132.50071: variable 'ansible_module_compression' from source: unknown 6591 1726773132.50073: variable 'ansible_shell_type' from source: unknown 6591 1726773132.50076: variable 'ansible_shell_executable' from source: unknown 6591 1726773132.50081: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.50083: variable 'ansible_pipelining' from source: unknown 6591 1726773132.50085: variable 'ansible_timeout' from source: unknown 6591 1726773132.50087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.50157: 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) 6591 1726773132.50164: variable 'omit' from source: magic vars 6591 1726773132.50169: starting attempt loop 6591 1726773132.50172: running the handler 6591 1726773132.50182: handler run complete 6591 1726773132.50190: attempt loop complete, returning result 6591 1726773132.50193: _execute() done 6591 1726773132.50195: dumping result to json 6591 1726773132.50197: done dumping result, returning 6591 1726773132.50207: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [1239c35c-e2e1-152b-fb99-000000000ee8] 6591 1726773132.50211: sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee8 6591 1726773132.50285: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000ee8 6591 1726773132.50289: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 6591 1726773132.50350: no more pending results, returning what we have 6591 1726773132.50352: results queue empty 6591 1726773132.50353: checking for any_errors_fatal 6591 1726773132.50358: done checking for any_errors_fatal 6591 1726773132.50359: checking for max_fail_percentage 6591 1726773132.50360: done checking for max_fail_percentage 6591 1726773132.50361: checking to see if all hosts have failed and the running result is not ok 6591 1726773132.50362: done checking to see if all hosts have failed 6591 1726773132.50363: getting the remaining hosts for this loop 6591 1726773132.50364: done getting the remaining hosts for this loop 6591 1726773132.50367: getting the next task for host managed_node2 6591 1726773132.50376: done getting next task for host managed_node2 6591 1726773132.50380: ^ task is: TASK: meta (role_complete) 6591 1726773132.50383: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773132.50392: getting variables 6591 1726773132.50393: in VariableManager get_vars() 6591 1726773132.50419: Calling all_inventory to load vars for managed_node2 6591 1726773132.50421: Calling groups_inventory to load vars for managed_node2 6591 1726773132.50423: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773132.50430: Calling all_plugins_play to load vars for managed_node2 6591 1726773132.50431: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773132.50433: Calling groups_plugins_play to load vars for managed_node2 6591 1726773132.50532: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773132.50687: done with get_vars() 6591 1726773132.50693: done getting variables 6591 1726773132.50743: done queuing things up, now waiting for results queue to drain 6591 1726773132.50748: results queue empty 6591 1726773132.50748: checking for any_errors_fatal 6591 1726773132.50750: done checking for any_errors_fatal 6591 1726773132.50750: checking for max_fail_percentage 6591 1726773132.50751: done checking for max_fail_percentage 6591 1726773132.50751: checking to see if all hosts have failed and the running result is not ok 6591 1726773132.50752: done checking to see if all hosts have failed 6591 1726773132.50752: getting the remaining hosts for this loop 6591 1726773132.50753: done getting the remaining hosts for this loop 6591 1726773132.50754: getting the next task for host managed_node2 6591 1726773132.50757: done getting next task for host managed_node2 6591 1726773132.50758: ^ task is: TASK: Verify no settings 6591 1726773132.50760: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773132.50761: getting variables 6591 1726773132.50762: in VariableManager get_vars() 6591 1726773132.50769: Calling all_inventory to load vars for managed_node2 6591 1726773132.50770: Calling groups_inventory to load vars for managed_node2 6591 1726773132.50772: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773132.50774: Calling all_plugins_play to load vars for managed_node2 6591 1726773132.50776: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773132.50779: Calling groups_plugins_play to load vars for managed_node2 6591 1726773132.50855: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773132.50961: done with get_vars() 6591 1726773132.50966: done getting variables 6591 1726773132.50994: 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:12:12 -0400 (0:00:00.024) 0:01:49.980 **** 6591 1726773132.51012: entering _queue_task() for managed_node2/shell 6591 1726773132.51170: worker is 1 (out of 1 available) 6591 1726773132.51186: exiting _queue_task() for managed_node2/shell 6591 1726773132.51197: done queuing things up, now waiting for results queue to drain 6591 1726773132.51199: waiting for pending results... 6591 1726773132.51360: running TaskExecutor() for managed_node2/TASK: Verify no settings 6591 1726773132.51418: in run() - task 1239c35c-e2e1-152b-fb99-000000000cae 6591 1726773132.51431: variable 'ansible_search_path' from source: unknown 6591 1726773132.51435: variable 'ansible_search_path' from source: unknown 6591 1726773132.51463: calling self._execute() 6591 1726773132.51534: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.51538: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.51546: variable 'omit' from source: magic vars 6591 1726773132.51624: variable 'omit' from source: magic vars 6591 1726773132.51652: variable 'omit' from source: magic vars 6591 1726773132.51895: variable '__kernel_settings_profile_filename' from source: role '' exported vars 6591 1726773132.51951: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6591 1726773132.52016: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773132.52022: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6591 1726773132.52055: variable 'omit' from source: magic vars 6591 1726773132.52089: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773132.52116: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773132.52130: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773132.52142: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773132.52152: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773132.52173: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773132.52176: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.52178: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.52249: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773132.52252: Set connection var ansible_connection to ssh 6591 1726773132.52260: Set connection var ansible_timeout to 10 6591 1726773132.52264: Set connection var ansible_pipelining to False 6591 1726773132.52269: Set connection var ansible_shell_executable to /bin/sh 6591 1726773132.52272: Set connection var ansible_shell_type to sh 6591 1726773132.52290: variable 'ansible_shell_executable' from source: unknown 6591 1726773132.52293: variable 'ansible_connection' from source: unknown 6591 1726773132.52295: variable 'ansible_module_compression' from source: unknown 6591 1726773132.52297: variable 'ansible_shell_type' from source: unknown 6591 1726773132.52300: variable 'ansible_shell_executable' from source: unknown 6591 1726773132.52302: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.52310: variable 'ansible_pipelining' from source: unknown 6591 1726773132.52312: variable 'ansible_timeout' from source: unknown 6591 1726773132.52315: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.52409: 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) 6591 1726773132.52417: variable 'omit' from source: magic vars 6591 1726773132.52424: starting attempt loop 6591 1726773132.52427: running the handler 6591 1726773132.52435: 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) 6591 1726773132.52449: _low_level_execute_command(): starting 6591 1726773132.52456: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773132.52954: 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 <<< 6591 1726773132.52965: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.53000: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.53016: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.53064: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773132.53079: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.53159: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773132.54799: stdout chunk (state=3): >>>/root <<< 6591 1726773132.54900: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773132.54946: stderr chunk (state=3): >>><<< 6591 1726773132.54949: stdout chunk (state=3): >>><<< 6591 1726773132.54967: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773132.54980: _low_level_execute_command(): starting 6591 1726773132.54984: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773132.5496633-10012-266589032668907 `" && echo ansible-tmp-1726773132.5496633-10012-266589032668907="` echo /root/.ansible/tmp/ansible-tmp-1726773132.5496633-10012-266589032668907 `" ) && sleep 0' 6591 1726773132.55400: 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 <<< 6591 1726773132.55425: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.55438: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration <<< 6591 1726773132.55455: 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.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.55500: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773132.55518: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.55581: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773132.57570: stdout chunk (state=3): >>>ansible-tmp-1726773132.5496633-10012-266589032668907=/root/.ansible/tmp/ansible-tmp-1726773132.5496633-10012-266589032668907 <<< 6591 1726773132.57686: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773132.57728: stderr chunk (state=3): >>><<< 6591 1726773132.57732: stdout chunk (state=3): >>><<< 6591 1726773132.57745: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773132.5496633-10012-266589032668907=/root/.ansible/tmp/ansible-tmp-1726773132.5496633-10012-266589032668907 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773132.57768: variable 'ansible_module_compression' from source: unknown 6591 1726773132.57809: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6591 1726773132.57837: variable 'ansible_facts' from source: unknown 6591 1726773132.57896: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773132.5496633-10012-266589032668907/AnsiballZ_command.py 6591 1726773132.58063: Sending initial data 6591 1726773132.58072: Sent initial data (155 bytes) 6591 1726773132.58656: 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 <<< 6591 1726773132.58660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.58697: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.58700: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773132.58705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.58752: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773132.58756: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.58824: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773132.60557: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773132.60618: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773132.60678: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp5ytpy5ec /root/.ansible/tmp/ansible-tmp-1726773132.5496633-10012-266589032668907/AnsiballZ_command.py <<< 6591 1726773132.60735: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773132.61581: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773132.61659: stderr chunk (state=3): >>><<< 6591 1726773132.61662: stdout chunk (state=3): >>><<< 6591 1726773132.61708: done transferring module to remote 6591 1726773132.61711: _low_level_execute_command(): starting 6591 1726773132.61714: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773132.5496633-10012-266589032668907/ /root/.ansible/tmp/ansible-tmp-1726773132.5496633-10012-266589032668907/AnsiballZ_command.py && sleep 0' 6591 1726773132.62096: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773132.62099: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.62122: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.62133: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.62184: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773132.62206: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.62256: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773132.64000: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773132.64041: stderr chunk (state=3): >>><<< 6591 1726773132.64044: stdout chunk (state=3): >>><<< 6591 1726773132.64055: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773132.64058: _low_level_execute_command(): starting 6591 1726773132.64063: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773132.5496633-10012-266589032668907/AnsiballZ_command.py && sleep 0' 6591 1726773132.64452: 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 <<< 6591 1726773132.64469: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.64481: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.64492: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773132.64502: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.64549: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773132.64565: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.64629: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773132.79127: 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:12:12.781361", "end": "2024-09-19 15:12:12.790022", "delta": "0:00:00.008661", "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}}} <<< 6591 1726773132.80402: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773132.80456: stderr chunk (state=3): >>><<< 6591 1726773132.80460: stdout chunk (state=3): >>><<< 6591 1726773132.80474: _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:12:12.781361", "end": "2024-09-19 15:12:12.790022", "delta": "0:00:00.008661", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773132.80508: 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-1726773132.5496633-10012-266589032668907/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773132.80517: _low_level_execute_command(): starting 6591 1726773132.80521: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773132.5496633-10012-266589032668907/ > /dev/null 2>&1 && sleep 0' 6591 1726773132.80947: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773132.80960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.80976: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773132.80996: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.81043: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773132.81055: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.81123: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773132.82930: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773132.82969: stderr chunk (state=3): >>><<< 6591 1726773132.82973: stdout chunk (state=3): >>><<< 6591 1726773132.82987: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773132.82993: handler run complete 6591 1726773132.83013: Evaluated conditional (False): False 6591 1726773132.83021: attempt loop complete, returning result 6591 1726773132.83024: _execute() done 6591 1726773132.83027: dumping result to json 6591 1726773132.83036: done dumping result, returning 6591 1726773132.83044: done running TaskExecutor() for managed_node2/TASK: Verify no settings [1239c35c-e2e1-152b-fb99-000000000cae] 6591 1726773132.83049: sending task result for task 1239c35c-e2e1-152b-fb99-000000000cae 6591 1726773132.83150: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000cae 6591 1726773132.83153: WORKER PROCESS EXITING ok: [managed_node2] => { "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.008661", "end": "2024-09-19 15:12:12.790022", "rc": 0, "start": "2024-09-19 15:12:12.781361" } 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 6591 1726773132.83219: no more pending results, returning what we have 6591 1726773132.83223: results queue empty 6591 1726773132.83224: checking for any_errors_fatal 6591 1726773132.83226: done checking for any_errors_fatal 6591 1726773132.83226: checking for max_fail_percentage 6591 1726773132.83228: done checking for max_fail_percentage 6591 1726773132.83229: checking to see if all hosts have failed and the running result is not ok 6591 1726773132.83230: done checking to see if all hosts have failed 6591 1726773132.83231: getting the remaining hosts for this loop 6591 1726773132.83232: done getting the remaining hosts for this loop 6591 1726773132.83236: getting the next task for host managed_node2 6591 1726773132.83244: done getting next task for host managed_node2 6591 1726773132.83246: ^ task is: TASK: Remove kernel_settings tuned profile 6591 1726773132.83249: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=1, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773132.83253: getting variables 6591 1726773132.83254: in VariableManager get_vars() 6591 1726773132.83287: Calling all_inventory to load vars for managed_node2 6591 1726773132.83290: Calling groups_inventory to load vars for managed_node2 6591 1726773132.83292: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773132.83302: Calling all_plugins_play to load vars for managed_node2 6591 1726773132.83306: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773132.83309: Calling groups_plugins_play to load vars for managed_node2 6591 1726773132.83428: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773132.83585: done with get_vars() 6591 1726773132.83593: 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:12:12 -0400 (0:00:00.326) 0:01:50.307 **** 6591 1726773132.83658: entering _queue_task() for managed_node2/file 6591 1726773132.83835: worker is 1 (out of 1 available) 6591 1726773132.83847: exiting _queue_task() for managed_node2/file 6591 1726773132.83859: done queuing things up, now waiting for results queue to drain 6591 1726773132.83861: waiting for pending results... 6591 1726773132.84035: running TaskExecutor() for managed_node2/TASK: Remove kernel_settings tuned profile 6591 1726773132.84107: in run() - task 1239c35c-e2e1-152b-fb99-000000000caf 6591 1726773132.84120: variable 'ansible_search_path' from source: unknown 6591 1726773132.84123: variable 'ansible_search_path' from source: unknown 6591 1726773132.84151: calling self._execute() 6591 1726773132.84226: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.84230: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.84238: variable 'omit' from source: magic vars 6591 1726773132.84321: variable 'omit' from source: magic vars 6591 1726773132.84351: variable 'omit' from source: magic vars 6591 1726773132.84372: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6591 1726773132.84590: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6591 1726773132.84661: variable '__kernel_settings_profile_parent' from source: set_fact 6591 1726773132.84666: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6591 1726773132.84702: variable 'omit' from source: magic vars 6591 1726773132.84735: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773132.84761: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773132.84776: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773132.84791: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773132.84801: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773132.84824: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773132.84827: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.84830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.84899: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773132.84903: Set connection var ansible_connection to ssh 6591 1726773132.84912: Set connection var ansible_timeout to 10 6591 1726773132.84917: Set connection var ansible_pipelining to False 6591 1726773132.84922: Set connection var ansible_shell_executable to /bin/sh 6591 1726773132.84924: Set connection var ansible_shell_type to sh 6591 1726773132.84940: variable 'ansible_shell_executable' from source: unknown 6591 1726773132.84943: variable 'ansible_connection' from source: unknown 6591 1726773132.84946: variable 'ansible_module_compression' from source: unknown 6591 1726773132.84948: variable 'ansible_shell_type' from source: unknown 6591 1726773132.84950: variable 'ansible_shell_executable' from source: unknown 6591 1726773132.84953: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773132.84956: variable 'ansible_pipelining' from source: unknown 6591 1726773132.84961: variable 'ansible_timeout' from source: unknown 6591 1726773132.84963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773132.85107: 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) 6591 1726773132.85116: variable 'omit' from source: magic vars 6591 1726773132.85121: starting attempt loop 6591 1726773132.85123: running the handler 6591 1726773132.85134: _low_level_execute_command(): starting 6591 1726773132.85141: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773132.85621: 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 <<< 6591 1726773132.85630: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.85659: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.85672: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.85722: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773132.85735: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.85807: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773132.87414: stdout chunk (state=3): >>>/root <<< 6591 1726773132.87581: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773132.87584: stdout chunk (state=3): >>><<< 6591 1726773132.87592: stderr chunk (state=3): >>><<< 6591 1726773132.87695: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773132.87699: _low_level_execute_command(): starting 6591 1726773132.87703: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773132.8761334-10020-185696152174171 `" && echo ansible-tmp-1726773132.8761334-10020-185696152174171="` echo /root/.ansible/tmp/ansible-tmp-1726773132.8761334-10020-185696152174171 `" ) && sleep 0' 6591 1726773132.88226: 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 <<< 6591 1726773132.88233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.88275: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.88285: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773132.88288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.88344: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773132.88348: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.88415: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773132.90774: stdout chunk (state=3): >>>ansible-tmp-1726773132.8761334-10020-185696152174171=/root/.ansible/tmp/ansible-tmp-1726773132.8761334-10020-185696152174171 <<< 6591 1726773132.90890: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773132.90931: stderr chunk (state=3): >>><<< 6591 1726773132.90935: stdout chunk (state=3): >>><<< 6591 1726773132.90948: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773132.8761334-10020-185696152174171=/root/.ansible/tmp/ansible-tmp-1726773132.8761334-10020-185696152174171 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773132.90983: variable 'ansible_module_compression' from source: unknown 6591 1726773132.91023: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6591 1726773132.91056: variable 'ansible_facts' from source: unknown 6591 1726773132.91113: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773132.8761334-10020-185696152174171/AnsiballZ_file.py 6591 1726773132.91211: Sending initial data 6591 1726773132.91221: Sent initial data (152 bytes) 6591 1726773132.91831: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773132.91835: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.91866: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.91869: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773132.91872: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.91929: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773132.91932: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.91996: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773132.93739: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773132.93799: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773132.93860: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpsksjciqh /root/.ansible/tmp/ansible-tmp-1726773132.8761334-10020-185696152174171/AnsiballZ_file.py <<< 6591 1726773132.93918: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773132.94785: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773132.94867: stderr chunk (state=3): >>><<< 6591 1726773132.94871: stdout chunk (state=3): >>><<< 6591 1726773132.94887: done transferring module to remote 6591 1726773132.94897: _low_level_execute_command(): starting 6591 1726773132.94900: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773132.8761334-10020-185696152174171/ /root/.ansible/tmp/ansible-tmp-1726773132.8761334-10020-185696152174171/AnsiballZ_file.py && sleep 0' 6591 1726773132.95290: 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 <<< 6591 1726773132.95306: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.95319: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.95330: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773132.95345: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.95385: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773132.95395: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.95468: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773132.97226: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773132.97267: stderr chunk (state=3): >>><<< 6591 1726773132.97270: stdout chunk (state=3): >>><<< 6591 1726773132.97283: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773132.97287: _low_level_execute_command(): starting 6591 1726773132.97290: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773132.8761334-10020-185696152174171/AnsiballZ_file.py && sleep 0' 6591 1726773132.97676: 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 <<< 6591 1726773132.97696: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773132.97712: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration <<< 6591 1726773132.97723: 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.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773132.97765: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773132.97779: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773132.97852: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.11909: 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}}} <<< 6591 1726773133.12948: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773133.12998: stderr chunk (state=3): >>><<< 6591 1726773133.13001: stdout chunk (state=3): >>><<< 6591 1726773133.13017: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773133.13051: 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-1726773132.8761334-10020-185696152174171/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773133.13059: _low_level_execute_command(): starting 6591 1726773133.13063: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773132.8761334-10020-185696152174171/ > /dev/null 2>&1 && sleep 0' 6591 1726773133.13491: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773133.13506: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.13525: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773133.13537: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773133.13553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.13596: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773133.13615: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.13674: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.15497: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773133.15537: stderr chunk (state=3): >>><<< 6591 1726773133.15540: stdout chunk (state=3): >>><<< 6591 1726773133.15553: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773133.15558: handler run complete 6591 1726773133.15581: attempt loop complete, returning result 6591 1726773133.15584: _execute() done 6591 1726773133.15587: dumping result to json 6591 1726773133.15589: done dumping result, returning 6591 1726773133.15597: done running TaskExecutor() for managed_node2/TASK: Remove kernel_settings tuned profile [1239c35c-e2e1-152b-fb99-000000000caf] 6591 1726773133.15610: sending task result for task 1239c35c-e2e1-152b-fb99-000000000caf 6591 1726773133.15707: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000caf 6591 1726773133.15710: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "path": "/etc/tuned/kernel_settings", "state": "absent" } 6591 1726773133.15781: no more pending results, returning what we have 6591 1726773133.15785: results queue empty 6591 1726773133.15786: checking for any_errors_fatal 6591 1726773133.15794: done checking for any_errors_fatal 6591 1726773133.15794: checking for max_fail_percentage 6591 1726773133.15796: done checking for max_fail_percentage 6591 1726773133.15797: checking to see if all hosts have failed and the running result is not ok 6591 1726773133.15797: done checking to see if all hosts have failed 6591 1726773133.15798: getting the remaining hosts for this loop 6591 1726773133.15800: done getting the remaining hosts for this loop 6591 1726773133.15805: getting the next task for host managed_node2 6591 1726773133.15813: done getting next task for host managed_node2 6591 1726773133.15815: ^ task is: TASK: Get active_profile 6591 1726773133.15818: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=2, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773133.15822: getting variables 6591 1726773133.15823: in VariableManager get_vars() 6591 1726773133.15855: Calling all_inventory to load vars for managed_node2 6591 1726773133.15857: Calling groups_inventory to load vars for managed_node2 6591 1726773133.15859: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773133.15869: Calling all_plugins_play to load vars for managed_node2 6591 1726773133.15871: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773133.15874: Calling groups_plugins_play to load vars for managed_node2 6591 1726773133.15989: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773133.16109: done with get_vars() 6591 1726773133.16118: 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:12:13 -0400 (0:00:00.325) 0:01:50.632 **** 6591 1726773133.16184: entering _queue_task() for managed_node2/slurp 6591 1726773133.16364: worker is 1 (out of 1 available) 6591 1726773133.16377: exiting _queue_task() for managed_node2/slurp 6591 1726773133.16389: done queuing things up, now waiting for results queue to drain 6591 1726773133.16391: waiting for pending results... 6591 1726773133.16565: running TaskExecutor() for managed_node2/TASK: Get active_profile 6591 1726773133.16630: in run() - task 1239c35c-e2e1-152b-fb99-000000000cb0 6591 1726773133.16643: variable 'ansible_search_path' from source: unknown 6591 1726773133.16646: variable 'ansible_search_path' from source: unknown 6591 1726773133.16676: calling self._execute() 6591 1726773133.16749: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773133.16754: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773133.16763: variable 'omit' from source: magic vars 6591 1726773133.16843: variable 'omit' from source: magic vars 6591 1726773133.16873: variable 'omit' from source: magic vars 6591 1726773133.16898: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6591 1726773133.17115: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6591 1726773133.17175: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6591 1726773133.17205: variable 'omit' from source: magic vars 6591 1726773133.17238: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773133.17264: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773133.17577: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773133.17595: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773133.17606: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773133.17627: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773133.17630: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773133.17633: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773133.17700: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773133.17705: Set connection var ansible_connection to ssh 6591 1726773133.17713: Set connection var ansible_timeout to 10 6591 1726773133.17718: Set connection var ansible_pipelining to False 6591 1726773133.17723: Set connection var ansible_shell_executable to /bin/sh 6591 1726773133.17726: Set connection var ansible_shell_type to sh 6591 1726773133.17741: variable 'ansible_shell_executable' from source: unknown 6591 1726773133.17744: variable 'ansible_connection' from source: unknown 6591 1726773133.17746: variable 'ansible_module_compression' from source: unknown 6591 1726773133.17748: variable 'ansible_shell_type' from source: unknown 6591 1726773133.17750: variable 'ansible_shell_executable' from source: unknown 6591 1726773133.17753: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773133.17757: variable 'ansible_pipelining' from source: unknown 6591 1726773133.17759: variable 'ansible_timeout' from source: unknown 6591 1726773133.17763: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773133.17902: 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) 6591 1726773133.17912: variable 'omit' from source: magic vars 6591 1726773133.17915: starting attempt loop 6591 1726773133.17917: running the handler 6591 1726773133.17930: _low_level_execute_command(): starting 6591 1726773133.17936: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773133.18417: 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 <<< 6591 1726773133.18425: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.18455: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.18468: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.18524: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773133.18532: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.18613: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.20228: stdout chunk (state=3): >>>/root <<< 6591 1726773133.20331: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773133.20374: stderr chunk (state=3): >>><<< 6591 1726773133.20378: stdout chunk (state=3): >>><<< 6591 1726773133.20398: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773133.20411: _low_level_execute_command(): starting 6591 1726773133.20415: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773133.2039585-10031-240084972458581 `" && echo ansible-tmp-1726773133.2039585-10031-240084972458581="` echo /root/.ansible/tmp/ansible-tmp-1726773133.2039585-10031-240084972458581 `" ) && sleep 0' 6591 1726773133.20815: 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 <<< 6591 1726773133.20828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.20844: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.20862: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.20911: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773133.20925: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.20989: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.23000: stdout chunk (state=3): >>>ansible-tmp-1726773133.2039585-10031-240084972458581=/root/.ansible/tmp/ansible-tmp-1726773133.2039585-10031-240084972458581 <<< 6591 1726773133.23113: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773133.23153: stderr chunk (state=3): >>><<< 6591 1726773133.23156: stdout chunk (state=3): >>><<< 6591 1726773133.23169: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773133.2039585-10031-240084972458581=/root/.ansible/tmp/ansible-tmp-1726773133.2039585-10031-240084972458581 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773133.23208: variable 'ansible_module_compression' from source: unknown 6591 1726773133.23237: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 6591 1726773133.23263: variable 'ansible_facts' from source: unknown 6591 1726773133.23326: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773133.2039585-10031-240084972458581/AnsiballZ_slurp.py 6591 1726773133.23421: Sending initial data 6591 1726773133.23431: Sent initial data (153 bytes) 6591 1726773133.24045: 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 <<< 6591 1726773133.24051: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.24079: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773133.24083: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773133.24087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.24140: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773133.24143: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.24210: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.25934: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773133.25988: stderr chunk (state=3): >>>debug1: Using server download size 261120 <<< 6591 1726773133.26002: stderr chunk (state=3): >>>debug1: Using server upload size 261120 <<< 6591 1726773133.26006: stderr chunk (state=3): >>>debug1: Server handle limit 1019; using 64 <<< 6591 1726773133.26067: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpss99j61e /root/.ansible/tmp/ansible-tmp-1726773133.2039585-10031-240084972458581/AnsiballZ_slurp.py <<< 6591 1726773133.26125: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773133.26981: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773133.27063: stderr chunk (state=3): >>><<< 6591 1726773133.27069: stdout chunk (state=3): >>><<< 6591 1726773133.27086: done transferring module to remote 6591 1726773133.27094: _low_level_execute_command(): starting 6591 1726773133.27097: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773133.2039585-10031-240084972458581/ /root/.ansible/tmp/ansible-tmp-1726773133.2039585-10031-240084972458581/AnsiballZ_slurp.py && sleep 0' 6591 1726773133.27502: 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 <<< 6591 1726773133.27507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.27520: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773133.27535: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.27547: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.27587: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773133.27598: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.27672: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.29421: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773133.29462: stderr chunk (state=3): >>><<< 6591 1726773133.29465: stdout chunk (state=3): >>><<< 6591 1726773133.29476: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773133.29479: _low_level_execute_command(): starting 6591 1726773133.29485: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773133.2039585-10031-240084972458581/AnsiballZ_slurp.py && sleep 0' 6591 1726773133.29874: 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 <<< 6591 1726773133.29898: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773133.29914: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.29959: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773133.29980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.30042: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.43489: 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"}}} <<< 6591 1726773133.44455: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773133.44508: stderr chunk (state=3): >>><<< 6591 1726773133.44512: stdout chunk (state=3): >>><<< 6591 1726773133.44526: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773133.44550: 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-1726773133.2039585-10031-240084972458581/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773133.44557: _low_level_execute_command(): starting 6591 1726773133.44561: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773133.2039585-10031-240084972458581/ > /dev/null 2>&1 && sleep 0' 6591 1726773133.44988: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773133.45001: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.45020: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.45032: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773133.45041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.45085: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773133.45102: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.45160: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.46961: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773133.47006: stderr chunk (state=3): >>><<< 6591 1726773133.47010: stdout chunk (state=3): >>><<< 6591 1726773133.47022: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773133.47030: handler run complete 6591 1726773133.47044: attempt loop complete, returning result 6591 1726773133.47047: _execute() done 6591 1726773133.47049: dumping result to json 6591 1726773133.47052: done dumping result, returning 6591 1726773133.47059: done running TaskExecutor() for managed_node2/TASK: Get active_profile [1239c35c-e2e1-152b-fb99-000000000cb0] 6591 1726773133.47065: sending task result for task 1239c35c-e2e1-152b-fb99-000000000cb0 6591 1726773133.47161: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000cb0 6591 1726773133.47164: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6591 1726773133.47221: no more pending results, returning what we have 6591 1726773133.47225: results queue empty 6591 1726773133.47226: checking for any_errors_fatal 6591 1726773133.47233: done checking for any_errors_fatal 6591 1726773133.47234: checking for max_fail_percentage 6591 1726773133.47235: done checking for max_fail_percentage 6591 1726773133.47236: checking to see if all hosts have failed and the running result is not ok 6591 1726773133.47237: done checking to see if all hosts have failed 6591 1726773133.47238: getting the remaining hosts for this loop 6591 1726773133.47239: done getting the remaining hosts for this loop 6591 1726773133.47243: getting the next task for host managed_node2 6591 1726773133.47250: done getting next task for host managed_node2 6591 1726773133.47252: ^ task is: TASK: Ensure kernel_settings is not in active_profile 6591 1726773133.47255: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773133.47259: getting variables 6591 1726773133.47260: in VariableManager get_vars() 6591 1726773133.47297: Calling all_inventory to load vars for managed_node2 6591 1726773133.47300: Calling groups_inventory to load vars for managed_node2 6591 1726773133.47302: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773133.47314: Calling all_plugins_play to load vars for managed_node2 6591 1726773133.47316: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773133.47319: Calling groups_plugins_play to load vars for managed_node2 6591 1726773133.47437: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773133.47786: done with get_vars() 6591 1726773133.47793: done getting variables 6591 1726773133.47836: 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:12:13 -0400 (0:00:00.316) 0:01:50.949 **** 6591 1726773133.47856: entering _queue_task() for managed_node2/copy 6591 1726773133.48032: worker is 1 (out of 1 available) 6591 1726773133.48044: exiting _queue_task() for managed_node2/copy 6591 1726773133.48056: done queuing things up, now waiting for results queue to drain 6591 1726773133.48057: waiting for pending results... 6591 1726773133.48234: running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings is not in active_profile 6591 1726773133.48309: in run() - task 1239c35c-e2e1-152b-fb99-000000000cb1 6591 1726773133.48322: variable 'ansible_search_path' from source: unknown 6591 1726773133.48325: variable 'ansible_search_path' from source: unknown 6591 1726773133.48355: calling self._execute() 6591 1726773133.48426: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773133.48430: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773133.48440: variable 'omit' from source: magic vars 6591 1726773133.48518: variable 'omit' from source: magic vars 6591 1726773133.48546: variable 'omit' from source: magic vars 6591 1726773133.48567: variable '__active_profile' from source: task vars 6591 1726773133.48788: variable '__active_profile' from source: task vars 6591 1726773133.48934: variable '__cur_profile' from source: task vars 6591 1726773133.49031: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6591 1726773133.50494: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6591 1726773133.50545: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6591 1726773133.50571: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6591 1726773133.50598: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6591 1726773133.50619: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6591 1726773133.50673: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6591 1726773133.50697: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6591 1726773133.50717: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6591 1726773133.50743: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6591 1726773133.50754: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6591 1726773133.50831: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6591 1726773133.50866: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6591 1726773133.50915: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6591 1726773133.50963: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6591 1726773133.50983: variable 'omit' from source: magic vars 6591 1726773133.51002: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773133.51026: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773133.51042: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773133.51055: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773133.51063: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773133.51085: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773133.51088: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773133.51091: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773133.51158: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773133.51162: Set connection var ansible_connection to ssh 6591 1726773133.51169: Set connection var ansible_timeout to 10 6591 1726773133.51174: Set connection var ansible_pipelining to False 6591 1726773133.51181: Set connection var ansible_shell_executable to /bin/sh 6591 1726773133.51184: Set connection var ansible_shell_type to sh 6591 1726773133.51197: variable 'ansible_shell_executable' from source: unknown 6591 1726773133.51200: variable 'ansible_connection' from source: unknown 6591 1726773133.51202: variable 'ansible_module_compression' from source: unknown 6591 1726773133.51206: variable 'ansible_shell_type' from source: unknown 6591 1726773133.51209: variable 'ansible_shell_executable' from source: unknown 6591 1726773133.51211: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773133.51215: variable 'ansible_pipelining' from source: unknown 6591 1726773133.51218: variable 'ansible_timeout' from source: unknown 6591 1726773133.51223: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773133.51286: 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) 6591 1726773133.51294: variable 'omit' from source: magic vars 6591 1726773133.51299: starting attempt loop 6591 1726773133.51302: running the handler 6591 1726773133.51312: _low_level_execute_command(): starting 6591 1726773133.51318: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773133.51802: 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 <<< 6591 1726773133.51812: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.51842: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.51855: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.51909: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773133.51922: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.51992: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.53673: stdout chunk (state=3): >>>/root <<< 6591 1726773133.53766: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773133.53816: stderr chunk (state=3): >>><<< 6591 1726773133.53827: stdout chunk (state=3): >>><<< 6591 1726773133.53838: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773133.53847: _low_level_execute_command(): starting 6591 1726773133.53851: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510 `" && echo ansible-tmp-1726773133.538377-10039-211587503239510="` echo /root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510 `" ) && sleep 0' 6591 1726773133.54259: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773133.54265: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.54296: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.54311: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.54359: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773133.54371: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.54440: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.56578: stdout chunk (state=3): >>>ansible-tmp-1726773133.538377-10039-211587503239510=/root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510 <<< 6591 1726773133.56686: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773133.56731: stderr chunk (state=3): >>><<< 6591 1726773133.56734: stdout chunk (state=3): >>><<< 6591 1726773133.56746: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773133.538377-10039-211587503239510=/root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773133.56807: variable 'ansible_module_compression' from source: unknown 6591 1726773133.56846: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773133.56874: variable 'ansible_facts' from source: unknown 6591 1726773133.56936: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/AnsiballZ_stat.py 6591 1726773133.57020: Sending initial data 6591 1726773133.57029: Sent initial data (151 bytes) 6591 1726773133.57651: 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 <<< 6591 1726773133.57655: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.57692: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.57696: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773133.57698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.57746: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773133.57750: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.57820: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.59536: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773133.59595: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773133.59657: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp12a5nlc6 /root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/AnsiballZ_stat.py <<< 6591 1726773133.59713: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773133.60553: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773133.60634: stderr chunk (state=3): >>><<< 6591 1726773133.60638: stdout chunk (state=3): >>><<< 6591 1726773133.60652: done transferring module to remote 6591 1726773133.60659: _low_level_execute_command(): starting 6591 1726773133.60664: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/ /root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/AnsiballZ_stat.py && sleep 0' 6591 1726773133.61065: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773133.61068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.61090: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.61101: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.61150: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773133.61162: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.61227: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.62932: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773133.62973: stderr chunk (state=3): >>><<< 6591 1726773133.62976: stdout chunk (state=3): >>><<< 6591 1726773133.62988: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773133.62992: _low_level_execute_command(): starting 6591 1726773133.62994: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/AnsiballZ_stat.py && sleep 0' 6591 1726773133.63382: 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 <<< 6591 1726773133.63399: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.63415: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773133.63427: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773133.63436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.63482: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773133.63499: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.63561: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.78040: 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": 102760579, "dev": 51713, "nlink": 1, "atime": 1726773133.4322162, "mtime": 1726773130.9322274, "ctime": 1726773130.9322274, "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": "256433983", "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}}} <<< 6591 1726773133.79167: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773133.79223: stderr chunk (state=3): >>><<< 6591 1726773133.79226: stdout chunk (state=3): >>><<< 6591 1726773133.79241: _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": 102760579, "dev": 51713, "nlink": 1, "atime": 1726773133.4322162, "mtime": 1726773130.9322274, "ctime": 1726773130.9322274, "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": "256433983", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773133.79285: 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-1726773133.538377-10039-211587503239510/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773133.79368: Sending initial data 6591 1726773133.79377: Sent initial data (139 bytes) 6591 1726773133.80020: 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 <<< 6591 1726773133.80024: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.80060: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.80063: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773133.80065: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.80108: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773133.80123: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.80189: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.81930: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773133.81984: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773133.82056: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/.3an9lt5r /root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/.source <<< 6591 1726773133.82115: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773133.82364: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773133.82449: stderr chunk (state=3): >>><<< 6591 1726773133.82452: stdout chunk (state=3): >>><<< 6591 1726773133.82468: _low_level_execute_command(): starting 6591 1726773133.82471: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/ /root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/.source && sleep 0' 6591 1726773133.82890: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773133.82893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.82923: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.82926: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773133.82928: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.82981: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773133.82985: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.83050: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.84751: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773133.84793: stderr chunk (state=3): >>><<< 6591 1726773133.84796: stdout chunk (state=3): >>><<< 6591 1726773133.84809: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773133.84830: variable 'ansible_module_compression' from source: unknown 6591 1726773133.84863: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6591 1726773133.84884: variable 'ansible_facts' from source: unknown 6591 1726773133.84928: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/AnsiballZ_copy.py 6591 1726773133.85015: Sending initial data 6591 1726773133.85025: Sent initial data (151 bytes) 6591 1726773133.85640: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773133.85643: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.85673: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.85682: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773133.85685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.85735: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773133.85739: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.85801: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.87476: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6591 1726773133.87480: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773133.87533: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773133.87588: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmp8lmfbzxu /root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/AnsiballZ_copy.py <<< 6591 1726773133.87658: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773133.88618: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773133.88810: stderr chunk (state=3): >>><<< 6591 1726773133.88813: stdout chunk (state=3): >>><<< 6591 1726773133.88815: done transferring module to remote 6591 1726773133.88817: _low_level_execute_command(): starting 6591 1726773133.88820: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/ /root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/AnsiballZ_copy.py && sleep 0' 6591 1726773133.89348: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773133.89354: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.89402: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.89410: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration <<< 6591 1726773133.89412: 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.15.197 originally 10.31.15.197 <<< 6591 1726773133.89415: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.89462: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773133.89465: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.89530: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773133.91220: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773133.91257: stderr chunk (state=3): >>><<< 6591 1726773133.91260: stdout chunk (state=3): >>><<< 6591 1726773133.91272: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773133.91274: _low_level_execute_command(): starting 6591 1726773133.91282: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/AnsiballZ_copy.py && sleep 0' 6591 1726773133.91680: 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 <<< 6591 1726773133.91684: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773133.91713: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.91717: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773133.91720: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773133.91768: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773133.91772: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773133.91843: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.05818: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/.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-1726773133.538377-10039-211587503239510/.source", "_original_basename": ".3an9lt5r", "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}}} <<< 6591 1726773134.06784: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773134.06836: stderr chunk (state=3): >>><<< 6591 1726773134.06839: stdout chunk (state=3): >>><<< 6591 1726773134.06853: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/.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-1726773133.538377-10039-211587503239510/.source", "_original_basename": ".3an9lt5r", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773134.06883: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/.source', '_original_basename': '.3an9lt5r', '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-1726773133.538377-10039-211587503239510/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773134.06890: _low_level_execute_command(): starting 6591 1726773134.06895: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/ > /dev/null 2>&1 && sleep 0' 6591 1726773134.07333: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773134.07346: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.07364: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773134.07375: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found <<< 6591 1726773134.07385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.07431: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773134.07443: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.07513: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.09302: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773134.09347: stderr chunk (state=3): >>><<< 6591 1726773134.09350: stdout chunk (state=3): >>><<< 6591 1726773134.09362: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773134.09368: handler run complete 6591 1726773134.09390: attempt loop complete, returning result 6591 1726773134.09393: _execute() done 6591 1726773134.09395: dumping result to json 6591 1726773134.09400: done dumping result, returning 6591 1726773134.09409: done running TaskExecutor() for managed_node2/TASK: Ensure kernel_settings is not in active_profile [1239c35c-e2e1-152b-fb99-000000000cb1] 6591 1726773134.09415: sending task result for task 1239c35c-e2e1-152b-fb99-000000000cb1 6591 1726773134.09516: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000cb1 6591 1726773134.09518: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "md5sum": "9a561d913bcdb5a659ec2dd035975a8e", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 14, "src": "/root/.ansible/tmp/ansible-tmp-1726773133.538377-10039-211587503239510/.source", "state": "file", "uid": 0 } 6591 1726773134.09611: no more pending results, returning what we have 6591 1726773134.09615: results queue empty 6591 1726773134.09616: checking for any_errors_fatal 6591 1726773134.09623: done checking for any_errors_fatal 6591 1726773134.09624: checking for max_fail_percentage 6591 1726773134.09626: done checking for max_fail_percentage 6591 1726773134.09631: checking to see if all hosts have failed and the running result is not ok 6591 1726773134.09631: done checking to see if all hosts have failed 6591 1726773134.09632: getting the remaining hosts for this loop 6591 1726773134.09634: done getting the remaining hosts for this loop 6591 1726773134.09637: getting the next task for host managed_node2 6591 1726773134.09644: done getting next task for host managed_node2 6591 1726773134.09646: ^ task is: TASK: Set profile_mode to auto 6591 1726773134.09649: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=4, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773134.09652: getting variables 6591 1726773134.09654: in VariableManager get_vars() 6591 1726773134.09686: Calling all_inventory to load vars for managed_node2 6591 1726773134.09688: Calling groups_inventory to load vars for managed_node2 6591 1726773134.09690: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773134.09700: Calling all_plugins_play to load vars for managed_node2 6591 1726773134.09702: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773134.09707: Calling groups_plugins_play to load vars for managed_node2 6591 1726773134.09831: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773134.09954: done with get_vars() 6591 1726773134.09964: done getting variables 6591 1726773134.10008: 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:12:14 -0400 (0:00:00.621) 0:01:51.570 **** 6591 1726773134.10030: entering _queue_task() for managed_node2/copy 6591 1726773134.10205: worker is 1 (out of 1 available) 6591 1726773134.10217: exiting _queue_task() for managed_node2/copy 6591 1726773134.10227: done queuing things up, now waiting for results queue to drain 6591 1726773134.10229: waiting for pending results... 6591 1726773134.10406: running TaskExecutor() for managed_node2/TASK: Set profile_mode to auto 6591 1726773134.10468: in run() - task 1239c35c-e2e1-152b-fb99-000000000cb2 6591 1726773134.10480: variable 'ansible_search_path' from source: unknown 6591 1726773134.10485: variable 'ansible_search_path' from source: unknown 6591 1726773134.10518: calling self._execute() 6591 1726773134.10593: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773134.10597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773134.10610: variable 'omit' from source: magic vars 6591 1726773134.10690: variable 'omit' from source: magic vars 6591 1726773134.10724: variable 'omit' from source: magic vars 6591 1726773134.10748: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 6591 1726773134.10972: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 6591 1726773134.11037: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6591 1726773134.11130: variable 'omit' from source: magic vars 6591 1726773134.11162: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773134.11189: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773134.11206: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773134.11220: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773134.11230: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773134.11252: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773134.11255: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773134.11258: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773134.11327: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773134.11331: Set connection var ansible_connection to ssh 6591 1726773134.11339: Set connection var ansible_timeout to 10 6591 1726773134.11344: Set connection var ansible_pipelining to False 6591 1726773134.11349: Set connection var ansible_shell_executable to /bin/sh 6591 1726773134.11352: Set connection var ansible_shell_type to sh 6591 1726773134.11367: variable 'ansible_shell_executable' from source: unknown 6591 1726773134.11370: variable 'ansible_connection' from source: unknown 6591 1726773134.11373: variable 'ansible_module_compression' from source: unknown 6591 1726773134.11375: variable 'ansible_shell_type' from source: unknown 6591 1726773134.11377: variable 'ansible_shell_executable' from source: unknown 6591 1726773134.11383: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773134.11386: variable 'ansible_pipelining' from source: unknown 6591 1726773134.11389: variable 'ansible_timeout' from source: unknown 6591 1726773134.11393: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773134.11489: 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) 6591 1726773134.11498: variable 'omit' from source: magic vars 6591 1726773134.11501: starting attempt loop 6591 1726773134.11506: running the handler 6591 1726773134.11515: _low_level_execute_command(): starting 6591 1726773134.11522: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773134.12007: 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 <<< 6591 1726773134.12017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.12042: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.12055: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.12105: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773134.12119: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.12194: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.13773: stdout chunk (state=3): >>>/root <<< 6591 1726773134.13868: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773134.13913: stderr chunk (state=3): >>><<< 6591 1726773134.13917: stdout chunk (state=3): >>><<< 6591 1726773134.13936: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773134.13947: _low_level_execute_command(): starting 6591 1726773134.13953: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019 `" && echo ansible-tmp-1726773134.1393545-10057-215142707172019="` echo /root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019 `" ) && sleep 0' 6591 1726773134.14354: 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 <<< 6591 1726773134.14366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.14394: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.14416: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.14456: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773134.14468: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.14538: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.16527: stdout chunk (state=3): >>>ansible-tmp-1726773134.1393545-10057-215142707172019=/root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019 <<< 6591 1726773134.16639: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773134.16682: stderr chunk (state=3): >>><<< 6591 1726773134.16686: stdout chunk (state=3): >>><<< 6591 1726773134.16698: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773134.1393545-10057-215142707172019=/root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773134.16768: variable 'ansible_module_compression' from source: unknown 6591 1726773134.16813: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6591 1726773134.16841: variable 'ansible_facts' from source: unknown 6591 1726773134.16897: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/AnsiballZ_stat.py 6591 1726773134.16985: Sending initial data 6591 1726773134.16995: Sent initial data (152 bytes) 6591 1726773134.17627: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773134.17630: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.17662: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.17666: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773134.17669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.17726: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773134.17733: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.17793: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.19470: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773134.19528: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773134.19589: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpb4616gpi /root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/AnsiballZ_stat.py <<< 6591 1726773134.19647: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773134.20484: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773134.20570: stderr chunk (state=3): >>><<< 6591 1726773134.20573: stdout chunk (state=3): >>><<< 6591 1726773134.20590: done transferring module to remote 6591 1726773134.20596: _low_level_execute_command(): starting 6591 1726773134.20601: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/ /root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/AnsiballZ_stat.py && sleep 0' 6591 1726773134.21008: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773134.21011: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.21031: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.21044: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.21090: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773134.21098: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773134.21112: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.21176: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.22868: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773134.22913: stderr chunk (state=3): >>><<< 6591 1726773134.22917: stdout chunk (state=3): >>><<< 6591 1726773134.22928: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773134.22932: _low_level_execute_command(): starting 6591 1726773134.22934: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/AnsiballZ_stat.py && sleep 0' 6591 1726773134.23327: 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 <<< 6591 1726773134.23332: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.23361: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.23373: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.23425: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773134.23437: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.23511: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.38036: 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": 109052162, "dev": 51713, "nlink": 1, "atime": 1726773129.2772348, "mtime": 1726773130.9332273, "ctime": 1726773130.9332273, "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": "1495207885", "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}}} <<< 6591 1726773134.39202: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773134.39254: stderr chunk (state=3): >>><<< 6591 1726773134.39257: stdout chunk (state=3): >>><<< 6591 1726773134.39273: _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": 109052162, "dev": 51713, "nlink": 1, "atime": 1726773129.2772348, "mtime": 1726773130.9332273, "ctime": 1726773130.9332273, "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": "1495207885", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773134.39322: 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-1726773134.1393545-10057-215142707172019/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6591 1726773134.39412: Sending initial data 6591 1726773134.39416: Sent initial data (140 bytes) 6591 1726773134.40063: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773134.40069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.40106: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.40123: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.40167: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773134.40181: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.40249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.41985: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773134.42046: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773134.42102: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/.bczo17j7 /root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/.source <<< 6591 1726773134.42163: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773134.42407: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773134.42488: stderr chunk (state=3): >>><<< 6591 1726773134.42491: stdout chunk (state=3): >>><<< 6591 1726773134.42510: _low_level_execute_command(): starting 6591 1726773134.42515: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/ /root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/.source && sleep 0' 6591 1726773134.42920: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773134.42926: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.42958: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773134.42971: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.43020: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773134.43032: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.43097: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.44793: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773134.44834: stderr chunk (state=3): >>><<< 6591 1726773134.44837: stdout chunk (state=3): >>><<< 6591 1726773134.44848: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773134.44869: variable 'ansible_module_compression' from source: unknown 6591 1726773134.44908: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6591 1726773134.44927: variable 'ansible_facts' from source: unknown 6591 1726773134.44971: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/AnsiballZ_copy.py 6591 1726773134.45054: Sending initial data 6591 1726773134.45058: Sent initial data (152 bytes) 6591 1726773134.45683: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773134.45687: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.45722: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.45725: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773134.45727: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.45778: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773134.45781: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.45850: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.47535: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773134.47593: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773134.47658: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmps49e_f13 /root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/AnsiballZ_copy.py <<< 6591 1726773134.47712: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773134.48586: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773134.48670: stderr chunk (state=3): >>><<< 6591 1726773134.48673: stdout chunk (state=3): >>><<< 6591 1726773134.48688: done transferring module to remote 6591 1726773134.48695: _low_level_execute_command(): starting 6591 1726773134.48699: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/ /root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/AnsiballZ_copy.py && sleep 0' 6591 1726773134.49108: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773134.49111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.49143: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.49146: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773134.49148: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.49202: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773134.49208: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.49273: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.50985: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773134.51026: stderr chunk (state=3): >>><<< 6591 1726773134.51030: stdout chunk (state=3): >>><<< 6591 1726773134.51041: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773134.51044: _low_level_execute_command(): starting 6591 1726773134.51048: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/AnsiballZ_copy.py && sleep 0' 6591 1726773134.51445: 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 <<< 6591 1726773134.51448: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.51475: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.51478: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773134.51481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.51535: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773134.51538: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.51608: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.65569: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/.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-1726773134.1393545-10057-215142707172019/.source", "_original_basename": ".bczo17j7", "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}}} <<< 6591 1726773134.66544: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773134.66601: stderr chunk (state=3): >>><<< 6591 1726773134.66607: stdout chunk (state=3): >>><<< 6591 1726773134.66621: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/.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-1726773134.1393545-10057-215142707172019/.source", "_original_basename": ".bczo17j7", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773134.66649: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/.source', '_original_basename': '.bczo17j7', '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-1726773134.1393545-10057-215142707172019/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773134.66658: _low_level_execute_command(): starting 6591 1726773134.66662: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/ > /dev/null 2>&1 && sleep 0' 6591 1726773134.67108: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773134.67124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.67139: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773134.67152: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6591 1726773134.67162: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.67211: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773134.67224: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.67289: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.69072: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773134.69116: stderr chunk (state=3): >>><<< 6591 1726773134.69119: stdout chunk (state=3): >>><<< 6591 1726773134.69131: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773134.69138: handler run complete 6591 1726773134.69159: attempt loop complete, returning result 6591 1726773134.69162: _execute() done 6591 1726773134.69165: dumping result to json 6591 1726773134.69169: done dumping result, returning 6591 1726773134.69177: done running TaskExecutor() for managed_node2/TASK: Set profile_mode to auto [1239c35c-e2e1-152b-fb99-000000000cb2] 6591 1726773134.69185: sending task result for task 1239c35c-e2e1-152b-fb99-000000000cb2 6591 1726773134.69287: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000cb2 6591 1726773134.69290: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true, "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "md5sum": "451e20aff0f489cd2f7d4d73533aa961", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 5, "src": "/root/.ansible/tmp/ansible-tmp-1726773134.1393545-10057-215142707172019/.source", "state": "file", "uid": 0 } 6591 1726773134.69359: no more pending results, returning what we have 6591 1726773134.69362: results queue empty 6591 1726773134.69363: checking for any_errors_fatal 6591 1726773134.69372: done checking for any_errors_fatal 6591 1726773134.69372: checking for max_fail_percentage 6591 1726773134.69374: done checking for max_fail_percentage 6591 1726773134.69375: checking to see if all hosts have failed and the running result is not ok 6591 1726773134.69375: done checking to see if all hosts have failed 6591 1726773134.69376: getting the remaining hosts for this loop 6591 1726773134.69378: done getting the remaining hosts for this loop 6591 1726773134.69381: getting the next task for host managed_node2 6591 1726773134.69389: done getting next task for host managed_node2 6591 1726773134.69391: ^ task is: TASK: Restart tuned 6591 1726773134.69394: ^ state is: HOST STATE: block=2, task=51, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=5, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6591 1726773134.69398: getting variables 6591 1726773134.69399: in VariableManager get_vars() 6591 1726773134.69434: Calling all_inventory to load vars for managed_node2 6591 1726773134.69437: Calling groups_inventory to load vars for managed_node2 6591 1726773134.69439: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773134.69449: Calling all_plugins_play to load vars for managed_node2 6591 1726773134.69451: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773134.69453: Calling groups_plugins_play to load vars for managed_node2 6591 1726773134.69615: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773134.69730: done with get_vars() 6591 1726773134.69738: done getting variables 6591 1726773134.69780: 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:12:14 -0400 (0:00:00.597) 0:01:52.168 **** 6591 1726773134.69807: entering _queue_task() for managed_node2/service 6591 1726773134.69977: worker is 1 (out of 1 available) 6591 1726773134.69988: exiting _queue_task() for managed_node2/service 6591 1726773134.69999: done queuing things up, now waiting for results queue to drain 6591 1726773134.70000: waiting for pending results... 6591 1726773134.70178: running TaskExecutor() for managed_node2/TASK: Restart tuned 6591 1726773134.70242: in run() - task 1239c35c-e2e1-152b-fb99-000000000cb3 6591 1726773134.70253: variable 'ansible_search_path' from source: unknown 6591 1726773134.70257: variable 'ansible_search_path' from source: unknown 6591 1726773134.70296: variable '__kernel_settings_services' from source: include_vars 6591 1726773134.70550: variable '__kernel_settings_services' from source: include_vars 6591 1726773134.70611: variable 'omit' from source: magic vars 6591 1726773134.70702: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773134.70710: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773134.70719: variable 'omit' from source: magic vars 6591 1726773134.70771: variable 'omit' from source: magic vars 6591 1726773134.70797: variable 'omit' from source: magic vars 6591 1726773134.70826: variable 'item' from source: unknown 6591 1726773134.70887: variable 'item' from source: unknown 6591 1726773134.70907: variable 'omit' from source: magic vars 6591 1726773134.70937: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6591 1726773134.70963: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6591 1726773134.70978: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6591 1726773134.70994: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773134.71004: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6591 1726773134.71028: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6591 1726773134.71031: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773134.71034: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773134.71102: Set connection var ansible_module_compression to ZIP_DEFLATED 6591 1726773134.71106: Set connection var ansible_connection to ssh 6591 1726773134.71114: Set connection var ansible_timeout to 10 6591 1726773134.71119: Set connection var ansible_pipelining to False 6591 1726773134.71124: Set connection var ansible_shell_executable to /bin/sh 6591 1726773134.71127: Set connection var ansible_shell_type to sh 6591 1726773134.71141: variable 'ansible_shell_executable' from source: unknown 6591 1726773134.71144: variable 'ansible_connection' from source: unknown 6591 1726773134.71147: variable 'ansible_module_compression' from source: unknown 6591 1726773134.71149: variable 'ansible_shell_type' from source: unknown 6591 1726773134.71152: variable 'ansible_shell_executable' from source: unknown 6591 1726773134.71154: variable 'ansible_host' from source: host vars for 'managed_node2' 6591 1726773134.71158: variable 'ansible_pipelining' from source: unknown 6591 1726773134.71160: variable 'ansible_timeout' from source: unknown 6591 1726773134.71164: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6591 1726773134.71261: 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) 6591 1726773134.71270: variable 'omit' from source: magic vars 6591 1726773134.71274: starting attempt loop 6591 1726773134.71278: running the handler 6591 1726773134.71346: variable 'ansible_facts' from source: unknown 6591 1726773134.71433: _low_level_execute_command(): starting 6591 1726773134.71437: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6591 1726773134.71922: 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 <<< 6591 1726773134.71931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.71960: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.71974: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.72027: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773134.72039: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.72108: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.73683: stdout chunk (state=3): >>>/root <<< 6591 1726773134.73790: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773134.73836: stderr chunk (state=3): >>><<< 6591 1726773134.73839: stdout chunk (state=3): >>><<< 6591 1726773134.73857: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773134.73868: _low_level_execute_command(): starting 6591 1726773134.73873: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773134.73856-10072-79825093176063 `" && echo ansible-tmp-1726773134.73856-10072-79825093176063="` echo /root/.ansible/tmp/ansible-tmp-1726773134.73856-10072-79825093176063 `" ) && sleep 0' 6591 1726773134.74281: 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 <<< 6591 1726773134.74290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.74320: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.74338: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.74385: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773134.74396: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.74470: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.76568: stdout chunk (state=3): >>>ansible-tmp-1726773134.73856-10072-79825093176063=/root/.ansible/tmp/ansible-tmp-1726773134.73856-10072-79825093176063 <<< 6591 1726773134.76688: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773134.76729: stderr chunk (state=3): >>><<< 6591 1726773134.76732: stdout chunk (state=3): >>><<< 6591 1726773134.76745: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773134.73856-10072-79825093176063=/root/.ansible/tmp/ansible-tmp-1726773134.73856-10072-79825093176063 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773134.76768: variable 'ansible_module_compression' from source: unknown 6591 1726773134.76815: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6591qfu0tja4/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6591 1726773134.76863: variable 'ansible_facts' from source: unknown 6591 1726773134.76997: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773134.73856-10072-79825093176063/AnsiballZ_systemd.py 6591 1726773134.77102: Sending initial data 6591 1726773134.77107: Sent initial data (152 bytes) 6591 1726773134.77726: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773134.77732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.77762: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.77773: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.77828: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773134.77840: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.77905: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.79588: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6591 1726773134.79650: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6591 1726773134.79711: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6591qfu0tja4/tmpkrrf03uo /root/.ansible/tmp/ansible-tmp-1726773134.73856-10072-79825093176063/AnsiballZ_systemd.py <<< 6591 1726773134.79768: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6591 1726773134.81556: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773134.81645: stderr chunk (state=3): >>><<< 6591 1726773134.81648: stdout chunk (state=3): >>><<< 6591 1726773134.81664: done transferring module to remote 6591 1726773134.81674: _low_level_execute_command(): starting 6591 1726773134.81677: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773134.73856-10072-79825093176063/ /root/.ansible/tmp/ansible-tmp-1726773134.73856-10072-79825093176063/AnsiballZ_systemd.py && sleep 0' 6591 1726773134.82073: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773134.82089: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.82101: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773134.82119: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.82164: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6591 1726773134.82179: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.82244: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773134.83985: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773134.84027: stderr chunk (state=3): >>><<< 6591 1726773134.84031: stdout chunk (state=3): >>><<< 6591 1726773134.84042: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773134.84045: _low_level_execute_command(): starting 6591 1726773134.84050: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773134.73856-10072-79825093176063/AnsiballZ_systemd.py && sleep 0' 6591 1726773134.84439: 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 <<< 6591 1726773134.84451: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773134.84469: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773134.84483: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773134.84534: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773134.84550: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773134.84613: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773135.09807: 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": "634", "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:30 EDT", "ExecMainStartTimestampMonotonic": "7007173", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "634", "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:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT] ; stop_time=[n/a] ; pid=634 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "2566", "MemoryCurrent": "20385792", "MemoryAvailable": "infinity", "CPUUsageNSec": "263007000", "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": <<< 6591 1726773135.09832: stdout chunk (state=3): >>>"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": "sysinit.target system.slice dbus.socket dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service tlp.service power-profiles-daemon.service cpupower.service shutdown.target", "Before": "shutdown.target multi-user.target", "After": "dbus-broker.service basic.target network.target sysinit.target polkit.service system.slice dbus.socket systemd-journald.socket systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:30 EDT", "StateChangeTimestampMonotonic": "7460869", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:30 EDT", "InactiveExitTimestampMonotonic": "7007371", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ActiveEnterTimestampMonotonic": "7460869", "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:30 EDT", "ConditionTimestampMonotonic": "7002467", "AssertTimestamp": "Thu 2024-09-19 15:11:30 EDT", "AssertTimestampMonotonic": "7002471", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "8b21b73e7a4e47a2b6fdf3f824ee6aa0", "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}}} <<< 6591 1726773135.11332: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. <<< 6591 1726773135.11392: stderr chunk (state=3): >>><<< 6591 1726773135.11395: stdout chunk (state=3): >>><<< 6591 1726773135.11425: _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": "634", "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:30 EDT", "ExecMainStartTimestampMonotonic": "7007173", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "634", "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:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT] ; stop_time=[n/a] ; pid=634 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "2566", "MemoryCurrent": "20385792", "MemoryAvailable": "infinity", "CPUUsageNSec": "263007000", "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": "sysinit.target system.slice dbus.socket dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service tlp.service power-profiles-daemon.service cpupower.service shutdown.target", "Before": "shutdown.target multi-user.target", "After": "dbus-broker.service basic.target network.target sysinit.target polkit.service system.slice dbus.socket systemd-journald.socket systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 15:11:30 EDT", "StateChangeTimestampMonotonic": "7460869", "InactiveExitTimestamp": "Thu 2024-09-19 15:11:30 EDT", "InactiveExitTimestampMonotonic": "7007371", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ActiveEnterTimestampMonotonic": "7460869", "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:30 EDT", "ConditionTimestampMonotonic": "7002467", "AssertTimestamp": "Thu 2024-09-19 15:11:30 EDT", "AssertTimestampMonotonic": "7002471", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "8b21b73e7a4e47a2b6fdf3f824ee6aa0", "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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.15.197 closed. 6591 1726773135.11581: 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-1726773134.73856-10072-79825093176063/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6591 1726773135.11600: _low_level_execute_command(): starting 6591 1726773135.11605: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773134.73856-10072-79825093176063/ > /dev/null 2>&1 && sleep 0' 6591 1726773135.12052: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6591 1726773135.12066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6591 1726773135.12087: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match not found <<< 6591 1726773135.12099: 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.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6591 1726773135.12153: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6591 1726773135.12165: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6591 1726773135.12232: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6591 1726773135.13993: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6591 1726773135.14039: stderr chunk (state=3): >>><<< 6591 1726773135.14042: stdout chunk (state=3): >>><<< 6591 1726773135.14054: _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.15.197 originally 10.31.15.197 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.197 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.197 originally 10.31.15.197 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6591 1726773135.14060: handler run complete 6591 1726773135.14099: attempt loop complete, returning result 6591 1726773135.14116: variable 'item' from source: unknown 6591 1726773135.14178: variable 'item' from source: unknown ok: [managed_node2] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ActiveEnterTimestampMonotonic": "7460869", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service basic.target network.target sysinit.target polkit.service system.slice dbus.socket systemd-journald.socket systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:11:30 EDT", "AssertTimestampMonotonic": "7002471", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "263007000", "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:30 EDT", "ConditionTimestampMonotonic": "7002467", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service tlp.service power-profiles-daemon.service cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "2566", "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": "634", "ExecMainStartTimestamp": "Thu 2024-09-19 15:11:30 EDT", "ExecMainStartTimestampMonotonic": "7007173", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:11:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT] ; stop_time=[n/a] ; pid=634 ; 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:30 EDT", "InactiveExitTimestampMonotonic": "7007371", "InvocationID": "8b21b73e7a4e47a2b6fdf3f824ee6aa0", "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": "634", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "20385792", "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": "sysinit.target system.slice dbus.socket dbus-broker.service", "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:30 EDT", "StateChangeTimestampMonotonic": "7460869", "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" } } 6591 1726773135.14616: dumping result to json 6591 1726773135.14619: done dumping result, returning 6591 1726773135.14621: done running TaskExecutor() for managed_node2/TASK: Restart tuned [1239c35c-e2e1-152b-fb99-000000000cb3] 6591 1726773135.14623: sending task result for task 1239c35c-e2e1-152b-fb99-000000000cb3 6591 1726773135.14716: done sending task result for task 1239c35c-e2e1-152b-fb99-000000000cb3 6591 1726773135.14721: WORKER PROCESS EXITING 6591 1726773135.14786: no more pending results, returning what we have 6591 1726773135.14788: results queue empty 6591 1726773135.14789: checking for any_errors_fatal 6591 1726773135.14793: done checking for any_errors_fatal 6591 1726773135.14793: checking for max_fail_percentage 6591 1726773135.14794: done checking for max_fail_percentage 6591 1726773135.14795: checking to see if all hosts have failed and the running result is not ok 6591 1726773135.14795: done checking to see if all hosts have failed 6591 1726773135.14796: getting the remaining hosts for this loop 6591 1726773135.14797: done getting the remaining hosts for this loop 6591 1726773135.14799: getting the next task for host managed_node2 6591 1726773135.14807: done getting next task for host managed_node2 6591 1726773135.14808: ^ task is: TASK: meta (flush_handlers) 6591 1726773135.14809: ^ 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 6591 1726773135.14814: getting variables 6591 1726773135.14814: in VariableManager get_vars() 6591 1726773135.14836: Calling all_inventory to load vars for managed_node2 6591 1726773135.14838: Calling groups_inventory to load vars for managed_node2 6591 1726773135.14840: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773135.14847: Calling all_plugins_play to load vars for managed_node2 6591 1726773135.14849: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773135.14851: Calling groups_plugins_play to load vars for managed_node2 6591 1726773135.14959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773135.15095: done with get_vars() 6591 1726773135.15104: done getting variables 6591 1726773135.15151: in VariableManager get_vars() 6591 1726773135.15160: Calling all_inventory to load vars for managed_node2 6591 1726773135.15161: Calling groups_inventory to load vars for managed_node2 6591 1726773135.15162: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773135.15165: Calling all_plugins_play to load vars for managed_node2 6591 1726773135.15167: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773135.15170: Calling groups_plugins_play to load vars for managed_node2 6591 1726773135.15251: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773135.15360: done with get_vars() 6591 1726773135.15369: done queuing things up, now waiting for results queue to drain 6591 1726773135.15370: results queue empty 6591 1726773135.15371: checking for any_errors_fatal 6591 1726773135.15375: done checking for any_errors_fatal 6591 1726773135.15376: checking for max_fail_percentage 6591 1726773135.15376: done checking for max_fail_percentage 6591 1726773135.15379: checking to see if all hosts have failed and the running result is not ok 6591 1726773135.15379: done checking to see if all hosts have failed 6591 1726773135.15380: getting the remaining hosts for this loop 6591 1726773135.15380: done getting the remaining hosts for this loop 6591 1726773135.15382: getting the next task for host managed_node2 6591 1726773135.15386: done getting next task for host managed_node2 6591 1726773135.15387: ^ task is: TASK: meta (flush_handlers) 6591 1726773135.15388: ^ 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 6591 1726773135.15390: getting variables 6591 1726773135.15391: in VariableManager get_vars() 6591 1726773135.15398: Calling all_inventory to load vars for managed_node2 6591 1726773135.15399: Calling groups_inventory to load vars for managed_node2 6591 1726773135.15401: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773135.15405: Calling all_plugins_play to load vars for managed_node2 6591 1726773135.15407: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773135.15408: Calling groups_plugins_play to load vars for managed_node2 6591 1726773135.15485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773135.15593: done with get_vars() 6591 1726773135.15599: done getting variables 6591 1726773135.15629: in VariableManager get_vars() 6591 1726773135.15636: Calling all_inventory to load vars for managed_node2 6591 1726773135.15638: Calling groups_inventory to load vars for managed_node2 6591 1726773135.15639: Calling all_plugins_inventory to load vars for managed_node2 6591 1726773135.15642: Calling all_plugins_play to load vars for managed_node2 6591 1726773135.15643: Calling groups_plugins_inventory to load vars for managed_node2 6591 1726773135.15645: Calling groups_plugins_play to load vars for managed_node2 6591 1726773135.15724: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6591 1726773135.15830: done with get_vars() 6591 1726773135.15838: done queuing things up, now waiting for results queue to drain 6591 1726773135.15839: results queue empty 6591 1726773135.15840: checking for any_errors_fatal 6591 1726773135.15840: done checking for any_errors_fatal 6591 1726773135.15841: checking for max_fail_percentage 6591 1726773135.15841: done checking for max_fail_percentage 6591 1726773135.15842: checking to see if all hosts have failed and the running result is not ok 6591 1726773135.15842: done checking to see if all hosts have failed 6591 1726773135.15843: getting the remaining hosts for this loop 6591 1726773135.15843: done getting the remaining hosts for this loop 6591 1726773135.15845: getting the next task for host managed_node2 6591 1726773135.15847: done getting next task for host managed_node2 6591 1726773135.15847: ^ task is: None 6591 1726773135.15848: ^ 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 6591 1726773135.15849: done queuing things up, now waiting for results queue to drain 6591 1726773135.15850: results queue empty 6591 1726773135.15850: checking for any_errors_fatal 6591 1726773135.15850: done checking for any_errors_fatal 6591 1726773135.15851: checking for max_fail_percentage 6591 1726773135.15852: done checking for max_fail_percentage 6591 1726773135.15852: checking to see if all hosts have failed and the running result is not ok 6591 1726773135.15852: done checking to see if all hosts have failed 6591 1726773135.15854: getting the next task for host managed_node2 6591 1726773135.15855: done getting next task for host managed_node2 6591 1726773135.15856: ^ task is: None 6591 1726773135.15857: ^ state is: HOST STATE: block=5, task=0, rescue=0, always=0, handlers=0, run_state=5, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False PLAY RECAP ********************************************************************* managed_node2 : ok=140 changed=20 unreachable=0 failed=0 skipped=58 rescued=0 ignored=0 Thursday 19 September 2024 15:12:15 -0400 (0:00:00.461) 0:01:52.629 **** =============================================================================== Ensure required packages are installed --------------------------------- 32.05s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:22 Reboot the machine - see if settings persist after reboot -------------- 24.53s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:95 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 2.64s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Gathering Facts --------------------------------------------------------- 2.62s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:2 fedora.linux_system_roles.kernel_settings : Tuned apply settings -------- 1.48s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 fedora.linux_system_roles.kernel_settings : Tuned apply settings -------- 1.44s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 fedora.linux_system_roles.kernel_settings : Tuned apply settings -------- 1.44s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 fedora.linux_system_roles.kernel_settings : Tuned apply settings -------- 1.37s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 1.34s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 1.29s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 1.27s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 1.26s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Ensure required services are enabled and started ------------------------ 1.12s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:51 fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile --- 0.92s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly --- 0.89s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.86s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Generate a configuration for kernel settings ---------------------------- 0.79s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_change_settings.yml:45 fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes --- 0.73s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.72s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.72s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 6591 1726773135.15954: RUNNING CLEANUP